1
2
3
4
5
6
7
8
|
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" 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 14.072,4 c -0.255,0 -0.511,0.0971 -0.707,0.293 l -4.0369,4.0351 4.3439,4.3438 4.035,-4.0371 c 0.392,-0.3918 0.392,-1.0224 0,-1.4141 L 14.779,4.293 C 14.583,4.0971 14.328,4 14.072,4 Z M 8.3281,9.3281 6.293,11.3652 c -0.3918,0.3918 -0.3918,1.0224 0,1.4141 l 2.9277,2.9277 c 0.3917,0.392 1.0223,0.392 1.4141,0 l 2.0371,-2.035 z M 12,17 h 6 v 1 h -7 c 0,0 0,-1 1,-1 z m -8,0 h 3 c 1,0 1,1 1,1 H 4 Z"/>
</svg>
|