blob: 5c5b1b4b1880926a25cf24d4478bf0ab5f5e4c3c (
plain)
1
2
3
4
5
6
7
8
9
|
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-3 -3 22 22">
<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-Text" d="m2 12.963c-.549 0-1 .452-1 1 0 .549.451 1 1 1s1-.451 1-1c0-.548-.451-1-1-1zm4 0c-.549 0-1 .452-1 1 0 .549.451 1 1 1s1-.451 1-1c0-.548-.451-1-1-1zm4 0c-.549 0-1 .452-1 1 0 .549.451 1 1 1s1-.451 1-1c0-.548-.451-1-1-1zm4 0c-.549 0-1 .452-1 1 0 .549.451 1 1 1s1-.451 1-1c0-.548-.451-1-1-1zm-10-2c-.549 0-1 .452-1 1 0 .549.451 1 1 1s1-.451 1-1c0-.548-.451-1-1-1zm4 0c-.549 0-1 .452-1 1 0 .549.451 1 1 1s1-.451 1-1c0-.548-.451-1-1-1zm4 0c-.549 0-1 .452-1 1 0 .549.451 1 1 1s1-.451 1-1c0-.548-.451-1-1-1z"/>
<path style="opacity:0.3;fill:currentColor" class="ColorScheme-Text" d="m3.679 2.752c.816-1.348 2.294-2.251 3.985-2.251 2.179 0 4.011 1.503 4.514 3.529.231-.057.473-.085.721-.085 1.712 0 3.101 1.389 3.101 3.1 0 1.581-1.186 2.889-2.716 3.078h-.001c-.125.015-.253.023-.384.023s-.259-.008-.384-.023h-8.83c-2.034 0-3.685-1.652-3.685-3.686 0-2.032 1.648-3.681 3.679-3.685z" />
</svg>
|