Files
param-hub-python/static/favicon.svg

14 lines
757 B
XML
Raw Permalink Normal View History

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<!-- 背景 -->
<rect x="2" y="2" width="28" height="28" rx="6" fill="#4f46e5"/>
<!-- 数据网格 -->
<rect x="6" y="6" width="8" height="8" rx="2" fill="white"/>
<rect x="18" y="6" width="8" height="8" rx="2" fill="white"/>
<rect x="6" y="18" width="8" height="8" rx="2" fill="white"/>
<rect x="18" y="18" width="8" height="8" rx="2" fill="white"/>
<!-- 连接线 -->
<line x1="14" y1="10" x2="18" y2="10" stroke="#4f46e5" stroke-width="2"/>
<line x1="10" y1="14" x2="10" y2="18" stroke="#4f46e5" stroke-width="2"/>
<line x1="22" y1="14" x2="22" y2="18" stroke="#4f46e5" stroke-width="2"/>
<line x1="14" y1="22" x2="18" y2="22" stroke="#4f46e5" stroke-width="2"/>
</svg>