anim-icons
v0.2.0
Published
Vanilla custom elements implementation of some animated SVG icons. You can import each icon based on your need.
Downloads
4
Maintainers
Readme
Animated Icons
Vanilla custom elements implementation of some animated SVG icons. You can import each icon based on your need.
Per Icon Documentation Icon Demo
Installation
To install from NPM, just run:
npm i anim-icons
Including Icons in Build
To include the icons in your Webpack build, either include the entire collection with:
import "anim-icons";
Or, alternatively, you can import just the icons that you want to use on a given page. See the docs page for more information on specific icons.