summaryrefslogtreecommitdiffstats
path: root/share/icons/hicolor/cursors/tweak-color.svg
blob: 01e92573cdb65c51cfe66df5d82f3763776d7277 (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
31
<?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>

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


  <g id="cursor" style="stroke:none">
    <rect x="8"  y="8"  width="6" height="6" style="fill:lightgray"/>
    <rect x="14" y="8"  width="6" height="6" style="fill:gray"/>
    <rect x="20" y="8"  width="6" height="6" style="fill:lightgray"/>
    <rect x="8"  y="14" width="6" height="6" style="fill:gray"/>
    <rect x="14" y="14" width="6" height="6" style="fill:black"/>
    <rect x="20" y="14" width="6" height="6" style="fill:gray"/>
    <rect x="8"  y="20" width="6" height="6" style="fill:lightgray"/>
    <rect x="14" y="20" width="6" height="6" style="fill:gray"/>
    <rect x="20" y="20" width="6" height="6" style="fill:lightgray"/>
  </g>
</svg>