mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-05-18 13:05:39 +02:00
Add image-up icon (#1909)
* Added icons/image-up.svg * Added icons/image-up.json
This commit is contained in:
21
icons/image-up.json
Normal file
21
icons/image-up.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"colebemis",
|
||||
"karsa-mistmere",
|
||||
"ericfennis",
|
||||
"jguddas"
|
||||
],
|
||||
"tags": [
|
||||
"picture",
|
||||
"photo",
|
||||
"upload",
|
||||
"import"
|
||||
],
|
||||
"categories": [
|
||||
"photography",
|
||||
"text",
|
||||
"multimedia",
|
||||
"files"
|
||||
]
|
||||
}
|
||||
16
icons/image-up.svg
Normal file
16
icons/image-up.svg
Normal file
@@ -0,0 +1,16 @@
|
||||
<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="M10.3 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10l-3.1-3.1a2 2 0 0 0-2.814.014L6 21" />
|
||||
<path d="m14 19.5 3-3 3 3" />
|
||||
<path d="M17 22v-5.5" />
|
||||
<circle cx="9" cy="9" r="2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 410 B |
Reference in New Issue
Block a user