1
2
3
4
5
6
7
8
9
|
<svg xmlns="http://www.w3.org/2000/svg" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2" width="100%" height="100%" viewBox="0 0 16 16" xml:space="preserve">
<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;fill-opacity:0.5" class="ColorScheme-Text" d="M7.975,10.452c-0,-0.001 0.735,-1.587 0.873,-1.953c1.409,0.074 2.485,0.371 3.271,0.707c0.902,0.386 1.414,2.231 1.663,3.484c0.078,0.272 0.024,0.565 -0.146,0.791c-0.17,0.226 -0.437,0.359 -0.72,0.359c-2.245,0.039 -7.47,0.039 -9.793,0.039c-0.305,0 -0.592,-0.148 -0.768,-0.398c-0.176,-0.25 -0.22,-0.569 -0.117,-0.857c0.359,-1.209 0.96,-2.946 1.789,-3.379c0.73,-0.382 1.718,-0.631 3.001,-0.724l0.947,1.93Z"/>
<path style="fill:currentColor;" class="ColorScheme-Text" d="M9.261,12.298l5.083,0l-1.876,-1.875c-0.174,-0.173 -0.174,-0.454 -0,-0.627c0.173,-0.175 0.455,-0.175 0.628,0l2.62,2.617c0.089,0.09 0.132,0.207 0.13,0.324c0.002,0.117 -0.041,0.234 -0.13,0.322l-2.62,2.619c-0.173,0.173 -0.455,0.173 -0.628,0c-0.174,-0.172 -0.174,-0.456 -0,-0.629l1.876,-1.873l-5.083,0c-0.242,0 -0.439,-0.196 -0.439,-0.439c0,-0.243 0.197,-0.439 0.439,-0.439Zm-1.258,-10.178c1.339,0.001 2.595,1.248 2.419,2.763c-0.176,1.52 -1.08,2.764 -2.419,2.764c-1.338,0 -2.194,-1.188 -2.418,-2.764c-0.216,-1.509 1.08,-2.762 2.418,-2.763Z"/>
</svg>
|