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

React component for Feather icons

Results 39 react-feather issues
Sort by recently updated
recently updated
newest added

Does it not make sense to have a reusable icon component of our own that utilizes react-feather, and therefore be able to do something like ``? I'm aware that we...

I have been using react-feather for a lot of my internal administration apps over the last year or so. It's very straight forward to work with and works well on...

Added [svgs](https://www.npmjs.com/package/svgs) to support both `react` and `react-native`. > The svgs module is compatibility layer between react-native-svg and regular react (browser) based SVG elements. This allows you to write SVG...

Is it possible to include custom svg icons? If so can it be added to the documentation?

Is there no icon included for google? I need a google icon on a login form.

> Add type definition on cherry pick import like : > `import X from 'react-feather/dist/icons/x'`

This is more of a question rather than an issue. But I see that for all icons, the strokeWidth is always set to 2. Except for the size and stroke,...

Commit: 11f51d6f29767256a7499dcb0ac0b22a44eadb5e Introduced a renaming of the Props interface to IconProps with makes it a breaking change to previous versions.

I'm moving a project to TypeScript and I can't use ref :) The code: ```jsx ``` The compiler error: ```sh Type error: Type '{ size: number; color: string; ref: MutableRefObject;...