add cursors svg

This commit is contained in:
JFH
2025-03-30 17:15:55 +02:00
parent 2550af8353
commit 8b55657c70
2 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<?xml version="1.0"?>
<svg width="20" height="16" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" version="1.1">
<title>circle_cursor</title>
<g class="layer">
<title>Layer 1</title>
<g class="layer" id="svg_2">
<path d="m0.1,6.37l6.3,-6.27l-6.3,0l0,6.27z" fill="#2b3c45" id="path9" stroke="#2b3c45"
stroke-dashoffset="0" stroke-width="0.2" />
</g>
<!-- Replaced rectangle with pentagon -->
<path
d="M10,4
L13.09,6.26
L11.91,10
L8.09,10
L6.91,6.26
Z"
fill="#ffffff" stroke="#2b3c45" stroke-width="0.8" id="svg_pentagon" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 745 B

View File

@@ -0,0 +1,25 @@
<?xml version="1.0"?>
<svg width="20" height="16" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" version="1.1">
<title>circle_cursor</title>
<g class="layer">
<title>Layer 1</title>
<g class="layer" id="svg_2">
<path d="m0.1,6.37l6.3,-6.27l-6.3,0l0,6.27z" fill="#2b3c45" id="path9" stroke="#2b3c45"
stroke-dashoffset="0" stroke-width="0.2" />
</g>
<!-- Replaced the rectangle with a star -->
<path
d="M11.14,4.53
L12.02,7.16
L14.76,7.16
L12.54,8.83
L13.42,11.47
L11.14,9.8
L8.86,11.47
L9.74,8.83
L7.52,7.16
L10.26,7.16
Z"
fill="#ffffff" stroke="#2b3c45" stroke-width="0.8" id="svg_star" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 893 B