基本结构

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

1
assets/icon/edit-2.svg Normal file
View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#eee" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-edit-2"><path d="M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z"></path></svg>

After

Width:  |  Height:  |  Size: 283 B

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

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#eee" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-plus-circle"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="16"></line><line x1="8" y1="12" x2="16" y2="12"></line></svg>

After

Width:  |  Height:  |  Size: 343 B

16
assets/icon/stack.svg Normal file
View File

@@ -0,0 +1,16 @@
<svg
xmlns="http://www.w3.org/2000/svg"
data-testid="geist-icon"
fill="none"
height="16"
shapeRendering="geometricPrecision"
stroke="white"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="1.5"
viewBox="0 0 24 24"
width="24"
>
<rect x="2" y="2" width="20" height="8" rx="2" ry="2" />
<rect x="2" y="14" width="20" height="8" rx="2" ry="2" />
</svg>

After

Width:  |  Height:  |  Size: 437 B