mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 18:06:47 +01:00
* Updated icons/chrome.svg * fix(icons): renamed chrome to chromium due to https://github.com/lucide-icons/lucide/issues/3571 * fix(icons/chromium): added missing EOL to json --------- Co-authored-by: Karsa <contact@karsa.org>
18 lines
377 B
XML
18 lines
377 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="M10.88 21.94 15.46 14" />
|
|
<path d="M21.17 8H12" />
|
|
<path d="M3.95 6.06 8.54 14" />
|
|
<circle cx="12" cy="12" r="10" />
|
|
<circle cx="12" cy="12" r="4" />
|
|
</svg>
|