blob: 2a8703086d8c9c9adce0a2a2969086af40bd8e5c (
plain)
1
2
3
4
5
6
7
8
|
<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-Text" d="M 6,6 H 16 V 16 H 6 Z m 5,-3 v 2 h 6 v 5 h 2 V 5 C 19,3 17,3 17,3 Z m -8,9 v 5 c 0,2 2,2 2,2 h 6 V 17 H 5 v -5 z"/>
</svg>
|