From e13ef508610ec831c9711a69efc7406d54f3a5de Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Fri, 26 Apr 2024 10:19:27 +0200 Subject: [PATCH] Update Firebase icon from original icon [why] Improve legibility. The full icon is in fact a multicolor icon and the design depends on being rendered in multiple different colors. That is impossible for fonts. So we should probably use their flat (mono-color) icon instead, which hints the different 'flaps' through gaps instead of colors. [note] Both icons (the old and the new) contradict rules given by Firebase to use the logo. But that can not be helped in a icon font, as we just have one color of undetermined hue. Signed-off-by: Fini Jastrow --- src/svgs/{firebase.svg => firebase.sv_} | 0 src/svgs/firebase_nf.svg | 1 + src/svgs/icons.tsv | 3 ++- 3 files changed, 3 insertions(+), 1 deletion(-) rename src/svgs/{firebase.svg => firebase.sv_} (100%) create mode 100644 src/svgs/firebase_nf.svg diff --git a/src/svgs/firebase.svg b/src/svgs/firebase.sv_ similarity index 100% rename from src/svgs/firebase.svg rename to src/svgs/firebase.sv_ diff --git a/src/svgs/firebase_nf.svg b/src/svgs/firebase_nf.svg new file mode 100644 index 000000000..02a34a83e --- /dev/null +++ b/src/svgs/firebase_nf.svg @@ -0,0 +1 @@ + diff --git a/src/svgs/icons.tsv b/src/svgs/icons.tsv index c40c730a9..8575f6deb 100644 --- a/src/svgs/icons.tsv +++ b/src/svgs/icons.tsv @@ -122,7 +122,8 @@ 090 i_seti_error error.svg 091 i_seti_eslint eslint.svg 092 i_seti_ethereum ethereum.svg -093 i_seti_firebase firebase.svg +093 i_custom_firebase firebase_nf.svg +093 i_seti_firebase 094 i_seti_firefox firefox.svg 095 i_seti_font font.svg 096 i_seti_f_sharp f-sharp.svg