Simple Icons as Vue components
Simple Icons as Vue components.
yarn add vue-simple-icons
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.
For multiple based sizing, pass the desired multiple followed by an x
.
<facebook-icon size="1.5x" class="custom-class"></facebook-icon>
You can also set a px
size directly by passing an integer
<facebook-icon size="25" class="custom-class"></facebook-icon>
FiveHundredPxIcon
.Based on vue-feather-icons by egoist