diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-02-20 21:56:48 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-02-20 21:56:48 +0900 |
| commit | 426337508c2d57de4d9e6d40f50ab7dfb20f2912 (patch) | |
| tree | e6a26de6e9b2ed0afd93241945e69d771c9267d6 | |
| parent | fb58147b4da7b0072e49012f02663589f08628ef (diff) | |
| download | kioku-426337508c2d57de4d9e6d40f50ab7dfb20f2912.tar.gz kioku-426337508c2d57de4d9e6d40f50ab7dfb20f2912.tar.zst kioku-426337508c2d57de4d9e6d40f50ab7dfb20f2912.zip | |
feat(asset): update icons
| -rw-r--r-- | public/apple-touch-icon.png | bin | 50808 -> 43491 bytes | |||
| -rw-r--r-- | public/icon.svg | 1 | ||||
| -rw-r--r-- | public/pwa-192x192.png | bin | 57954 -> 48525 bytes | |||
| -rw-r--r-- | public/pwa-512x512.png | bin | 319082 -> 252405 bytes |
4 files changed, 1 insertions, 0 deletions
diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png Binary files differindex 18c290e..26af651 100644 --- a/public/apple-touch-icon.png +++ b/public/apple-touch-icon.png diff --git a/public/icon.svg b/public/icon.svg index bd164ae..d268a92 100644 --- a/public/icon.svg +++ b/public/icon.svg @@ -13,6 +13,7 @@ <stop offset="100%" stop-color="#9fadaf" /> </linearGradient> </defs> + <rect width="100%" height="100%" fill="#fff"/> <rect x="13" y="18" width="32" height="18" rx="3" fill="url(#grad3)"/> <rect x="13" y="41" width="32" height="18" rx="3" fill="url(#grad2)"/> <rect x="13" y="64" width="32" height="18" rx="3" fill="url(#grad1)"/> diff --git a/public/pwa-192x192.png b/public/pwa-192x192.png Binary files differindex 94cda25..661b4f4 100644 --- a/public/pwa-192x192.png +++ b/public/pwa-192x192.png diff --git a/public/pwa-512x512.png b/public/pwa-512x512.png Binary files differindex 51bbc67..a131a9a 100644 --- a/public/pwa-512x512.png +++ b/public/pwa-512x512.png |
