feathericons / react-feather

React component for Feather icons
https://npm.im/react-feather
MIT License
1.92k stars 126 forks source link

[Feature] Adds `children` prop to all icons #12

Open czarnega opened 6 years ago

czarnega commented 6 years ago

Description

Adds children prop to all icons. Useful for adding <animate>, <animateTransform>, etc elements to icons.

mdn: <animate> mdn: <animateTransform>