mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-06-03 08:38:43 -04:00
💅 Make .svg file's code prettier
This commit is contained in:
parent
1be59b4732
commit
c93ad1a9fa
44 changed files with 1238 additions and 399 deletions
|
@ -1,8 +1,20 @@
|
|||
<svg width="200" height="200" viewBox="0 0 200 200" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd"
|
||||
d="M81.2869 135.897L45.0244 136.124L99.073 190.005L153.799 135.444L117.37 135.685L117.66 83.4866L117.783 65.3521L154.232 65.1307L100.184 11.0833L45.4506 65.8169L81.713 65.6031L81.2869 135.897Z"
|
||||
fill="white" />
|
||||
<path fill-rule="evenodd" clip-rule="evenodd"
|
||||
d="M90.5681 144.875L67.1276 144.879L99.6414 177.187L132.14 144.868L108.527 144.866L108.509 56.3933L132.149 56.3957L99.6285 23.8756L67.1104 56.3938L90.5636 56.4027L90.5681 144.875Z"
|
||||
fill="black" />
|
||||
</svg>
|
||||
<svg
|
||||
width="200"
|
||||
height="200"
|
||||
viewBox="0 0 200 200"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<path
|
||||
fill-rule="evenodd"
|
||||
clip-rule="evenodd"
|
||||
d="M81.2869 135.897L45.0244 136.124L99.073 190.005L153.799 135.444L117.37 135.685L117.66 83.4866L117.783 65.3521L154.232 65.1307L100.184 11.0833L45.4506 65.8169L81.713 65.6031L81.2869 135.897Z"
|
||||
fill="white"
|
||||
/>
|
||||
<path
|
||||
fill-rule="evenodd"
|
||||
clip-rule="evenodd"
|
||||
d="M90.5681 144.875L67.1276 144.879L99.6414 177.187L132.14 144.868L108.527 144.866L108.509 56.3933L132.149 56.3957L99.6285 23.8756L67.1104 56.3938L90.5636 56.4027L90.5681 144.875Z"
|
||||
fill="black"
|
||||
/>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 645 B After Width: | Height: | Size: 661 B |
Loading…
Add table
Add a link
Reference in a new issue