😎 Scroll and crosshair cursors

This commit is contained in:
KaizIqbal 2020-07-24 17:53:48 +05:30
parent 7bafc1f278
commit 83953ed499
3 changed files with 28 additions and 0 deletions

8
src/svg/all_scroll.svg Normal file
View file

@ -0,0 +1,8 @@
<svg width="200" height="200" viewBox="0 0 200 200" fill="none" xmlns="http://www.w3.org/2000/svg">
<g opacity="0.01">
<path opacity="0.01" d="M200 0H0V200H200V0Z" fill="white"/>
</g>
<path fill-rule="evenodd" clip-rule="evenodd" d="M108.571 80H114.286V85.7143H108.571V80ZM114.286 114.286H108.571V108.571H114.286V114.286ZM85.7142 85.7143H79.9999V80H85.7142V85.7143ZM85.7142 114.286H79.9999V108.571H85.7142V114.286ZM97.1427 51.5029L51.5142 97.1486L81.3542 126.983L97.1427 142.771L142.766 97.1429L97.1427 51.5029Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M134.665 97.1263L120.054 81.0749V91.5263H97.1451H74.2822V81.0749L59.5908 97.1263L74.288 113.172L74.2822 102.841H97.1451H120.054L120.048 113.172L134.665 97.1263Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M102.785 97.1429H102.859V74.28L113.185 74.2857L97.1446 59.5943L81.0931 74.28H91.4303V97.1429H91.476V120.011L81.0303 120.006L97.0703 134.731L113.099 120.011H102.785V97.1429Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 999 B

11
src/svg/crosshair.svg Normal file
View file

@ -0,0 +1,11 @@
<svg width="200" height="200" viewBox="0 0 200 200" fill="none" xmlns="http://www.w3.org/2000/svg">
<g opacity="0.01">
<path opacity="0.01" d="M200 0H0V200H200V0Z" fill="white"/>
</g>
<path opacity="0.15" fill-rule="evenodd" clip-rule="evenodd" d="M131.429 100C131.429 117.354 117.354 131.429 100 131.429C82.6401 131.429 68.5715 117.354 68.5715 100C68.5715 82.64 82.6401 68.5714 100 68.5714C117.354 68.5714 131.429 82.64 131.429 100Z" fill="#231F1F"/>
<path opacity="0.3" fill-rule="evenodd" clip-rule="evenodd" d="M131.429 100C131.429 117.354 117.354 131.429 100 131.429C82.6401 131.429 68.5715 117.354 68.5715 100C68.5715 82.64 82.6401 68.5714 100 68.5714C117.354 68.5714 131.429 82.64 131.429 100Z" stroke="#231F1F"/>
<path opacity="0.85" fill-rule="evenodd" clip-rule="evenodd" d="M34.2856 102.857H97.1542V97.1429H34.2856V102.857Z" fill="#231F1F"/>
<path opacity="0.85" fill-rule="evenodd" clip-rule="evenodd" d="M102.857 102.857H165.714V97.1429H102.857V102.857Z" fill="#231F1F"/>
<path opacity="0.85" fill-rule="evenodd" clip-rule="evenodd" d="M97.1428 97.1428H102.857V34.2857H97.1428V97.1428Z" fill="#231F1F"/>
<path opacity="0.85" fill-rule="evenodd" clip-rule="evenodd" d="M97.1428 165.714H102.857V102.857H97.1428V165.714Z" fill="#231F1F"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

9
src/svg/plus.svg Normal file
View file

@ -0,0 +1,9 @@
<svg width="200" height="200" viewBox="0 0 200 200" fill="none" xmlns="http://www.w3.org/2000/svg">
<g opacity="0.01">
<path opacity="0.01" d="M200 0H0V200H200V0Z" fill="white"/>
</g>
<path fill-rule="evenodd" clip-rule="evenodd" d="M108.526 137.143H85.783V57.1429H108.526V137.143Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M57.1428 85.7429H137.057V108.486H57.1428V85.7429Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M102.68 131.429H91.4285V62.9371H102.68V131.429Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M62.9485 91.6057H131.331V102.857H62.9485V91.6057Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 648 B