mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 21:47:41 +01:00
Add hard-drive-[up/down]load icons (#1318)
* Add `download-hard-drive` icon * Improve `download` metadata * Rename `download-hard-drive` to `hard-drive-download` * Improve metadata * Add `hard-drive-upload` icon
This commit is contained in:
@@ -7,7 +7,8 @@
|
|||||||
],
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"import",
|
"import",
|
||||||
"export"
|
"export",
|
||||||
|
"save"
|
||||||
],
|
],
|
||||||
"categories": [
|
"categories": [
|
||||||
"arrows",
|
"arrows",
|
||||||
|
|||||||
22
icons/hard-drive-download.json
Normal file
22
icons/hard-drive-download.json
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"danielbayley"
|
||||||
|
],
|
||||||
|
"tags": [
|
||||||
|
"computer",
|
||||||
|
"server",
|
||||||
|
"memory",
|
||||||
|
"data",
|
||||||
|
"ssd",
|
||||||
|
"disk",
|
||||||
|
"hard disk",
|
||||||
|
"save"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"development",
|
||||||
|
"devices",
|
||||||
|
"arrows",
|
||||||
|
"files"
|
||||||
|
]
|
||||||
|
}
|
||||||
17
icons/hard-drive-download.svg
Normal file
17
icons/hard-drive-download.svg
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
<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="M12 2v8" />
|
||||||
|
<path d="m16 6-4 4-4-4" />
|
||||||
|
<rect width="20" height="8" x="2" y="14" rx="2" />
|
||||||
|
<path d="M6 18h.01" />
|
||||||
|
<path d="M10 18h.01" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 364 B |
22
icons/hard-drive-upload.json
Normal file
22
icons/hard-drive-upload.json
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"danielbayley"
|
||||||
|
],
|
||||||
|
"tags": [
|
||||||
|
"computer",
|
||||||
|
"server",
|
||||||
|
"memory",
|
||||||
|
"data",
|
||||||
|
"ssd",
|
||||||
|
"disk",
|
||||||
|
"hard disk",
|
||||||
|
"save"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"development",
|
||||||
|
"devices",
|
||||||
|
"arrows",
|
||||||
|
"files"
|
||||||
|
]
|
||||||
|
}
|
||||||
17
icons/hard-drive-upload.svg
Normal file
17
icons/hard-drive-upload.svg
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
<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="m16 6-4-4-4 4" />
|
||||||
|
<path d="M12 2v8" />
|
||||||
|
<rect width="20" height="8" x="2" y="14" rx="2" />
|
||||||
|
<path d="M6 18h.01" />
|
||||||
|
<path d="M10 18h.01" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 364 B |
Reference in New Issue
Block a user