From 30549b80be7cabdd44de79c1e17b39f4dd93e97c Mon Sep 17 00:00:00 2001 From: PratyushJayachandran <35000807+PratyushJayachandran@users.noreply.github.com> Date: Sun, 13 Aug 2023 12:01:24 -0700 Subject: [PATCH] Add arm keil (#9167) * Add JSON data for Arm Keil * Add Arm Keil icon --- _data/simple-icons.json | 5 +++++ icons/armkeil.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/armkeil.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a14e5c1b..4e7e7e6e 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -1160,6 +1160,11 @@ "source": "https://www.arm.com", "guidelines": "https://www.arm.com/company/policies/trademarks/guidelines-corporate-logo" }, + { + "title": "Arm Keil", + "hex": "394049", + "source": "https://www.keil.arm.com" + }, { "title": "Ars Technica", "hex": "FF4E00", diff --git a/icons/armkeil.svg b/icons/armkeil.svg new file mode 100644 index 00000000..66830cd4 --- /dev/null +++ b/icons/armkeil.svg @@ -0,0 +1 @@ +Arm Keil \ No newline at end of file