# vue-feather-icon **Repository Path**: mirrors_daimajia/vue-feather-icon ## Basic Information - **Project Name**: vue-feather-icon - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2025-11-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-feather-icon Vue component for [Feather](https://feathericons.com) ## install ```shell npm install vue-feather-icon ``` ## usage ### global component ```javascript const Vue = require('vue') const VueFeatherIcon = require('vue-feather-icon') Vue.use(VueFeatherIcon) ``` ```vue ``` ### local component ```javascript const ActivityIcon = require('vue-feather-icon/components/activity') ``` ```vue ```