summaryrefslogtreecommitdiffstats
path: root/share/icons/hicolor/cursors/tweak-move.svg
blob: cd23d959478a719ed06c24f9c11b8fb36fa032a8 (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
29
30
<?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="4"
     inkscape:hotspot_y="4"
     style="fill:gray;stroke:black">

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

  <defs>

    <!-- Arrows -->
    <g id="arrows">
      <path d="m 23.5,13.5 5,-5 -5,-5 m -12,5 h 17"/>
      <path d="m 15.5,22.5 h 7 v -7 m -12,-5 12,12"/>
      <path d="m 3.5,23.5 5,5 5,-5 m -5,-12 v 17"/>
    </g>
  </defs>

  <!-- Cross (centered on hotspot) -->
  <use xlink:href="-common.svg#def-cross"/>


  <g id="cursor" style="fill:none">
    <use xlink:href="#arrows" style="stroke:white;stroke-width:3px"/>
    <use xlink:href="#arrows" style="stroke:black;stroke-width:1px"/>
  </g>
</svg>