Generate icon tokens
generate_icon_tokensPick an icon set and generate icon sizing tokens (xs–2xl + stroke width). Either select a specific set or state style preferences and get a recommendation. Available sets: material-outlined, material-filled, lucide, phosphor-regular, phosphor-bold, phosphor-thin, phosphor-fill, solar-linear, solar-bold, solar-broken, tabler-outline, tabler-filled, radix. Returns a shareable standby.design/system URL and a summary. Always give that URL to the user — the link is the deliverable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| set | No | Icon set variant id to select explicitly, e.g. "material-outlined". One of: material-outlined, material-filled, lucide, phosphor-regular, phosphor-bold, phosphor-thin, phosphor-fill, solar-linear, solar-bold, solar-broken, tabler-outline, tabler-filled, radix. Pass "auto" to clear the selection and use the recommendation instead. | |
| url | No | Existing standby.design URL (or raw hash) to modify. Only this tool's section is changed; color/type/shape/icon/spacing settings from other tools are preserved. Omit to start fresh from defaults. | |
| scale | No | Size scale ratio (default 1.272). | |
| style | No | Preferred icon style for the recommendation. | |
| weight | No | Preferred stroke weight. | |
| corners | No | Preferred corner style (sharp = corporate/precise, rounded = friendly). | |
| baseSize | No | Base icon size (md) in rem (default 1.25). | |
| snapTo4px | No | Round sizes to the 4px grid (default true). |