# Builder Toolbar Icons

Use this directory for SVG assets that belong specifically to the GriffinForms builder contextual toolbar and overflow menu.

Why this path:
- stays inside the existing `admin/images` asset tree
- keeps builder-toolbar assets separate from generic `button-icons`
- leaves room for future toolbar icon groups outside the builder if needed

Recommended contents:
- drag handle icon variants
- edit icon variants
- parent-select icon variants
- move chevrons
- overflow/menu icon
- delete icon
- remove/detach icon

Recommended naming:
- `drag.svg`
- `edit.svg`
- `parent.svg`
- `up.svg`
- `down.svg`
- `left.svg`
- `right.svg`
- `menu.svg`
- `delete.svg`
- `remove.svg`

Scope note:
- do not place generic admin icons here
- do not place field-type icons here
- prefer this directory only for builder toolbar/menu icons rendered through the shared action contract

Usage note:
- toolbar slab/composite actions can use `icon_svg_file`
- overflow menu right-end adornments can use `menu_right_icon_svg_file`
- SVGs should use `currentColor` so hover/focus/disabled states inherit correctly
