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

5.9.10 • 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 convert to convert the SVGs to React components.
  4. Run npm run build to build the package.

File structure

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

Package Sidebar

Install

npm i @hitachivantara/uikit-react-icons

Weekly Downloads

3,193

Version

5.9.10

License

Apache-2.0

Unpacked Size

1.48 MB

Total Files

1580

Last publish

Collaborators

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