10 lines
328 B
XML
10 lines
328 B
XML
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="64px" height="64px" viewBox="0 0 64 64" zoomAndPan="disable">
|
||
|
<style>
|
||
|
line {
|
||
|
stroke: #bbbbbb;
|
||
|
stroke-width: 1.25px;
|
||
|
}
|
||
|
</style>
|
||
|
<line x1="22" y1="22" x2="42" y2="42" />
|
||
|
<line x1="22" y1="42" x2="42" y2="22" />
|
||
|
</svg>
|