18 lines
835 B
XML
18 lines
835 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">
|
|
<!-- Created using Karbon, part of Calligra: http://www.calligra.org/karbon -->
|
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100" height="100">
|
|
<defs/>
|
|
<g id="layer0">
|
|
<path id="shape0" fill="#ffffff" stroke="#ffffff" stroke-linecap="butt" stroke-linejoin="miter" d="
|
|
M 0 100 L 0 70 L 30 100 z
|
|
"/>
|
|
<path id="shape1" fill="#ffffff" stroke="#ffffff" stroke-linecap="butt" stroke-linejoin="miter" d="
|
|
M 70 0 L 100 30 L 90 40 L 60 10 z
|
|
"/>
|
|
<path id="shape2" fill="#ffffff" stroke="#ffffff" stroke-linecap="butt" stroke-linejoin="miter" d="
|
|
M 55 15 L 5 65 L 35 95 L 85 45 z
|
|
"/>
|
|
</g>
|
|
</svg>
|