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="fill:currentColor" class="ColorScheme-Text" d="m 9.9932886,14.981 h 3.0000004 v 1 H 9.9932886 Z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="m 9.9932886,16.981 h 3.0000004 v 1 H 9.9932886 Z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="M 10.092641,7.940798 7.9713204,10.062118 7.2642136,9.355012 9.3855339,7.2336912 Z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="M 8.6784271,6.5265844 6.5571068,8.6479048 5.85,7.940798 7.9713204,5.8194777 Z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="m 15.028246,10.07626 -2.12132,-2.1213199 2.12132,-2.1213204 2.12132,2.1213204 z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="m 11.493289,8.981 c -1.38,0 -2.5000004,1.119 -2.5000004,2.5 0,1.381 1.1200004,2.5 2.5000004,2.5 1.38,0 2.5,-1.119 2.5,-2.5 0,-1.381 -1.12,-2.5 -2.5,-2.5 z m 0,1 c 0.83,0 1.5,0.672 1.5,1.5 0,0.828 -0.67,1.5 -1.5,1.5 -0.83,0 -1.5000004,-0.672 -1.5000004,-1.5 0,-0.828 0.6700004,-1.5 1.5000004,-1.5 z"/>
</svg>
|