kv-music/images/windows.svg
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

4 lines
No EOL
908 B
XML

<svg xmlns="http://www.w3.org/2000/svg" width="96" height="96" viewBox="0 0 20 20">
<title>windows [#FFF174]</title>
<path fill="var(--foreground)" fill-rule="evenodd" d="M9.1458647 10.43426c.0050125 1.9989.0110275 5.39503.0160401 8.03458 3.614035.48873 7.2280701.99246 10.8360902 1.53116 0-3.15127.00401-6.28854 0-9.28689-3.6170426 0-7.2330827-.27885-10.8521303-.27885M0 10.43526v6.78627c2.72581454.3678 5.45162907.7196 8.1724311 1.12138.0050125-2.62555-.002005-5.25211-.002005-7.87767-2.72380956.005-5.44661658-.03897-8.1704261-.02998m0-7.59182v6.76727c2.72581454.007 5.45162907-.03398 8.1774436-.03098-.002005-2.61956-.002005-5.23612-.0050125-7.85568C5.44461153 2.06486 2.71679198 2.42567 0 2.84344m20 6.62835c-3.6120301.01399-7.2240602.06896-10.8380952.07996-.0020051-2.66254-.0020051-5.32208 0-7.98261C12.7689223 1.01844 16.3839599.50072 19.997995 0 20 3.15826 19.997995 6.31353 20 9.47179"/>
</svg>