@aplus-frontend/icon
TypeScript icon, indicating that this package has built-in type declarations

1.0.12 • Public • Published

Aplus svg icons for Vue3

Vue3 SVG icon components integrated from @aplus-frontend/icon can be imported like a component. try it now 🎉

NPM Version NPM Downloads NPM License

Install

pnpm add @aplus-frontend/icon -w

Basic Usage

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:

import { IconApOrder } from '@aplus-frontend/icon';
<template>
  <IconApOrder />
</template>;

Custom Icon

Style properties of icon, like fontSize and color

import { IconApOrder,IconApageWaitstatus } from '@aplus-frontend/icon';
<template>
   <IconApOrder :style="{ fontSize: '40px', color: '#fff' }" />

   <!--rotate icon-->
   <IconApageWaitstatus
    :style="{
      fontSize: '70px',
      color: '#fff',
      transform: 'rotate(30deg)'
    }"
  />
</template>;

All of icons in the library

You can see more detail in the document

//or you can import all of the icons

import icons from '@aplus-frontend/icon';

Build project

pnpm run build:icons # Build library

Package Sidebar

Install

npm i @aplus-frontend/icon

Weekly Downloads

122

Version

1.0.12

License

MIT

Unpacked Size

2.87 MB

Total Files

488

Last publish

Collaborators

  • lonelyfkinging
  • huimin2000
  • drunkers
  • hemuxue
  • kuguago
  • orange1992
  • zxlin429
  • huaz
  • rainiexxx
  • asd517665931
  • limoer
  • ollieliu