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} />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.The icon to display.
The size of the icon in pixels.
The color of the icon as a hex code (for example, #FF5733).