Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (danilovl-vue-feather-icons) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Vue feather icons
About
Vue feather icons for vue3.
![]()
Requirements
- Vue 3.3 or higher
1. Installation
npm install --save https://github.com/danilovl/vue-feather-icons2. Usage
import * as icons from 'danilovl-vue-feather-icons/src/dist/vue-feather-icons'
import * as icons from 'danilovl-vue-feather-icons/src/dist/vue-feather-icons.min'
import {ActivityIcon} from 'danilovl-vue-feather-icons/src/dist/vue-feather-icons'
import {ActivityIcon} from 'danilovl-vue-feather-icons/src/icons/ActivityIcon'License
The Vue feather icons is open-sourced software licensed under the MIT license.