🔗 Cross and Link cursors

This commit is contained in:
KaizIqbal 2020-07-24 17:57:01 +05:30
parent 83953ed499
commit e3bb047194
4 changed files with 16 additions and 0 deletions

7
src/svg/cross.svg Normal file
View file

@ -0,0 +1,7 @@
<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="M142.857 91.4286H108.514V57.1429H91.4857V91.4286H57.1428V108.571H91.4857V142.857H108.514V108.571H142.857V91.4286Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M137.087 97.2017H102.801V62.8588H97.2012V97.2017H62.9155V102.802H97.2012V137.145H102.801V102.802H137.087V97.2017Z" fill="#231F1F"/>
</svg>

After

Width:  |  Height:  |  Size: 551 B

1
src/svg/dnd_link.svg Symbolic link
View file

@ -0,0 +1 @@
link.svg

7
src/svg/link.svg Normal file
View file

@ -0,0 +1,7 @@
<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="M125.714 57.5892L67.1428 58.0349L87.1085 75.8635C85.4571 77.6463 84.0971 79.1263 83.84 79.4635C82.9485 80.6235 79.3771 85.892 78.3028 88.1263C77.2343 90.3549 75.0914 96.0692 74.4628 99.732C73.8914 103.098 73.9257 109.195 74.0171 111.783C74.1028 114.201 74.9314 118.972 75.7143 121.161C76.9657 124.641 77.68 126.521 79.2857 129.018C81.0914 131.829 82.6743 133.401 85.1771 135.806C87.4114 137.949 97.68 142.858 97.68 142.858C96.0685 140.806 93.0343 134.909 92.32 132.858C91.9428 131.772 90.9543 126.509 90.7143 124.109C90.4457 121.429 90.2685 117.681 90.3543 115.001C90.4343 112.663 90.9371 110.378 91.52 108.303C92.1428 106.069 93.9657 103.121 95.4457 101.069C96.6057 99.4634 98.0057 97.8006 100 95.892C101.451 94.4977 103.149 93.0177 104.88 91.7377L125.537 110.178L125.714 57.5892Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M119.799 98.5154L119.776 63.1783L84.5702 63.2011L94.8445 73.4983C94.0559 74.3326 92.9817 75.4697 92.3474 76.264C90.7645 78.2469 89.8159 79.3326 88.8616 80.4469C88.1874 81.2354 87.3645 82.2583 86.7074 83.1554C85.7988 84.3954 85.1074 85.6126 84.6445 86.4411C84.0102 87.5611 83.3531 89.0697 82.5474 90.7269C81.4274 93.0354 81.0502 94.9897 80.7245 96.3383C80.5016 97.2526 79.9816 99.6011 79.7759 101.784C79.6159 103.441 79.7302 105.35 79.7302 106.121C79.7302 107.47 79.5931 109.093 79.8845 111.721C80.1531 114.127 81.5759 119.441 82.6388 121.561C83.5302 123.35 85.2788 126.875 85.2788 126.875C85.2788 126.875 84.3074 118.201 84.6159 113.818C84.7988 111.315 85.9588 107.058 87.4331 103.944C87.6902 103.413 87.7359 102.744 88.4959 101.533C89.0845 100.607 89.8674 99.3268 90.5245 98.2868C91.7474 96.3611 94.2616 93.2869 94.8616 92.4869C95.8274 91.2011 98.6331 88.6469 100.222 87.2469C101.033 86.5326 103.039 84.8526 104.753 83.4297L119.799 98.5154Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 2 KiB

1
src/svg/tcross.svg Symbolic link
View file

@ -0,0 +1 @@
cross.svg