Icon

Gravity uses Feather icons to provide a full suite of beautiful vector icons for your web application. Fontawesome is also supported.

Preview

Code

// feather icon (default)
<Icon 
  color='dark' 
  image='search'
  size={ 32 }
/>

// fontawesome
<Icon
  color='dark;
  image='fa-solid fa-house'
  size='sm'
/>

Props

Last updated