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

6 lines
265 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<circle cx="10" cy="32" r="5" fill="#d99000"/>
<circle cx="54" cy="32" r="5" fill="#d99000"/>
<line x1="14" y1="32" x2="46" y2="14" stroke="#b26a00" stroke-width="4" stroke-linecap="round"/>
</svg>