@vexip-ui/icons
TypeScript icon, indicating that this package has built-in type declarations

1.2.1 • Public • Published

@vexip-ui/icons

This package provides svg icons witch vue component (.vue), its icons are base the free icons of fontawesome@6.

Install

pnpm i @vexip-ui/icons

Usage

You can search icons in this page.

Icon component name is transformed according to certain rules from the original name which in the search page:

  • Normally, icon is default from solid type, it is changed to pascal-case from kebab-case (eg. angle-down -> AngleDown)
  • If you want to use the regular or brands types, you can add a suffix R or B in the end of component name (eg. regular/bell -> BellR, brands/github -> GithubB)
  • Some icons start with number, you need to add a prefix I in the front of component name (eg. 7 -> I7, brands/500px -> I500pxB)
import { AngleDown, BellR, GithubB, I500pxB } from '@vexip-ui/icons'

Notes: All icons is default scale to 0.85x (0.85em), because they are so large.

Readme

Keywords

none

Package Sidebar

Install

npm i @vexip-ui/icons

Weekly Downloads

393

Version

1.2.1

License

MIT

Unpacked Size

11 MB

Total Files

10136

Last publish

Collaborators

  • qmhc