mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
ffce177ff4
We use lines with 0 length to represent dots. However, lines with 0 length don't render in Figma. To workaround this issue, we give those lines a length of 0.01 instead of 0.
20 lines
543 B
XML
20 lines
543 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"
|
|
>
|
|
<line x1="1" y1="1" x2="23" y2="23" />
|
|
<path d="M16.72 11.06A10.94 10.94 0 0 1 19 12.55" />
|
|
<path d="M5 12.55a10.94 10.94 0 0 1 5.17-2.39" />
|
|
<path d="M10.71 5.05A16 16 0 0 1 22.58 9" />
|
|
<path d="M1.42 9a15.91 15.91 0 0 1 4.7-2.88" />
|
|
<path d="M8.53 16.11a6 6 0 0 1 6.95 0" />
|
|
<line x1="12" y1="20" x2="12.01" y2="20" />
|
|
</svg>
|