You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would improve developer experience if there was an index file where each icon was exported, as opposed to all default exports.
At least for VSCode, I can start typing ServerNe..., then VSCode will suggest the icon, then I hit enter and it automatically adds the import statement. This doesn't work unfortunately with default exports.
Would you accept a PR that generates an index file that exports each icon?
The text was updated successfully, but these errors were encountered:
Please reconsider this @levrik! (It seems it was removed in 07ec6a1?) This library is perfect, but not having decent autocomplete is the only thing that would prevent me from using it.
If it's a bundle size concern I think you could just explain how to ensure small sizes with treeshaking? I believe other icon libraries do this (like MUI).
I think it would improve developer experience if there was an index file where each icon was exported, as opposed to all default exports.
At least for VSCode, I can start typing
ServerNe...
, then VSCode will suggest the icon, then I hit enter and it automatically adds the import statement. This doesn't work unfortunately with default exports.Would you accept a PR that generates an index file that exports each icon?
The text was updated successfully, but these errors were encountered: