dpw-uds-icons-react
v1.0.39
Published
Contains all the dp world cargoes runner svg images, They are exported as Modules
Downloads
311
Readme
DPW Cargoes Runner Icons
Usage
import {CalenderIcon} from 'dpw-uds-icons-react';
How to build and publish package
Add new Icon with correct name which you will be using you component
For example if the Icon Image is name is Clock.svg after build and deployment that Icon will be available to import in the name of ClockIcon
Update the package version in package.json
Execute the following command to build the package
npm run build
Execute the following command to publish the package
npm publish
Ensure to push the changes to the main branch after build and publish