Installation:
# Replace with npm, yarn, bun, etc.
pnpm install @iota/apps-ui-iconsImporting:
import { IotaLogoMark } from '@iota/apps-ui-icons';- Clean the project by running
pnpm icons clean:allfrom the repo root. - Open Figma Icons file. Create a mass export using
cmd+shift+e. Save the SVGs toiota/apps/ui-icons/svgs. - Run
pnpm icons generateto generate the new icon library. - Commit the changes and submit a PR.