git clone https://git.lucas.co/hou-control.git
config/Cursors/grabbing.svg (732B)
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48">
3 <!-- Main cross -->
4 <rect x="21" y="3" width="6" height="42" fill="black"/>
5 <rect x="3" y="21" width="42" height="6" fill="black"/>
6 <rect x="23" y="5" width="2" height="38" fill="#a0d8cc"/>
7 <rect x="5" y="23" width="38" height="2" fill="#a0d8cc"/>
8 <!-- Shorter cross rotated 45° -->
9 <g transform="rotate(45 24 24)">
10 <rect x="21" y="12" width="6" height="24" fill="black"/>
11 <rect x="12" y="21" width="24" height="6" fill="black"/>
12 <rect x="23" y="14" width="2" height="20" fill="#a0d8cc"/>
13 <rect x="14" y="23" width="20" height="2" fill="#a0d8cc"/>
14 </g>
15 </svg>