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

base icon for https://github.com/gorangajic/react-icons

Results 6 react-icon-base issues
Sort by recently updated
recently updated
newest added

The MIT license explicitly requires to attach the full license text to the code or any distribution. Without this the license isn't fulfilled by the project itself and thus invalid....

I am using a lot of the icons in place of a checkbox or something like that (trash can for a remove, etc...) and would love to be able to...

It allows `vertical-align` to be removed using 'none' or modified using any other option. Not using the `verticalAlign` option injects `vertical-align: middle` so it's backwards compatible.

To add support for accessibility nodes `title` and `description` has mentioned in https://github.com/gorangajic/react-icons/issues/110#issuecomment-347409413

I wanted to suggest that the default verticalAlign be left to baseline, instead of being set to `middle` [here](https://github.com/gorangajic/react-icon-base/blob/337bf24bc6980598f34e33881940646876dda072/index.js#L15): ## Usecase When using with text, it's almost always the case...

I'm getting this warning in my web console: ``` Warning: Failed context type: Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read...