talaland-icons-2
v0.1.8
Published
Hi
Downloads
25
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
