From 0c0ce889cff6d8cac6e8bff9f949d5fa0a3a0528 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Thu, 6 Jul 2023 08:30:29 -0400 Subject: add a pyramid icon --- doc/icon-command | 2 + img-archive/7w.ico | Bin 0 -> 24468 bytes img-archive/7w.png | Bin 0 -> 6962 bytes img-archive/7w.svg | 100 +++++++++++++++++++++++++++++++++ sw-ui/src/jsMain/resources/favicon.ico | Bin 24838 -> 24468 bytes 5 files changed, 102 insertions(+) create mode 100644 doc/icon-command create mode 100644 img-archive/7w.ico create mode 100644 img-archive/7w.png create mode 100644 img-archive/7w.svg diff --git a/doc/icon-command b/doc/icon-command new file mode 100644 index 00000000..ae1e74fc --- /dev/null +++ b/doc/icon-command @@ -0,0 +1,2 @@ +Using inkscape, export svg as a png with transparent background. Then use imagemagick convert to build an ico file. +convert -transparent '#000000' 7w.png -define icon:auto-resize=16,24,32,48,256 -compress zip icon.ico diff --git a/img-archive/7w.ico b/img-archive/7w.ico new file mode 100644 index 00000000..50525db4 Binary files /dev/null and b/img-archive/7w.ico differ diff --git a/img-archive/7w.png b/img-archive/7w.png new file mode 100644 index 00000000..f07de7a8 Binary files /dev/null and b/img-archive/7w.png differ diff --git a/img-archive/7w.svg b/img-archive/7w.svg new file mode 100644 index 00000000..83fc106b --- /dev/null +++ b/img-archive/7w.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/sw-ui/src/jsMain/resources/favicon.ico b/sw-ui/src/jsMain/resources/favicon.ico index 5c125de5..50525db4 100644 Binary files a/sw-ui/src/jsMain/resources/favicon.ico and b/sw-ui/src/jsMain/resources/favicon.ico differ -- cgit