added hyprcursor

This commit is contained in:
2025-03-21 04:49:48 +01:00
parent 755b1fc6ee
commit b1702c319f
253 changed files with 1408 additions and 11 deletions

View File

@@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<filter id="a" width="1.144" height="1.144" x="-.072" y="-.072" style="color-interpolation-filters:sRGB">
<feGaussianBlur stdDeviation=".57"/>
</filter>
</defs>
<path d="M15.5 25.5a1 1 0 0 1-1-1v-15h-7a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h17a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-7v15a1 1 0 0 1-1 1z" style="color:#000;fill:#000;fill-opacity:1;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none;filter:url(#a);opacity:.2"/>
<path d="M 15,25 A 1.0001,-1.0001 0 0 1 14,24 V 9 H 7 A 1.0001,-1.0001 0 0 1 6,8 V 7 A 1.0001,-1.0001 0 0 1 7,6 h 8 1 8 a 1.0001,-1.0001 0 0 1 1,1 v 1 a 1.0001,-1.0001 0 0 1 -1,1 h -7 v 15 a 1.0001,-1.0001 0 0 1 -1,1 z" style="color:#000000;fill:#ededed;fill-opacity:1;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none"/>
<path d="M15 24V8H7V7h17v1h-8v16z" style="fill:#264653;fill-opacity:1;stroke:none;stroke-width:2.04939;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB