10 lines
532 B
XML
10 lines
532 B
XML
|
<svg id="ctrlPageScale" 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 fill-rule="evenodd" clip-rule="evenodd" d="M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 10l3.01-4.5L15 10H9zm0 4h6l-2.99 4.5L9 14zm-6 5.01h18V4.99H3v14.02z"></path>
|
||
|
</g>
|
||
|
</svg>
|