Simple Icons as Vue components.
npm install vue-simple-iconsSimple Icons as Vue components.
``bash`
yarn add vue-simple-icons
`js`
import { FacebookIcon, TwitterIcon, ... } from 'vue-simple-icons'
See all icons and usage here: https://vue-simple-icons.mainvest.com
By default, icons will be sized based on the font size of the parent element.
You can set a custom size using the size attribute.x
For multiple based sizing, pass the desired multiple followed by an .
`html`
You can also set a px size directly by passing an integer
`html`
.
* Versioning follows the Simple Icons package.Credit
Based on vue-feather-icons by egoist
Upgrade Instructions
*
npm i simple-icons
* npm version [latest version of simple-icons]
* npm publish
* git push`