统一 Airshelf 界面组件与图标

This commit is contained in:
iye
2026-05-27 12:29:41 +08:00
parent ea335587d2
commit 086d92991e
47 changed files with 750 additions and 450 deletions
+92 -9
View File
@@ -4,6 +4,13 @@ type IconName =
| "home"
| "play"
| "folder"
| "package"
| "boxes"
| "images"
| "credit-card"
| "clapperboard"
| "film"
| "video"
| "tile"
| "bars"
| "bars2"
@@ -17,6 +24,8 @@ type IconName =
| "doc"
| "up"
| "plus"
| "product-plus"
| "airshelf"
| "flame"
| "check"
| "x"
@@ -39,7 +48,52 @@ const PATHS: Record<IconName, React.ReactNode> = {
<path d="M5 10v10h14V10" />
</>
),
play: <polygon points="6 4 20 12 6 20" fill="currentColor" stroke="none" />,
play: <path d="m6 4 14 8-14 8Z" />,
package: (
<>
<path d="M11 21.7a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.7l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.7Z" />
<path d="m3.3 7 8.7 5 8.7-5" />
<path d="M12 22V12" />
<path d="m7.5 4.3 9 5.1" />
</>
),
boxes: (
<>
<path d="M11 21.7a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.7l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.7Z" />
<path d="m3.3 7 8.7 5 8.7-5" />
<path d="M12 22V12" />
<path d="m7.5 4.3 9 5.1" />
</>
),
images: (
<>
<rect x="3" y="3" width="18" height="18" rx="2" />
<circle cx="9" cy="9" r="2" />
<path d="m21 15-3.1-3.1a2 2 0 0 0-2.8 0L6 21" />
</>
),
clapperboard: (
<>
<path d="m12.3 3.5 3 4" />
<path d="M20.2 6 3 11l-.9-2.4a2 2 0 0 1 1.3-2.5l13.5-4a2 2 0 0 1 2.5 1.3Z" />
<path d="m6.2 5.3 3.1 3.9" />
<path d="M3 11h18v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2Z" />
</>
),
film: (
<>
<path d="m12.3 3.5 3 4" />
<path d="M20.2 6 3 11l-.9-2.4a2 2 0 0 1 1.3-2.5l13.5-4a2 2 0 0 1 2.5 1.3Z" />
<path d="m6.2 5.3 3.1 3.9" />
<path d="M3 11h18v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2Z" />
</>
),
video: (
<>
<path d="m16 13 5.2 3.1a.5.5 0 0 0 .8-.4V8.3a.5.5 0 0 0-.8-.4L16 11" />
<rect x="2" y="6" width="14" height="12" rx="2" />
</>
),
folder: (
<>
<rect x="3" y="4" width="18" height="16" rx="2" />
@@ -49,9 +103,9 @@ const PATHS: Record<IconName, React.ReactNode> = {
tile: <path d="M3 6h18M3 12h18M3 18h18" />,
bars: (
<>
<rect x="3" y="4" width="6" height="16" />
<rect x="11" y="4" width="4" height="16" />
<rect x="17" y="6" width="4" height="14" />
<rect x="3" y="3" width="18" height="18" rx="2" />
<circle cx="9" cy="9" r="2" />
<path d="m21 15-3.1-3.1a2 2 0 0 0-2.8 0L6 21" />
</>
),
bars2: <path d="M3 21V9M9 21V5M15 21v-8M21 21V11" />,
@@ -90,10 +144,33 @@ const PATHS: Record<IconName, React.ReactNode> = {
),
up: <path d="M12 19V5M5 12l7-7 7 7" />,
plus: <path d="M12 5v14M5 12h14" />,
flame: <path fill="currentColor" stroke="none" d="M12 2c1 3 4 5 4 9a4 4 0 0 1-4 4 4 4 0 0 1-4-4 5 5 0 0 1 1.5-3.5C10.5 6 11.5 4 12 2zm-1 13c0 2 1 3 1 5 1-1 3-2 3-5 0-1.5-1-2-2-3-1 1-2 2-2 3z" />,
"product-plus": (
<>
<path d="M12 22V12" />
<path d="M16 17h6" />
<path d="M19 14v6" />
<path d="M21 10.5V8a2 2 0 0 0-1-1.7l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.7l7 4a2 2 0 0 0 2 0l1.7-1" />
<path d="m3.3 7 8.7 5 8.7-5" />
<path d="m7.5 4.3 9 5.1" />
</>
),
airshelf: (
<>
<path d="M4.5 19 12 4.5 19.5 19" />
<path d="M8 14h8" />
<path d="M7 17h10" />
<path d="M9.5 10.3c1.5-1.2 3.5-1.2 5 0" />
</>
),
flame: (
<>
<path d="M8.5 14.5c0-2 1.5-3.4 3.5-5.5.4 2.2 2.8 3.1 2.8 5.6a3.3 3.3 0 0 1-6.3-.1Z" />
<path d="M12 22c4 0 7-2.8 7-7 0-4.7-3.3-7.3-5-12-2 3.3-7 6-7 12a5 5 0 0 0 5 7Z" />
</>
),
check: <path d="M4 12l5 5L20 6" />,
x: <path d="M5 5l14 14M19 5L5 19" />,
"play-tri": <path fill="currentColor" stroke="none" d="M5 4l14 8-14 8z" />,
"play-tri": <path d="m5 4 14 8-14 8Z" />,
rotate: (
<>
<path d="M4 12a8 8 0 0 1 14-5.5L21 9" />
@@ -104,9 +181,9 @@ const PATHS: Record<IconName, React.ReactNode> = {
),
more: (
<>
<circle cx="5" cy="12" r="1.5" fill="currentColor" />
<circle cx="12" cy="12" r="1.5" fill="currentColor" />
<circle cx="19" cy="12" r="1.5" fill="currentColor" />
<circle cx="5" cy="12" r="1.6" fill="currentColor" stroke="none" />
<circle cx="12" cy="12" r="1.6" fill="currentColor" stroke="none" />
<circle cx="19" cy="12" r="1.6" fill="currentColor" stroke="none" />
</>
),
wallet: (
@@ -115,6 +192,12 @@ const PATHS: Record<IconName, React.ReactNode> = {
<path d="M3 10h18M16 14h2" />
</>
),
"credit-card": (
<>
<rect x="2" y="5" width="20" height="14" rx="2" />
<path d="M2 10h20" />
</>
),
coin: (
<>
<circle cx="12" cy="12" r="9" />