blob: f3e20ccf89b15a8c3f8d99b66cbd31585770c5ac (
plain)
1
2
3
4
5
6
7
8
9
10
|
<svg width="24" height="24" version="1.1" xmlns="http://www.w3.org/2000/svg">
<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 class="ColorScheme-PositiveText success" d="m5 5v5h2v-5zm0 9v5h2v-5z" style="fill:currentColor"/>
<path class="ColorScheme-Highlight" d="m9 5v8h2v-8zm0 12v2h2v-2z" style="fill:currentColor"/>
<path class="ColorScheme-NeutralText warning" d="m13 5v4h2v-4zm0 8v6h2v-6z" style="fill:currentColor"/>
<path class="ColorScheme-NegativeText error" d="m17 5v1h2v-1zm0 5v9h2v-9z" style="fill:currentColor"/>
<path class="ColorScheme-Text" d="m16.5 7c-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>
|