spatial-monorepo / core/src / DOOR_ARC_SVG
Variable: DOOR_ARC_SVG
constDOOR_ARC_SVG: "`<svg xmlns="http://www.w3.org/2000/svg\" viewBox="0 0 24 24" width="24" height="24">\n \<!-- Door frame line (closed edge) -->\n \<line x1="0" y1="0" x2="0" y2="24" stroke="#333" stroke-width="2" stroke-linecap="round"/>\n \<!-- Door panel (open position) -->\n \<line x1="0" y1="24" x2="24" y2="24" stroke="#333" stroke-width="1.5" stroke-linecap="round"/>\n \<!-- 90° swing arc from closed (top) to open (right) -->\n \<path d="M 0 0 A 24 24 0 0 1 24 24" fill="none" stroke="#555" stroke-width="1" stroke-dasharray="2,2"/>\n\</svg>`"
Defined in: packages/core/src/sprites/doorArcSprite.ts:17
