shakurocom / figma-extractor

https://figma-extractor.vercel.app
MIT License
22 stars 5 forks source link

Export icon types into const #11

Closed andrew-bazhanov closed 3 years ago

andrew-bazhanov commented 3 years ago

Currently we export only ts type, but would be useful (for Storybook for example) have list of all icons in js constant. Like this:

export const ICONS = ['icon1', 'icon2']