Icons

Integrate visual icons from well-known libraries to enrich your documentation.

Icons can be sourced from Lucide, SVG elements, external URLs, or local files within your project directory.

<Icon name="flag" size={32} />

Inline icons

You can use icons directly within text to highlight information or add visual context.

Build your documentation seamlessly.

<Icon name="flag" size={16} /> Build your documentation seamlessly.

Properties

namestringrequired

The icon to display.

sizenumber

The size of the icon in pixels.

colorstring

The color of the icon as a hex code (for example, #FF5733).