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

PropDescriptionRequiredValue

color

color of the icon

required

dark, light or hex value

image

the icon image

required

size

size of the icon

optional

integer (default: 20)

style

custom style

optional

styles object

Last updated