From 04d49785f70240c8f60cb4d070a036675566c925 Mon Sep 17 00:00:00 2001
From: uncenter <47499684+uncenter@users.noreply.github.com>
Date: Mon, 1 Apr 2024 10:28:42 -0400
Subject: [PATCH] Add Parrot Security icon (#10736)

---
 _data/simple-icons.json  | 5 +++++
 icons/parrotsecurity.svg | 1 +
 2 files changed, 6 insertions(+)
 create mode 100644 icons/parrotsecurity.svg

diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 2452a9bd9..b171f87c2 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -11225,6 +11225,11 @@
             "hex": "282828",
             "source": "https://substrate.dev"
         },
+        {
+            "title": "Parrot Security",
+            "hex": "15E0ED",
+            "source": "https://gitlab.com/parrotsec/project/documentation/-/blob/d1d426b9cb3ea0efd16a2b34056c1ebb21bb9af9/static/img/parrot-logo.svg"
+        },
         {
             "title": "Parse.ly",
             "hex": "5BA745",
diff --git a/icons/parrotsecurity.svg b/icons/parrotsecurity.svg
new file mode 100644
index 000000000..8eefdbd04
--- /dev/null
+++ b/icons/parrotsecurity.svg
@@ -0,0 +1 @@
+<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Parrot Security</title><path d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0Zm6.267 2.784L13.03 5.54l8.05-.179-8.05 3.333-2.154 2.688 5.007 9.038-1.536-1.605 1.645 3.456-4.937-5.527-6.268-6.28L2.77 12.11l.7-3.442 4.018-.261.823-4.06Z"/></svg>
\ No newline at end of file