framework7io / framework7-icons

Free iOS-icons font for Framework7
http://framework7.io/icons/
MIT License
208 stars 125 forks source link

F7-icons React: Some icons using string style causing exception #34

Closed christopherafbjur closed 3 years ago

christopherafbjur commented 3 years ago

Some react icons seem to be missing style mapping causing this error:

Error

The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.

Here's a demo of the issue. Airplane renders correctly, but PersonAltCircle does not.