11 lines
386 B
XML
11 lines
386 B
XML
|
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20">
|
||
|
<defs>
|
||
|
<linearGradient id="a" x1="0%" y1="100%" y2="0%">
|
||
|
<stop offset="0%" stop-color="#1563FF"/>
|
||
|
<stop offset="100%" stop-color="#6F41F2"/>
|
||
|
</linearGradient>
|
||
|
</defs>
|
||
|
<rect width="20" height="20" fill="url(#a)" rx="1"/>
|
||
|
<path fill="#FFF" d="M14 10l-7 4V6z"/>
|
||
|
</svg>
|