@hitachivantara/uikit-react-icons
TypeScript icon, indicating that this package has built-in type declarations

5.7.6 • Public • Published

@hitachivantara/uikit-react-icons

NEXT Design System icons packaged as a set of React components.

Installation

Install the package in your project directory with:

npm install @hitachivantara/uikit-react-icons

Adding New Icons

  1. Copy the .svg to the assets directory.
  2. Run npm run optimize to optimize the icons (using svgo).
  3. Run npm run build to convert the SVGs to React components & build the package.

File structure

icons/
├── assets # optimized `.svg` assets
├── bin    # `.tsx` icon components
├── dist   # built artifacts (by `vite build`)
└── src    # .svg to React component generator scripts
└── lib    # library code to be moved to `./bin`

Package Sidebar

Install

npm i @hitachivantara/uikit-react-icons

Weekly Downloads

3,034

Version

5.7.6

License

Apache-2.0

Unpacked Size

3.01 MB

Total Files

2097

Last publish

Collaborators

  • hitachi-vantara
  • dleao
  • jmcrfp
  • erik.martin
  • steve.maring