Icon

The Icon component is a primitive element designed for displaying icons.

Import

import { Icon } from '@vortex-kit/vortex';
import type { IconProps } from '@vortex-kit/vortex';

Display

<Icon src={Hexagon} size={5} color="default" />

Allied components

Icon

Prop
Type
Default
src
union
size
union
4
color
union
default
autoWidth
boolean
className
union
attributes
object
span
Icon Primitive Props — Vortex Design System