5.1.0 • Published 4 years ago

vue-feather-icons v5.1.0

Weekly downloads
11,579
License
MIT
Repository
github
Last release
4 years ago

vue-feather-icons

NPM version NPM downloads CircleCI donate

Install

yarn add vue-feather-icons

Usage

// Only import what you need!
import { AirplayIcon, AtSignIcon, ... } from 'vue-feather-icons'

See all icons and usage here: https://vue-feather-icons.egoist.sh

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.

<activity-icon size="1.5x" class="custom-class"></activity-icon> 

You can also set a px size directly by just passing an integer

<activity-icon size="25" class="custom-class"></activity-icon> 

Tree shaking

By using ES imports like import { AirplayIcon } from 'vue-feather-icons' with webpack + minifier or Rollup, unused exports in this module will be automatically eliminated.

To make webpack tree shaking work without using any minifier, you can use the per-file icons from icons directory, e.g. import AirplayIcon from 'vue-feather-icons/icons/AirplayIcon'.

Related

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

vue-feather-icons © egoist, Released under the MIT License. Authored and maintained by egoist with help from contributors (list).

egoist.moe · GitHub @egoist · Twitter @_egoistlily

flash.zczc.cz@coollabsio/devkitaino-vuesaxvue-toast-me@infinitebrahmanuniverse/nolb-vue-f@everything-registry/sub-chunk-3080central-plusgithub-actions-test_rgondijovo-vue-ridrmenujobboard-widgetkoala-kumallyc-testmb-components-vuemb-components-vue-newmb-eua-componentsmv-cms-rendermv-mes-rendermv-mes-renderermv-form-rendermv-templatemv-template-kumv-template-pagemonimomcpdrovit-panossmart-tagzvue-datesvue-select-multiple-optionsvuepress-theme-blog-enhancevuepress-theme-blogplusvuepress-theme-ajwivuepress-theme-asgarvuepress-theme-rdc-blogvuepress-theme-routegyvuepress-theme-minimalismvuepress-theme-modern-blogvuepress-theme-saweicorevuepress-theme-sidstraw-blogvuepress-theme-liulivuepress-theme-mediumvuepress-theme-mediumishvuepress-theme-kbvuepress-theme-kebvuepress-theme-zerovuepress-theme-ckyvuepress-theme-customvuepress-theme-dvgamerrvue_record_answersaber-theme-devfoliosaber-theme-portfoliotest-template-pkgzyosadmin@sysvale/component-librarydevisephp-interface@vizcareer/s1-vue-uploader-client@webarkitekt/oparedo-ui@vuepress/theme-blogamoe-butterworth-widgetsardor-test@coollabsio/developer-kit@gd4ark/theme-blog@gd4ark/vuepress-theme-blog@genario/smart-tagz@genpact/genome.mfe.prework-app@genpact/genome.mfe.solidify-app@genpact/genome.mfe.academy-app@genpact/genome.mfe.home-app@centersoft/vue-chat-app@comet-cli/plugin-documentationdns-admin-ui@helix-sleep/vue-polaris@helixsleep/vue-polaris@hotelkeyrepo/hk-trainkey-npm@mv-template/cameravision@mv-template/dev@mv-template/telkom@mv-template/toyota@kumologica/vuepress-theme-kumoblog@laboon/template@kumologica/kumologica-blog-theme@moonreach/client@moonreach/ui@saika/theme-portfolio@kinematika/icons@starpad/client@starpad/ui@jdplc/jd-components@internethic/oparedo-uicloudxin-aiot-admindaemonxcx-explorer
5.1.0

4 years ago

5.0.0

5 years ago

4.22.0

5 years ago

4.21.0

5 years ago

4.10.0

5 years ago

4.7.1

6 years ago

4.7.0

6 years ago

4.5.0

6 years ago

0.1.1

7 years ago

0.1.0

7 years ago