10 lines
486 B
XML
10 lines
486 B
XML
|
<svg id="moreMenu" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
||
|
width="20" height="20" viewBox="0 0 24 24"
|
||
|
preserveAspectRatio="xMidYMid meet"
|
||
|
focusable="false"
|
||
|
role="none"
|
||
|
style="pointer-events: none; display: block;fill:currentColor;color:white">
|
||
|
<g>
|
||
|
<path d="M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"></path>
|
||
|
</g>
|
||
|
</svg>
|