react-svg-inline
react-svg-inline copied to clipboard
DEPRECATED, I recommend you the tool SVGR
IE11 has a fun bug where it treats all SVGs as tabbable elements, even if they have `tabindex="-1"` on. The most recognised solution is to apply `focusable="false"` onto the ``...
This is useful when using inline CSS libraries such as aphrodite that don't support child selectors. For example, you can define your style definition with aphrodite like normal, then use...
In addition to fill prop we can also add stroke that will work the same way as fill.
If you use this component with [postcss-local-modules-by-default](https://github.com/css-modules/postcss-modules-local-by-default) it clashes with this suffix, I'm not sure as to the reason why this component has this enabled by default. Seems like something...