fox-icons
v1.3.2
Published
Hand crafted SVG icons by Shaun Fox. Free to use, not to sell.
Downloads
3
Readme
Fox Icons!
Hand crafted SVG icons by Shaun Fox. Free to use, not to sell.
Install
bower install fox-icons
To use, just drop this in your html with the appropriate name swapped out:
<svg viewBox="0 0 30 30" class="ico-fox">
<use xlink:href="#ico-fox"></use>
</svg>
How to use in bower
To add it to your bower file, do the usual bower thing:
bower install --save fox-icons
However, because this repository is frequently updated, I'd reccomend changing your bower file to something like this
"fox-icons": "*"