Shared icon package for the monorepo, providing unified access to Lucide icons for both Astro and React components.
---
import { Home, Image, Shield, FileText } from "@repo/astro-icon/astro";
---
<Home />
<Image />import { Download } from "@repo/astro-icon/react";
export default function MyComponent() {
return <Download />;
}@lucide/astro: Lucide icons for Astrolucide-react: Lucide icons for React