mirror of https://github.com/searx/searx
13 lines
385 B
XML
13 lines
385 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
|
|
baseProfile="full" width="70px" height="40px"
|
|
viewBox="0 0 700 400"
|
|
>
|
|
<line x1="180" y1="370"
|
|
x2="500" y2="50"
|
|
stroke="black" stroke-width="15px"
|
|
/>
|
|
<polygon points="585 0 525 25 585 50"
|
|
transform="rotate(135 525 25)"
|
|
/>
|
|
</svg> |