Icon example
Inline icons
Icons are placed inline when used within a paragraph. The documentation you want, effortlessly.Inline      example
Properties
The icon to display.Options:
- Font Awesome icon name
 - Lucide icon name
 - JSX-compatible SVG code wrapped in curly braces
 - URL to an externally hosted icon
 - Path to an icon file in your project
 
- Convert your SVG using the SVGR converter.
 - Paste your SVG code into the SVG input field.
 - Copy the complete 
<svg>...</svg>element from the JSX output field. - Wrap the JSX-compatible SVG code in curly braces: 
icon={<svg ...> ... </svg>}. - Adjust 
heightandwidthas needed. 
The Font Awesome icon style. Only used with Font Awesome icons.Options: 
regular, solid, light, thin, sharp-solid, duotone, brands.The color of the icon as a hex code (for example, 
#FF5733).The size of the icon in pixels.