From 40a49fafcc1bd3f3486176f22a3e74f3c9e39098 Mon Sep 17 00:00:00 2001
From: prem munagapati <54018894+Mvlprem@users.noreply.github.com>
Date: Wed, 7 Feb 2024 14:34:54 +0530
Subject: [PATCH] Add Western Union Icon (#10383)

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

diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index 7a8318d56..00d61f92a 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -16258,6 +16258,11 @@
             "hex": "000000",
             "source": "https://www.westerndigital.com"
         },
+        {
+            "title": "Western Union",
+            "hex": "FFDD00",
+            "source": "https://www.westernunion.com"
+        },
         {
             "title": "WeTransfer",
             "hex": "409FFF",
diff --git a/icons/westernunion.svg b/icons/westernunion.svg
new file mode 100644
index 000000000..2c88a8150
--- /dev/null
+++ b/icons/westernunion.svg
@@ -0,0 +1 @@
+<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Western Union</title><path d="M15.799 5.188h5.916L24 9.155l-4.643 8.043c-1.246 2.153-3.28 2.153-4.526 0L7.893 5.188h5.919l4.273 7.39a1.127 1.127 0 0 0 1.981.002l-4.267-7.392ZM0 5.188h5.921l6.237 10.802-.697 1.204c-1.246 2.153-3.285 2.153-4.531 0L0 5.188Z"/></svg>
\ No newline at end of file