@grapu-design/icons
v0.1.2
Published
Grape Design icon set – React components (monochrome & multicolor), compatible with @karrotmarket icon API
Readme
@grape-design/icons
React icon components (monochrome and multicolor) built from SVG assets. Icons are inlined at build time, so no /icons public path or static assets are required in consuming apps.
Asset source
By default, SVGs are read from grape_design_dart/assets/icons/ (monochrome and multicolor subfolders). To use a different path:
ICONS_ASSETS_PATH=/path/to/icons bun run buildBuild
bun run build # generate from assets + tsc
bun run generate # only regenerate from assetsIcon names (e.g. IconPlusFill) are converted to filenames (e.g. plus_fill.svg) by convention.
