@blockbite/icons
v4.5.2
Published
- Figma source: [Blockbite Icons](https://www.figma.com/design/J80gb6fvNeeDMt4qEe0uYx/Blockbite-Icons?node-id=0-1&t=n2svFz1xt8teqTPn-1) - Our icon set uses custom icons based on [Radix Icons](https://www.radix-ui.com/icons).
Readme
@blockbite/icons
Source & export workflow
- Figma source: Blockbite Icons
- Our icon set uses custom icons based on Radix Icons.
Updating icons
- Select all icon layers in Figma.
- Export them as SVG.
- Replace the contents of
packages/icons/source-icons/with the exported SVG files. - Run
pnpm --filter @blockbite/icons build.
The build generates packages/icons/jsx/*.jsx from source-icons/ and then
regenerates packages/icons/jsx/index.ts.
The Figma file is the canonical source of truth. source-icons/ is the
checked-in SVG export snapshot that the build consumes. jsx/ is generated
output.
