blob: 1cacf6e8def4df2f45165452106749008e1afdf4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<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:#444444; } .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="m10 5c-2.743 0-5 2.031-5 4.5s2.257 4.5 5 4.5c.347-.001.694-.035 1.033-.102-.021-.131-.033-.265-.033-.398 0-1.371 1.129-2.5 2.5-2.5.379.002.752.089 1.092.256.265-.555.404-1.152.408-1.756 0-2.469-2.257-4.5-5-4.5zm-2 2c.549 0 1 .451 1 1s-.451 1-1 1-1-.451-1-1 .451-1 1-1zm4 0c.549 0 1 .451 1 1s-.451 1-1 1-1-.451-1-1 .451-1 1-1z" />
<path style="opacity:0.3;fill:currentColor" class="ColorScheme-Text" d="m7 1c2.487.003 4.726 1.422 5.605 3.555-.794-.353-1.678-.555-2.605-.555-.029 0-.059.001-.088.004-3.209.043-5.912 2.438-5.912 5.496 0 .691.144 1.345.395 1.949-.034-.013-.067-.027-.1-.041l-1.295 2.592v-3.41c-1.269-1.041-1.997-2.529-2-4.09 0-3.017 2.708-5.5 6-5.5zm-3 3c.549 0 1 .451 1 1s-.451 1-1 1-1-.451-1-1 .451-1 1-1z" />
<circle style="fill:currentColor" class="ColorScheme-Highlight" cx="13.5" cy="13.5" r="1.5" fill="#4285f4"/>
</svg>
|