12 lines
380 B
Java
12 lines
380 B
Java
|
|
<?xml-stylesheet type="text/css" href="icons.css" ?>
|
||
|
|
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<path
|
||
|
|
class="icn icn--shape-color"
|
||
|
|
d="M 21.498553,12.165798 A 9.5,9.5 0 0 1 11.889465,21.499357 9.5,9.5 0 0 1 2.5001608,11.944731 9.5,9.5 0 0 1 12,2.5"
|
||
|
|
fill="#fafafa"
|
||
|
|
stroke="#3a3a38"
|
||
|
|
stroke-linecap="round"
|
||
|
|
stroke-linejoin="round"
|
||
|
|
/>
|
||
|
|
</svg>
|