git clone https://git.lucas.co/hou-control.git
config/Cursors/white.svg (500B)
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 <!-- Black outline: two thick rectangles forming a 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 <!-- Dimmed fill: two narrower rectangles on top -->
7 <rect x="23" y="5" width="2" height="38" fill="#bbbbbb"/>
8 <rect x="5" y="23" width="38" height="2" fill="#bbbbbb"/>
9 </svg>