From be7452b865b1976a4c27fa6996cd121fc8fe0f2e Mon Sep 17 00:00:00 2001 From: DerBraky <53004544+DerBraky@users.noreply.github.com> Date: Fri, 27 Sep 2024 19:25:26 +0200 Subject: [PATCH] Add XML icon (#11866) --- _data/simple-icons.json | 10 ++++++++++ icons/xml.svg | 1 + 2 files changed, 11 insertions(+) create mode 100644 icons/xml.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 7957a70f3..89826a78f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -17667,6 +17667,16 @@ "hex": "006567", "source": "https://dev.xing.com/logo_rules" }, + { + "title": "XML", + "hex": "005FAD", + "source": "https://www.w3.org/Icons/XML", + "aliases": { + "aka": [ + "Extensible Markup Language" + ] + } + }, { "title": "XMPP", "hex": "002B5C", diff --git a/icons/xml.svg b/icons/xml.svg new file mode 100644 index 000000000..98d089f62 --- /dev/null +++ b/icons/xml.svg @@ -0,0 +1 @@ +XML \ No newline at end of file