@judix/icon
v1.0.2
Published
Judix icon pack as composable React SVG components
Readme
@judix/icon
React SVG icon library for the Judix design system. Icons are sourced from lib/icons and compiled into fully controllable React components with size, color, and stroke overrides.
Installation
npm install @judix/iconUsage
import { Icon, Heart } from '@judix/icon';
<Heart size={32} strokeWidth={1.75} />
<Icon name="heart" />Publishing
- Ensure you are signed in to npm with publish permissions.
- Update the version in
package.jsonand add release notes. - Run
npm run buildand verifydist/contents. - Publish with
npm publish --access public.
