From e6d61a73392446198e62f2b9025cc7875d7b13d4 Mon Sep 17 00:00:00 2001 From: Jake Webster Date: Wed, 19 Jul 2023 03:40:44 +1000 Subject: [PATCH] ADD: Icon for Hotwire (#8409) * ADD: Icon for Hotwire * UPDATE: Source as it was failing tests * Update icons/hotwire.svg --------- Co-authored-by: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com> --- _data/simple-icons.json | 5 +++++ icons/hotwire.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/hotwire.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index fd83cea9..c94d2275 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -5423,6 +5423,11 @@ "hex": "FD3A5C", "source": "https://www.hotjar.com" }, + { + "title": "Hotwire", + "hex": "FFE801", + "source": "https://hotwired.dev" + }, { "title": "Houdini", "hex": "FF4713", diff --git a/icons/hotwire.svg b/icons/hotwire.svg new file mode 100644 index 00000000..136eaaa5 --- /dev/null +++ b/icons/hotwire.svg @@ -0,0 +1 @@ +Hotwire \ No newline at end of file