mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 18:06:47 +01:00
* Add `square-brackets` icon * Add `parentheses` icon * Improve `curly-braces`/`json` metadata * Refine `parentheses` icon Match `path`s in #1134. * Rename `square-brackets` to `brackets` * Rename `curly-braces` to `braces` * Update icons/parentheses.json --------- Co-authored-by: Karsa <contact@karsa.org>
15 lines
264 B
XML
15 lines
264 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="M16 3h3v18h-3" />
|
|
<path d="M8 21H5V3h3" />
|
|
</svg>
|