Use icons from Font Awesome, Lucide, URLs, or files in your project to enhance your documentation.
Icon example
<Icon icon="flag" size={32} />

Inline icons

Icons are placed inline when used within a paragraph. The documentation you want, effortlessly.
Inline example
<Icon icon="flag" iconType="solid" /> The documentation you want, effortlessly.

Properties

icon
string
required
A Font Awesome icon, Lucide icon, URL to an icon, or relative path to an icon.
iconType
string
For Font Awesome icons only: One of regular, solid, light, thin, sharp-solid, duotone, brands.
color
string
The color of the icon as a hex code (for example, #FF5733).
size
number
The size of the icon in pixels.