kv-music/images
Daniel e2a09b9b32 refactor: externalize svg images and add new vite plugin
The plugin runs all imported SVG files through svgo.

For index.html, you can use the following syntax:
```html
<use svg="file.svg" size="24" />
```

For scripts, use the `?svg` import query
```javascript
import SVG_FILE from './file.svg?svg&size=24
```

Note: size is shorthand for specifying both width and height individually.  You can also set any property of the base SVG element.

You can also use the `?svg&icon` query to return a function that allows dynamically resizing the SVG string.
2026-03-19 15:28:33 -05:00
..
animate-spin.svg refactor: externalize svg images and add new vite plugin 2026-03-19 15:28:33 -05:00
apple.svg refactor: externalize svg images and add new vite plugin 2026-03-19 15:28:33 -05:00
discord.svg refactor: externalize svg images and add new vite plugin 2026-03-19 15:28:33 -05:00
facebook.svg refactor: externalize svg images and add new vite plugin 2026-03-19 15:28:33 -05:00
genius-active.svg refactor: externalize svg images and add new vite plugin 2026-03-19 15:28:33 -05:00
genius-inactive.svg refactor: externalize svg images and add new vite plugin 2026-03-19 15:28:33 -05:00
github.svg refactor: externalize svg images and add new vite plugin 2026-03-19 15:28:33 -05:00
instagram.svg refactor: externalize svg images and add new vite plugin 2026-03-19 15:28:33 -05:00
linux.svg refactor: externalize svg images and add new vite plugin 2026-03-19 15:28:33 -05:00
mic.svg refactor: externalize svg images and add new vite plugin 2026-03-19 15:28:33 -05:00
mix.svg refactor: externalize svg images and add new vite plugin 2026-03-19 15:28:33 -05:00
monochrome-logo.svg refactor: externalize svg images and add new vite plugin 2026-03-19 15:28:33 -05:00
pause-large.svg refactor: externalize svg images and add new vite plugin 2026-03-19 15:28:33 -05:00
pause.svg refactor: externalize svg images and add new vite plugin 2026-03-19 15:28:33 -05:00
play-large.svg refactor: externalize svg images and add new vite plugin 2026-03-19 15:28:33 -05:00
play.svg refactor: externalize svg images and add new vite plugin 2026-03-19 15:28:33 -05:00
recent.svg refactor: externalize svg images and add new vite plugin 2026-03-19 15:28:33 -05:00
side-menu.svg refactor: externalize svg images and add new vite plugin 2026-03-19 15:28:33 -05:00
sort.svg refactor: externalize svg images and add new vite plugin 2026-03-19 15:28:33 -05:00
soundcloud.svg refactor: externalize svg images and add new vite plugin 2026-03-19 15:28:33 -05:00
squares.svg refactor: externalize svg images and add new vite plugin 2026-03-19 15:28:33 -05:00
twitter.svg refactor: externalize svg images and add new vite plugin 2026-03-19 15:28:33 -05:00
windows.svg refactor: externalize svg images and add new vite plugin 2026-03-19 15:28:33 -05:00
youtube.svg refactor: externalize svg images and add new vite plugin 2026-03-19 15:28:33 -05:00