From 0af996708f2294b680f4dca9a10181b8f268a95f Mon Sep 17 00:00:00 2001
From: Thomas Guibert
Date: Sat, 5 Sep 2020 08:35:46 +0200
Subject: [PATCH] Add ReactiveX icon (#3418)
---
_data/simple-icons.json | 5 +++++
icons/reactivex.svg | 1 +
2 files changed, 6 insertions(+)
create mode 100644 icons/reactivex.svg
diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 2d38275d..978d2ce0 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -5065,6 +5065,11 @@
"hex": "CA4245",
"source": "https://reacttraining.com/react-router/"
},
+ {
+ "title": "ReactiveX",
+ "hex": "B7178C",
+ "source": "https://github.com/ReactiveX/rxjs/blob/master/resources/CI-CD/logo/svg/RxJs_Logo_Black.svg"
+ },
{
"title": "ReactOS",
"hex": "0088CC",
diff --git a/icons/reactivex.svg b/icons/reactivex.svg
new file mode 100644
index 00000000..ceba9ba3
--- /dev/null
+++ b/icons/reactivex.svg
@@ -0,0 +1 @@
+
\ No newline at end of file