Ilya Ashikhmin a52f7bffbf feat(assets): add SVG node set, node-type config and sample document
Water supply group (source, tank, pump, valve, junction, consumer) and
power group (generator, transformer, switch, load) with port configs,
physics property specs, pipe/cable/insulation catalogues and a demo
waterworks document.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-02 23:27:05 +02:00

7 lines
438 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<path d="M6 18 L32 32 L6 46 Z" fill="#fff3e0" stroke="#e65100" stroke-width="3" stroke-linejoin="round"/>
<path d="M58 18 L32 32 L58 46 Z" fill="#fff3e0" stroke="#e65100" stroke-width="3" stroke-linejoin="round"/>
<line x1="32" y1="32" x2="32" y2="12" stroke="#e65100" stroke-width="3"/>
<line x1="22" y1="12" x2="42" y2="12" stroke="#e65100" stroke-width="4"/>
</svg>