From 5f423557c2b78fd7c38c5e0caab6c6c80d21e36e Mon Sep 17 00:00:00 2001
From: Yassine Doghri <yassine@doghri.fr>
Date: Wed, 30 Mar 2022 14:53:37 +0000
Subject: [PATCH] feat(icons): add podnews icon to podcasting platforms

closes #190
---
 app/Resources/icons/podcasting/podnews.svg | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 app/Resources/icons/podcasting/podnews.svg

diff --git a/app/Resources/icons/podcasting/podnews.svg b/app/Resources/icons/podcasting/podnews.svg
new file mode 100644
index 0000000000..95f890cc11
--- /dev/null
+++ b/app/Resources/icons/podcasting/podnews.svg
@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
+    <path d="M0 0h24v24H0z" fill="none" />
+    <path d="M12 2C8.7 2 6 4.7 6 8v9.3h2.3V8a3.71 3.71 0 0 1 7-1.7c-.1-.1-.3-.1-.5-.1-.6 0-.9.4-.9.9V9c0 .6.4.9.9.9.2 0 .4 0 .5-.1-.6 1.2-1.9 2-3.3 2-.5 0-1-.1-1.4-.3V18c0 .8.6 1.4 1.4 1.4.8 0 1.4-.6 1.4-1.4v-.7c0-.5.4-.9.9-.9s.9.4.9.9v3.3c0 .8.6 1.4 1.4 1.4.8 0 1.4-.6 1.4-1.4V8c0-3.3-2.7-6-6-6Z"/>
+</svg>
\ No newline at end of file
-- 
GitLab