Icons
Basic icons in SVG sprite for you to use on your site, we are using a pack ikonate
To use just use the .icon
class in svg and import the icon using xlink:href, for example: path-to-icon/icons.svg#icon-name
you can also use sizes, .lg
for large and .sm
for small
But before you start using it, you need todownload the packthen put it in the recommended folder for assets, static or use import directly node_modules./node_modules/@vishnucss/icons/src/icons.svg#icon-name
Install
Add @vishnucss/icons
dependency to your project:
yarn add @vishnucss/icons
<link rel="stylesheet" href="https://unpkg.com/@vishnucss/icons" />