diagrams-fable-qt/resources/svg/water_source.svg
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
274 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<circle cx="32" cy="32" r="26" fill="#e3f2fd" stroke="#1c78c0" stroke-width="3"/>
<path d="M32 16 C 24 28, 20 34, 20 41 a12 12 0 0 0 24 0 C 44 34, 40 28, 32 16 Z"
fill="#1c78c0" stroke="none"/>
</svg>