mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 18:06:47 +01:00
* Add `gallery-vertical` icon * Add `gallery-horizontal` icon * Add `gallery-vertical-end` icon * Add `gallery-horizontal-end` icon * Add `gallery-thumbnails` icon
16 lines
308 B
XML
16 lines
308 B
XML
<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="M2 7v10" />
|
|
<path d="M6 5v14" />
|
|
<rect width="12" height="18" x="10" y="3" rx="2" />
|
|
</svg>
|