summaryrefslogtreecommitdiffstats
path: root/share/icons/hicolor/cursors/rotate.svg
blob: 3d5370c9b6babc935ff6c7167d3d8f84403257bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg"
     xmlns:xlink="http://www.w3.org/1999/xlink"
     xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
     width="32" height="32"
     inkscape:hotspot_x="16"
     inkscape:hotspot_y="16"
     style="fill:gray;stroke:black">

  <style>@import './cursors.css';</style>

  <defs>

    <g id="objects">
      <path d="m 11.5,16 a 4.5,4.5 0 0 1 2.78,-4.16 4.5,4.5 0 0 1 4.9,0.98"/>
      <path d="m 17,13.5 h 2.5 v -2.5"/>
      <path d="m 20.5,16 a 4.5,4.5 0 0 1 -2.78,4.16 4.5,4.5 0 0 1 -4.9,-0.98"/>
      <path d="m 15,18.5 h -2.5 v 2.5"/>
    </g>
  </defs>

  <g class="drop-shadow" style="">
    <g id="cursor" style="fill:none">
      <circle cx="16" cy="16" r="6.5" style="fill:white;stroke:none"/>
      <use xlink:href="#objects" style="stroke:black;stroke-width:1px"/>
    </g>
  </g>
</svg>