[ci skip] add idea project icon

This commit is contained in:
granny 2025-04-14 16:25:44 -07:00
parent c3870bda5a
commit 8b5044e007
No known key found for this signature in database
2 changed files with 23 additions and 0 deletions

1
.gitignore vendored
View File

@ -5,6 +5,7 @@ hs_err_pid*
# Intellij
/.idea/*
!/.idea/runConfigurations
!/.idea/icon.svg
*.iml
*.ipr
*.iws

22
.idea/icon.svg generated Normal file
View File

@ -0,0 +1,22 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<defs>
<linearGradient id="g" x1="0" y1="0" x2="100" y2="100" gradientUnits="userSpaceOnUse">
<stop offset="15%" stop-color="#25b8ff" />
<stop offset="85%" stop-color="#fa02ff" />
</linearGradient>
</defs>
<g fill="none" stroke="url(#g)" stroke-linejoin="round" stroke-width="1.8">
<path d="M72.09 13.86L53.18 24.8l18.93 10.92 18.91-10.94z"/>
<path d="M49.87 1.05L30.95 11.99 49.88 22.9 68.8 11.97z"/>
<path d="M27.67 13.89L8.75 24.82l18.93 10.92 18.91-10.93z"/>
<path d="M49.89 26.7L30.97 37.64 49.9 48.55l18.92-10.93z"/>
<path d="M7.11 27.67l.01 21.86 18.93 10.91-.01-21.85z"/>
<path d="M29.33 40.49l.01 21.85 18.93 10.92-.01-21.85z"/>
<path d="M7.12 53.32l.01 21.85 18.93 10.91-.01-21.85z"/>
<path d="M29.34 66.14l.01 21.85L48.28 98.9l-.01-21.85z"/>
<path d="M51.57 98.9l18.92-10.93-.01-21.85-18.92 10.93z"/>
<path d="M73.78 86.06L92.7 75.13l-.02-21.85-18.91 10.93z"/>
<path d="M73.76 60.41l18.92-10.93-.01-21.85-18.92 10.93z"/>
<path d="M51.55 51.4l.01 21.85 18.91-10.93-.01-21.85z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB