talaland-icons
v1.0.10
Published
Custom TypeScript icon package for Talaland
Downloads
129
Maintainers
Readme
Hi
just add an SVG file in the src/icons directory with camelcase naming, then run:
npm run transform
and
npm run build
then add a version with:
npm version patch # for bug fixes
npm version minor # for new features (like adding new icons)
npm version major # for breaking changes
use the following to publish to npm after adding a version:
npm publish