Skip to content

Commit 0127d8a

Browse files
authored
feat: new application icons (#1240)
1 parent f8910f6 commit 0127d8a

14 files changed

+50
-1
lines changed

build/icon.icns

-496 KB
Binary file not shown.

build/icon.ico

-3.97 KB
Binary file not shown.

build/icons/1024x1024.png

-108 KB
Loading

build/icons/128x128.png

-19.6 KB
Loading

build/icons/16x16.png

-14.6 KB
Loading

build/icons/24x24.png

-14.6 KB
Loading

build/icons/256x256.png

-26.7 KB
Loading

build/icons/32x32.png

-15 KB
Loading

build/icons/48x48.png

-15.2 KB
Loading

build/icons/512x512.png

-43.4 KB
Loading

build/icons/64x64.png

-15.9 KB
Loading

build/icons/96x96.png

-17.3 KB
Loading
+49
Loading

scripts/generate-icons.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# apt-get install inkscape imagemagick-6.q16 icnsutils
44

5-
agentIconSvg=../packages/uhk-web/src/svgs/icons/agent-icon.svg
5+
agentIconSvg=../packages/uhk-web/src/svgs/app-icon.svg
66

77
for size in 16 24 32 48 64 96 128 256 512 1024; do
88
inkscape -z --export-png=../build/icons/${size}x${size}.png -w $size $agentIconSvg

0 commit comments

Comments
 (0)