10 lines
385 B
XML
10 lines
385 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<svg version="1.0" width="48" height="48" viewBox="0 0 48 48"
|
|
xmlns="http://www.w3.org/2000/svg">
|
|
<g transform="translate(5 4) scale(2 2)">
|
|
<!-- From x11_icon_play, with a stroke for contrast. -->
|
|
<path d="M 0 0 20 10 0 20 Z" stroke="#eee" stroke-width="2" fill="#000"
|
|
stroke-linejoin="round" />
|
|
</g>
|
|
</svg>
|