From 7d7ab4c3d6b43d90c50af8d9c1ab4050bcf2cfdb Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Fri, 26 Apr 2024 09:52:34 +0200 Subject: [PATCH] Update Bazel icon from original icon [why] The Bazel icon might look nicer with gaps between the surfaces of the cubes. That is halfway in-line with the design idea of their logo. See PR #1610 and link https://blog.bazel.build/2017/07/05/new-logo-and-homepage.html [how] Based on the idea from Ezekiel Warren the Bazel icon gets gaps between the surfaces of the cubes. For this we use the skeleton svg icon of the Bazel website and construct from scratch a new outline to represent the cube surfaces. The original svg used lines with a width to create the image, which is not compatible to fonts. Signed-off-by: Fini Jastrow --- src/svgs/{bazel.svg => bazel.sv_} | 0 src/svgs/bazel_nf.svg | 1 + src/svgs/icons.tsv | 3 ++- 3 files changed, 3 insertions(+), 1 deletion(-) rename src/svgs/{bazel.svg => bazel.sv_} (100%) create mode 100644 src/svgs/bazel_nf.svg diff --git a/src/svgs/bazel.svg b/src/svgs/bazel.sv_ similarity index 100% rename from src/svgs/bazel.svg rename to src/svgs/bazel.sv_ diff --git a/src/svgs/bazel_nf.svg b/src/svgs/bazel_nf.svg new file mode 100644 index 000000000..844321d41 --- /dev/null +++ b/src/svgs/bazel_nf.svg @@ -0,0 +1 @@ + diff --git a/src/svgs/icons.tsv b/src/svgs/icons.tsv index c6bf340ce..c40c730a9 100644 --- a/src/svgs/icons.tsv +++ b/src/svgs/icons.tsv @@ -90,7 +90,8 @@ 061 i_seti_asm asm.svg 062 i_seti_audio audio.svg 063 i_seti_babel babel.svg -064 i_seti_bazel bazel.svg +064 i_custom_bazel bazel_nf.svg +064 i_seti_bazel 065 i_seti_bicep bicep.svg 066 i_seti_bsl bsl.svg 067 i_seti_cake_php cake_php.svg