@seismic/icons
v0.2.13
Published
Seismic design system icons
Keywords
Readme
@seismic/icons
This is a public Seismic package containing all the icons in our design system.
Usage
To use, import icon component from the package:
import { IconCalculator } from '@seismic/icons'And use like you use any icon:
<IconCalculator class="w-4 h-4"/>Building
To build icon components, load new icons to ./src/icons and run:
yarn run buildThis will create the icons in ./dist folder.
Publishing
Before publishing, run publish command with --dry-run to ensure everything will work as expected:
npm publish --dry-runTo publish package to NPM, run:
npm publish --access publicPlease note you must be logged in NPM registry to publish the package.
