mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-24 09:49:21 +01:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
deaeefd247 | ||
|
|
1f32d59aaf | ||
|
|
ec102a252d |
19
icons/usb.svg
Normal file
19
icons/usb.svg
Normal file
@@ -0,0 +1,19 @@
|
||||
<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"
|
||||
>
|
||||
<circle cx="4" cy="20" r="1" />
|
||||
<circle cx="10" cy="7" r="1" />
|
||||
<path d="M4 20 19 5" />
|
||||
<path d="m21 3-3 1 2 2 1-3Z" />
|
||||
<path d="m10 7-5 5 2 5" />
|
||||
<path d="m10 14 5 2 4-4" />
|
||||
<path d="m18 12 1-1 1 1-1 1-1-1Z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 434 B |
20
icons/wand-2.svg
Normal file
20
icons/wand-2.svg
Normal file
@@ -0,0 +1,20 @@
|
||||
<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"
|
||||
>
|
||||
<path d="m21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72Z" />
|
||||
<path d="m14 7 3 3" />
|
||||
<path d="M5 6v4" />
|
||||
<path d="M19 14v4" />
|
||||
<path d="M10 2v2" />
|
||||
<path d="M7 8H3" />
|
||||
<path d="M21 16h-4" />
|
||||
<path d="M11 3H9" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 530 B |
@@ -36,13 +36,13 @@
|
||||
"babel-preset-preact": "^2.0.0",
|
||||
"jest": "^26.6.3",
|
||||
"rollup-plugin-svelte": "^7.1.0",
|
||||
"svelte": "^3.45.0",
|
||||
"svelte": "^3.49.0",
|
||||
"svelte-jester": "^2.3.1",
|
||||
"svelte-preprocess": "^4.10.1",
|
||||
"svelte2tsx": "^0.4.12"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"svelte": "^3.45.0",
|
||||
"svelte": "^3.49.0",
|
||||
"svelte2tsx": "^0.4.12"
|
||||
}
|
||||
}
|
||||
|
||||
12
tags.json
12
tags.json
@@ -3755,6 +3755,14 @@
|
||||
"upload-cloud": [
|
||||
"file"
|
||||
],
|
||||
"usb": [
|
||||
"universal",
|
||||
"serial",
|
||||
"bus",
|
||||
"controller",
|
||||
"connector",
|
||||
"interface"
|
||||
],
|
||||
"user": [
|
||||
"person",
|
||||
"account",
|
||||
@@ -3880,6 +3888,10 @@
|
||||
"magic",
|
||||
"selection"
|
||||
],
|
||||
"wand-2": [
|
||||
"magic",
|
||||
"wizard"
|
||||
],
|
||||
"watch": [
|
||||
"clock",
|
||||
"time"
|
||||
|
||||
Reference in New Issue
Block a user