diff options
author | Marvin Borner | 2020-04-10 01:06:07 +0200 |
---|---|---|
committer | Marvin Borner | 2020-04-10 01:06:07 +0200 |
commit | 1a7c61dfb1da9de54e276e241495359d40c80ef7 (patch) | |
tree | 0f47cddf4bd0604fa1374f0f631c1435e72acd3e /qml/images/wk.svg | |
parent | 0a63c0e671cb015700bbbb97efa8242381b60b55 (diff) |
Added working selector and mover
Diffstat (limited to 'qml/images/wk.svg')
-rw-r--r-- | qml/images/wk.svg | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/qml/images/wk.svg b/qml/images/wk.svg new file mode 100644 index 0000000..8b2d7b7 --- /dev/null +++ b/qml/images/wk.svg @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="45" height="45"> + <g style="fill:none; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"> + <path + d="M 22.5,11.63 L 22.5,6" + style="fill:none; stroke:#000000; stroke-linejoin:miter;" /> + <path + d="M 20,8 L 25,8" + style="fill:none; stroke:#000000; stroke-linejoin:miter;" /> + <path + d="M 22.5,25 C 22.5,25 27,17.5 25.5,14.5 C 25.5,14.5 24.5,12 22.5,12 C 20.5,12 19.5,14.5 19.5,14.5 C 18,17.5 22.5,25 22.5,25" + style="fill:#ffffff; stroke:#000000; stroke-linecap:butt; stroke-linejoin:miter;" /> + <path + d="M 11.5,37 C 17,40.5 27,40.5 32.5,37 L 32.5,30 C 32.5,30 41.5,25.5 38.5,19.5 C 34.5,13 25,16 22.5,23.5 L 22.5,27 L 22.5,23.5 C 19,16 9.5,13 6.5,19.5 C 3.5,25.5 11.5,29.5 11.5,29.5 L 11.5,37 z " + style="fill:#ffffff; stroke:#000000;" /> + <path + d="M 11.5,30 C 17,27 27,27 32.5,30" + style="fill:none; stroke:#000000;" /> + <path + d="M 11.5,33.5 C 17,30.5 27,30.5 32.5,33.5" + style="fill:none; stroke:#000000;" /> + <path + d="M 11.5,37 C 17,34 27,34 32.5,37" + style="fill:none; stroke:#000000;" /> + </g> +</svg> |