From a0c1675fbd11f712af85989c0ee6eb635c4d3e63 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 2 Oct 2022 12:55:11 -0300 Subject: [PATCH] Add Realm --- devicon.json | 23 +++++++++++++++++++++++ icons/realm/realm-original-wordmark.svg | 11 +++++++++++ icons/realm/realm-original.svg | 10 ++++++++++ icons/realm/realm-plain-wordmark.svg | 3 +++ icons/realm/realm-plain.svg | 3 +++ 5 files changed, 50 insertions(+) create mode 100644 icons/realm/realm-original-wordmark.svg create mode 100644 icons/realm/realm-original.svg create mode 100644 icons/realm/realm-plain-wordmark.svg create mode 100644 icons/realm/realm-plain.svg diff --git a/devicon.json b/devicon.json index 89506c7a0..b1eae7bb9 100644 --- a/devicon.json +++ b/devicon.json @@ -6202,6 +6202,29 @@ } ] }, + { + "name": "realm", + "altnames": [], + "tags": [ + "sql", + "database", + "cloud" + ], + "versions": { + "svg": [ + "original", + "original-wordmark", + "plain", + "plain-wordmark" + ], + "font": [ + "plain", + "plain-wordmark" + ] + }, + "color": "#6e60f9", + "aliases": [] + }, { "name": "rect", "altnames": [ diff --git a/icons/realm/realm-original-wordmark.svg b/icons/realm/realm-original-wordmark.svg new file mode 100644 index 000000000..601466798 --- /dev/null +++ b/icons/realm/realm-original-wordmark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/realm/realm-original.svg b/icons/realm/realm-original.svg new file mode 100644 index 000000000..0ea1e63b9 --- /dev/null +++ b/icons/realm/realm-original.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/icons/realm/realm-plain-wordmark.svg b/icons/realm/realm-plain-wordmark.svg new file mode 100644 index 000000000..a6f8217f8 --- /dev/null +++ b/icons/realm/realm-plain-wordmark.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/icons/realm/realm-plain.svg b/icons/realm/realm-plain.svg new file mode 100644 index 000000000..d13e61138 --- /dev/null +++ b/icons/realm/realm-plain.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file