-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export all icons from icons.ts (conversionType==='constants') #132
Comments
Yes, that would make perfect sense. I will try to add this feature once I find the time. |
Hi @Guzel738 with version 8.3 a complete icon set gets generated by default when using the constant conversion type |
Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Problem
In the second approach to converse types (conversionType==='constants'), generated file icons.ts doesn`t contain export of all icons. So everytime we add new icon in method registerIcons() and we need to add this icon to the import list.
It should be better to have singe export with all constants as : export const all = [icon1, icon2, ...].
Would it be possible to add this functionality?
The text was updated successfully, but these errors were encountered: