oktaysenkan / monicon

Universal Icon Library
https://monicon-docs.vercel.app
247 stars 9 forks source link

"color" is now applied to icon background #28

Closed tomas-petrovcin closed 1 week ago

tomas-petrovcin commented 1 week ago

[react-native] after update to @monicon/native, icons are now applying "color" prop to background instead of strokes

example:

<Monicon
  size={24}
  name="icon-park-outline:arrow-circle-right"
  color="red"
 />

output:

Simulator 2024-10-07 02 48 36
oktaysenkan commented 1 week ago
Screenshot 2024-10-07 at 05 54 41

thanks for reporting, fixed in v0.0.133