Icon
Gravity uses Feather icons to provide a full suite of beautiful vector icons for your app.
Preview

Code
<Icon
image='save'
color='dark'
size={ 20 }
/>
Props
Prop
Description
Required
Value
color
color of the icon
required
dark, light or hex value
size
size of the icon
optional
integer (default: 20)
style
custom style
optional
styles object
Last updated
Was this helpful?