7 lines
343 B
Markdown
7 lines
343 B
Markdown
# 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.
|
|
|