Adds images and (updates file-image to match) (#1852)

* Adds images and updates file-image to match

* Improve pixel perfection

---------

Co-authored-by: Karsa <karsa@sztaki.hu>
This commit is contained in:
Karsa
2024-02-12 16:17:22 +01:00
committed by GitHub
parent a2e8ea32d2
commit 0cfdfa2181
3 changed files with 41 additions and 2 deletions

View File

@@ -11,6 +11,6 @@
>
<path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" />
<path d="M14 2v4a2 2 0 0 0 2 2h4" />
<circle cx="10" cy="13" r="2" />
<path d="m20 17-1.1-1.1a2 2 0 0 0-2.81.01L10 22" />
<circle cx="10" cy="12" r="2" />
<path d="m20 17-1.296-1.296a2.41 2.41 0 0 0-3.408 0L9 22" />
</svg>

Before

Width:  |  Height:  |  Size: 410 B

After

Width:  |  Height:  |  Size: 419 B

23
icons/images.json Normal file
View File

@@ -0,0 +1,23 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"tags": [
"picture",
"photo",
"multiple",
"copy",
"gallery",
"album",
"collection",
"slideshow",
"showcase"
],
"categories": [
"photography",
"text",
"multimedia",
"files"
]
}

16
icons/images.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="M18 22H4a2 2 0 0 1-2-2V6" />
<path d="m22 13-1.296-1.296a2.41 2.41 0 0 0-3.408 0L11 18" />
<circle cx="12" cy="8" r="2" />
<rect width="16" height="16" x="6" y="2" rx="2" />
</svg>

After

Width:  |  Height:  |  Size: 399 B