From 1a223b56dbb40ae027f7a06f3781a0a296d13eb8 Mon Sep 17 00:00:00 2001 From: Jasey Waegebaert <38426621+Jwaegebaert@users.noreply.github.com> Date: Wed, 15 Jun 2022 16:49:01 +0200 Subject: [PATCH] Add Hi Bob icon (#7506) * Add Hi Bobo icon * Fix svg size * Update svg precision --- _data/simple-icons.json | 10 ++++++++++ icons/hibob.svg | 1 + 2 files changed, 11 insertions(+) create mode 100644 icons/hibob.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 67f6bf694..0d92a9586 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -4645,6 +4645,16 @@ "hex": "5522FA", "source": "https://hey.com/" }, + { + "title": "Hi Bob", + "hex": "E42C51", + "source": "https://www.hibob.com/", + "aliases": { + "aka": [ + "Bob" + ] + } + }, { "title": "Hibernate", "hex": "59666C", diff --git a/icons/hibob.svg b/icons/hibob.svg new file mode 100644 index 000000000..4499dce48 --- /dev/null +++ b/icons/hibob.svg @@ -0,0 +1 @@ +Hi Bob \ No newline at end of file