mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 19:26:51 +01:00
* feat(icons): fix chart naming scheme, lucide-ize appearance, add some extra variants that were implied but missing * feat(icons): fix missing SVG code * feat(icons): fix linting issue --------- Co-authored-by: Karsa <karsa@sztaki.hu> Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
15 lines
281 B
XML
15 lines
281 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="M3 3v16a2 2 0 0 0 2 2h16" />
|
|
<path d="m19 9-5 5-4-4-3 3" />
|
|
</svg>
|