基本结构

This commit is contained in:
2022-12-30 01:42:37 +08:00
parent df24352dc1
commit 58825b0277
7 changed files with 182 additions and 199 deletions

17
assets/icon/grid.svg Normal file
View File

@@ -0,0 +1,17 @@
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
height="16"
shape-rendering="geometricPrecision"
stroke="white"
stroke-linecap="round"
stroke-linejoin="round"
strokeWidth="1.5"
viewBox="0 0 24 24"
width="24"
>
<path d="M3 3h7v7H3z" />
<path d="M14 3h7v7h-7z" />
<path d="M14 14h7v7h-7z" />
<path d="M3 14h7v7H3z" />
</svg>

After

Width:  |  Height:  |  Size: 412 B