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

5 lines
242 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<circle cx="32" cy="32" r="25" fill="#fff8e1" stroke="#d99000" stroke-width="3"/>
<path d="M36 12 L22 36 h9 L27 52 L43 28 h-9 Z" fill="#d99000" stroke-linejoin="round"/>
</svg>