1
2
3
4
5
6
7
8
9
|
<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 16.984925,13 C 15.889447,13 15,13.863579 15,14.934456 v 1.066035 H 14 V 20 h 6 V 15.999509 H 19 V 14.934456 C 19,13.863579 18.078392,13 16.984925,13 Z m 0,1 C 17.533668,14 18,14.39214 18,14.934456 v 1.066035 H 16 V 14.934456 C 16,14.39214 16.435176,14 16.984925,14 Z"/>
<path style="opacity:0.35;fill:currentColor" class="ColorScheme-Text" d="M 8,4 C 6,4 6,6 6,6 v 12 c 0,2 2,2 2,2 h 5 V 18.000977 H 11 V 16 h 2 V 15 H 7.9990234 V 13.001953 H 14.669922 C 15.236995,12.294266 16.093156,11.980483 17,11.97525 c 0.352,0 0.686,0.0725 1,0.1875 V 7 L 15,4 Z m 1,5.99707 1,0.0059 v 1.999023 H 7.9990234 L 8.0009765,11 C 8.0009765,11 8,9.99707 9,9.99707 Z m 6,0 C 16,9.99707 16,11 16,11 l -0.002,0.998047 H 14 V 9.999023 Z m -4,0.0059 h 2 v 1.999023 H 11 Z M 7.9990234,16 H 10 v 2.000977 l -1,-0.002 C 8,17.999024 8.0009765,17 8.0009765,17 Z"/>
</svg>
|