Initial commit of version 0.2.0
This commit is contained in:
parent
86fc06b877
commit
dfb04462f3
108 changed files with 16167 additions and 80 deletions
13
app/src-tauri/icons/icon.svg
Normal file
13
app/src-tauri/icons/icon.svg
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512">
|
||||
<defs>
|
||||
<linearGradient id="bg" x1="80" y1="48" x2="432" y2="464" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#A497FF"/>
|
||||
<stop offset="1" stop-color="#6757D9"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="512" height="512" rx="116" fill="#11151D"/>
|
||||
<rect x="70" y="70" width="372" height="372" rx="88" fill="url(#bg)"/>
|
||||
<rect x="132" y="145" width="104" height="222" rx="27" fill="white" fill-opacity=".96"/>
|
||||
<rect x="276" y="145" width="104" height="138" rx="27" fill="white" fill-opacity=".96"/>
|
||||
<path d="m298 332 24 24 50-57" fill="none" stroke="white" stroke-width="25" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 752 B |
Loading…
Add table
Add a link
Reference in a new issue