From 140b23d26f6b268c9bca8da08187d08c266c25e7 Mon Sep 17 00:00:00 2001 From: Sumit210106 Date: Mon, 17 Nov 2025 21:23:35 +0530 Subject: [PATCH] Add ROOT icon (#13973) --- data/simple-icons.json | 8 ++++++++ icons/root.svg | 1 + 2 files changed, 9 insertions(+) create mode 100644 icons/root.svg diff --git a/data/simple-icons.json b/data/simple-icons.json index 74d5274df..d9a1d61e2 100644 --- a/data/simple-icons.json +++ b/data/simple-icons.json @@ -14325,6 +14325,14 @@ "hex": "2039F3", "source": "https://help.roonlabs.com/portal/en/home" }, + { + "title": "ROOT", + "hex": "1ED3E4", + "source": "https://root.cern/assets/images/logos/svg/ROOT.svg", + "license": { + "type": "CC-BY-4.0" + } + }, { "title": "Root Me", "hex": "000000", diff --git a/icons/root.svg b/icons/root.svg new file mode 100644 index 000000000..d7c146902 --- /dev/null +++ b/icons/root.svg @@ -0,0 +1 @@ +ROOT \ No newline at end of file