15 lines
		
	
	
	
		
			680 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			680 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<!DOCTYPE svg>
 | 
						|
<svg viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg">
 | 
						|
    <defs>
 | 
						|
        <style type="text/css" id="current-color-scheme">
 | 
						|
            .ColorScheme-Text {
 | 
						|
                color:#eff0f1;
 | 
						|
            }
 | 
						|
            .ColorScheme-Highlight {
 | 
						|
                color:#3daee9;
 | 
						|
            }
 | 
						|
        </style>
 | 
						|
    </defs>
 | 
						|
    <path class="ColorScheme-Text" style="fill:currentColor; fill-opacity:1; stroke:none" d="M 4 19 L 4 3 L 14 3 L 18 7 L 18 19 L 4 19 Z M 5 18 L 17 18 L 17 8 L 13 8 L 13 4 L 5 4 L 5 18 Z"/>
 | 
						|
    <path class="ColorScheme-Highlight" style="fill:currentColor; fill-opacity:1; stroke:none" d="M 7 6 L 7 8 L 12 8 L 12 6 L 7 6 Z"/>
 | 
						|
</svg>
 |