Replies: 1 comment
-
@blueprintjs/icons does not depend on @blueprintjs/core, so I think you should be ok to use the public API of the icons package without using anything from core. Did you run into issues using things like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a good way to just use the
icons
package without @blueprintjs/core?I think my plan is to do:
and render these as react server components – so hopefully all I'm introducing into my bundle is the resulting SVG.
Beta Was this translation helpful? Give feedback.
All reactions