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-plusrovit-panossaber-theme-devfoliosaber-theme-portfoliotest-template-pkgvue-datesgithub-actions-test_rgondijobboard-widgetmcpdkoala-kumaljovo-vue-ridrmenumonimolyc-testmb-components-vuemb-components-vue-newmb-eua-componentsmv-cms-rendermv-mes-rendermv-mes-renderermv-form-rendermv-templatemv-template-kumv-template-pagesmart-tagz@centersoft/vue-chat-app@coollabsio/developer-kitzyosadminvuepress-theme-ckyvuepress-theme-customvuepress-theme-dvgamerrvuepress-theme-sidstraw-blogvuepress-theme-routegyvuepress-theme-saweicorevuepress-theme-rdc-blogvuepress-theme-blog-enhancevuepress-theme-blogplusvuepress-theme-ajwivuepress-theme-asgarvue_record_answervuepress-theme-zerovuepress-theme-kbvuepress-theme-kebvuepress-theme-minimalismvuepress-theme-modern-blogvuepress-theme-liulivuepress-theme-mediumvuepress-theme-mediumishvue-select-multiple-options@helixsleep/vue-polaris@helix-sleep/vue-polaris@genario/smart-tagz@gd4ark/theme-blog@gd4ark/vuepress-theme-blog@genpact/genome.mfe.prework-app@genpact/genome.mfe.solidify-app@genpact/genome.mfe.academy-app@genpact/genome.mfe.home-app@kumologica/kumologica-blog-theme@kumologica/vuepress-theme-kumoblog@laboon/template@mv-template/cameravision@mv-template/dev@mv-template/telkom@mv-template/toyota@internethic/oparedo-ui@kinematika/icons@jdplc/jd-components@hotelkeyrepo/hk-trainkey-npm@moonreach/client@moonreach/ui@saika/theme-portfolio@starpad/client@starpad/ui@sysvale/component-library@comet-cli/plugin-documentationamoe-butterworth-widgets@webarkitekt/oparedo-ui@vuepress/theme-blog@vizcareer/s1-vue-uploader-clientcloudxin-aiot-admindevisephp-interfacedns-admin-uiardor-testdaemonxcx-explorer
5.1.0

4 years ago

5.0.0

5 years ago

4.22.0

5 years ago

4.21.0

6 years ago

4.10.0

6 years ago

4.7.1

7 years ago

4.7.0

7 years ago

4.5.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago