diff options
| author | Leo Goetz <dev@leogtz.de> | 2026-01-22 09:10:15 +0100 |
|---|---|---|
| committer | Leo Goetz <dev@leogtz.de> | 2026-01-22 09:10:15 +0100 |
| commit | 01c0f792484f8f52606eae0e58abe528acef3086 (patch) | |
| tree | e30894caf65b39aab1e050035f63450b5032123c /frontend/src/components/Icons.js | |
| parent | b6d422d33c3b647ab249a8cf3520bc986fa2c549 (diff) | |
Diffstat (limited to 'frontend/src/components/Icons.js')
| -rw-r--r-- | frontend/src/components/Icons.js | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/frontend/src/components/Icons.js b/frontend/src/components/Icons.js deleted file mode 100644 index c2eb993..0000000 --- a/frontend/src/components/Icons.js +++ /dev/null @@ -1,19 +0,0 @@ -import heart from '../icons/heart.svg?raw'; -import sunMoon from '../icons/sun-moon.svg?raw'; -import typescript from '../icons/typescript.svg?raw'; -import vite from '../icons/vite.svg?raw'; -import pico from '../icons/pico.svg?raw'; -import calendar from '../icons/calendar.svg?raw'; - -// Export the raw SVG strings -export const Heart = heart; -export const Theme = sunMoon; -export const TypeScript = typescript; -export const Vite = vite; -export const Pico = pico; -export const Calendar = calendar; - - - - - |
