import {CalenderIcon} from 'dpw-uds-icons-react';
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