Compare commits

...

3 Commits

Author SHA1 Message Date
Daniel Bayley
7163aeaa6b Add activity-square icon (#1356)
* Add `activity-square` icon

* Optimise `activity` icon

* Improve `activity` metadata
2023-06-12 21:36:07 +02:00
Daniel Bayley
99cd76bb35 Fix circle-dot icons metadata (#1358) 2023-06-12 21:35:18 +02:00
Eric Fennis
f5fb1ec263 Small seo improvements 2023-06-12 21:13:22 +02:00
11 changed files with 110 additions and 8 deletions

View File

@@ -3,6 +3,10 @@ layout: page
outline: 2 outline: 2
outlineTitle: Categories outlineTitle: Categories
sidebar: true sidebar: true
head:
- - link
- rel: canonical
content: https://lucide.dev/icons/
--- ---
<script setup> <script setup>

View File

@@ -2,6 +2,11 @@
# https://vitepress.dev/reference/default-theme-home-page # https://vitepress.dev/reference/default-theme-home-page
layout: home layout: home
head:
- - link
- rel: canonical
content: https://lucide.dev/
hero: hero:
name: | name: |
Beautiful & Beautiful &

View File

@@ -23,6 +23,17 @@
"source": "/docs/:path*", "source": "/docs/:path*",
"destination": "/guide/:path*", "destination": "/guide/:path*",
"permanent": true "permanent": true
},
{
"source": "/",
"has": [
{
"type": "query",
"key": "page"
}
],
"destination": "/icons",
"permanent": false
} }
] ]
} }

View File

@@ -0,0 +1,43 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"pulse",
"action",
"motion",
"movement",
"exercise",
"fitness",
"healthcare",
"heart rate monitor",
"vital signs",
"vitals",
"emergency room",
"er",
"intensive care",
"hospital",
"defibrillator",
"earthquake",
"siesmic",
"magnitude",
"richter scale",
"aftershock",
"tremor",
"shockwave",
"audio",
"waveform",
"synthesizer",
"synthesiser",
"music"
],
"categories": [
"medical",
"account",
"social",
"science",
"multimedia",
"shapes"
]
}

14
icons/activity-square.svg Normal file
View File

@@ -0,0 +1,14 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<rect width="18" height="18" x="3" y="3" rx="2" />
<path d="M17 12h-2l-2 5-2-10-2 5H7" />
</svg>

After

Width:  |  Height:  |  Size: 302 B

View File

@@ -5,13 +5,38 @@
], ],
"tags": [ "tags": [
"pulse", "pulse",
"health",
"action", "action",
"motion" "motion",
"movement",
"exercise",
"fitness",
"healthcare",
"heart rate monitor",
"vital signs",
"vitals",
"emergency room",
"er",
"intensive care",
"hospital",
"defibrillator",
"earthquake",
"siesmic",
"magnitude",
"richter scale",
"aftershock",
"tremor",
"shockwave",
"audio",
"waveform",
"synthesizer",
"synthesiser",
"music"
], ],
"categories": [ "categories": [
"medical", "medical",
"account", "account",
"social" "social",
"science",
"multimedia"
] ]
} }

View File

@@ -9,5 +9,5 @@
stroke-linecap="round" stroke-linecap="round"
stroke-linejoin="round" stroke-linejoin="round"
> >
<polyline points="22 12 18 12 15 21 9 3 6 12 2 12" /> <path d="M22 12h-4l-3 9L9 3l-3 9H2" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 264 B

After

Width:  |  Height:  |  Size: 249 B

View File

@@ -7,11 +7,11 @@
"issue", "issue",
"draft", "draft",
"code", "code",
"coding",
"version control" "version control"
], ],
"categories": [ "categories": [
"development", "development",
"coding",
"shapes" "shapes"
] ]
} }

View File

@@ -7,11 +7,11 @@
"issue", "issue",
"draft", "draft",
"code", "code",
"coding",
"version control" "version control"
], ],
"categories": [ "categories": [
"development", "development",
"coding",
"shapes" "shapes"
] ]
} }

View File

@@ -9,6 +9,7 @@
"progress", "progress",
"issue", "issue",
"code", "code",
"coding",
"version control", "version control",
"choices", "choices",
"multiple choice", "multiple choice",
@@ -16,7 +17,6 @@
], ],
"categories": [ "categories": [
"development", "development",
"coding",
"shapes" "shapes"
] ]
} }

View File

@@ -10,13 +10,13 @@
"cycle", "cycle",
"issue", "issue",
"code", "code",
"coding",
"version control", "version control",
"dashed" "dashed"
], ],
"categories": [ "categories": [
"arrows", "arrows",
"development", "development",
"coding",
"shapes" "shapes"
] ]
} }