From 38469ca7c780b56c7de396892ea81b48d8a449d0 Mon Sep 17 00:00:00 2001
From: gewaleelek <165679471+gewaleelek@users.noreply.github.com>
Date: Sat, 15 Aug 2026 19:11:57 +0700
Subject: [PATCH] feat: add cake icon
---
devicon.json | 24 ++++++++++++++++++++++++
icons/cake/cake-original.svg | 1 +
icons/cake/cake-plain.svg | 1 +
3 files changed, 26 insertions(+)
create mode 100644 icons/cake/cake-original.svg
create mode 100644 icons/cake/cake-plain.svg
diff --git a/devicon.json b/devicon.json
index bd63e95a5..c559f42c1 100644
--- a/devicon.json
+++ b/devicon.json
@@ -1744,6 +1744,30 @@
"color": "#f39914",
"aliases": []
},
+ {
+ "name": "cake",
+ "altnames": [
+ "cakebuild"
+ ],
+ "tags": [
+ "programming",
+ "C#",
+ "c-sharp",
+ "automation",
+ "build"
+ ],
+ "versions": {
+ "svg": [
+ "original",
+ "plain"
+ ],
+ "font": [
+ "plain"
+ ]
+ },
+ "color": "#4a1700",
+ "aliases": []
+ },
{
"name": "cakephp",
"altnames": [],
diff --git a/icons/cake/cake-original.svg b/icons/cake/cake-original.svg
new file mode 100644
index 000000000..d086fa95b
--- /dev/null
+++ b/icons/cake/cake-original.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/cake/cake-plain.svg b/icons/cake/cake-plain.svg
new file mode 100644
index 000000000..6afe2cd2a
--- /dev/null
+++ b/icons/cake/cake-plain.svg
@@ -0,0 +1 @@
+
\ No newline at end of file