Vue3 SVG icon components integrated from [`@aplus-frontend/icon`](https://www.npmjs.com/settings/aplus-frontend/packages)
npm install @aplus-frontend/iconVue3 SVG icon components integrated from @aplus-frontend/icon
can be imported like a component. try it now 🎉
``bash`
pnpm add @aplus-frontend/icon -w
First, you should add the icons that you need into the library.
After that, you can use icons in your Vue components as simply as this:
`vue`
import { IconApOrder } from '@aplus-frontend/icon'
Style properties of icon, like fontSize and color
Copy Code
`vue
fontSize: '40px',
display: 'inline-block',
animation: 'spin 4s linear infinite',
}"
/>
`
You can see more detail in the document
`js
// or you can import all of the icons
import icons from '@aplus-frontend/icon';
`
`bash``
pnpm run build:icons # Build library