first commit

This commit is contained in:
2026-01-02 19:20:35 +09:00
commit a10cb30c4a
94 changed files with 28609 additions and 0 deletions

18
icons/ic_network_test.svg Normal file
View File

@@ -0,0 +1,18 @@
<svg xmlns="http://www.w3.org/2000/svg" width="96" height="96" viewBox="0 0 96 96">
<defs>
<linearGradient id="grad19" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#03A9F4;stop-opacity:1" />
<stop offset="100%" style="stop-color:#0288D1;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="96" height="96" rx="20" fill="url(#grad19)" />
<g fill="white" transform="translate(20, 18)">
<!-- 网络图标 -->
<circle cx="28" cy="28" r="24" stroke="white" stroke-width="3" fill="none" />
<circle cx="28" cy="28" r="16" stroke="white" stroke-width="2" fill="none" />
<circle cx="28" cy="28" r="8" stroke="white" stroke-width="2" fill="none" />
<circle cx="28" cy="28" r="3" fill="white" />
</g>
<text x="48" y="82" font-family="Arial" font-size="9" fill="white" text-anchor="middle"
font-weight="bold">NET</text>
</svg>

After

Width:  |  Height:  |  Size: 901 B