1
2
3
4
5
6
7
8
|
<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="fill:currentColor" class="ColorScheme-Text" d="m 12,4 c -4.418278,0 -8,3.581722 -8,8 0,4.418278 3.581722,8 8,8 4.418278,0 8,-3.581722 8,-8 0,-4.418278 -3.581722,-8 -8,-8 z m 1.365234,4 c 2.079558,0 3.173168,1.457184 3.69336,2.699219 L 18.5,11 17.0625,11.660156 c 0.111459,1.22331 -0.445119,2.497751 -1.205078,3.425782 -0.72956,0.906932 -1.692772,1.413702 -2.787109,1.708984 C 11.4896,17.216752 9.6643146,16.994433 8.2558594,16.066406 7.435105,15.475843 6.7064596,14.600672 6.2910156,13.556641 5.9566345,12.523155 5.9355325,11.490517 6.0976562,10.457031 c 0.1621256,0.590563 0.6395961,1.387299 1.2070313,1.556032 0.5674353,0.168732 1.2873138,0.08316 1.7128906,-0.328125 C 9.9193947,10.809639 10.42459,9.234303 11.427734,8.548828 12.005303,8.116452 12.686339,8 13.365234,8 Z M 14,9 c -0.552284,0 -1,0.447716 -1,1 0,0.552284 0.447716,1 1,1 0.552285,0 1,-0.447716 1,-1 0,-0.552284 -0.447715,-1 -1,-1 z"/>
</svg>
|