icons/readme.md

8 lines
343 B
Markdown
Raw Normal View History

2023-07-08 08:32:41 -04:00
# Icons
Some of my own SVG Icons that I use to generate [svg spritesheets](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/symbol).
## Why use a svg spritesheet?
When using the `<svg><use...` feature, you can style stoke & fill with css. That means if a hugo theme uses CSS variables, all the icons can inherent the same coloring.