Skip to main content

Icon

Icon is a component for displaying vector icons with customizable size and color.

You can view all available icons in the Icons Gallery.

Usage

<Icon 
icon="antdesign:arrowright"
iconSize={24}
color="primary-500"
/>

Props

Specific Props

icon

Type: IconIdentifier Required: true

The identifier for the icon to display.

iconSize

Size of the icon.

color

Color of the icon.