Files
flutterApp/assets/svgs/remote_flame_minus.svg
2026-01-19 18:24:24 +08:00

26 lines
511 B
XML

<svg xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24">
<!-- 原来的主体图形 -->
<path
d="M12 3
q1 4 4 6.5
t3 5.5
a1 1 0 0 1 -14 0
a5 5 0 0 1 1 -3
a1 1 0 0 0 5 0
c0 -2 -1.5 -3 -1.5 -5
q0 -2 2.5 -4"
fill="black"/>
<!-- 右上角水平减号 -->
<path
d="M16 4 L20 4"
stroke="black"
stroke-width="2"
fill="none"
stroke-linecap="round"/>
</svg>