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

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<circle cx="32" cy="32" r="24" fill="#e8f5e9" stroke="#2e7d32" stroke-width="3"/>
<path d="M32 32 L52 20 L52 44 Z" fill="#2e7d32"/>
<circle cx="32" cy="32" r="6" fill="#2e7d32"/>
</svg>