mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 21:27:42 +01:00
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:
@@ -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="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" />
|
<path d="M14 2v4a2 2 0 0 0 2 2h4" />
|
||||||
<circle cx="10" cy="13" r="2" />
|
<circle cx="10" cy="12" r="2" />
|
||||||
<path d="m20 17-1.1-1.1a2 2 0 0 0-2.81.01L10 22" />
|
<path d="m20 17-1.296-1.296a2.41 2.41 0 0 0-3.408 0L9 22" />
|
||||||
</svg>
|
</svg>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 410 B After Width: | Height: | Size: 419 B |
23
icons/images.json
Normal file
23
icons/images.json
Normal 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
16
icons/images.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="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 |
Reference in New Issue
Block a user