summaryrefslogtreecommitdiffstats
path: root/qml/images/play.svg
diff options
context:
space:
mode:
Diffstat (limited to 'qml/images/play.svg')
-rwxr-xr-xqml/images/play.svg13
1 files changed, 13 insertions, 0 deletions
diff --git a/qml/images/play.svg b/qml/images/play.svg
new file mode 100755
index 00000000..dc66841c
--- /dev/null
+++ b/qml/images/play.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" standalone="no"?>
+
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
+<svg width="100%" height="100%" version="1.1"
+xmlns="http://www.w3.org/2000/svg">
+
+<circle cx="50" cy="50" r="40" stroke="white"
+stroke-width="6" stroke-opacity="1" fill-opacity="0"/>
+<!--triangle circle: r=25-->
+<polygon points="37.5,28.4 37.5,71.6 75,50" fill="white"/>
+</svg> \ No newline at end of file