1
2
3
4
5
6
7
8
9
|
<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-NeutralText warning" d="M 19,16.5 A 1.5,1.5 0 0 1 17.5,18 1.5,1.5 0 0 1 16,16.5 1.5,1.5 0 0 1 17.5,15 1.5,1.5 0 0 1 19,16.5 Z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="M 11,4 C 9.175,5.725 6,7 5,7.25 5,12 7.25,17.25 11,18 14.75,17.25 17,12 17,7.25 16,7 12.825,5.725 11,4 Z m 0,3 a 1,1 0 0 1 1,1 1,1 0 0 1 -1,1 1,1 0 0 1 -1,-1 1,1 0 0 1 1,-1 z m -2,3 h 1 2 v 5 H 10 V 11 H 9 Z"/>
</svg>
|