react-feather icon indicating copy to clipboard operation
react-feather copied to clipboard

Any way to omit the size attributes?

Open ErikBooij opened this issue 1 year ago • 1 comments

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 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?

ErikBooij avatar Jul 02 '23 09:07 ErikBooij