27 lines
798 B
XML
27 lines
798 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 {
|
|
stroke: #d6d6d6;
|
|
stroke-linecap: round;
|
|
stroke-linejoin: round;
|
|
stroke-width: 4px;
|
|
}
|
|
|
|
.c, .d {
|
|
fill: none;
|
|
}
|
|
</style>
|
|
</defs>
|
|
<g id="a" data-name="frame">
|
|
<rect class="d" width="64" height="64"/>
|
|
</g>
|
|
<g id="b" data-name="Promt">
|
|
<rect class="c" x="13.34" y="12.24" width="38.49" height="39.43" rx="2.69" ry="2.69"/>
|
|
<line class="c" x1="23.18" y1="42.71" x2="41.1" y2="42.71"/>
|
|
<line class="c" x1="23.18" y1="35.54" x2="41.1" y2="35.54"/>
|
|
<line class="c" x1="23.18" y1="28.37" x2="41.1" y2="28.37"/>
|
|
<line class="c" x1="23.18" y1="21.2" x2="41.1" y2="21.2"/>
|
|
</g>
|
|
</svg> |