1
2
3
4
5
6
7
8
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" 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 2,13.5 A 1.5,1.5 0 0 0 3.5,15 1.5,1.5 0 0 0 5,13.5 1.5,1.5 0 0 0 3.5,12 1.5,1.5 0 0 0 2,13.5 Z M 2,6 9,11 V 8 h 4 V 4 H 9 V 1 Z m 4,7.5 A 1.5,1.5 0 0 0 7.5,15 1.5,1.5 0 0 0 9,13.5 1.5,1.5 0 0 0 7.5,12 1.5,1.5 0 0 0 6,13.5 Z m 4,0 A 1.5,1.5 0 0 0 11.5,15 1.5,1.5 0 0 0 13,13.5 1.5,1.5 0 0 0 11.5,12 1.5,1.5 0 0 0 10,13.5 Z"/>
</svg>
|