summaryrefslogtreecommitdiffstats
path: root/share/icons/hicolor/cursors/select-dragging.svg
blob: d2fa30087a71293fa82df3faaa8ad1f11d022c2f (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>
  </defs>

  <g id="cursor" class="drop-shadow" style="">
    <!-- Arrow -->
    <path d="m 4.5,4.5 l 7.5,7.5 h -4 l 3,7 l -1,0.5 l -3,-7 l -2.5,2.5 z" style="stroke:white;stroke-width:3px"/>
    <path d="m 4.5,4.5 l 7.5,7.5 h -4 l 3,7 l -1,0.5 l -3,-7 l -2.5,2.5 z" style="fill:black;stroke-width:1px"/>

    <!-- Outline (cross) -->
    <path d="m 22.5,28 l -5.5,-5.5 l 5.5,-5.5 l 5.5,5.5 z"
          style="fill:black;stroke:black;stroke-width:3px"/>

    <!-- Cross -->
    <path d="m 26.5,22.5 v 1.5 l 1.5,-1.5 l -1.5,-1.5 v 1.5 h -8 v 1.5 l -1.5,-1.5 l 1.5,-1.5 v 1.5
             m 4,-4 h 1.5 l -1.5,-1.5 l -1.5,1.5 h 1.5 v 8 h 1.5 l -1.5,1.5 l -1.5,-1.5 h 1.5"
          style="fill:white;stroke:white;stroke-width:1px"/>
  </g>

</svg>