1
2
3
4
5
6
7
8
9
10
11
12
13
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" version="1.1">
<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="opacity:0.35;fill:currentColor" class="ColorScheme-Text" d="M 11.038125,4.0742182 C 8.808778,4.339516 6.859253,5.5220263 5.5810938,7.2343744 c -0.00139,0.00186 -0.00252,0.00399 -0.00391,0.00586 C 5.4461365,7.4161256 5.3245654,7.5985386 5.2080469,7.7851556 5.1889606,7.8156269 5.17008,7.8462266 5.1514063,7.8769525 5.0486548,8.0465739 4.9525406,8.2208721 4.8623438,8.3984369 4.836388,8.4502428 4.8109959,8.5023292 4.7861719,8.5546869 4.7161272,8.7003603 4.6521749,8.8495595 4.5908594,8.9999994 h 4.2011719 z m 3.673828,0.4101562 -2.359375,4.515625 h 7.048828 c -0.009,-0.022499 -0.01418,-0.045921 -0.02344,-0.068359 -0.01978,-0.044454 -0.03996,-0.088727 -0.06055,-0.1328125 C 19.204908,8.5396656 19.076119,8.2856824 18.934609,8.0371088 18.897802,7.9701651 18.860038,7.903752 18.821328,7.83789 18.45551,7.2370602 18.004983,6.6728568 17.46,6.1679682 c -0.0046,-0.00456 -0.0091,-0.00912 -0.01367,-0.013672 -0.0037,-0.00337 -0.008,-0.0064 -0.01172,-0.00977 C 16.863599,5.6201505 16.193825,5.158471 15.420937,4.7832025 v -0.00391 C 15.189466,4.6696969 14.952865,4.5712765 14.711953,4.4843744 Z M 4.585,15 c 0.074374,0.181841 0.1546269,0.361227 0.2421875,0.537109 0.030325,0.0618 0.061892,0.122711 0.09375,0.183594 0.1058423,0.205391 0.2205332,0.4061 0.34375,0.601563 0.4326016,0.673816 0.9639137,1.278866 1.5761719,1.794922 l 0.00391,0.0039 c 0.3873525,0.324521 0.8045815,0.611611 1.2460938,0.857422 L 8.4326563,15 Z M 8.6611719,15 9.6103906,16.130859 10.174844,15 Z m 3.7675781,0 -1.337891,1.845703 1.910156,0.199219 -3.1132806,2.662109 C 10.574661,19.898256 11.28407,19.996785 11.997109,20 c 3.331519,4.65e-4 6.223685,-2.046595 7.417969,-5 z"/>
<g transform="translate(3.9971094,3.9999994)">
<path style="fill:currentColor" class="ColorScheme-Text" d="M 5,8 A 2,2 0 0 1 3,10 2,2 0 0 1 1,8 2,2 0 0 1 3,6 2,2 0 0 1 5,8 Z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="M 10,8 A 2,2 0 0 1 8,10 2,2 0 0 1 6,8 2,2 0 0 1 8,6 2,2 0 0 1 10,8 Z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="m 15,8 a 2,2 0 0 1 -2,2 2,2 0 0 1 -2,-2 2,2 0 0 1 2,-2 2,2 0 0 1 2,2 z"/>
</g>
</svg>
|