7.5.0 • Published 2 years ago

vue-simple-icons v7.5.0

Weekly downloads
148
License
MIT
Repository
github
Last release
2 years ago

vue-simple-icons

Simple Icons as Vue components.

Install

yarn add vue-simple-icons

Usage

import { FacebookIcon, TwitterIcon, ... } from 'vue-simple-icons'

See all icons and usage here: https://vue-simple-icons.mainvest.com

Sizing

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>

Note

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
7.5.0

2 years ago

4.7.0

3 years ago

3.10.0

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago