diff options
Diffstat (limited to 'src-tauri/icons')
| -rw-r--r-- | src-tauri/icons/128x128.png | bin | 0 -> 9930 bytes | |||
| -rw-r--r-- | src-tauri/icons/128x128@2x.png | bin | 0 -> 9930 bytes | |||
| -rw-r--r-- | src-tauri/icons/32x32.png | bin | 0 -> 9930 bytes | |||
| -rw-r--r-- | src-tauri/icons/icon.icns | bin | 0 -> 9930 bytes | |||
| -rw-r--r-- | src-tauri/icons/icon.ico | bin | 0 -> 9930 bytes | |||
| -rw-r--r-- | src-tauri/icons/icon.png | bin | 0 -> 9930 bytes | |||
| -rw-r--r-- | src-tauri/icons/icon.svg | 5 |
7 files changed, 5 insertions, 0 deletions
diff --git a/src-tauri/icons/128x128.png b/src-tauri/icons/128x128.png Binary files differnew file mode 100644 index 0000000..1fca9cf --- /dev/null +++ b/src-tauri/icons/128x128.png diff --git a/src-tauri/icons/128x128@2x.png b/src-tauri/icons/128x128@2x.png Binary files differnew file mode 100644 index 0000000..1fca9cf --- /dev/null +++ b/src-tauri/icons/128x128@2x.png diff --git a/src-tauri/icons/32x32.png b/src-tauri/icons/32x32.png Binary files differnew file mode 100644 index 0000000..1fca9cf --- /dev/null +++ b/src-tauri/icons/32x32.png diff --git a/src-tauri/icons/icon.icns b/src-tauri/icons/icon.icns Binary files differnew file mode 100644 index 0000000..1fca9cf --- /dev/null +++ b/src-tauri/icons/icon.icns diff --git a/src-tauri/icons/icon.ico b/src-tauri/icons/icon.ico Binary files differnew file mode 100644 index 0000000..1fca9cf --- /dev/null +++ b/src-tauri/icons/icon.ico diff --git a/src-tauri/icons/icon.png b/src-tauri/icons/icon.png Binary files differnew file mode 100644 index 0000000..1fca9cf --- /dev/null +++ b/src-tauri/icons/icon.png 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 |