Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
J
jiayun
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xuchentao
jiayun
Commits
3081fe57
Commit
3081fe57
authored
Aug 04, 2026
by
xuchentao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复服务卡片图标
parent
c5411758
Pipeline
#451
passed with stage
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Icon.astro
src/components/Icon.astro
+2
-2
No files found.
src/components/Icon.astro
View file @
3081fe57
...
@@ -3,11 +3,11 @@ interface Props { name: string; size?: number; }
...
@@ -3,11 +3,11 @@ interface Props { name: string; size?: number; }
const { name, size = 24 } = Astro.props;
const { name, size = 24 } = Astro.props;
const paths: Record<string, string> = {
const paths: Record<string, string> = {
car: "M3 13l2-5a3 3 0 012.8-2h8.4A3 3 0 0119 8l2 5v6h-2v-2H5v2H3v-6zm3.3-3l-1.2 3h13.8l-1.2-3a1 1 0 00-.9-.6H7.2a1 1 0 00-.9.6zM7 15.5h2m6 0h2",
car: "M3 13l2-5a3 3 0 012.8-2h8.4A3 3 0 0119 8l2 5v6h-2v-2H5v2H3v-6zm3.3-3l-1.2 3h13.8l-1.2-3a1 1 0 00-.9-.6H7.2a1 1 0 00-.9.6zM7 15.5h2m6 0h2",
key: "M1
4 7a5 5 0 11-3.4 8.7L3 23v-4l3-3 2 2 2-2m4-6h.01
",
key: "M1
3 15.5a5.5 5.5 0 11-11 0 5.5 5.5 0 0111 0zM11.4 11.6L21 2m-5.5 5.5l3 3M18 5l3 3
",
license: "M6 3h12a2 2 0 012 2v14a2 2 0 01-2 2H6a2 2 0 01-2-2V5a2 2 0 012-2zm3 5h6M8 13h8M8 17h5",
license: "M6 3h12a2 2 0 012 2v14a2 2 0 01-2 2H6a2 2 0 01-2-2V5a2 2 0 012-2zm3 5h6M8 13h8M8 17h5",
route: "M5 19a3 3 0 100-6 3 3 0 000 6zm14-8a3 3 0 100-6 3 3 0 000 6zM8 16h3a2 2 0 002-2V8a2 2 0 012-2h1",
route: "M5 19a3 3 0 100-6 3 3 0 000 6zm14-8a3 3 0 100-6 3 3 0 000 6zM8 16h3a2 2 0 002-2V8a2 2 0 012-2h1",
coach: "M12 12a4 4 0 100-8 4 4 0 000 8zM4 22a8 8 0 0116 0M18 9l2 2 4-4",
coach: "M12 12a4 4 0 100-8 4 4 0 000 8zM4 22a8 8 0 0116 0M18 9l2 2 4-4",
service: "M14.7 6.3a4 4 0 0
1-5 5L4 17l3 3 5.7-5.7a4 4 0 005-5l-2.4 2.4-3-3 2.4-2.4
z",
service: "M14.7 6.3a4 4 0 0
0-5-5l2.1 2.1L9 6.2 6.9 4.1a4 4 0 005 5l-9.2 9.2a2.1 2.1 0 003 3l9.2-9.2a4 4 0 005-5l-2.1 2.1-2.8-2.8
z",
check: "M5 12l4 4L19 6",
check: "M5 12l4 4L19 6",
phone: "M5 4h4l2 5-3 2a16 16 0 007 7l2-3 5 2v4c0 1-1 2-2 2C10 23 1 14 1 4c0-1 1-2 2-2h2",
phone: "M5 4h4l2 5-3 2a16 16 0 007 7l2-3 5 2v4c0 1-1 2-2 2C10 23 1 14 1 4c0-1 1-2 2-2h2",
pin: "M20 10c0 6-8 12-8 12S4 16 4 10a8 8 0 1116 0zm-8 2a2 2 0 100-4 2 2 0 000 4z",
pin: "M20 10c0 6-8 12-8 12S4 16 4 10a8 8 0 1116 0zm-8 2a2 2 0 100-4 2 2 0 000 4z",
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment