14 lines
693 B
XML
14 lines
693 B
XML
<?xml version="1.0" standalone="no"?>
|
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100" height="100" viewBox="0 0 100 100">
|
|
<g id="group0" transform="scale(0.9), translate(5 5)" fill="none">
|
|
<path id="shape0" stroke="#ffffff" stroke-width="10" d="
|
|
M 0 75 L 0 100 L 100 100 L 100 75
|
|
"/>
|
|
<path id="shape1" stroke="#ffffff" fill="#ffffff" stroke-width="10" d="
|
|
M 20 60 L 50 100 L 80 60 z
|
|
"/>
|
|
<rect id="shape2" stroke="#ffffff" fill="#ffffff" stroke-width="10" x="40" y="0" width="20" height="60"/>
|
|
</g>
|
|
</svg>
|