15 lines
462 B
XML
15 lines
462 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg id="close-btn" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 23">
|
|
<defs>
|
|
<style>
|
|
.cls-1 {
|
|
fill: none;
|
|
stroke: #fff;
|
|
stroke-linecap: round;
|
|
stroke-width: 3px;
|
|
}
|
|
</style>
|
|
</defs>
|
|
<line id="close-btn-line-2068" class="cls-1" x1="1.5" y1="1.5" x2="21.5" y2="21.5"/>
|
|
<line id="close-btn-line-2069" class="cls-1" x1="21.5" y1="1.5" x2="1.5" y2="21.5"/>
|
|
</svg> |