mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 18:06:47 +01:00
* Added accessibility icon as per https://github.com/feathericons/feather/issues/633 * added newline to end of file * Updated icon to comply with design guidelines and more closely match accessibleicon.org * Added component Co-authored-by: Karsa <karsa@karsa.org>
17 lines
415 B
XML
17 lines
415 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="M5.5 8.5 9 12l-3.5 3.5L2 12l3.5-3.5Z" />
|
|
<path d="m12 2 3.5 3.5L12 9 8.5 5.5 12 2Z" />
|
|
<path d="M18.5 8.5 22 12l-3.5 3.5L15 12l3.5-3.5Z" />
|
|
<path d="m12 15 3.5 3.5L12 22l-3.5-3.5L12 15Z" />
|
|
</svg>
|