30 lines
839 B
XML
30 lines
839 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg id="icon-h1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 26">
|
|
<defs>
|
|
<style>
|
|
.cls-1 {
|
|
stroke-linecap: round;
|
|
}
|
|
|
|
.cls-1, .cls-2 {
|
|
fill: none;
|
|
stroke: #1c303b;
|
|
}
|
|
|
|
.cls-1, .cls-2, .cls-3 {
|
|
stroke-width: 2px;
|
|
}
|
|
|
|
.cls-3 {
|
|
fill: #59b90f;
|
|
stroke: #59b90f;
|
|
stroke-linejoin: round;
|
|
}
|
|
</style>
|
|
</defs>
|
|
<rect id="frame" class="cls-2" x="1" y="1" width="38" height="24" rx="2" ry="2"/>
|
|
<line id="line-3" class="cls-1" x1="19.26" y1="8" x2="33.5" y2="8"/>
|
|
<line id="line-2" class="cls-1" x1="19.26" y1="13" x2="33.5" y2="13"/>
|
|
<line id="line-1" class="cls-1" x1="19.26" y1="18" x2="28.5" y2="18"/>
|
|
<rect id="rectangle" class="cls-3" x="8" y="8" width="6" height="10"/>
|
|
</svg> |