create_icon
Creates an icon on the canvas from the Iconify catalog (200k+ icons). Fetches SVG and renders as vectors, with optional color tinting and placement inside a parent layer.
Instructions
Create an icon on the canvas from the Iconify catalog (200k+ icons: lucide:, mdi:, tabler:, heroicons:, …). The server fetches the SVG from api.iconify.design and the plugin renders it as vectors, optionally tinted with color and placed inside parentId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| icon | Yes | Iconify id, e.g. 'lucide:home' or 'mdi:account'. | |
| name | No | ||
| size | No | Width/height in px (default 24). | |
| color | No | Tint color (hex/rgb()/hsl()). | |
| parentId | No |