@hcl-software/enchanted-icons
v1.3.0
Published
Enchanted Icons is a collection of icons that are used in HCL Software products.
Downloads
2,689
Readme
HCL Software Enchanted Icons package
Enchanted Icons is a collection of icons that are used in HCL Software products. This package exposes own creations as well as external icons from the Carbon React Icons Package and exposes those as ready to use Material-UI components.
(C) 2024 HCL America Inc. Apache-2.0 license https://www.apache.org/licenses/LICENSE-2.0
⬇️ Installation
npm install @hcl-software/enchanted-icons
Development
We provide the following utility development commands:
| task | command | description |
|--|--|--|
| install
| npm ci
| Initial installation of the project dependencies. Run this to get started. |
| clean
| rm -rf node_modules
and rm -rf dist
| Removes all node_modules etc |
| generate
| npm run generate
| Generate the icons which we provided |
| build
| npm run build
| Builds the package |
| lint
| npm run lint
| Run the linting task |