diff options
Diffstat (limited to 'src-tauri/icons/icon.svg')
| -rw-r--r-- | src-tauri/icons/icon.svg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src-tauri/icons/icon.svg b/src-tauri/icons/icon.svg new file mode 100644 index 0000000..2c4de10 --- /dev/null +++ b/src-tauri/icons/icon.svg @@ -0,0 +1,5 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"> + <rect width="100%" height="100%" fill="#23272a"/> + <path d="M50 400 L256 400 L462 100" stroke="#43b581" stroke-width="20" fill="none" stroke-linecap="round" stroke-linejoin="round"/> + <circle cx="256" cy="400" r="10" fill="#7289da"/> +</svg>
\ No newline at end of file |