mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 18:37:22 +01:00
* Add preact package * Fix types * update types * fix types * remove dependecies * bump version * improve test setup for react as well * Add workflow for preact * Fix types * bump version * Add white space * remove forward ref * bump package * Fix types * Fix types * bump version * Remove proptypings * Test new version * Add some extra documentation
16 lines
334 B
XML
16 lines
334 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 8l2 2-2 2 2 2-2 2" />
|
|
<path d="M22 8l-2 2 2 2-2 2 2 2" />
|
|
<rect x="8" y="5" width="8" height="14" rx="1" />
|
|
</svg>
|