Files
flutterApp/assets/svgs/remote_flame.svg
Songzex 68a45ee487 完成远程控制页面中点火和熄火的长按选中类别的操作
完成远程控制页面中割刀的长按选中类别的操作
2026-03-17 16:10:40 +08:00

6 lines
483 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-flame-icon lucide-flame">
<!-- 绕中心逆时针旋转90°(向左转),中心点12,12适配24x24画布 -->
<g transform="rotate(-90 12 12)">
<path d="M12 3q1 4 4 6.5t3 5.5a1 1 0 0 1-14 0 5 5 0 0 1 1-3 1 1 0 0 0 5 0c0-2-1.5-3-1.5-5q0-2 2.5-4"/>
</g>
</svg>