blob: 4e15857cda12e83355c2e8c6ca4507f1b6837d7a (
plain)
1
2
3
4
5
6
|
<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" stroke="#000" stroke-width="2">
<circle cx="12" cy="12" r="9" />
<path d="M8 8l1.5 8h1l1.5 -6l1.5 6h1l1.5 -8" />
</g>
</svg>
|