10 lines
601 B
PHP
10 lines
601 B
PHP
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<svg fill="#000000" viewBox="0 0 24 24" id="folder-alert-left-2" data-name="Flat Color"
|
||
|
|
xmlns="http://www.w3.org/2000/svg" class="icon flat-color">
|
||
|
|
<path id="secondary"
|
||
|
|
d="M4,18a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,4,18Zm0-2a1,1,0,0,0,1-1V12a1,1,0,0,0-2,0v3A1,1,0,0,0,4,16Z"
|
||
|
|
style="fill: rgb(44, 169, 188);"></path>
|
||
|
|
<path id="primary"
|
||
|
|
d="M5,10H3A1,1,0,0,1,2,9V8A2,2,0,0,1,4,6h6.58L13,3.56A2,2,0,0,1,14.41,3H20a2,2,0,0,1,2,2V19a2,2,0,0,1-2,2H8a1,1,0,0,1-1-1V12A2,2,0,0,0,5,10Z"
|
||
|
|
style="fill: rgb(0, 0, 0);"></path>
|
||
|
|
</svg>
|