no-lucide-react-icons.
Use whenever a React or Next.js project imports from `lucide-react`, when adding any SVG icon to a React component, when picking an icon library, or when generating new shadcn-style components that ship with Feather/Lucide defaults. Hard-block `lucide-react` and replace with Phosphor Icons (`@phosphor-icons/react`). Triggers on `import ... from 'lucide-react'`, `<lucide-...>` JSX, `npm install lucide-react`, `pnpm add lucide-react`, `package.json` listing `lucide-react`, mentions of "add an icon" / "icon library" / "use lucide" / "use Heroicons" / "use Feather", or any UI work that involves SVG icons in a React/Next project. Skip for Vue, Svelte, plain HTML, native mobile, or non-icon work.
Use whenever a React or Next.js project imports from `lucide-react`, when adding any SVG icon to a React component, when picking an icon library, or when generating new shadcn-style components that ship with Feather/Lucide defaults. Hard-block `lucide-react` and replace with Phosphor Icons (`@phosphor-icons/react`). Triggers on `import ... from 'lucide-react'`, `<lucide-...>` JSX, `npm install lucide-react`, `pnpm add lucide-react`, `package.json` listing `lucide-react`, mentions of "add an icon" / "icon library" / "use lucide" / "use Heroicons" / "use Feather", or any UI work that involves SVG icons in a React/Next project. Skip for Vue, Svelte, plain HTML, native mobile, or non-icon work.
ℹ full README rendering arrives once the GitHub webhook syncs this artifact into the marketplace database.