blob: d38de0cb513e1ea684049954f73a85ce8f24310c (
plain)
1
2
3
4
5
6
7
8
9
10
|
<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text { color:#dfdfdf; } .ColorScheme-Highlight { color:#4285f4; } .ColorScheme-NeutralText { color:#ff9800; } .ColorScheme-PositiveText { color:#4caf50; } .ColorScheme-NegativeText { color:#f44336; }</style>
</defs>
<path class="ColorScheme-PositiveText success" d="m4 4v5h2v-5zm0 9v5h2v-5z" style="fill:currentColor"/>
<path class="ColorScheme-Highlight" d="m8 4v8h2v-8zm0 12v2h2v-2z" style="fill:currentColor"/>
<path class="ColorScheme-NeutralText warning" d="m12 4v4h2v-4zm0 8v6h2v-6z" style="fill:currentColor"/>
<path class="ColorScheme-NegativeText error" d="m16 4v1h2v-1zm0 5v9h2v-9z" style="fill:currentColor"/>
<path class="ColorScheme-Text" d="m15.5 6c-0.277 0-0.5 0.223-0.5 0.5v1c0 0.277 0.223 0.5 0.5 0.5h3c0.277 0 0.5-0.223 0.5-0.5v-1c0-0.277-0.223-0.5-0.5-0.5zm-4 3c-0.277 0-0.5 0.223-0.5 0.5v1c0 0.277 0.223 0.5 0.5 0.5h3c0.277 0 0.5-0.223 0.5-0.5v-1c0-0.277-0.223-0.5-0.5-0.5zm-8 1c-0.277 0-0.5 0.223-0.5 0.5v1c0 0.277 0.223 0.5 0.5 0.5h3c0.277 0 0.5-0.223 0.5-0.5v-1c0-0.277-0.223-0.5-0.5-0.5zm4 3c-0.277 0-0.5 0.223-0.5 0.5v1c0 0.277 0.223 0.5 0.5 0.5h3c0.277 0 0.5-0.223 0.5-0.5v-1c0-0.277-0.223-0.5-0.5-0.5z" style="fill:currentColor"/>
</svg>
|