Add image-up icon (#1909)

* Added icons/image-up.svg

* Added icons/image-up.json
This commit is contained in:
Jakob Guddas
2024-02-23 11:25:17 +01:00
committed by GitHub
parent 7f1e95c6e7
commit bafad1c625
2 changed files with 37 additions and 0 deletions

21
icons/image-up.json Normal file
View 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
View 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