reicons icon indicating copy to clipboard operation
reicons copied to clipboard

💅 Bundle your SVG into a fully customized React components

Results 9 reicons issues
Sort by recently updated
recently updated
newest added

svgo 0.7.0 has a security issue for js-yaml lib

Im getting the following error: The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX. It's because...

It prevents us from using `!important` on our CSS.

size argument now accepts custom height and width. I think it's useful that the size should accept custom height and width - there may be situations when the icon is...

When it found in the file more than an 'fill-rule' or 'xlink:href', it replaced only the first occurrence.

If you want to bundle your icons by different sources, actually you can't. The idea is support an array in `--source` flag ```bash reicons -p font-awesome:fa -s ./images ./node_modules -b...

Some people configure your webpack to build JSX files with `.jsx` extension only (and maybe others extensions). In my case, I use `.jsx`... Could have an option to change this....