From a0f0ad217c14fa23d5b6deb6e475f8cf1a5847bc Mon Sep 17 00:00:00 2001 From: Reza Mousavi Date: Wed, 3 Apr 2024 11:17:23 +0330 Subject: [PATCH] Add Rocket icon (#9492) --- _data/simple-icons.json | 5 +++++ icons/rocket.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/rocket.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index ba57f72d21cb..76aa55b89ac4 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -13093,6 +13093,11 @@ "type": "CC-BY-NC-SA-4.0" } }, + { + "title": "Rocket", + "hex": "D33847", + "source": "https://rocket.rs" + }, { "title": "Rocket.Chat", "hex": "F5455C", diff --git a/icons/rocket.svg b/icons/rocket.svg new file mode 100644 index 000000000000..07c30a7d2c07 --- /dev/null +++ b/icons/rocket.svg @@ -0,0 +1 @@ +Rocket \ No newline at end of file