Variable DRAWING_TOOL_ICONSConst

DRAWING_TOOL_ICONS: Readonly<Record<string, string>> = ...

Path data by tool id, plus a few keys a host toolbar needs that are not themselves tools (cursor, the group headers).

Values are the d attribute of one <path>. Multiple subpaths are joined into the same string rather than split across elements, so a host renders one node per glyph.