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
371 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<rect x="10" y="12" width="44" height="40" rx="6" fill="#e3f2fd" stroke="#455a64" stroke-width="3"/>
<path d="M10 34 q 11 -6 22 0 t 22 0 v 12 a6 6 0 0 1 -6 6 h -32 a6 6 0 0 1 -6 -6 Z"
fill="#64a7d8" stroke="none"/>
<line x1="10" y1="12" x2="54" y2="12" stroke="#455a64" stroke-width="3"/>
</svg>