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'm currently working on a project where the Feather icons turned out to be an amazing complement to Heroicons (great icons, but not nearly complete enough for my app).
The problem is that everywhere in my app, I'm sizing the icons based on (Tailwind) classes and in order to keep icons of both sets interchangeable in my components, I need to be able to render the Feather SVGs without the height and width properties, but as far as I can tell, there's no way to do that, currently.
So my question is, would you be open to the option of adding that in one way or another?
The text was updated successfully, but these errors were encountered:
Hello folks!
I'm currently working on a project where the Feather icons turned out to be an amazing complement to Heroicons (great icons, but not nearly complete enough for my app).
The problem is that everywhere in my app, I'm sizing the icons based on (Tailwind) classes and in order to keep icons of both sets interchangeable in my components, I need to be able to render the Feather SVGs without the
height
andwidth
properties, but as far as I can tell, there's no way to do that, currently.So my question is, would you be open to the option of adding that in one way or another?
The text was updated successfully, but these errors were encountered: