Lucide Icons
Lucide is a popular icon library. Icons may be added to Astro pages and MDX content.
Example
Section titled โExampleโThe following code:
import { Star, Rocket } from "lucide-astro"
<Star fill="yellow" /><Rocket stroke-width="1" />
will render the icons:
Enabling Lucide
Section titled โEnabling LucideโWhen you choose Lucide as an option, the lucide-astro
dependency is added to the Starlight project.