get_icon
Retrieve the exact import statement and icon record for a known icon name and provider, ensuring version-correct code without guesswork.
Instructions
Get the full record and exact import statement for an icon whose name is already known, e.g. Trash2 from lucide.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Icon name or import name, e.g. "trash-2" or "Trash2" | |
| version | No | Package version or range; defaults to the project's version | |
| provider | Yes | Provider id or npm package, e.g. "lucide" or "lucide-react" |