diff options
Diffstat (limited to 'static/cursors/cursor-pointer.svg')
| -rw-r--r-- | static/cursors/cursor-pointer.svg | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/static/cursors/cursor-pointer.svg b/static/cursors/cursor-pointer.svg index b214394..4c7cc91 100644 --- a/static/cursors/cursor-pointer.svg +++ b/static/cursors/cursor-pointer.svg @@ -1,10 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="26" viewBox="0 0 24 26"> - <path - d="M 10 2 C 10 1 12 1 12 2 L 12 10 C 13 9 15 9 15 11 C 15 10 17 10 17 12 C 17 11 19 11 19 13 L 19 18 C 19 21 17 23 14 23 L 9 23 C 7 23 5 21 5 19 L 5 15 C 4 15 3 14 3 13 C 3 12 4 11 5 11 L 6 11 L 6 6 C 6 5 8 5 8 6 L 8 11 L 10 11 Z" - fill="#B8884A" - stroke="#13100E" - stroke-width="1.2" - stroke-linejoin="round" - stroke-linecap="round" - /> +<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"> + <circle cx="10" cy="10" r="7" fill="#B8884A" stroke="#13100E" stroke-width="1.4"/> + <circle cx="10" cy="10" r="7" fill="none" stroke="rgba(232, 226, 213, 0.55)" stroke-width="0.8"/> </svg> |
