blob: beaea1a0611d0aada44ba4b278a31a9549d970e7 (
plain)
1
2
3
4
5
6
7
8
9
|
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 16">
<defs>
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text { color:#dfdfdf; } .ColorScheme-Highlight { color:#4285f4; } .ColorScheme-NeutralText { color:#ff9800; } .ColorScheme-PositiveText { color:#4caf50; } .ColorScheme-NegativeText { color:#f44336; }
</style>
</defs>
<path style="fill:currentColor" class="ColorScheme-Highlight" d="m11 12h3v4h-3zm1.5-4c.828 0 1.5.672 1.5 1.5s-.672 1.5-1.5 1.5-1.5-.672-1.5-1.5.672-1.5 1.5-1.5z" />
<path style="fill:currentColor" class="ColorScheme-Text" d="m5 11c0-4.937 4.063-9 9-9v-2c-6.034 0-11 4.966-11 11zm4 0c0-2.743 2.257-5 5-5v-2c-3.84 0-7 3.16-7 7z" />
</svg>
|