insert_icon
Search and inject vector icons into a specified container node in Paper, choosing icon name, size, color, and stroke width.
Instructions
Searches and injects a crisp vector icon (Lucide, Phosphor, Heroicons) directly into a container node in Paper.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Icon name (e.g. "search", "user", "sparkles", "settings", "check", "plus", "trash", "arrow-right", "bell", "lock", "link"). | |
| size | No | Icon size in pixels (default: 20). | |
| color | No | Stroke / fill color in hex or CSS color (default: "#FFFFFF"). | |
| fileId | No | Optional target file ID. | |
| strokeWidth | No | Stroke width (default: 2). | |
| targetNodeId | Yes | Node ID of the parent frame or container to insert into. |