mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 18:06:47 +01:00
* Optimise `rows` icon * Optimise `columns` icon * Improve metadata * Improve metadata * Add `rows-3` variant * Rename `rows` to `rows-2` * Rename `columns` to `columns-2` * Add `columns-3` variant * Add `panels-*` to `aliases` Moved from #1156. * Add `rows-4` variant * Add `columns-4` variant --------- Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
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"
|
|
>
|
|
<rect width="18" height="18" x="3" y="3" rx="2" />
|
|
<path d="M9 3v18" />
|
|
<path d="M15 3v18" />
|
|
</svg>
|