From 44974f417ed2d5deeb490b21e570fddddc44e443 Mon Sep 17 00:00:00 2001 From: Patrik Wehrli Date: Tue, 7 Oct 2025 21:57:53 +0200 Subject: [PATCH 1/2] new icon: ceph (original, original-wordmark, plain, plain-wordmark) --- devicon.json | 27 +++++++++++++++++++++++++++ icons/ceph/ceph-original-wordmark.svg | 1 + icons/ceph/ceph-original.svg | 1 + icons/ceph/ceph-plain-wordmark.svg | 1 + 4 files changed, 30 insertions(+) create mode 100644 icons/ceph/ceph-original-wordmark.svg create mode 100644 icons/ceph/ceph-original.svg create mode 100644 icons/ceph/ceph-plain-wordmark.svg diff --git a/devicon.json b/devicon.json index 77ddd5802..b9b0ec3c4 100644 --- a/devicon.json +++ b/devicon.json @@ -1780,6 +1780,33 @@ "color": "#932178", "aliases": [] }, + { + "name": "ceph", + "altnames": [], + "tags": [ + "distributed", + "storage", + "resilience" + ], + "versions": { + "svg": [ + "original", + "original-wordmark", + "plain-wordmark" + ], + "font": [ + "plain", + "plain-wordmark" + ] + }, + "color": "#f0424d", + "aliases": [ + { + "base": "original", + "alias": "plain" + } + ] + }, { "name": "ceylon", "altnames": [ diff --git a/icons/ceph/ceph-original-wordmark.svg b/icons/ceph/ceph-original-wordmark.svg new file mode 100644 index 000000000..8fca4f2a8 --- /dev/null +++ b/icons/ceph/ceph-original-wordmark.svg @@ -0,0 +1 @@ + diff --git a/icons/ceph/ceph-original.svg b/icons/ceph/ceph-original.svg new file mode 100644 index 000000000..38506cf90 --- /dev/null +++ b/icons/ceph/ceph-original.svg @@ -0,0 +1 @@ + diff --git a/icons/ceph/ceph-plain-wordmark.svg b/icons/ceph/ceph-plain-wordmark.svg new file mode 100644 index 000000000..3f9d41d22 --- /dev/null +++ b/icons/ceph/ceph-plain-wordmark.svg @@ -0,0 +1 @@ + From d93457455eb90ccf173c1f47e5db41207d3f3702 Mon Sep 17 00:00:00 2001 From: canaleal Date: Sun, 9 Nov 2025 21:38:43 -0500 Subject: [PATCH 2/2] Fixed font elements --- devicon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index b9b0ec3c4..20aa1769f 100644 --- a/devicon.json +++ b/devicon.json @@ -1795,7 +1795,7 @@ "plain-wordmark" ], "font": [ - "plain", + "original", "plain-wordmark" ] },