mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-09-01 21:18:37 +02:00
* feat(icon): add mirror-round icon * feat(icon): add mirror-rectangular icon * Update icons/mirror-rectangular.json: remove part of name from tages Co-authored-by: Karsa <contact@karsa.org> * Update icons/mirror-round.json: remove part of name from tags Co-authored-by: Karsa <contact@karsa.org> * Update icons/mirror-round.json: add vanity and makeup tags Co-authored-by: Karsa <contact@karsa.org> * fix(size): increase to make it a bit larger from `14 x 18` to `16 x 20` Co-authored-by: Karsa <contact@karsa.org> * Apply suggestion from @karsa-mistmere Co-authored-by: Karsa <contact@karsa.org> * Update mirror-round.json --------- Co-authored-by: Karsa <contact@karsa.org>
15 lines
310 B
XML
15 lines
310 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="M11 6 8 9" />
|
|
<path d="m16 7-8 8" />
|
|
<rect x="4" y="2" width="16" height="20" rx="2" />
|
|
</svg> |