28 lines
670 B
XML
28 lines
670 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_+1">
|
|
<rect class="c" x="13.34" y="12.24" width="38.49" height="39.43" rx="2.69" ry="2.69"/>
|
|
<polyline class="d" points="24.98 29.27 31.25 38.23 39.31 25.68"/>
|
|
</g>
|
|
</svg> |