From 2d00eb59d3d953a2bdd2d82dca0c594f26d0736d Mon Sep 17 00:00:00 2001 From: elliotwutingfeng Date: Wed, 23 Feb 2022 06:30:22 +0800 Subject: [PATCH] Add Ray icon (#7167) * Add Ray icon * Reorder svg attributes * Remove extra attributes * svgo run --- _data/simple-icons.json | 5 +++++ icons/ray.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/ray.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 77bd0fe35..92ac7928b 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -8308,6 +8308,11 @@ "source": "https://www.raspberrypi.org/trademark-rules", "guidelines": "https://www.raspberrypi.org/trademark-rules" }, + { + "title": "Ray", + "hex": "028CF0", + "source": "https://github.com/ray-project/ray/blob/6522935291caa120e83697c6c9b3a450617c9283/dashboard/client/src/logo.svg" + }, { "title": "Razer", "hex": "00FF00", diff --git a/icons/ray.svg b/icons/ray.svg new file mode 100644 index 000000000..048390834 --- /dev/null +++ b/icons/ray.svg @@ -0,0 +1 @@ +Ray \ No newline at end of file