mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-18 00:27:41 +01:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7163aeaa6b | ||
|
|
99cd76bb35 | ||
|
|
f5fb1ec263 |
@@ -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>
|
||||||
|
|||||||
@@ -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 &
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
43
icons/activity-square.json
Normal file
43
icons/activity-square.json
Normal 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
14
icons/activity-square.svg
Normal 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 |
@@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -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 |
@@ -7,11 +7,11 @@
|
|||||||
"issue",
|
"issue",
|
||||||
"draft",
|
"draft",
|
||||||
"code",
|
"code",
|
||||||
|
"coding",
|
||||||
"version control"
|
"version control"
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
"development",
|
"development",
|
||||||
"coding",
|
|
||||||
"shapes"
|
"shapes"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -7,11 +7,11 @@
|
|||||||
"issue",
|
"issue",
|
||||||
"draft",
|
"draft",
|
||||||
"code",
|
"code",
|
||||||
|
"coding",
|
||||||
"version control"
|
"version control"
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
"development",
|
"development",
|
||||||
"coding",
|
|
||||||
"shapes"
|
"shapes"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user