12 lines
396 B
Java
12 lines
396 B
Java
|
|
<?xml-stylesheet type="text/css" href="icons.css" ?>
|
||
|
|
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<path
|
||
|
|
class="icn icn--shape-color"
|
||
|
|
d="m 2.5,7 v 10 c 0,1.5 1,2.5 2.5,2.5 h 14 c 1.5,0 2.5,-1 2.5,-2.5 V 7 C 21.5,5.5 20.5,4.5 19,4.5 H 5 C 3.5,4.5 2.5,5.5 2.5,7 Z"
|
||
|
|
fill="#fafafa"
|
||
|
|
stroke="#3a3a38"
|
||
|
|
stroke-linecap="round"
|
||
|
|
stroke-linejoin="round"
|
||
|
|
/>
|
||
|
|
</svg>
|