30 lines
807 B
XML
30 lines
807 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<defs>
|
|
<style>
|
|
.c, .d {
|
|
stroke: #d6d6d6;
|
|
stroke-linecap: round;
|
|
stroke-linejoin: round;
|
|
stroke-width: 4px;
|
|
}
|
|
|
|
.c, .d, .e {
|
|
fill: none;
|
|
}
|
|
|
|
.d {
|
|
fill-rule: evenodd;
|
|
}
|
|
</style>
|
|
</defs>
|
|
<g id="a" data-name="frame">
|
|
<rect class="e" width="64" height="64"/>
|
|
</g>
|
|
<g id="b" data-name="Layer_-">
|
|
<line class="c" x1="35.42" y1="29.57" x2="23.48" y2="41.51"/>
|
|
<line class="c" x1="35.42" y1="41.51" x2="23.48" y2="29.57"/>
|
|
<rect class="c" x="13.34" y="12.24" width="38.49" height="39.43" rx="2.69" ry="2.69"/>
|
|
<path class="d" d="m15.96,18.88h26.43c1.48,0,2.69,1.2,2.69,2.69v27.21"/>
|
|
</g>
|
|
</svg> |