blob: 8e2aaf33b049323f5dd5940c02778197077c24fc (
plain)
1
2
3
4
5
6
7
8
|
<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:#dfdfdf; } .ColorScheme-Highlight { color:#4285f4; } .ColorScheme-NeutralText { color:#ff9800; } .ColorScheme-PositiveText { color:#4caf50; } .ColorScheme-NegativeText { color:#f44336; }
</style>
</defs>
<path style="fill:currentColor" class="ColorScheme-NegativeText error" d="M 20.5,17 C 18.567003,17 17,18.567003 17,20.5 17,22.432997 18.567003,24 20.5,24 22.432997,24 24,22.432997 24,20.5 24,18.567003 22.432997,17 20.5,17 Z M 18,20 h 5 v 1 h -5 z"/>
</svg>
|