From 5bcdfebe6489b5d6b90f3c828b014ec4e9a7e7e1 Mon Sep 17 00:00:00 2001 From: Yassine Doghri <yassine@doghri.fr> Date: Thu, 24 Feb 2022 14:48:17 +0000 Subject: [PATCH] feat(icons): add default icons for podcasting, social and funding platforms + remove complex icons - add pleroma, misskey and fosspay platforms - update adaures/ipcat-php to fix autoload issue - fix Breez and Podcast Guru icons closes #166, #167, #170 --- app/Database/Seeds/PlatformSeeder.php | 30 ++++++++++++++++++- app/Helpers/svg_helper.php | 18 +++++++++-- app/Resources/icons/funding/default.svg | 4 +++ app/Resources/icons/funding/gofundme.svg | 5 +++- app/Resources/icons/funding/helloasso.svg | 5 +++- app/Resources/icons/funding/indiegogo.svg | 5 +++- app/Resources/icons/funding/kickstarter.svg | 5 +++- .../icons/funding/kisskissbankbank.svg | 5 +++- app/Resources/icons/funding/liberapay.svg | 5 +++- app/Resources/icons/funding/patreon.svg | 5 +++- app/Resources/icons/funding/paypal.svg | 5 +++- app/Resources/icons/funding/tipeee.svg | 5 +++- app/Resources/icons/funding/ulule.svg | 5 +++- app/Resources/icons/podcasting/amazon.svg | 5 +++- app/Resources/icons/podcasting/antennapod.svg | 5 +++- app/Resources/icons/podcasting/anytime.svg | 6 ++-- app/Resources/icons/podcasting/apple.svg | 5 +++- app/Resources/icons/podcasting/blubrry.svg | 5 +++- app/Resources/icons/podcasting/breaker.svg | 5 +++- app/Resources/icons/podcasting/breez.svg | 10 +++---- app/Resources/icons/podcasting/castamatic.svg | 6 ++-- app/Resources/icons/podcasting/castbox.svg | 5 +++- .../icons/podcasting/castcoverage.svg | 4 --- app/Resources/icons/podcasting/castopod.svg | 5 +++- app/Resources/icons/podcasting/castro.svg | 5 +++- app/Resources/icons/podcasting/chartable.svg | 5 +++- .../icons/podcasting/curiocaster.svg | 4 --- app/Resources/icons/podcasting/deezer.svg | 5 +++- app/Resources/icons/podcasting/default.svg | 4 +++ app/Resources/icons/podcasting/escapepod.svg | 4 --- app/Resources/icons/podcasting/fountain.svg | 8 ++--- app/Resources/icons/podcasting/fyyd.svg | 5 +++- app/Resources/icons/podcasting/google.svg | 5 +++- app/Resources/icons/podcasting/gpodder.svg | 7 +++-- .../icons/podcasting/hypercatcher.svg | 4 --- app/Resources/icons/podcasting/ivoox.svg | 5 +++- app/Resources/icons/podcasting/ivyfm.svg | 4 --- app/Resources/icons/podcasting/jumplink.svg | 4 --- app/Resources/icons/podcasting/kasts.svg | 3 -- .../icons/podcasting/listennotes.svg | 5 +++- app/Resources/icons/podcasting/overcast.svg | 5 +++- app/Resources/icons/podcasting/playapod.svg | 4 --- app/Resources/icons/podcasting/playerfm.svg | 5 +++- app/Resources/icons/podcasting/plink.svg | 8 +++-- .../icons/podcasting/pocketcasts.svg | 5 +++- app/Resources/icons/podcasting/podbean.svg | 5 +++- .../icons/podcasting/podcastaddict.svg | 5 +++- .../icons/podcasting/podcastchapters.svg | 3 -- .../icons/podcasting/podcastguru.svg | 8 ++--- .../icons/podcasting/podcastindex.svg | 5 +++- app/Resources/icons/podcasting/podchaser.svg | 5 +++- app/Resources/icons/podcasting/podcloud.svg | 5 +++- app/Resources/icons/podcasting/podfriend.svg | 5 +++- app/Resources/icons/podcasting/podinstall.svg | 5 +++- app/Resources/icons/podcasting/podlink.svg | 5 +++- app/Resources/icons/podcasting/podlp.svg | 8 ++--- app/Resources/icons/podcasting/podnews.svg | 3 -- app/Resources/icons/podcasting/podstation.svg | 4 --- app/Resources/icons/podcasting/podtail.svg | 5 +++- app/Resources/icons/podcasting/podverse.svg | 5 +++- .../icons/podcasting/radiopublic.svg | 5 +++- app/Resources/icons/podcasting/sphinxchat.svg | 8 ++--- app/Resources/icons/podcasting/spotify.svg | 5 +++- app/Resources/icons/podcasting/spreaker.svg | 5 +++- app/Resources/icons/podcasting/stitcher.svg | 5 +++- app/Resources/icons/podcasting/tsacdop.svg | 8 ++--- app/Resources/icons/podcasting/tunein.svg | 5 +++- app/Resources/icons/podcasting/zion.svg | 7 +++-- app/Resources/icons/social/castopod.svg | 5 +++- app/Resources/icons/social/default.svg | 4 +++ app/Resources/icons/social/discord.svg | 5 +++- app/Resources/icons/social/facebook.svg | 5 +++- app/Resources/icons/social/funkwhale.svg | 5 +++- app/Resources/icons/social/instagram.svg | 5 +++- app/Resources/icons/social/linkedin.svg | 5 +++- app/Resources/icons/social/mastodon.svg | 5 +++- app/Resources/icons/social/misskey.svg | 4 +++ app/Resources/icons/social/mobilizon.svg | 5 +++- app/Resources/icons/social/peertube.svg | 5 +++- app/Resources/icons/social/pixelfed.svg | 5 +++- app/Resources/icons/social/pleroma.svg | 4 +++ app/Resources/icons/social/plume.svg | 5 +++- app/Resources/icons/social/reddit.svg | 5 +++- app/Resources/icons/social/slack.svg | 5 +++- app/Resources/icons/social/tiktok.svg | 5 +++- app/Resources/icons/social/twitch.svg | 5 +++- app/Resources/icons/social/twitter.svg | 5 +++- app/Resources/icons/social/writefreely.svg | 5 +++- app/Resources/icons/social/youtube.svg | 5 +++- composer.lock | 6 ++-- .../Analytics/Helpers/analytics_helper.php | 10 +++---- themes/cp_admin/_partials/_nav_aside.php | 2 +- themes/cp_admin/podcast/platforms.php | 17 ++++++++--- themes/cp_app/embed.php | 2 +- themes/cp_app/home.php | 2 +- themes/cp_app/pages/map.php | 2 +- .../podcast/_partials/funding_links_modal.php | 13 ++++---- themes/cp_app/podcast/_partials/sidebar.php | 2 +- themes/cp_app/podcast/follow.php | 2 +- themes/cp_app/post/remote_action.php | 2 +- themes/cp_auth/_layout.php | 2 +- themes/cp_install/_layout.php | 2 +- 102 files changed, 384 insertions(+), 173 deletions(-) create mode 100644 app/Resources/icons/funding/default.svg delete mode 100644 app/Resources/icons/podcasting/castcoverage.svg delete mode 100644 app/Resources/icons/podcasting/curiocaster.svg create mode 100644 app/Resources/icons/podcasting/default.svg delete mode 100644 app/Resources/icons/podcasting/escapepod.svg delete mode 100644 app/Resources/icons/podcasting/hypercatcher.svg delete mode 100644 app/Resources/icons/podcasting/ivyfm.svg delete mode 100644 app/Resources/icons/podcasting/jumplink.svg delete mode 100644 app/Resources/icons/podcasting/kasts.svg delete mode 100644 app/Resources/icons/podcasting/playapod.svg delete mode 100644 app/Resources/icons/podcasting/podcastchapters.svg delete mode 100644 app/Resources/icons/podcasting/podnews.svg delete mode 100644 app/Resources/icons/podcasting/podstation.svg create mode 100644 app/Resources/icons/social/default.svg create mode 100644 app/Resources/icons/social/misskey.svg create mode 100644 app/Resources/icons/social/pleroma.svg diff --git a/app/Database/Seeds/PlatformSeeder.php b/app/Database/Seeds/PlatformSeeder.php index 9c3fc960e0..dbfcd2e295 100644 --- a/app/Database/Seeds/PlatformSeeder.php +++ b/app/Database/Seeds/PlatformSeeder.php @@ -18,7 +18,7 @@ class PlatformSeeder extends Seeder { public function run(): void { - $data = [ + $podcastingData = [ [ 'slug' => 'amazon', 'type' => 'podcasting', @@ -403,6 +403,9 @@ class PlatformSeeder extends Seeder 'home_url' => 'https://getzion.com/', 'submit_url' => 'https://shop.n2n2.chat/', ], + ]; + + $fundingData = [ [ 'slug' => 'paypal', 'type' => 'funding', @@ -410,6 +413,13 @@ class PlatformSeeder extends Seeder 'home_url' => 'https://www.paypal.com/', 'submit_url' => 'https://www.paypal.com/paypalme/my/grab', ], + [ + 'slug' => 'fosspay', + 'type' => 'funding', + 'label' => 'fosspay', + 'home_url' => 'https://git.sr.ht/~sircmpwn/fosspay', + 'submit_url' => '', + ], [ 'slug' => 'gofundme', 'type' => 'funding', @@ -474,6 +484,9 @@ class PlatformSeeder extends Seeder 'home_url' => 'https://www.ulule.com/', 'submit_url' => 'https://www.ulule.com/projects/create/#/', ], + ]; + + $socialData = [ [ 'slug' => 'discord', 'type' => 'social', @@ -518,6 +531,13 @@ class PlatformSeeder extends Seeder 'home_url' => 'https://joinmastodon.org/', 'submit_url' => 'https://joinmastodon.org/communities', ], + [ + 'slug' => 'misskey', + 'type' => 'social', + 'label' => 'Misskey', + 'home_url' => 'https://join.misskey.page/', + 'submit_url' => 'https://join.misskey.page/en-US/instances', + ], [ 'slug' => 'mobilizon', 'type' => 'social', @@ -539,6 +559,13 @@ class PlatformSeeder extends Seeder 'home_url' => 'https://pixelfed.org/', 'submit_url' => 'https://beta.joinpixelfed.org/', ], + [ + 'slug' => 'pleroma', + 'type' => 'social', + 'label' => 'Pleroma', + 'home_url' => 'https://pleroma.social/', + 'submit_url' => 'https://pleroma.social/#featured-instances', + ], [ 'slug' => 'plume', 'type' => 'social', @@ -583,6 +610,7 @@ class PlatformSeeder extends Seeder ], ]; + $data = array_merge($podcastingData, $fundingData, $socialData); $this->db ->table('platforms') ->ignore(true) diff --git a/app/Helpers/svg_helper.php b/app/Helpers/svg_helper.php index e65f28d437..64d4ea4e14 100644 --- a/app/Helpers/svg_helper.php +++ b/app/Helpers/svg_helper.php @@ -14,11 +14,25 @@ if (! function_exists('icon')) { * * @param string $name name of the icon file without the .svg extension * @param string $class to be added to the svg string + * @param 'social'|'podcasting'|'funding' $type type of icon to be added * @return string svg contents */ - function icon(string $name, string $class = ''): string + function icon(string $name, string $class = '', string $type = null): string { - $svgContents = file_get_contents('assets/icons/' . $name . '.svg'); + if ($type !== null) { + $name = $type . '/' . $name; + } + + try { + $svgContents = file_get_contents('assets/icons/' . $name . '.svg'); + } catch (Exception) { + if ($type !== null) { + return icon('default', $class, $type); + } + + return 'â–¡'; + } + if ($class !== '') { $svgContents = str_replace('<svg', '<svg class="' . $class . '"', $svgContents); } diff --git a/app/Resources/icons/funding/default.svg b/app/Resources/icons/funding/default.svg new file mode 100644 index 0000000000..0c7876aef1 --- /dev/null +++ b/app/Resources/icons/funding/default.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path fill="none" d="M0 0h24v24H0z" /> + <path d="M23 12v2c0 3.314-4.925 6-11 6-5.967 0-10.824-2.591-10.995-5.823L1 14v-2c0 3.314 4.925 6 11 6s11-2.686 11-6zM12 4c6.075 0 11 2.686 11 6s-4.925 6-11 6-11-2.686-11-6 4.925-6 11-6z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/funding/gofundme.svg b/app/Resources/icons/funding/gofundme.svg index 8573eaa3e6..976e231abc 100755 --- a/app/Resources/icons/funding/gofundme.svg +++ b/app/Resources/icons/funding/gofundme.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M6.07,14.76a4.78,4.78,0,0,1,.48-.37A2.58,2.58,0,0,1,8.13,14a2.5,2.5,0,0,1,.76.19A2,2,0,0,1,9.7,15c0,.05.06.06.09,0A2,2,0,0,1,11.3,14a2,2,0,0,1,1.69.48,1.44,1.44,0,0,1,.44.83,4.6,4.6,0,0,1,.05.64V19.3c0,.1,0,.12-.12.12q-.87,0-1.74,0c-.08,0-.1,0-.1-.11v-2.6a2.56,2.56,0,0,0-.07-.62.8.8,0,0,0-1.33-.38,1.15,1.15,0,0,0-.33.76,5.88,5.88,0,0,0,0,.73v2.12c0,.07,0,.1-.09.1H7.91c-.08,0-.1,0-.1-.1V16.68a3.27,3.27,0,0,0,0-.54.73.73,0,0,0-.58-.61.86.86,0,0,0-1,.36,1.12,1.12,0,0,0-.15.62q0,1.39,0,2.79c0,.1,0,.12-.13.12q-.87,0-1.74,0c-.08,0-.1,0-.1-.1V14.21c0-.08,0-.1.11-.1H6c.08,0,.1,0,.1.1s0,.36,0,.55Zm14.62,2.29a3.65,3.65,0,0,0-.11-1,2.5,2.5,0,0,0-1.81-1.9,3.93,3.93,0,0,0-2.35,0,2.5,2.5,0,0,0-1.36,1,3,3,0,0,0-.38,2.17,2.56,2.56,0,0,0,1.72,2,4,4,0,0,0,1.5.22,4.14,4.14,0,0,0,.87-.1,2.36,2.36,0,0,0,1.81-1.61c0-.08,0-.1-.07-.1H18.82c-.07,0-.1,0-.14.07a.93.93,0,0,1-.52.37,1.47,1.47,0,0,1-.88,0,.88.88,0,0,1-.62-.67,1.64,1.64,0,0,1-.05-.32c0-.11,0-.12.1-.12h3.88C20.64,17.12,20.69,17.12,20.69,17.05Zm-1.91-1h-2c-.06,0-.08,0-.07-.08a1,1,0,0,1,1-.83,1.18,1.18,0,0,1,.77.18,1.12,1.12,0,0,1,.42.66C18.87,16.07,18.82,16.05,18.78,16.05Zm3-10.15a1.67,1.67,0,0,0-1.81-.3,2.7,2.7,0,0,0-.34.17L16.32,8.16a1.15,1.15,0,0,0-.48.73.82.82,0,0,0,.24.75,1.74,1.74,0,0,0,2,.28c.42-.25,3.2-2.31,3.66-2.64l.11-.12a1,1,0,0,0-.06-1.26ZM7.92,9.58a.82.82,0,0,0,.24-.75,1.19,1.19,0,0,0-.48-.74L4.39,5.71a1.83,1.83,0,0,0-.34-.18,1.68,1.68,0,0,0-1.8.31,1,1,0,0,0-.06,1.25l.11.12C2.76,7.55,5.54,9.6,6,9.86a1.76,1.76,0,0,0,2-.28ZM12,8.94A1.4,1.4,0,0,0,13.48,8a1.07,1.07,0,0,0,0-.25l0-2.14V5.58c0-.82-.66-1.2-1.49-1.2s-1.5.44-1.51,1.26V7.79a1,1,0,0,0,0,.25,1.35,1.35,0,0,0,1.47.9Zm4.34,1.62a10.11,10.11,0,0,0-4.51-.9c-3.23,0-5.39,1-6.49,2.5h13a5.75,5.75,0,0,0-2-1.6Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M6.07,14.76a4.78,4.78,0,0,1,.48-.37A2.58,2.58,0,0,1,8.13,14a2.5,2.5,0,0,1,.76.19A2,2,0,0,1,9.7,15c0,.05.06.06.09,0A2,2,0,0,1,11.3,14a2,2,0,0,1,1.69.48,1.44,1.44,0,0,1,.44.83,4.6,4.6,0,0,1,.05.64V19.3c0,.1,0,.12-.12.12q-.87,0-1.74,0c-.08,0-.1,0-.1-.11v-2.6a2.56,2.56,0,0,0-.07-.62.8.8,0,0,0-1.33-.38,1.15,1.15,0,0,0-.33.76,5.88,5.88,0,0,0,0,.73v2.12c0,.07,0,.1-.09.1H7.91c-.08,0-.1,0-.1-.1V16.68a3.27,3.27,0,0,0,0-.54.73.73,0,0,0-.58-.61.86.86,0,0,0-1,.36,1.12,1.12,0,0,0-.15.62q0,1.39,0,2.79c0,.1,0,.12-.13.12q-.87,0-1.74,0c-.08,0-.1,0-.1-.1V14.21c0-.08,0-.1.11-.1H6c.08,0,.1,0,.1.1s0,.36,0,.55Zm14.62,2.29a3.65,3.65,0,0,0-.11-1,2.5,2.5,0,0,0-1.81-1.9,3.93,3.93,0,0,0-2.35,0,2.5,2.5,0,0,0-1.36,1,3,3,0,0,0-.38,2.17,2.56,2.56,0,0,0,1.72,2,4,4,0,0,0,1.5.22,4.14,4.14,0,0,0,.87-.1,2.36,2.36,0,0,0,1.81-1.61c0-.08,0-.1-.07-.1H18.82c-.07,0-.1,0-.14.07a.93.93,0,0,1-.52.37,1.47,1.47,0,0,1-.88,0,.88.88,0,0,1-.62-.67,1.64,1.64,0,0,1-.05-.32c0-.11,0-.12.1-.12h3.88C20.64,17.12,20.69,17.12,20.69,17.05Zm-1.91-1h-2c-.06,0-.08,0-.07-.08a1,1,0,0,1,1-.83,1.18,1.18,0,0,1,.77.18,1.12,1.12,0,0,1,.42.66C18.87,16.07,18.82,16.05,18.78,16.05Zm3-10.15a1.67,1.67,0,0,0-1.81-.3,2.7,2.7,0,0,0-.34.17L16.32,8.16a1.15,1.15,0,0,0-.48.73.82.82,0,0,0,.24.75,1.74,1.74,0,0,0,2,.28c.42-.25,3.2-2.31,3.66-2.64l.11-.12a1,1,0,0,0-.06-1.26ZM7.92,9.58a.82.82,0,0,0,.24-.75,1.19,1.19,0,0,0-.48-.74L4.39,5.71a1.83,1.83,0,0,0-.34-.18,1.68,1.68,0,0,0-1.8.31,1,1,0,0,0-.06,1.25l.11.12C2.76,7.55,5.54,9.6,6,9.86a1.76,1.76,0,0,0,2-.28ZM12,8.94A1.4,1.4,0,0,0,13.48,8a1.07,1.07,0,0,0,0-.25l0-2.14V5.58c0-.82-.66-1.2-1.49-1.2s-1.5.44-1.51,1.26V7.79a1,1,0,0,0,0,.25,1.35,1.35,0,0,0,1.47.9Zm4.34,1.62a10.11,10.11,0,0,0-4.51-.9c-3.23,0-5.39,1-6.49,2.5h13a5.75,5.75,0,0,0-2-1.6Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/funding/helloasso.svg b/app/Resources/icons/funding/helloasso.svg index a16faf738a..e32d9a3f85 100755 --- a/app/Resources/icons/funding/helloasso.svg +++ b/app/Resources/icons/funding/helloasso.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M9.74,3c7.35.4,6.31,7.57,6.31,7.57A7.62,7.62,0,0,0,9.56,7.08c-3.39.08-7,2.61-7.06,7.71A8,8,0,0,1,2,12.14C2.14,5.71,7,2.83,9.74,3Zm7.11.07a8,8,0,0,0-2.56-.81c4.48,2.43,5,6.84,3.43,9.87a7.61,7.61,0,0,1-6.13,4.07s5.83,4.32,9.66-2C22.7,11.83,22.45,6.23,16.85,3.05ZM17,20.32a8,8,0,0,0,2-1.77c-4.4,2.58-8.43.73-10.23-2.15a7.64,7.64,0,0,1-.32-7.35s-6.7,2.76-3.3,9.28C6.44,20.8,11.37,23.48,17,20.32Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M9.74,3c7.35.4,6.31,7.57,6.31,7.57A7.62,7.62,0,0,0,9.56,7.08c-3.39.08-7,2.61-7.06,7.71A8,8,0,0,1,2,12.14C2.14,5.71,7,2.83,9.74,3Zm7.11.07a8,8,0,0,0-2.56-.81c4.48,2.43,5,6.84,3.43,9.87a7.61,7.61,0,0,1-6.13,4.07s5.83,4.32,9.66-2C22.7,11.83,22.45,6.23,16.85,3.05ZM17,20.32a8,8,0,0,0,2-1.77c-4.4,2.58-8.43.73-10.23-2.15a7.64,7.64,0,0,1-.32-7.35s-6.7,2.76-3.3,9.28C6.44,20.8,11.37,23.48,17,20.32Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/funding/indiegogo.svg b/app/Resources/icons/funding/indiegogo.svg index 0d6240d3fb..beb3ca26bf 100755 --- a/app/Resources/icons/funding/indiegogo.svg +++ b/app/Resources/icons/funding/indiegogo.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M17.08,15.11c-1.66,0-1.88-1.14-1.88-3s.22-3,1.88-3,1.87,1.14,1.87,3S18.72,15.11,17.08,15.11Zm0-8.87C12.89,6.24,12.14,9,12.14,12s.75,5.75,4.94,5.75S22,15,22,12s-.73-5.77-4.92-5.77m-10.7,7H8.32v.2c0,1.24,0,1.79-1.44,1.79S5,14.63,5,12.1s.79-3,2-3a4,4,0,0,1,2,.51l1.61-2.5a6.61,6.61,0,0,0-3.5-.91C3.25,6.24,2,8.1,2,12c0,3.4.91,5.75,4.6,5.75a9.41,9.41,0,0,0,1.7-.13h2.77V10.84H6.71l-.33,2.44"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M17.08,15.11c-1.66,0-1.88-1.14-1.88-3s.22-3,1.88-3,1.87,1.14,1.87,3S18.72,15.11,17.08,15.11Zm0-8.87C12.89,6.24,12.14,9,12.14,12s.75,5.75,4.94,5.75S22,15,22,12s-.73-5.77-4.92-5.77m-10.7,7H8.32v.2c0,1.24,0,1.79-1.44,1.79S5,14.63,5,12.1s.79-3,2-3a4,4,0,0,1,2,.51l1.61-2.5a6.61,6.61,0,0,0-3.5-.91C3.25,6.24,2,8.1,2,12c0,3.4.91,5.75,4.6,5.75a9.41,9.41,0,0,0,1.7-.13h2.77V10.84H6.71l-.33,2.44" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/funding/kickstarter.svg b/app/Resources/icons/funding/kickstarter.svg index 2f055f75e7..a300d7be3f 100755 --- a/app/Resources/icons/funding/kickstarter.svg +++ b/app/Resources/icons/funding/kickstarter.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M21,17.52a4.6,4.6,0,0,1-8.33,2.56l-.94-1.33A4.21,4.21,0,0,1,7.47,22,4.44,4.44,0,0,1,3,17.56V6.44A4.42,4.42,0,0,1,7.47,2a4.27,4.27,0,0,1,4.29,3.38l1.08-1.46A4.63,4.63,0,0,1,16.53,2,4.4,4.4,0,0,1,21,6.38,4.35,4.35,0,0,1,20.16,9L18,12l2.15,3A4.44,4.44,0,0,1,21,17.52Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M21,17.52a4.6,4.6,0,0,1-8.33,2.56l-.94-1.33A4.21,4.21,0,0,1,7.47,22,4.44,4.44,0,0,1,3,17.56V6.44A4.42,4.42,0,0,1,7.47,2a4.27,4.27,0,0,1,4.29,3.38l1.08-1.46A4.63,4.63,0,0,1,16.53,2,4.4,4.4,0,0,1,21,6.38,4.35,4.35,0,0,1,20.16,9L18,12l2.15,3A4.44,4.44,0,0,1,21,17.52Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/funding/kisskissbankbank.svg b/app/Resources/icons/funding/kisskissbankbank.svg index f3041450f1..4755a204f4 100755 --- a/app/Resources/icons/funding/kisskissbankbank.svg +++ b/app/Resources/icons/funding/kisskissbankbank.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M15,6.84a7.54,7.54,0,1,0-.09,10.42L9.77,12.09Zm4.86,5.23A2.54,2.54,0,1,0,17.7,7.73h0l-4.33,4.34,4.23,4.23a2.55,2.55,0,1,0,2.3-4.24"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M15,6.84a7.54,7.54,0,1,0-.09,10.42L9.77,12.09Zm4.86,5.23A2.54,2.54,0,1,0,17.7,7.73h0l-4.33,4.34,4.23,4.23a2.55,2.55,0,1,0,2.3-4.24" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/funding/liberapay.svg b/app/Resources/icons/funding/liberapay.svg index e3e261bca4..827862fcf5 100755 --- a/app/Resources/icons/funding/liberapay.svg +++ b/app/Resources/icons/funding/liberapay.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M8.12,18.36A5.69,5.69,0,0,1,5.79,18a2.41,2.41,0,0,1-1.2-1,3,3,0,0,1-.36-1.53,8.94,8.94,0,0,1,.24-1.84l2.65-11L10.34,2,7.45,14a3,3,0,0,0-.09.68,1.12,1.12,0,0,0,.11.56.86.86,0,0,0,.43.38,2.37,2.37,0,0,0,.84.19Zm11.65-6.89a7.55,7.55,0,0,1-.5,2.78,6.68,6.68,0,0,1-1.39,2.17,6.15,6.15,0,0,1-2.12,1.43,7,7,0,0,1-2.69.51,7.5,7.5,0,0,1-1.42-.13L10.71,22H7.63L11.09,7.6A16.73,16.73,0,0,1,13,7.15,13,13,0,0,1,15.31,7a5.08,5.08,0,0,1,2,.36,3.8,3.8,0,0,1,1.39,1,4.06,4.06,0,0,1,.8,1.44,5.9,5.9,0,0,1,.26,1.76Zm-7.56,4.27a4.33,4.33,0,0,0,.88.08,3.51,3.51,0,0,0,1.47-.3,3.22,3.22,0,0,0,1.14-.85,4,4,0,0,0,.73-1.3,5.18,5.18,0,0,0,.26-1.67,2.79,2.79,0,0,0-.4-1.52,1.48,1.48,0,0,0-1.37-.63,6.15,6.15,0,0,0-1.25.13Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M8.12,18.36A5.69,5.69,0,0,1,5.79,18a2.41,2.41,0,0,1-1.2-1,3,3,0,0,1-.36-1.53,8.94,8.94,0,0,1,.24-1.84l2.65-11L10.34,2,7.45,14a3,3,0,0,0-.09.68,1.12,1.12,0,0,0,.11.56.86.86,0,0,0,.43.38,2.37,2.37,0,0,0,.84.19Zm11.65-6.89a7.55,7.55,0,0,1-.5,2.78,6.68,6.68,0,0,1-1.39,2.17,6.15,6.15,0,0,1-2.12,1.43,7,7,0,0,1-2.69.51,7.5,7.5,0,0,1-1.42-.13L10.71,22H7.63L11.09,7.6A16.73,16.73,0,0,1,13,7.15,13,13,0,0,1,15.31,7a5.08,5.08,0,0,1,2,.36,3.8,3.8,0,0,1,1.39,1,4.06,4.06,0,0,1,.8,1.44,5.9,5.9,0,0,1,.26,1.76Zm-7.56,4.27a4.33,4.33,0,0,0,.88.08,3.51,3.51,0,0,0,1.47-.3,3.22,3.22,0,0,0,1.14-.85,4,4,0,0,0,.73-1.3,5.18,5.18,0,0,0,.26-1.67,2.79,2.79,0,0,0-.4-1.52,1.48,1.48,0,0,0-1.37-.63,6.15,6.15,0,0,0-1.25.13Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/funding/patreon.svg b/app/Resources/icons/funding/patreon.svg index 0c02798fa1..39e20c5a1c 100755 --- a/app/Resources/icons/funding/patreon.svg +++ b/app/Resources/icons/funding/patreon.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M15,17a7.5,7.5,0,1,1,7.5-7.5A7.5,7.5,0,0,1,15,17ZM2,2H6V22H2Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M15,17a7.5,7.5,0,1,1,7.5-7.5A7.5,7.5,0,0,1,15,17ZM2,2H6V22H2Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/funding/paypal.svg b/app/Resources/icons/funding/paypal.svg index 5e055a78a8..2b525b0c4e 100755 --- a/app/Resources/icons/funding/paypal.svg +++ b/app/Resources/icons/funding/paypal.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M20.07,8.48a4.89,4.89,0,0,1,.3,3.32c-.74,3.81-3.28,5.12-6.52,5.12h-.5a.81.81,0,0,0-.79.68l0,.22-.63,4,0,.17a.81.81,0,0,1-.8.68H7.72a.48.48,0,0,1-.48-.49v-.07L7.42,21H8.94l1-6h1.38C16,15,19,12.78,20.07,8.48Zm-3-5.09a3.62,3.62,0,0,1,.75,3.28L17.8,7c-.74,3.78-3.09,5.45-7,5.45H9a1.42,1.42,0,0,0-1.36,1h0l-.93,5.89H3.12a0,0,0,0,1-.05-.05h0L5.67,2.8A1,1,0,0,1,6.61,2h6c2.19,0,3.72.47,4.53,1.39Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M20.07,8.48a4.89,4.89,0,0,1,.3,3.32c-.74,3.81-3.28,5.12-6.52,5.12h-.5a.81.81,0,0,0-.79.68l0,.22-.63,4,0,.17a.81.81,0,0,1-.8.68H7.72a.48.48,0,0,1-.48-.49v-.07L7.42,21H8.94l1-6h1.38C16,15,19,12.78,20.07,8.48Zm-3-5.09a3.62,3.62,0,0,1,.75,3.28L17.8,7c-.74,3.78-3.09,5.45-7,5.45H9a1.42,1.42,0,0,0-1.36,1h0l-.93,5.89H3.12a0,0,0,0,1-.05-.05h0L5.67,2.8A1,1,0,0,1,6.61,2h6c2.19,0,3.72.47,4.53,1.39Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/funding/tipeee.svg b/app/Resources/icons/funding/tipeee.svg index 2984b9b3de..e3797feed0 100755 --- a/app/Resources/icons/funding/tipeee.svg +++ b/app/Resources/icons/funding/tipeee.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M12.7,14h-.62V7.58a.2.2,0,0,0-.19-.2l-3.3,1a.27.27,0,0,0-.19.29v1.89a.19.19,0,0,0,.19.19l.59-.17V14H8.56a.19.19,0,0,0-.19.19v2a.19.19,0,0,0,.19.2h4.15a.2.2,0,0,0,.19-.2v-2a.2.2,0,0,0-.2-.19ZM10.63,7.09A1.45,1.45,0,1,0,9.18,5.64a1.45,1.45,0,0,0,1.45,1.45Zm-3.42.29H5.69V5.26s0-.55-.53-.35-1.94.6-1.94.6A.42.42,0,0,0,2.9,6c0,.34,0,.54,0,1.41H2.19a.2.2,0,0,0-.19.2v2a.2.2,0,0,0,.19.19h.73v4.32s-.17,3.49,4.24,1.77c0,0,.23-.12.24-.31V13.61s0-.29-.27-.16c0,0-1.44.65-1.44-.29V9.75H7.21a.2.2,0,0,0,.2-.2v-2a.2.2,0,0,0-.2-.19Zm10.88,0a3.56,3.56,0,0,0-1.34.27V7.57a.2.2,0,0,0-.2-.2H13.21a.2.2,0,0,0-.2.2v2a.2.2,0,0,0,.2.2h.63v7.69h-.63a.19.19,0,0,0-.2.19v2a.2.2,0,0,0,.2.2h4.16a.19.19,0,0,0,.19-.2v-2a.19.19,0,0,0-.19-.19h-.62V16.05a3.56,3.56,0,0,0,1.34.27A4.22,4.22,0,0,0,22,11.85,4.22,4.22,0,0,0,18.09,7.38ZM18.14,14c-.78,0-1.4-1-1.39-2.16s.63-2.15,1.41-2.14,1.39,1,1.39,2.16S18.91,14,18.14,14Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M12.7,14h-.62V7.58a.2.2,0,0,0-.19-.2l-3.3,1a.27.27,0,0,0-.19.29v1.89a.19.19,0,0,0,.19.19l.59-.17V14H8.56a.19.19,0,0,0-.19.19v2a.19.19,0,0,0,.19.2h4.15a.2.2,0,0,0,.19-.2v-2a.2.2,0,0,0-.2-.19ZM10.63,7.09A1.45,1.45,0,1,0,9.18,5.64a1.45,1.45,0,0,0,1.45,1.45Zm-3.42.29H5.69V5.26s0-.55-.53-.35-1.94.6-1.94.6A.42.42,0,0,0,2.9,6c0,.34,0,.54,0,1.41H2.19a.2.2,0,0,0-.19.2v2a.2.2,0,0,0,.19.19h.73v4.32s-.17,3.49,4.24,1.77c0,0,.23-.12.24-.31V13.61s0-.29-.27-.16c0,0-1.44.65-1.44-.29V9.75H7.21a.2.2,0,0,0,.2-.2v-2a.2.2,0,0,0-.2-.19Zm10.88,0a3.56,3.56,0,0,0-1.34.27V7.57a.2.2,0,0,0-.2-.2H13.21a.2.2,0,0,0-.2.2v2a.2.2,0,0,0,.2.2h.63v7.69h-.63a.19.19,0,0,0-.2.19v2a.2.2,0,0,0,.2.2h4.16a.19.19,0,0,0,.19-.2v-2a.19.19,0,0,0-.19-.19h-.62V16.05a3.56,3.56,0,0,0,1.34.27A4.22,4.22,0,0,0,22,11.85,4.22,4.22,0,0,0,18.09,7.38ZM18.14,14c-.78,0-1.4-1-1.39-2.16s.63-2.15,1.41-2.14,1.39,1,1.39,2.16S18.91,14,18.14,14Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/funding/ulule.svg b/app/Resources/icons/funding/ulule.svg index c4231b3e3b..c5002f2d4d 100755 --- a/app/Resources/icons/funding/ulule.svg +++ b/app/Resources/icons/funding/ulule.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M21.88,6.22a.42.42,0,0,0-.59,0h0l-.69.68a10,10,0,0,0-17.2,0l-.69-.68a.42.42,0,0,0-.59,0,.45.45,0,0,0-.12.3V12a10,10,0,0,0,20,0V6.52A.42.42,0,0,0,21.88,6.22ZM16.32,17.57a4.6,4.6,0,0,1-4.09-2.49.26.26,0,0,0-.35-.1.24.24,0,0,0-.1.1,4.62,4.62,0,1,1,0-4.15,2.28,2.28,0,0,0,.11,3.13.1.1,0,0,0,.14,0,2.28,2.28,0,0,0,.11-3.13,4.61,4.61,0,1,1,4.13,6.64Zm.16-8.2Zm-6.25,2.91a2.91,2.91,0,1,1-3.1-2.9c0,.13-.1.21-.21.32l0,0a.79.79,0,0,0-.28.58.73.73,0,0,0,1.45,0,.76.76,0,0,0-.29-.6.78.78,0,0,1-.26-.34A2.9,2.9,0,0,1,10.23,12.28Zm9.34,0a2.91,2.91,0,1,1-3.11-2.9c0,.13-.1.21-.21.32l0,0a.82.82,0,0,0-.28.58.74.74,0,0,0,.7.7.73.73,0,0,0,.75-.7.76.76,0,0,0-.29-.6c-.12-.11-.24-.23-.25-.34A2.9,2.9,0,0,1,19.57,12.28Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M21.88,6.22a.42.42,0,0,0-.59,0h0l-.69.68a10,10,0,0,0-17.2,0l-.69-.68a.42.42,0,0,0-.59,0,.45.45,0,0,0-.12.3V12a10,10,0,0,0,20,0V6.52A.42.42,0,0,0,21.88,6.22ZM16.32,17.57a4.6,4.6,0,0,1-4.09-2.49.26.26,0,0,0-.35-.1.24.24,0,0,0-.1.1,4.62,4.62,0,1,1,0-4.15,2.28,2.28,0,0,0,.11,3.13.1.1,0,0,0,.14,0,2.28,2.28,0,0,0,.11-3.13,4.61,4.61,0,1,1,4.13,6.64Zm.16-8.2Zm-6.25,2.91a2.91,2.91,0,1,1-3.1-2.9c0,.13-.1.21-.21.32l0,0a.79.79,0,0,0-.28.58.73.73,0,0,0,1.45,0,.76.76,0,0,0-.29-.6.78.78,0,0,1-.26-.34A2.9,2.9,0,0,1,10.23,12.28Zm9.34,0a2.91,2.91,0,1,1-3.11-2.9c0,.13-.1.21-.21.32l0,0a.82.82,0,0,0-.28.58.74.74,0,0,0,.7.7.73.73,0,0,0,.75-.7.76.76,0,0,0-.29-.6c-.12-.11-.24-.23-.25-.34A2.9,2.9,0,0,1,19.57,12.28Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/amazon.svg b/app/Resources/icons/podcasting/amazon.svg index 82ba8b7997..38341ba697 100755 --- a/app/Resources/icons/podcasting/amazon.svg +++ b/app/Resources/icons/podcasting/amazon.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22,18.23a4.28,4.28,0,0,1-1.32,2.9c-.18.14-.36.06-.28-.15.26-.65.87-2.14.58-2.49s-1-.24-1.73-.18c-.33,0-.61.06-.83.1s-.25-.16,0-.3a3.36,3.36,0,0,1,.87-.43,3.87,3.87,0,0,1,2.67.09.84.84,0,0,1,.08.46Zm-1.92,1.29a7,7,0,0,1-.83.55A14.69,14.69,0,0,1,12,22,14.57,14.57,0,0,1,2.1,18.23c-.22-.18,0-.45.22-.3a19.85,19.85,0,0,0,9.89,2.63,19.55,19.55,0,0,0,7-1.34l.5-.2C20.12,18.85,20.44,19.26,20.08,19.52Zm-6.17-11a3.85,3.85,0,0,0-.31-2.18A1.7,1.7,0,0,0,12,5.66a2,2,0,0,0-1.87,1.53.55.55,0,0,1-.44.48L7.29,7.36a.4.4,0,0,1-.35-.52C7.46,4.09,9.81,3.13,12,3h.53a5.89,5.89,0,0,1,3.79,1.26c1.21,1.14,1.08,2.67,1.08,4.32v3.93a3.24,3.24,0,0,0,1,2.31.48.48,0,0,1,0,.66c-.48.43-1.4,1.22-1.92,1.65a.57.57,0,0,1-.61.05,6.86,6.86,0,0,1-1.43-1.66A5.45,5.45,0,0,1,12,17.13a7.11,7.11,0,0,1-1.78.22A3.56,3.56,0,0,1,6.5,13.47a4.2,4.2,0,0,1,2.7-4.1,15.59,15.59,0,0,1,4.7-.88Zm-.48,5.2c.52-.88.47-1.59.47-3.19a8.6,8.6,0,0,0-1.87.18A2.29,2.29,0,0,0,10.16,13c0,1.09.57,1.84,1.52,1.84a1.18,1.18,0,0,0,.35,0A2,2,0,0,0,13.43,13.69Z"/><path d="M0,0H24V24H0Z" fill="none"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M22,18.23a4.28,4.28,0,0,1-1.32,2.9c-.18.14-.36.06-.28-.15.26-.65.87-2.14.58-2.49s-1-.24-1.73-.18c-.33,0-.61.06-.83.1s-.25-.16,0-.3a3.36,3.36,0,0,1,.87-.43,3.87,3.87,0,0,1,2.67.09.84.84,0,0,1,.08.46Zm-1.92,1.29a7,7,0,0,1-.83.55A14.69,14.69,0,0,1,12,22,14.57,14.57,0,0,1,2.1,18.23c-.22-.18,0-.45.22-.3a19.85,19.85,0,0,0,9.89,2.63,19.55,19.55,0,0,0,7-1.34l.5-.2C20.12,18.85,20.44,19.26,20.08,19.52Zm-6.17-11a3.85,3.85,0,0,0-.31-2.18A1.7,1.7,0,0,0,12,5.66a2,2,0,0,0-1.87,1.53.55.55,0,0,1-.44.48L7.29,7.36a.4.4,0,0,1-.35-.52C7.46,4.09,9.81,3.13,12,3h.53a5.89,5.89,0,0,1,3.79,1.26c1.21,1.14,1.08,2.67,1.08,4.32v3.93a3.24,3.24,0,0,0,1,2.31.48.48,0,0,1,0,.66c-.48.43-1.4,1.22-1.92,1.65a.57.57,0,0,1-.61.05,6.86,6.86,0,0,1-1.43-1.66A5.45,5.45,0,0,1,12,17.13a7.11,7.11,0,0,1-1.78.22A3.56,3.56,0,0,1,6.5,13.47a4.2,4.2,0,0,1,2.7-4.1,15.59,15.59,0,0,1,4.7-.88Zm-.48,5.2c.52-.88.47-1.59.47-3.19a8.6,8.6,0,0,0-1.87.18A2.29,2.29,0,0,0,10.16,13c0,1.09.57,1.84,1.52,1.84a1.18,1.18,0,0,0,.35,0A2,2,0,0,0,13.43,13.69Z" /> + <path d="M0,0H24V24H0Z" fill="none" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/antennapod.svg b/app/Resources/icons/podcasting/antennapod.svg index 26e9699d39..0e0b900605 100755 --- a/app/Resources/icons/podcasting/antennapod.svg +++ b/app/Resources/icons/podcasting/antennapod.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M12.06,2.52A8.55,8.55,0,0,0,4.82,6.4,9.93,9.93,0,0,0,3.69,9a8.64,8.64,0,0,0,2.69,8.59,10.55,10.55,0,0,0,1,.73,3.82,3.82,0,0,0,.24-.61c.12-.34.21-.64.21-.66a1.08,1.08,0,0,0-.21-.19,8.14,8.14,0,0,1-1.2-1.16,7.2,7.2,0,0,1-1.62-4.61A7,7,0,0,1,5.5,7.88a7.23,7.23,0,0,1,5.49-4,8.62,8.62,0,0,1,2,0,7.27,7.27,0,0,1,6.17,6.17,9.1,9.1,0,0,1,0,1.88,7.35,7.35,0,0,1-1.62,3.76,9.94,9.94,0,0,1-1.14,1.11,1.31,1.31,0,0,0-.23.21s.1.31.22.64l.22.61.26-.17a8.18,8.18,0,0,0,1.14-1,8,8,0,0,0,1.62-2.25,8.58,8.58,0,0,0,.69-5.71A8.4,8.4,0,0,0,18.12,5.1a8.39,8.39,0,0,0-6.06-2.58ZM12,5.83a4.59,4.59,0,0,0-1.64.25A5.52,5.52,0,0,0,7.54,8.26a6.34,6.34,0,0,0-.74,1.93,7.2,7.2,0,0,0,0,1.67,5.44,5.44,0,0,0,1,2.39,5.31,5.31,0,0,0,.71.77,6.13,6.13,0,0,0,.26-.65c.12-.36.23-.67.23-.69a1.41,1.41,0,0,0-.17-.26,3.84,3.84,0,0,1-.75-2.36,3.68,3.68,0,0,1,.52-2,3.95,3.95,0,0,1,7,3.7,3.51,3.51,0,0,1-.36.61l-.19.26.17.44c.09.24.19.54.24.67a.74.74,0,0,0,.1.23,6.13,6.13,0,0,0,.8-.89,5.44,5.44,0,0,0,.85-2,5.14,5.14,0,0,0-.4-3.33,4.74,4.74,0,0,0-1-1.47,5.07,5.07,0,0,0-2.08-1.29A4.51,4.51,0,0,0,12,5.83Zm0,3.28a1.93,1.93,0,0,0-1.38.59A1.84,1.84,0,0,0,10,11.2a1.92,1.92,0,0,0,.44,1.14l.15.19-.11.3c0,.16-.49,1.4-1,2.75S8.36,18.92,8,20s-.64,1.8-.7,1.95a12.15,12.15,0,0,0,1.57.55L9,22c.1-.27.34-1,.55-1.55l.37-1H10l.55.1a6.71,6.71,0,0,0,1.43.08,6.43,6.43,0,0,0,1.41-.08l.54-.1.1,0L14.62,21c.27.78.5,1.44.53,1.54A12.34,12.34,0,0,0,16.73,22h0S16,19.89,15.1,17.39l-1.66-4.7-.06-.16.17-.22a2,2,0,0,0,.22-2.12,2.32,2.32,0,0,0-.87-.86A2,2,0,0,0,12,9.11Zm0,4.51s1.5,4.12,1.51,4.21a7.6,7.6,0,0,1-2.09.16,5.39,5.39,0,0,1-.9-.15S12,13.67,12,13.62Z" fill-opacity="0.88"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M12.06,2.52A8.55,8.55,0,0,0,4.82,6.4,9.93,9.93,0,0,0,3.69,9a8.64,8.64,0,0,0,2.69,8.59,10.55,10.55,0,0,0,1,.73,3.82,3.82,0,0,0,.24-.61c.12-.34.21-.64.21-.66a1.08,1.08,0,0,0-.21-.19,8.14,8.14,0,0,1-1.2-1.16,7.2,7.2,0,0,1-1.62-4.61A7,7,0,0,1,5.5,7.88a7.23,7.23,0,0,1,5.49-4,8.62,8.62,0,0,1,2,0,7.27,7.27,0,0,1,6.17,6.17,9.1,9.1,0,0,1,0,1.88,7.35,7.35,0,0,1-1.62,3.76,9.94,9.94,0,0,1-1.14,1.11,1.31,1.31,0,0,0-.23.21s.1.31.22.64l.22.61.26-.17a8.18,8.18,0,0,0,1.14-1,8,8,0,0,0,1.62-2.25,8.58,8.58,0,0,0,.69-5.71A8.4,8.4,0,0,0,18.12,5.1a8.39,8.39,0,0,0-6.06-2.58ZM12,5.83a4.59,4.59,0,0,0-1.64.25A5.52,5.52,0,0,0,7.54,8.26a6.34,6.34,0,0,0-.74,1.93,7.2,7.2,0,0,0,0,1.67,5.44,5.44,0,0,0,1,2.39,5.31,5.31,0,0,0,.71.77,6.13,6.13,0,0,0,.26-.65c.12-.36.23-.67.23-.69a1.41,1.41,0,0,0-.17-.26,3.84,3.84,0,0,1-.75-2.36,3.68,3.68,0,0,1,.52-2,3.95,3.95,0,0,1,7,3.7,3.51,3.51,0,0,1-.36.61l-.19.26.17.44c.09.24.19.54.24.67a.74.74,0,0,0,.1.23,6.13,6.13,0,0,0,.8-.89,5.44,5.44,0,0,0,.85-2,5.14,5.14,0,0,0-.4-3.33,4.74,4.74,0,0,0-1-1.47,5.07,5.07,0,0,0-2.08-1.29A4.51,4.51,0,0,0,12,5.83Zm0,3.28a1.93,1.93,0,0,0-1.38.59A1.84,1.84,0,0,0,10,11.2a1.92,1.92,0,0,0,.44,1.14l.15.19-.11.3c0,.16-.49,1.4-1,2.75S8.36,18.92,8,20s-.64,1.8-.7,1.95a12.15,12.15,0,0,0,1.57.55L9,22c.1-.27.34-1,.55-1.55l.37-1H10l.55.1a6.71,6.71,0,0,0,1.43.08,6.43,6.43,0,0,0,1.41-.08l.54-.1.1,0L14.62,21c.27.78.5,1.44.53,1.54A12.34,12.34,0,0,0,16.73,22h0S16,19.89,15.1,17.39l-1.66-4.7-.06-.16.17-.22a2,2,0,0,0,.22-2.12,2.32,2.32,0,0,0-.87-.86A2,2,0,0,0,12,9.11Zm0,4.51s1.5,4.12,1.51,4.21a7.6,7.6,0,0,1-2.09.16,5.39,5.39,0,0,1-.9-.15S12,13.67,12,13.62Z" fill-opacity="0.88" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/anytime.svg b/app/Resources/icons/podcasting/anytime.svg index cfa23d33c7..d7e778a790 100644 --- a/app/Resources/icons/podcasting/anytime.svg +++ b/app/Resources/icons/podcasting/anytime.svg @@ -1,4 +1,4 @@ <svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="M0,0H24V24H0Z" fill="none"/> - <path d="m12.337 21.992c.42642-.01097.99628-.05612 1.2663-.10039.27007-.04426.712-.13869.98207-.20991.27007-.07117.68874-.20166.93038-.28989.24164-.08822.68357-.28266.98207-.43208.2985-.14942.75206-.40976 1.0079-.57854.25586-.16877.64135-.44892.85667-.62258.21531-.17366.60072-.53461.85642-.8021.25572-.26749.61932-.69339.80798-.94641.18868-.25304.46958-.6814.62424-.95193.15464-.27052.38855-.74327.51982-1.0506.13124-.30728.30922-.79538.39551-1.0846.08633-.28927.2038-.7934.26114-1.1203.05732-.32692.11734-.95493.13336-1.3956.01744-.47949.004-1.0295-.0323-1.3697-.03379-.31272-.10867-.78954-.16645-1.0596-.057813-.27007-.1867-.74688-.2865-1.0596-.099802-.31271-.31667-.85274-.48192-1.2001-.16526-.34732-.43355-.83579-.59622-1.0854-.16266-.24968-.4025-.59348-.53295-.76405-.13048-.17058-.44711-.52888-.70363-.7962-.2565-.26734-.6906-.66558-.96465-.88494-.27405-.21939-.70585-.52732-.95958-.68425-.25373-.15695-.60382-.35728-.7779-.44517-.17412-.08792-.5496-.25265-.83445-.36611-.28481-.11348-.78048-.27604-1.1015-.36125-.32098-.085229-.8162-.19423-1.1005-.24225-.35751-.060408-.81967-.087621-1.4989-.088319-.69443-.0006978-1.1335.024921-1.4989.087422-.28428.048645-.73785.14667-1.0079.21794-.27007.071273-.68875.20173-.93039.28994-.24164.088219-.67194.27623-.95623.41782-.28428.14159-.71458.38579-.95623.54272-.24164.1569-.57891.39233-.74947.52318-.17057.13084-.49405.41259-.71887.6261-.2248.21348-.57891.59183-.78689.84075-.208.24893-.49386.62402-.63525.83357-.14137.20951-.37322.59896-.51521.86541-.142.26646-.35274.72781-.4683 1.0252-.11556.29742-.25791.71107-.3163.91921-.058414.20815-.15254.60445-.2092.88067-.071871.35068-.11204.8088-.13299 1.5184-.019338.6554-.00797 1.1968.031699 1.5248.033892.27973.11895.75283.18899 1.0513.069977.2985.18767.7288.26142.95622.073765.22743.28075.72109.45998 1.0971.17924.37597.45885.88768.62134 1.1371.16249.24944.40225.59312.53275.76369.13047.17057.4471.52887.70362.7962.25653.26733.6906.66559.96465.88495.27405.21939.70585.52732.95958.68424.25374.15696.60382.35729.7779.44518.17412.08792.55637.25536.8495.37214.2931.11679.83527.2893 1.2048.38336.36956.0941.88127.19686 1.1371.22845.25586.0316.5466.06679.6461.07815.09948.01136.52979.01166.95622.000707zm-.10338-1.284c-.59699.008-1.2295-.008-1.4057-.03509-.17614-.02681-.58675-.1161-.91244-.19835-.3257-.082237-.83284-.24588-1.127-.36359-.29415-.11772-.75577-.33899-1.0258-.49172-.27007-.15273-.68875-.42359-.93039-.6019-.24164-.17832-.6952-.58149-1.0079-.89596-.3127-.31445-.72528-.79259-.91678-1.0625-.19154-.26997-.49705-.78272-.67893-1.1395-.18187-.35676-.41321-.90397-.51411-1.2161-.10089-.3121-.23258-.7994-.29264-1.0829-.072469-.34214-.11956-.80432-.13999-1.3744-.024024-.67148-.011065-.99861.05961-1.4989.049742-.352.16773-.90955.26222-1.239.094499-.32945.27391-.83103.39871-1.1146.12481-.2836.35177-.72229.50435-.97494.15259-.25262.46048-.68688.68419-.96502.22373-.27813.59731-.68124.83022-.8958.23288-.21456.63276-.53973.88861-.7226.25586-.18289.70942-.45887 1.0079-.61328.29849-.15443.76369-.36244 1.0338-.46224.27006-.099802.77015-.24531 1.1113-.32334.51947-.11884.77625-.14579 1.5806-.16587.58237-.014554 1.1385-.0002591 1.4129.036285.24895.033095.71587.12672 1.0376.20797.32173.081241.82561.24405 1.1198.36176.29415.11772.75578.33899 1.0259.49172s.68874.42359.93038.6019c.24164.17832.69521.58149 1.0079.89596.31271.31445.72466.79259.9154 1.0625.19077.26997.4733.73506.62785 1.0335.15456.2985.36266.76369.46247 1.0338.0998.27007.24192.76203.31581 1.0933.07386.33126.16164.90893.19497 1.2838.04645.52288.04635.84588-.000588 1.3877-.03369.38842-.11726.95043-.18579 1.2489-.06848.2985-.19906.75206-.29008 1.0079-.09101.25586-.28196.69727-.42433.98099-.14236.28372-.37584.6907-.51884.90454-.14299.21383-.41887.5788-.61297.81108-.19412.23228-.52448.57772-.73417.76757-.20966.1899-.588.4933-.8408.67422-.25278.18092-.70379.4553-1.0023.60976-.2985.15443-.76369.36244-1.0338.46224-.27007.0998-.77015.24562-1.1113.32404-.55492.12755-.73453.14401-1.7057.15625zm-3.9283-1.1038c.056819-.01236.32434-.14794.59441-.30132.27007-.15338 1.34-.78581 2.3776-1.4054 1.7636-1.053 1.8849-1.1348 1.8608-1.2538-.01426-.06998-.02582-1.2321-.02582-2.5825 0-1.9002.01595-2.5194.07048-2.7395.03878-.15636.14268-.43547.23088-.62026.10503-.22004.2769-.45215.49806-.67262.18573-.18516.45572-.39955.59999-.47641.14427-.076855.3992-.1754.5665-.21898.16731-.043561.50299-.079248.74596-.079248.24297 0 .52147.022827.61891.050838.09739.027911.18502.042863.19466.033294.01-.00997-1.838-1.1278-4.1058-2.4848-2.907-1.7395-4.1702-2.4689-4.2823-2.4726-.087422-.0029905-.23169.024821-.32053.061604-.088817.036783-.20336.12852-.2545.20382-.086126.12679-.094001.33572-.10674 2.8247l-.013756 2.6878.24637-.26465c.1355-.14557.37693-.34776.53652-.44935.15959-.10158.43869-.23559.62026-.2978.25338-.086824.45024-.1131.847-.11307.38482 1.99e-5.60367.028011.85657.10941.18684.060208.47777.19864.64651.30771.16875.10906.4017.30609.51765.43782.11595.13172.28381.37644.37302.54381.08922.16737.19732.45333.24026.63545.05901.2506.07825.66026.07885 1.684l.000767 1.3528-.13381.15902c-.11142.13242-.17122.15902-.35722.15902-.18601 0-.2458-.02661-.35722-.15902-.10504-.12483-.13381-.21479-.13381-.4183v-.25926l-.27136.24528c-.14926.1349-.41672.31368-.59442.3973-.17766.08363-.48584.17724-.68486.20805-.25983.04017-.46384.04017-.72369 0-.19901-.030801-.51476-.12757-.70166-.21504-.22629-.10589-.45079-.26999-.67195-.49111l-.33207-.33208v2.7799c0 1.5289.014853 2.854.032895 2.9446.018142.09051.099792.23149.1815.31321.08174.08174.21228.15794.29013.16938.077852.01146.18806.01067.24492-.002zm5.8588-3.4324c.02412-.01.62832-.36475 1.3426-.78948.71433-.42476 1.2928-.77816 1.2856-.7854-.007-.007-.1055.008-.21842.03449-.11291.02622-.36971.04815-.57063.04884-.20094.000678-.49168-.03618-.64609-.08204-.15441-.04575-.3671-.12722-.47264-.18097-.10554-.05373-.32069-.20264-.47811-.33087l-.28622-.23311v1.1679c0 .64232.01974 1.1601.04386 1.1507zm3.5743-2.1153c.07107-.04486.69964-.42025 1.3968-.83408.87176-.5175 1.2906-.79548 1.3413-.89017.04057-.07576.07366-.21643.07366-.31263 0-.09619-.0327-.23594-.07257-.31052-.04875-.09101-.47283-.37544-1.2896-.86489-.66936-.4011-1.2732-.76524-1.3417-.80923-.10198-.065392-.08961-.03389.06798.17249.10598.13883.2495.36456.31895.5016.06948.13705.16097.38239.20337.5452.04237.16281.07675.48301.07636.71158-.000408.22856-.03589.56459-.07885.74674-.04296.18213-.15105.4681-.24026.63545-.08922.16737-.25726.41361-.37345.54722-.15643.17988-.17772.22172-.08204.16127zm-1.86-.26868c.33029-.01176.50141-.04536.6859-.13467.13519-.06549.34771-.2209.47226-.34545.12455-.12454.27628-.32936.33717-.45513.06091-.12577.13739-.3722.17001-.54759.04376-.23542.04446-.40585.002-.65096-.0313-.18262-.1102-.44255-.17537-.57766-.06519-.13508-.22982-.35431-.36587-.48718-.15634-.15267-.35696-.2829-.54515-.35385-.2435-.09181-.37793-.10856-.73717-.09191-.36306.01685-.48694.04635-.7135.16974-.15078.08214-.35696.24105-.4582.35312-.10125.11206-.24537.33446-.32028.49424-.11876.25328-.13621.35681-.13621.80845 0 .48111.01206.54251.16988.86303.10496.2132.26016.42455.4061.55301.12991.11436.35584.25529.50205.31318.21015.08324.35807.10198.70595.08962zm-5.9617-.21008c.27265-.01276.44637-.05433.65659-.15716.1629-.07975.38571-.25094.51807-.39818.12774-.14208.28355-.39094.34624-.55306.08543-.22096.11398-.40464.11398-.73406 0-.32496-.02871-.51337-.11015-.72364-.06061-.15635-.18219-.37162-.27023-.47836-.08802-.10674-.26149-.26384-.38543-.34912-.12395-.085229-.37136-.19246-.5498-.23817-.21812-.055922-.41824-.07237-.6106-.05024-.15739.018042-.40536.090711-.55105.16151-.14568.070774-.3741.24543-.5076.38816-.1335.14272-.29172.36922-.35158.50332-.070675.15826-.11684.39061-.13162.66207-.015849.29091.00299.50539.060507.70456.045754.15749.16035.39823.25459.53498.0942.13674.2831.32565.41969.41977.1366.0941.3562.20574.48802.24803.15011.04815.37821.07038.61044.05961z" stroke-width=".051688"/> -</svg> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="m12.337 21.992c.42642-.01097.99628-.05612 1.2663-.10039.27007-.04426.712-.13869.98207-.20991.27007-.07117.68874-.20166.93038-.28989.24164-.08822.68357-.28266.98207-.43208.2985-.14942.75206-.40976 1.0079-.57854.25586-.16877.64135-.44892.85667-.62258.21531-.17366.60072-.53461.85642-.8021.25572-.26749.61932-.69339.80798-.94641.18868-.25304.46958-.6814.62424-.95193.15464-.27052.38855-.74327.51982-1.0506.13124-.30728.30922-.79538.39551-1.0846.08633-.28927.2038-.7934.26114-1.1203.05732-.32692.11734-.95493.13336-1.3956.01744-.47949.004-1.0295-.0323-1.3697-.03379-.31272-.10867-.78954-.16645-1.0596-.057813-.27007-.1867-.74688-.2865-1.0596-.099802-.31271-.31667-.85274-.48192-1.2001-.16526-.34732-.43355-.83579-.59622-1.0854-.16266-.24968-.4025-.59348-.53295-.76405-.13048-.17058-.44711-.52888-.70363-.7962-.2565-.26734-.6906-.66558-.96465-.88494-.27405-.21939-.70585-.52732-.95958-.68425-.25373-.15695-.60382-.35728-.7779-.44517-.17412-.08792-.5496-.25265-.83445-.36611-.28481-.11348-.78048-.27604-1.1015-.36125-.32098-.085229-.8162-.19423-1.1005-.24225-.35751-.060408-.81967-.087621-1.4989-.088319-.69443-.0006978-1.1335.024921-1.4989.087422-.28428.048645-.73785.14667-1.0079.21794-.27007.071273-.68875.20173-.93039.28994-.24164.088219-.67194.27623-.95623.41782-.28428.14159-.71458.38579-.95623.54272-.24164.1569-.57891.39233-.74947.52318-.17057.13084-.49405.41259-.71887.6261-.2248.21348-.57891.59183-.78689.84075-.208.24893-.49386.62402-.63525.83357-.14137.20951-.37322.59896-.51521.86541-.142.26646-.35274.72781-.4683 1.0252-.11556.29742-.25791.71107-.3163.91921-.058414.20815-.15254.60445-.2092.88067-.071871.35068-.11204.8088-.13299 1.5184-.019338.6554-.00797 1.1968.031699 1.5248.033892.27973.11895.75283.18899 1.0513.069977.2985.18767.7288.26142.95622.073765.22743.28075.72109.45998 1.0971.17924.37597.45885.88768.62134 1.1371.16249.24944.40225.59312.53275.76369.13047.17057.4471.52887.70362.7962.25653.26733.6906.66559.96465.88495.27405.21939.70585.52732.95958.68424.25374.15696.60382.35729.7779.44518.17412.08792.55637.25536.8495.37214.2931.11679.83527.2893 1.2048.38336.36956.0941.88127.19686 1.1371.22845.25586.0316.5466.06679.6461.07815.09948.01136.52979.01166.95622.000707zm-.10338-1.284c-.59699.008-1.2295-.008-1.4057-.03509-.17614-.02681-.58675-.1161-.91244-.19835-.3257-.082237-.83284-.24588-1.127-.36359-.29415-.11772-.75577-.33899-1.0258-.49172-.27007-.15273-.68875-.42359-.93039-.6019-.24164-.17832-.6952-.58149-1.0079-.89596-.3127-.31445-.72528-.79259-.91678-1.0625-.19154-.26997-.49705-.78272-.67893-1.1395-.18187-.35676-.41321-.90397-.51411-1.2161-.10089-.3121-.23258-.7994-.29264-1.0829-.072469-.34214-.11956-.80432-.13999-1.3744-.024024-.67148-.011065-.99861.05961-1.4989.049742-.352.16773-.90955.26222-1.239.094499-.32945.27391-.83103.39871-1.1146.12481-.2836.35177-.72229.50435-.97494.15259-.25262.46048-.68688.68419-.96502.22373-.27813.59731-.68124.83022-.8958.23288-.21456.63276-.53973.88861-.7226.25586-.18289.70942-.45887 1.0079-.61328.29849-.15443.76369-.36244 1.0338-.46224.27006-.099802.77015-.24531 1.1113-.32334.51947-.11884.77625-.14579 1.5806-.16587.58237-.014554 1.1385-.0002591 1.4129.036285.24895.033095.71587.12672 1.0376.20797.32173.081241.82561.24405 1.1198.36176.29415.11772.75578.33899 1.0259.49172s.68874.42359.93038.6019c.24164.17832.69521.58149 1.0079.89596.31271.31445.72466.79259.9154 1.0625.19077.26997.4733.73506.62785 1.0335.15456.2985.36266.76369.46247 1.0338.0998.27007.24192.76203.31581 1.0933.07386.33126.16164.90893.19497 1.2838.04645.52288.04635.84588-.000588 1.3877-.03369.38842-.11726.95043-.18579 1.2489-.06848.2985-.19906.75206-.29008 1.0079-.09101.25586-.28196.69727-.42433.98099-.14236.28372-.37584.6907-.51884.90454-.14299.21383-.41887.5788-.61297.81108-.19412.23228-.52448.57772-.73417.76757-.20966.1899-.588.4933-.8408.67422-.25278.18092-.70379.4553-1.0023.60976-.2985.15443-.76369.36244-1.0338.46224-.27007.0998-.77015.24562-1.1113.32404-.55492.12755-.73453.14401-1.7057.15625zm-3.9283-1.1038c.056819-.01236.32434-.14794.59441-.30132.27007-.15338 1.34-.78581 2.3776-1.4054 1.7636-1.053 1.8849-1.1348 1.8608-1.2538-.01426-.06998-.02582-1.2321-.02582-2.5825 0-1.9002.01595-2.5194.07048-2.7395.03878-.15636.14268-.43547.23088-.62026.10503-.22004.2769-.45215.49806-.67262.18573-.18516.45572-.39955.59999-.47641.14427-.076855.3992-.1754.5665-.21898.16731-.043561.50299-.079248.74596-.079248.24297 0 .52147.022827.61891.050838.09739.027911.18502.042863.19466.033294.01-.00997-1.838-1.1278-4.1058-2.4848-2.907-1.7395-4.1702-2.4689-4.2823-2.4726-.087422-.0029905-.23169.024821-.32053.061604-.088817.036783-.20336.12852-.2545.20382-.086126.12679-.094001.33572-.10674 2.8247l-.013756 2.6878.24637-.26465c.1355-.14557.37693-.34776.53652-.44935.15959-.10158.43869-.23559.62026-.2978.25338-.086824.45024-.1131.847-.11307.38482 1.99e-5.60367.028011.85657.10941.18684.060208.47777.19864.64651.30771.16875.10906.4017.30609.51765.43782.11595.13172.28381.37644.37302.54381.08922.16737.19732.45333.24026.63545.05901.2506.07825.66026.07885 1.684l.000767 1.3528-.13381.15902c-.11142.13242-.17122.15902-.35722.15902-.18601 0-.2458-.02661-.35722-.15902-.10504-.12483-.13381-.21479-.13381-.4183v-.25926l-.27136.24528c-.14926.1349-.41672.31368-.59442.3973-.17766.08363-.48584.17724-.68486.20805-.25983.04017-.46384.04017-.72369 0-.19901-.030801-.51476-.12757-.70166-.21504-.22629-.10589-.45079-.26999-.67195-.49111l-.33207-.33208v2.7799c0 1.5289.014853 2.854.032895 2.9446.018142.09051.099792.23149.1815.31321.08174.08174.21228.15794.29013.16938.077852.01146.18806.01067.24492-.002zm5.8588-3.4324c.02412-.01.62832-.36475 1.3426-.78948.71433-.42476 1.2928-.77816 1.2856-.7854-.007-.007-.1055.008-.21842.03449-.11291.02622-.36971.04815-.57063.04884-.20094.000678-.49168-.03618-.64609-.08204-.15441-.04575-.3671-.12722-.47264-.18097-.10554-.05373-.32069-.20264-.47811-.33087l-.28622-.23311v1.1679c0 .64232.01974 1.1601.04386 1.1507zm3.5743-2.1153c.07107-.04486.69964-.42025 1.3968-.83408.87176-.5175 1.2906-.79548 1.3413-.89017.04057-.07576.07366-.21643.07366-.31263 0-.09619-.0327-.23594-.07257-.31052-.04875-.09101-.47283-.37544-1.2896-.86489-.66936-.4011-1.2732-.76524-1.3417-.80923-.10198-.065392-.08961-.03389.06798.17249.10598.13883.2495.36456.31895.5016.06948.13705.16097.38239.20337.5452.04237.16281.07675.48301.07636.71158-.000408.22856-.03589.56459-.07885.74674-.04296.18213-.15105.4681-.24026.63545-.08922.16737-.25726.41361-.37345.54722-.15643.17988-.17772.22172-.08204.16127zm-1.86-.26868c.33029-.01176.50141-.04536.6859-.13467.13519-.06549.34771-.2209.47226-.34545.12455-.12454.27628-.32936.33717-.45513.06091-.12577.13739-.3722.17001-.54759.04376-.23542.04446-.40585.002-.65096-.0313-.18262-.1102-.44255-.17537-.57766-.06519-.13508-.22982-.35431-.36587-.48718-.15634-.15267-.35696-.2829-.54515-.35385-.2435-.09181-.37793-.10856-.73717-.09191-.36306.01685-.48694.04635-.7135.16974-.15078.08214-.35696.24105-.4582.35312-.10125.11206-.24537.33446-.32028.49424-.11876.25328-.13621.35681-.13621.80845 0 .48111.01206.54251.16988.86303.10496.2132.26016.42455.4061.55301.12991.11436.35584.25529.50205.31318.21015.08324.35807.10198.70595.08962zm-5.9617-.21008c.27265-.01276.44637-.05433.65659-.15716.1629-.07975.38571-.25094.51807-.39818.12774-.14208.28355-.39094.34624-.55306.08543-.22096.11398-.40464.11398-.73406 0-.32496-.02871-.51337-.11015-.72364-.06061-.15635-.18219-.37162-.27023-.47836-.08802-.10674-.26149-.26384-.38543-.34912-.12395-.085229-.37136-.19246-.5498-.23817-.21812-.055922-.41824-.07237-.6106-.05024-.15739.018042-.40536.090711-.55105.16151-.14568.070774-.3741.24543-.5076.38816-.1335.14272-.29172.36922-.35158.50332-.070675.15826-.11684.39061-.13162.66207-.015849.29091.00299.50539.060507.70456.045754.15749.16035.39823.25459.53498.0942.13674.2831.32565.41969.41977.1366.0941.3562.20574.48802.24803.15011.04815.37821.07038.61044.05961z" stroke-width=".051688" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/apple.svg b/app/Resources/icons/podcasting/apple.svg index 358ce6f5ab..31e26446bf 100755 --- a/app/Resources/icons/podcasting/apple.svg +++ b/app/Resources/icons/podcasting/apple.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M11.36,22.27c-.77-.28-.94-.65-1.25-2.84-.37-2.54-.45-4.11-.23-4.61a2.11,2.11,0,0,1,2.11-1,2.09,2.09,0,0,1,2.12,1c.21.5.13,2.07-.24,4.61-.24,1.78-.38,2.23-.72,2.53a1.78,1.78,0,0,1-1.78.31ZM8.08,19.66a9,9,0,0,1-5-6.45,11.9,11.9,0,0,1,0-3.26A9.05,9.05,0,0,1,5.43,5.33,9,9,0,0,1,18.5,5.26,8.83,8.83,0,0,1,20.92,10a12.6,12.6,0,0,1,0,3.07,9.08,9.08,0,0,1-3.47,5.68A10.5,10.5,0,0,1,15,20.08c-.09,0-.1-.1-.06-.5.08-.63.16-.76.52-.92a8.2,8.2,0,0,0,4.31-5.33,10.13,10.13,0,0,0-.06-3.76,8,8,0,0,0-6-5.74,9.67,9.67,0,0,0-3.22,0A8.06,8.06,0,0,0,4.33,9.76a10.76,10.76,0,0,0,0,3.58,8.27,8.27,0,0,0,3.42,4.84,7,7,0,0,0,.89.5c.36.16.43.29.5.92,0,.39,0,.5-.06.5a6.76,6.76,0,0,1-1-.41Zm0-3.49A6.54,6.54,0,0,1,6.1,13a7.36,7.36,0,0,1,0-2.92A6.3,6.3,0,0,1,10.2,5.72a7.57,7.57,0,0,1,3.13-.12A6.12,6.12,0,0,1,18,12.23a6,6,0,0,1-1.3,3.09,5.44,5.44,0,0,1-1.39,1.23,2.06,2.06,0,0,1-.05-.65v-.64l.44-.54a4.87,4.87,0,0,0-.27-6.67,4.66,4.66,0,0,0-2.6-1.34,3.25,3.25,0,0,0-1.55,0A4.71,4.71,0,0,0,8.6,8.05a4.88,4.88,0,0,0-.28,6.67l.44.54v.65a1.9,1.9,0,0,1-.06.65,3,3,0,0,1-.55-.39Zm3-3.51a2,2,0,0,1-1.19-1.9,2.1,2.1,0,0,1,1.2-1.87,2.28,2.28,0,0,1,1.81,0A2.35,2.35,0,0,1,14,10.25a2.08,2.08,0,0,1-2.91,2.41Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M11.36,22.27c-.77-.28-.94-.65-1.25-2.84-.37-2.54-.45-4.11-.23-4.61a2.11,2.11,0,0,1,2.11-1,2.09,2.09,0,0,1,2.12,1c.21.5.13,2.07-.24,4.61-.24,1.78-.38,2.23-.72,2.53a1.78,1.78,0,0,1-1.78.31ZM8.08,19.66a9,9,0,0,1-5-6.45,11.9,11.9,0,0,1,0-3.26A9.05,9.05,0,0,1,5.43,5.33,9,9,0,0,1,18.5,5.26,8.83,8.83,0,0,1,20.92,10a12.6,12.6,0,0,1,0,3.07,9.08,9.08,0,0,1-3.47,5.68A10.5,10.5,0,0,1,15,20.08c-.09,0-.1-.1-.06-.5.08-.63.16-.76.52-.92a8.2,8.2,0,0,0,4.31-5.33,10.13,10.13,0,0,0-.06-3.76,8,8,0,0,0-6-5.74,9.67,9.67,0,0,0-3.22,0A8.06,8.06,0,0,0,4.33,9.76a10.76,10.76,0,0,0,0,3.58,8.27,8.27,0,0,0,3.42,4.84,7,7,0,0,0,.89.5c.36.16.43.29.5.92,0,.39,0,.5-.06.5a6.76,6.76,0,0,1-1-.41Zm0-3.49A6.54,6.54,0,0,1,6.1,13a7.36,7.36,0,0,1,0-2.92A6.3,6.3,0,0,1,10.2,5.72a7.57,7.57,0,0,1,3.13-.12A6.12,6.12,0,0,1,18,12.23a6,6,0,0,1-1.3,3.09,5.44,5.44,0,0,1-1.39,1.23,2.06,2.06,0,0,1-.05-.65v-.64l.44-.54a4.87,4.87,0,0,0-.27-6.67,4.66,4.66,0,0,0-2.6-1.34,3.25,3.25,0,0,0-1.55,0A4.71,4.71,0,0,0,8.6,8.05a4.88,4.88,0,0,0-.28,6.67l.44.54v.65a1.9,1.9,0,0,1-.06.65,3,3,0,0,1-.55-.39Zm3-3.51a2,2,0,0,1-1.19-1.9,2.1,2.1,0,0,1,1.2-1.87,2.28,2.28,0,0,1,1.81,0A2.35,2.35,0,0,1,14,10.25a2.08,2.08,0,0,1-2.91,2.41Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/blubrry.svg b/app/Resources/icons/podcasting/blubrry.svg index d3db4e2575..a556a5d80c 100755 --- a/app/Resources/icons/podcasting/blubrry.svg +++ b/app/Resources/icons/podcasting/blubrry.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M15.84,4.47s.92-2.09.87-2.13-2.1,1.25-2.1,1.25S12.11,1.66,12,1.66,9.74,3.43,9.74,3.43,7.47,1.78,7.41,1.84s.74,2.65.74,2.65a8.83,8.83,0,0,0-5.62,8.13,9.26,9.26,0,0,0,9.47,9,9.16,9.16,0,0,0,9.47-9A8.88,8.88,0,0,0,15.84,4.47Zm.93,8.12a4.45,4.45,0,0,0-2.56-3.93l.35-.88a5.39,5.39,0,0,1,3.19,4.81Zm2.14,0A6.47,6.47,0,0,0,15,6.74l.5-1.26a7.81,7.81,0,0,1,4.86,7.11Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M15.84,4.47s.92-2.09.87-2.13-2.1,1.25-2.1,1.25S12.11,1.66,12,1.66,9.74,3.43,9.74,3.43,7.47,1.78,7.41,1.84s.74,2.65.74,2.65a8.83,8.83,0,0,0-5.62,8.13,9.26,9.26,0,0,0,9.47,9,9.16,9.16,0,0,0,9.47-9A8.88,8.88,0,0,0,15.84,4.47Zm.93,8.12a4.45,4.45,0,0,0-2.56-3.93l.35-.88a5.39,5.39,0,0,1,3.19,4.81Zm2.14,0A6.47,6.47,0,0,0,15,6.74l.5-1.26a7.81,7.81,0,0,1,4.86,7.11Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/breaker.svg b/app/Resources/icons/podcasting/breaker.svg index 98fe46f349..8de3e6e6fc 100755 --- a/app/Resources/icons/podcasting/breaker.svg +++ b/app/Resources/icons/podcasting/breaker.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M13.3,13.07a1.91,1.91,0,0,1,.48,0,2.51,2.51,0,0,1,1.88,1.63c.08.26.19.66.26.93l.09.37h.38a5.49,5.49,0,0,0,5.38-5.46c0-4.52-3.77-8.28-9.54-8.28A10.16,10.16,0,0,0,5.9,4.56,10,10,0,0,0,2.23,12.3a10.64,10.64,0,0,0,.28,2.35,10,10,0,0,0,9.72,7.65,11.07,11.07,0,0,0,1.3-.08A10,10,0,0,0,20,18.6l.1-.12-.2-.73-.38.1a14.32,14.32,0,0,1-3.72.48,14.14,14.14,0,0,1-3-.31,2.51,2.51,0,0,1-1.87-1.65,2.51,2.51,0,0,1,.48-2.44A2.5,2.5,0,0,1,13.3,13.07ZM12.23,3.24c5.34,0,8.6,3.42,8.6,7.34a4.55,4.55,0,0,1-4.1,4.5c-.06-.22-.13-.45-.18-.62a15.25,15.25,0,0,0-9.36-9.7A8.79,8.79,0,0,1,12.23,3.24ZM3.17,12.3A9,9,0,0,1,6.3,5.45a14.35,14.35,0,0,1,8.38,7A3.26,3.26,0,0,0,14,12.2a15.86,15.86,0,0,0-3.17-.33,15.65,15.65,0,0,0-7.51,1.94A9.33,9.33,0,0,1,3.17,12.3Zm9.44,6.64a15.9,15.9,0,0,0,3.19.33,16.77,16.77,0,0,0,2.46-.19,9,9,0,0,1-4.6,2.17,13.91,13.91,0,0,1-1.73-2.52A3.83,3.83,0,0,0,12.61,18.94Zm-.07,2.42h-.31a8.82,8.82,0,0,1-4.16-1A14.24,14.24,0,0,1,9.88,16a4.07,4.07,0,0,0,.16.71A15.68,15.68,0,0,0,12.54,21.36Zm-1.83-8a15.6,15.6,0,0,0-3.48,6.55,9,9,0,0,1-3.72-5.1,14.27,14.27,0,0,1,7.29-1.95h.44A3.57,3.57,0,0,0,10.71,13.31Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M13.3,13.07a1.91,1.91,0,0,1,.48,0,2.51,2.51,0,0,1,1.88,1.63c.08.26.19.66.26.93l.09.37h.38a5.49,5.49,0,0,0,5.38-5.46c0-4.52-3.77-8.28-9.54-8.28A10.16,10.16,0,0,0,5.9,4.56,10,10,0,0,0,2.23,12.3a10.64,10.64,0,0,0,.28,2.35,10,10,0,0,0,9.72,7.65,11.07,11.07,0,0,0,1.3-.08A10,10,0,0,0,20,18.6l.1-.12-.2-.73-.38.1a14.32,14.32,0,0,1-3.72.48,14.14,14.14,0,0,1-3-.31,2.51,2.51,0,0,1-1.87-1.65,2.51,2.51,0,0,1,.48-2.44A2.5,2.5,0,0,1,13.3,13.07ZM12.23,3.24c5.34,0,8.6,3.42,8.6,7.34a4.55,4.55,0,0,1-4.1,4.5c-.06-.22-.13-.45-.18-.62a15.25,15.25,0,0,0-9.36-9.7A8.79,8.79,0,0,1,12.23,3.24ZM3.17,12.3A9,9,0,0,1,6.3,5.45a14.35,14.35,0,0,1,8.38,7A3.26,3.26,0,0,0,14,12.2a15.86,15.86,0,0,0-3.17-.33,15.65,15.65,0,0,0-7.51,1.94A9.33,9.33,0,0,1,3.17,12.3Zm9.44,6.64a15.9,15.9,0,0,0,3.19.33,16.77,16.77,0,0,0,2.46-.19,9,9,0,0,1-4.6,2.17,13.91,13.91,0,0,1-1.73-2.52A3.83,3.83,0,0,0,12.61,18.94Zm-.07,2.42h-.31a8.82,8.82,0,0,1-4.16-1A14.24,14.24,0,0,1,9.88,16a4.07,4.07,0,0,0,.16.71A15.68,15.68,0,0,0,12.54,21.36Zm-1.83-8a15.6,15.6,0,0,0-3.48,6.55,9,9,0,0,1-3.72-5.1,14.27,14.27,0,0,1,7.29-1.95h.44A3.57,3.57,0,0,0,10.71,13.31Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/breez.svg b/app/Resources/icons/podcasting/breez.svg index 9dbf46bd2d..d0901c8615 100644 --- a/app/Resources/icons/podcasting/breez.svg +++ b/app/Resources/icons/podcasting/breez.svg @@ -1,6 +1,4 @@ -<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="M0,0H24V24H0Z" fill="none"/> - <g transform="matrix(.59809 0 0 .59809 6.0381 7.6932)" aria-label="B"> - <path d="m21.108 4.921q2.36 1.04 3.76 3.12 1.4 2.08 1.4 4.72 0 2.32-1.16 4.28-1.12 1.92-3.08 3.08-1.96 1.12-4.28 1.12h-3.6v.92q0 .72-.6 1.24-.56.52-1.4.52-.72 0-1.28-.52t-.56-1.24v-.92h-6.4q-.84 0-1.4-.6-.56-.64-.52-1.52.16-.68.76-1.2t1.28-.52h13.56q1.28 0 2.36-.64t1.72-1.72q.68-1.08.68-2.32 0-1.64-1.04-2.88-1.04-1.24-2.6-1.6-.32-.16-1.12-.16h-3.68q-.8 0-1.4-.52-.56-.52-.68-1.24-.08-.84.44-1.4.56-.56 1.4-.6h1.64q1.44-.12 2.4-1.2 1-1.12 1-2.64 0-1.6-1.04-2.64-1.04-1.08-2.6-1.08h-7.8q-.72 0-1.24-.52-.52-.56-.52-1.28 0-.76.52-1.28.52-.56 1.24-.56h3.04v-.84q0-.76.56-1.28t1.28-.52q.84 0 1.4.52.6.52.6 1.28v.84h.92q2.04 0 3.76 1t2.72 2.72q1.04 1.72 1.04 3.76 0 2.32-1.48 4.32zm-8.12-4.16q0-.8-.6-1.4-.6-.64-1.36-.64h-8.56q-.8 0-1.36.64-.52.6-.52 1.4 0 .72.52 1.32.56.6 1.36.6h8.56q.76 0 1.36-.6t.6-1.32zm-6.88 5.56q0-.8-.56-1.28-.52-.52-1.4-.52h-8.52q-.84 0-1.4.52t-.56 1.28q0 .8.56 1.4.56.56 1.4.56h8.52q.88 0 1.4-.56.56-.56.56-1.4zm7.28 6.44q0-.8-.56-1.32-.52-.52-1.28-.52h-12.16q-.8 0-1.32.52t-.52 1.32.52 1.4q.56.6 1.32.6h12.16q.76 0 1.28-.6.56-.6.56-1.4z" color="#000000" style="-inkscape-stroke:none"/> - </g> -</svg> +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0 0h24v24H0Z" fill="none" /> + <path d="M18.66 10.64a5.13 5.13 0 0 1 2.25 1.86 4.93 4.93 0 0 1 .84 2.83 5 5 0 0 1-.69 2.56 5.26 5.26 0 0 1-1.85 1.84 5.12 5.12 0 0 1-2.56.67H14.5v.6a1 1 0 0 1-.36.74 1.16 1.16 0 0 1-.84.31 1.07 1.07 0 0 1-.76-.31 1 1 0 0 1-.34-.74v-.6H8.38a1.09 1.09 0 0 1-.84-.4 1.21 1.21 0 0 1-.31-.91 1.34 1.34 0 0 1 .45-.72 1.15 1.15 0 0 1 .77-.31h8.11a2.76 2.76 0 0 0 1.44-.34 3 3 0 0 0 1-1 2.66 2.66 0 0 0-.22-3.11 2.79 2.79 0 0 0-1.55-1 1.74 1.74 0 0 0-.67-.09h-2.2a1.28 1.28 0 0 1-.84-.31 1.33 1.33 0 0 1-.41-.75 1 1 0 0 1 .27-.83 1.16 1.16 0 0 1 .83-.36h1a2.09 2.09 0 0 0 1.44-.72A2.29 2.29 0 0 0 17.23 8a2.16 2.16 0 0 0-.62-1.58 2.09 2.09 0 0 0-1.56-.64h-4.66a1 1 0 0 1-.75-.32 1.1 1.1 0 0 1-.31-.76 1.09 1.09 0 0 1 .31-.77 1 1 0 0 1 .75-.33h1.81v-.5a1 1 0 0 1 .34-.77A1.07 1.07 0 0 1 13.3 2a1.16 1.16 0 0 1 .84.31 1 1 0 0 1 .36.77v.5h.55a4.41 4.41 0 0 1 2.25.6 4.52 4.52 0 0 1 1.63 1.62 4.33 4.33 0 0 1 .62 2.25 4.28 4.28 0 0 1-.89 2.59Zm-4.85-2.49a1.15 1.15 0 0 0-.36-.84 1.11 1.11 0 0 0-.82-.38H7.51a1.06 1.06 0 0 0-.81.38 1.23 1.23 0 0 0-.31.84 1.16 1.16 0 0 0 .31.79 1.07 1.07 0 0 0 .81.36h5.12a1.12 1.12 0 0 0 .82-.36 1.09 1.09 0 0 0 .36-.79Zm-4.12 3.32a1 1 0 0 0-.33-.76 1.13 1.13 0 0 0-.84-.31h-5.1a1.16 1.16 0 0 0-.83.31 1 1 0 0 0-.34.76 1.17 1.17 0 0 0 .34.84 1.14 1.14 0 0 0 .83.34h5.1a1.11 1.11 0 0 0 .84-.34 1.14 1.14 0 0 0 .33-.84Zm4.36 3.86a1.13 1.13 0 0 0-1.11-1.11H5.67a1.07 1.07 0 0 0-.79.32 1.09 1.09 0 0 0-.31.79 1.27 1.27 0 0 0 .31.83 1.06 1.06 0 0 0 .79.36h7.27a1 1 0 0 0 .77-.36 1.21 1.21 0 0 0 .34-.83Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/castamatic.svg b/app/Resources/icons/podcasting/castamatic.svg index 8fb53cfc2e..6c97e4932e 100644 --- a/app/Resources/icons/podcasting/castamatic.svg +++ b/app/Resources/icons/podcasting/castamatic.svg @@ -1,4 +1,4 @@ <svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="M0,0H24V24H0Z" fill="none"/> - <path d="m8.1088 22c.17844.0032.54344-.01907.81111-.04955.26767-.03048.7665-.1174 1.1085-.19314.34202-.07574 1.0484-.2794 1.5697-.45257.5213-.17317 1.3772-.49866 1.902-.7233.52483-.22464 1.3271-.59482 1.7829-.82263.45578-.2278 1.0964-.56133 1.4235-.74118.32715-.17985.92331-.5219 1.3248-.76012.4015-.23822 1.0443-.6376 1.4285-.88752l.69853-.45439-1.6715-1.6722c-.91935-.91971-1.6916-1.6722-1.7161-1.6722-.02448 0-.38963.21582-.81144.47961-.42181.26378-1.0468.63765-1.3888.83082-.34202.19317-.954.52156-1.36.72976-.40596.2082-.91905.45387-1.1402.54593-.22115.09207-.63991.22918-.93059.30471-.37181.0966-.66702.13696-.99573.13613-.33573-.000855-.52869-.0291-.68562-.10038-.12012-.05457-.32424-.21828-.45361-.36382-.12937-.14554-.31662-.43494-.41612-.64313-.0995-.20818-.22776-.56242-.28504-.78719-.05728-.22477-.13564-.6506-.17414-.9463-.04009-.30786-.06998-1.0807-.06992-1.8084 4.9e-5-.7202.02936-1.4816.06766-1.7574.03717-.26767.11543-.6907.17392-.94007.05849-.24937.18316-.61437.27705-.81111.1043-.21853.28838-.47539.47316-.66017.24564-.24565.35698-.31555.59273-.3721.18298-.043896.42646-.056982.65866-.035401.2026.01883.56192.080463.79847.13696.23655.056499.66828.20449.95939.32887.29111.12438.73768.33098.99236.45911.25469.12814.85241.45031 1.3283.71593.47585.26563 1.1932.68801 1.594.93862.40087.25061.75061.46477.77721.4759.02659.01119.79624-.73889 1.7103-1.6667l1.662-1.687-.54976-.36885c-.30237-.20287-.97416-.6237-1.4929-.9352-.51872-.31149-1.3434-.77858-1.8326-1.038-.48923-.25939-1.275-.65178-1.7462-.87198-.47117-.2202-1.2024-.53746-1.6249-.70502-.42254-.16756-1.0603-.40081-1.4171-.51834s-.94089-.28311-1.2978-.36797c-.35689-.084855-.83923-.18026-1.0719-.21202-.23264-.031756-.63414-.057314-.89222-.056798-.25808.0005191-.63059.03514-.8278.076941s-.47705.1364-.62185.21023c-.15146.077217-.46018.33736-.72689.6125-.25498.26305-.53769.58778-.62824.72161-.09056.13383-.25442.42194-.36415.64023-.10973.21829-.28346.64776-.38606.95438-.1026.30662-.24868.83273-.32462 1.1691-.07594.33642-.18389.94111-.23988 1.3438-.05599.40266-.13297 1.0849-.17104 1.5162-.04166.47182-.06848 1.5916-.06733 2.8118.0014 1.5223.02547 2.2637.09647 2.9741.05201.52046.15522 1.3057.22933 1.7449.07411.43923.2167 1.0962.31687 1.46.10016.36377.27396.87978.38621 1.1467.11224.26691.34343.69362.51375.94825.17032.25463.51451.65962.76487.89998.34606.33224.52985.46494.76655.5535.17124.06407.43674.13744.59.16304.15326.02561.42466.0492.6031.05243z" stroke-width=".054074"/> -</svg> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="m8.1088 22c.17844.0032.54344-.01907.81111-.04955.26767-.03048.7665-.1174 1.1085-.19314.34202-.07574 1.0484-.2794 1.5697-.45257.5213-.17317 1.3772-.49866 1.902-.7233.52483-.22464 1.3271-.59482 1.7829-.82263.45578-.2278 1.0964-.56133 1.4235-.74118.32715-.17985.92331-.5219 1.3248-.76012.4015-.23822 1.0443-.6376 1.4285-.88752l.69853-.45439-1.6715-1.6722c-.91935-.91971-1.6916-1.6722-1.7161-1.6722-.02448 0-.38963.21582-.81144.47961-.42181.26378-1.0468.63765-1.3888.83082-.34202.19317-.954.52156-1.36.72976-.40596.2082-.91905.45387-1.1402.54593-.22115.09207-.63991.22918-.93059.30471-.37181.0966-.66702.13696-.99573.13613-.33573-.000855-.52869-.0291-.68562-.10038-.12012-.05457-.32424-.21828-.45361-.36382-.12937-.14554-.31662-.43494-.41612-.64313-.0995-.20818-.22776-.56242-.28504-.78719-.05728-.22477-.13564-.6506-.17414-.9463-.04009-.30786-.06998-1.0807-.06992-1.8084 4.9e-5-.7202.02936-1.4816.06766-1.7574.03717-.26767.11543-.6907.17392-.94007.05849-.24937.18316-.61437.27705-.81111.1043-.21853.28838-.47539.47316-.66017.24564-.24565.35698-.31555.59273-.3721.18298-.043896.42646-.056982.65866-.035401.2026.01883.56192.080463.79847.13696.23655.056499.66828.20449.95939.32887.29111.12438.73768.33098.99236.45911.25469.12814.85241.45031 1.3283.71593.47585.26563 1.1932.68801 1.594.93862.40087.25061.75061.46477.77721.4759.02659.01119.79624-.73889 1.7103-1.6667l1.662-1.687-.54976-.36885c-.30237-.20287-.97416-.6237-1.4929-.9352-.51872-.31149-1.3434-.77858-1.8326-1.038-.48923-.25939-1.275-.65178-1.7462-.87198-.47117-.2202-1.2024-.53746-1.6249-.70502-.42254-.16756-1.0603-.40081-1.4171-.51834s-.94089-.28311-1.2978-.36797c-.35689-.084855-.83923-.18026-1.0719-.21202-.23264-.031756-.63414-.057314-.89222-.056798-.25808.0005191-.63059.03514-.8278.076941s-.47705.1364-.62185.21023c-.15146.077217-.46018.33736-.72689.6125-.25498.26305-.53769.58778-.62824.72161-.09056.13383-.25442.42194-.36415.64023-.10973.21829-.28346.64776-.38606.95438-.1026.30662-.24868.83273-.32462 1.1691-.07594.33642-.18389.94111-.23988 1.3438-.05599.40266-.13297 1.0849-.17104 1.5162-.04166.47182-.06848 1.5916-.06733 2.8118.0014 1.5223.02547 2.2637.09647 2.9741.05201.52046.15522 1.3057.22933 1.7449.07411.43923.2167 1.0962.31687 1.46.10016.36377.27396.87978.38621 1.1467.11224.26691.34343.69362.51375.94825.17032.25463.51451.65962.76487.89998.34606.33224.52985.46494.76655.5535.17124.06407.43674.13744.59.16304.15326.02561.42466.0492.6031.05243z" stroke-width=".054074" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/castbox.svg b/app/Resources/icons/podcasting/castbox.svg index f3b4a19722..701e3721af 100755 --- a/app/Resources/icons/podcasting/castbox.svg +++ b/app/Resources/icons/podcasting/castbox.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M14.42,6.47a1.07,1.07,0,0,0-1.11,1.06v2.56c0,.33-.28.55-.67.55a.63.63,0,0,1-.67-.55V6.64a1.11,1.11,0,0,0-1.11-1.06A1.07,1.07,0,0,0,9.75,6.64V9.41c0,.34-.28.56-.67.56a.63.63,0,0,1-.66-.56v-1a1.1,1.1,0,0,0-1.11-1,1.07,1.07,0,0,0-1.12,1V10.8a.58.58,0,0,1-.66.56.63.63,0,0,1-.67-.56v-.27a1.11,1.11,0,1,0-2.22-.08v3.41a1.11,1.11,0,0,0,2.22,0v-.28c0-.33.28-.55.67-.55a.61.61,0,0,1,.66.55v3.78a1.11,1.11,0,0,0,1.12,1.06,1.07,1.07,0,0,0,1.11-1.06V12.2a.58.58,0,0,1,.66-.56.63.63,0,0,1,.67.56v2.55a1.1,1.1,0,0,0,1.11,1.06A1.07,1.07,0,0,0,12,14.75V12.86c0-.33.28-.55.67-.55a.63.63,0,0,1,.67.55v2.06A1.11,1.11,0,0,0,14.42,16a1.07,1.07,0,0,0,1.11-1.06V7.53a1.11,1.11,0,0,0-1.11-1.06M18,9.36a1.07,1.07,0,0,0-1.11,1.06v4.22A1.1,1.1,0,0,0,18,15.7a1.07,1.07,0,0,0,1.11-1.06V10.42A1.07,1.07,0,0,0,18,9.36m3.56,2.11a1.07,1.07,0,0,0-1.11,1.06v1.06a1.1,1.1,0,0,0,1.11,1.06,1.07,1.07,0,0,0,1.11-1.06V12.53a1.07,1.07,0,0,0-1.11-1.06" fill-rule="evenodd"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M14.42,6.47a1.07,1.07,0,0,0-1.11,1.06v2.56c0,.33-.28.55-.67.55a.63.63,0,0,1-.67-.55V6.64a1.11,1.11,0,0,0-1.11-1.06A1.07,1.07,0,0,0,9.75,6.64V9.41c0,.34-.28.56-.67.56a.63.63,0,0,1-.66-.56v-1a1.1,1.1,0,0,0-1.11-1,1.07,1.07,0,0,0-1.12,1V10.8a.58.58,0,0,1-.66.56.63.63,0,0,1-.67-.56v-.27a1.11,1.11,0,1,0-2.22-.08v3.41a1.11,1.11,0,0,0,2.22,0v-.28c0-.33.28-.55.67-.55a.61.61,0,0,1,.66.55v3.78a1.11,1.11,0,0,0,1.12,1.06,1.07,1.07,0,0,0,1.11-1.06V12.2a.58.58,0,0,1,.66-.56.63.63,0,0,1,.67.56v2.55a1.1,1.1,0,0,0,1.11,1.06A1.07,1.07,0,0,0,12,14.75V12.86c0-.33.28-.55.67-.55a.63.63,0,0,1,.67.55v2.06A1.11,1.11,0,0,0,14.42,16a1.07,1.07,0,0,0,1.11-1.06V7.53a1.11,1.11,0,0,0-1.11-1.06M18,9.36a1.07,1.07,0,0,0-1.11,1.06v4.22A1.1,1.1,0,0,0,18,15.7a1.07,1.07,0,0,0,1.11-1.06V10.42A1.07,1.07,0,0,0,18,9.36m3.56,2.11a1.07,1.07,0,0,0-1.11,1.06v1.06a1.1,1.1,0,0,0,1.11,1.06,1.07,1.07,0,0,0,1.11-1.06V12.53a1.07,1.07,0,0,0-1.11-1.06" fill-rule="evenodd" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/castcoverage.svg b/app/Resources/icons/podcasting/castcoverage.svg deleted file mode 100644 index 37db9e3d60..0000000000 --- a/app/Resources/icons/podcasting/castcoverage.svg +++ /dev/null @@ -1,4 +0,0 @@ -<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="M0,0H24V24H0Z" fill="none"/> - <path d="m3.5723 17.208-1.4217-.000487v-.18834c0-.11634-.04271-.22699-.11172-.28945-.1097-.09929-.08415-.12915 1.4165-1.6556.8405-.85498 2.6318-2.6417 3.9808-3.9705 1.3489-1.3288 2.7955-2.7309 3.2146-3.1158.41909-.38487.91014-.81154 1.0912-.94814l.32924-.24836.17189.098471c.09454.054158.4586.37289.80902.70828.35042.3354 1.0524 1.0575 1.56 1.6047.50758.54717 1.4241 1.5523 2.0366 2.2336.61256.68128 1.4182 1.5636 1.7903 1.9607.40212.42917 1.0208 1.0001 1.5252 1.4076.46677.37705 1.0806.91358 1.364 1.1923.28344.27871.55855.59199.61134.6962.06343.12518.07706.20839.04019.24527-.03364.03364-1.0366.07512-2.5244.10441-1.3577.02673-5.167.07494-8.465.10712-3.298.03218-6.6362.0583-7.4181.05803zm17.149-.51781.75076.01058-.18144-.22909c-.09979-.126-1.1217-1.1737-2.271-2.3283-1.1492-1.1545-3.1917-3.1532-4.5388-4.4415l-2.4492-2.3423-.95994.96855c-.52797.5327-2.5383 2.5774-4.4675 4.5439l-3.5076 3.5753.66695.03513c.36682.01932 2.9346.04956 5.7062.06719 3.7009.02355 5.0053.01552 4.9113-.03021-.07035-.03424-.14286-.12182-.16112-.19461-.01826-.07279-.0027-.16914.03465-.21412.04403-.05305.05439-.16157.02949-.30894-.02583-.15291-.01778-.22716.02464-.22716.03466 0 .07761.038.09542.08446.01783.04645.09304.08446.16715.08446.0972 0 .13474-.03137.13474-.11261 0-.08826-.03753-.11261-.1736-.11261-.1139 0-.16551-.0242-.15007-.07038.01468-.0439.13409-.07121.31731-.0726.16837-.0012.31862.02772.35198.06791.03202.03857.04079.09831.01951.13274-.02128.03444-.07414.04901-.11746.03239-.04995-.01917-.07876.0078-.07876.07372 0 .05717-.03167.12966-.07038.16109-.0387.03143-.12106.06959-.18299.08482-.09957.02447-.09751.02843.01778.03421.07171.0036.17939.03276.23929.06482.0599.03206.1089.10974.1089.17262 0 .06288-.02623.16334-.05829.22324-.03206.0599-.09962.1089-.15014.1089-.05053 0-.07286.01901-.04963.04223.02322.02322 1.2119.05647 2.6416.07387 1.4297.01741 2.9372.03641 3.3501.04223zm-15.88-.27538c-.04011-.0025-.14267-.02991-.22789-.06103-.09442-.03448-.1712-.11523-.19653-.2067-.02287-.08255-.03752-.29312-.03255-.46791.005-.17479.04952-.39612.09903-.49185.0495-.09573.15144-.18946.22654-.20831.0751-.01885.16331-.01771.19604.0025.03272.02022.0595.07329.0595.11791 0 .04463-.04886.08113-.10859.08113-.05973 0-.15107.04249-.20299.0944-.07415.07415-.08954.17093-.07169.45114.01558.24473.05414.38745.1228.45456.09527.09312.10754.08901.25502-.08548.08522-.10082.17198-.16628.1928-.14545.02082.02082.03786.07279.03786.11549s-.06219.13982-.1382.21583c-.07601.07601-.17102.1362-.21114.13376zm1.0123-.01409c-.22797.0095-.34747-.01182-.40821-.07255-.04723-.04723-.08588-.12057-.08588-.16298s.02703-.09381.06005-.11423c.03303-.02042.09243.0072.132.06128.05279.07219.11277.08815.22521.05993.1051-.02637.14702-.0688.13341-.13499-.01426-.0693-.07089-.09417-.20081-.08822-.11454.0053-.18095-.01836-.18095-.06435 0-.03997.04008-.08804.08906-.10683.04898-.01881.13766-.03418.19706-.03418.05945 0 .108-.03876.108-.08622 0-.04742-.03895-.10117-.08655-.11944-.0476-.01826-.13194.0079-.18742.05807-.05548.0502-.1324.09128-.17095.09128-.03855 0-.06157-.04414-.05118-.0981.01036-.05396.08702-.13076.1703-.17067.08397-.04025.21598-.05636.29639-.03618.07974.02001.16687.07781.19362.12844.02674.05063.05776.26858.06889.48434l.02026.39228zm.87386.01681c-.08657-.000932-.20173-.02753-.25593-.05909-.0542-.03156-.09853-.10531-.09853-.16388 0-.05857.02552-.12226.0567-.14153.03118-.01928.0719.0046.09048.05298.01964.05118.10057.08803.19334.08803.08777 0 .1776-.02918.19964-.06484.02204-.03566-.0066-.09901-.06375-.14076-.0571-.04176-.16143-.07592-.23184-.07592-.07041 0-.15416-.04884-.1861-.10853-.03195-.05969-.04102-.1547-.02017-.21114.02086-.05644.0651-.12123.09833-.14398s.16538-.04176.29368-.04223c.16636-.000614.2436.02606.26929.093.01981.05163.01047.11944-.0208.15069-.03822.03822-.09342.02369-.16866-.04439-.06277-.0568-.15165-.08594-.20256-.0664-.0499.01914-.08218.07923-.07175.13351.01254.06532.07436.10067.18276.10451.09689.0035.20584.05773.26672.13292.05661.06992.10292.1508.10292.17974 0 .02894-.06219.11482-.1382.19083-.08233.08234-.20183.13751-.2956.13649zm1.0739.0017c-.07644 0-.16809-.05702-.22068-.13727-.05718-.08728-.0833-.22534-.07167-.37908.01392-.18429-.0016-.24204-.06542-.24278-.04602-.000563-.09181-.04315-.10173-.09469-.0107-.05525.02949-.10881.09775-.13048.07507-.02383.11581-.08494.11581-.17372 0-.08698.03229-.13697.08849-.13697.06324 0 .08332.0438.07038.15351-.01543.13077.0027.15371.12266.15484.08504 8e-4.14076.03375.14076.08324 0 .04505-.06334.09747-.14076.11648-.127.03118-.13916.05872-.12434.28171.009.13593.02881.25954.04396.27469.01515.01515.10034-.01546.18934-.06803.08898-.05257.17609-.09557.19356-.09557.01748 0 .01605.04433-.0032.09853-.01922.05419-.07303.14287-.11957.19706-.04654.05419-.14345.09853-.21535.09853zm.98124-.0023c-.040111-.0012-.15258-.03686-.24992-.07921-.15372-.06689-.18176-.11286-.21329-.3497-.01997-.14998-.01223-.3986.01718-.55249.03369-.17624.10054-.3179.18059-.38272.06991-.05661.17956-.09539.24368-.08618.06412.0092.12503.06108.13536.11528.0139.07289-.01841.09853-.12413.09853-.0884 0-.1675.04596-.20739.12049-.03686.06887-.05421.26256-.04049.45214.01572.21735.05814.36502.12307.42848.09392.09179.10715.08728.25402-.08648.08522-.10082.17198-.16628.1928-.14545.02082.02082.03786.07279.03786.11549s-.06219.13982-.1382.21583c-.07601.07601-.17102.13721-.21114.136zm.8937-.0013c-.03618-.0019-.12203-.0262-.19078-.05387-.06875-.02767-.14053-.11216-.1595-.18777-.01897-.0756-.02607-.19507-.01576-.26547.01036-.0704.04869-.13786.0853-.1499.03981-.01311.07375.05072.08446.15882.0098.0994.06224.20849.11643.24242.07143.04472.12564.04472.19706-1e-6.05419-.03393.10643-.12756.11608-.20807.0097-.0805-.01153-.20071-.04708-.26712-.05373-.10039-.09703-.11467-.25684-.08469-.10572.01988-.19221.01469-.19221-.01149s.0304-.078.06756-.11516c.03716-.03716.14826-.06757.24689-.06757.13046 0 .20517.03944.27414.1447.05215.07958.09675.21306.09913.29662.0024.08356-.03644.23074-.08625.32707-.04982.09633-.13159.19088-.18172.21012-.05013.01923-.12074.03337-.15692.03141zm1.9885.0036c-.16145 0-.24074-.03247-.30565-.12514-.04821-.06883-.08765-.19632-.08765-.28333 0-.087.03634-.24516.08074-.35144.04954-.11856.132-.20612.21334-.22653.07293-.0183.20193-.0069.28668.0253.08475.03222.16943.09858.18819.14747.01876.04889.006.15062-.02839.22606-.03623.0795-.11034.13717-.17631.13717-.06364 0-.11382-.03724-.11382-.08446 0-.04645.02534-.08446.0563-.08446.03097 0 .0563-.03651.0563-.08113 0-.04463-.02343-.09562-.05208-.11332-.02865-.0177-.11732-.0025-.19706.03387-.07974.03633-.14498.08438-.14498.10675 0 .02239.05701.05674.12668.07635.1222.03438.12295.0385.02109.11647-.06085.04659-.09143.11775-.07215.16799.01877.04893.1002.08716.18562.08716.08369 0 .19851-.04193.25514-.09318.09662-.08744.10297-.08595.10297.02413 0 .06453-.03982.15713-.08848.20579-.04996.04996-.18337.08847-.30648.08847zm.80832-.01622c-.03588.01218-.08248-.0057-.10356-.03986-.02108-.03412-.03015-.19381-.02015-.35487.01002-.16106-.0019-.32452-.02645-.36323-.02455-.0387-.02898-.09572-.0098-.12668.01914-.03097.0713-.0563.11593-.0563.04463 0 .08113.02927.08113.06503 0 .03781.04519.02413.10797-.03268.05938-.05374.16706-.08933.23929-.07911.08488.01203.13755.06232.14892.14222.01595.11207-.0048.12259-.22221.11261l-.2398-.01104-.003.36087c-.0018.2207-.02834.36947-.06823.38302zm1.2433-.0024c-.20713.0095-.36818-.01036-.4082-.05044-.03636-.03636-.06611-.12439-.06611-.19561 0-.07315.03413-.1295.07843-.1295.04314 0 .09301.038.11084.08446.01783.04645.08077.08446.13989.08446.05912 0 .1381-.03689.17553-.08199.03742-.04509.05012-.11099.02822-.14643-.0233-.03771-.10707-.05099-.20191-.03203-.11539.02308-.16208.01023-.16208-.04461 0-.04236.04008-.09241.08906-.1112.04899-.01879.14037-.03418.20309-.03418.08084 0 .10408-.02591.07985-.08906-.01879-.04899-.03418-.09966-.03418-.11261 0-.01295-.04154-.02355-.09233-.02355-.05078 0-.12312.04213-.16077.0936-.04016.05492-.10632.07906-.16009.05843-.05257-.02017-.07793-.07094-.05947-.11903.0177-.04612.11738-.11198.22151-.14635.13651-.04505.22116-.04545.3034-.0015.06274.03358.14099.11135.17389.17282.0329.06147.05654.21925.05254.35061-.0041.13136.0014.28814.01185.34839.01698.09728-.01918.11131-.32297.12523zm1.8751.01858c-.14648 0-.22808-.03507-.29116-.12514-.04821-.06883-.08765-.20944-.08765-.31247 0-.10304.03847-.26172.08548-.35263.04701-.09092.14302-.17974.21334-.19739.07032-.01765.19438-.0068.27568.02411.0813.03091.16406.10737.18391.16991.01985.06254.007.16804-.02852.23444-.04955.09259-.10012.11363-.21691.09028-.08376-.01676-.18646-.0094-.22823.01647-.04177.02581-.06037.0875-.04135.13707.01991.05188.09917.09014.18676.09014.08369 0 .1985-.04194.25514-.09318.09649-.08732.10297-.0861.10297.01942 0 .06194-.04634.15454-.10297.20579-.05663.05125-.19455.09318-.30648.09318zm1.7571-.0044c-.04446-.0025-.11883-.01847-.16528-.03555-.04645-.01708-.1288-.06968-.18299-.11689-.07572-.06596-.09853-.17425-.09853-.46757 0-.20996.02633-.451.05852-.53565.03218-.08465.10186-.18684.15484-.22709.05297-.04025.13432-.07307.18078-.07295.04645.000113.15664.05929.24487.13146.09502.07773.1524.17282.14076.23326-.01081.05612-.04499.10385-.07595.10604-.03097.0023-.06396-.06191-.07331-.14246-.01429-.1231-.03955-.14216-.15827-.11947-.07769.01485-.18118.08793-.22997.16239-.06653.10155-.08044.21554-.05562.45604.02221.21516.06642.34516.13437.39514.08861.06517.12055.053.25532-.09728.08473-.09448.16707-.17177.18299-.17177s.02895.05893.02895.13095c0 .07202-.05865.18604-.13031.25337-.07167.06733-.16669.12042-.21114.11798zm.94928.000879c-.04011-.0019-.12449-.02447-.1875-.05001-.063-.02554-.14708-.08563-.18683-.13352-.03975-.04789-.06421-.17108-.05435-.27374.01104-.1148.04854-.18667.09745-.18667.04746 0 .08225.06204.08627.15384.0037.08461.03573.18284.07118.21828.03732.03732.12674.0488.21247.02728.13381-.03358.14638-.0594.13081-.26885-.01081-.14523-.05392-.2547-.11556-.29332-.07217-.04522-.12703-.04371-.20613.0057-.08606.05374-.11381.05165-.13761-.01036-.0164-.04274.0051-.10661.04762-.14195.04259-.03535.16143-.0562.2641-.04635.14774.01418.20904.05972.29399.21836.07363.13752.09501.24951.06809.35675-.02158.08597-.10039.21747-.17514.29222-.07475.07475-.16874.13431-.20885.13234zm.69502-.02944c-.02665.01646-.06465.01374-.08446-.0061s-.036-.2313-.036-.46995v-.43391l.3519.0043c.19354.0024.37052.0308.39327.06323.02275.03243.04176.23.04223.43903.00067.29514-.01741.38005-.08091.38005-.06098 0-.08603-.08947-.09853-.3519-.0092-.19355-.0421-.3519-.07307-.3519s-.06385.15836-.07307.3519c-.0125.26243-.03755.3519-.09853.3519-.06241 0-.08176-.08001-.08176-.33782 0-.18768-.02502-.33783-.0563-.33783-.03121 0-.0563.14904-.0563.3345 0 .18398-.0218.34798-.04846.36445zm-8.3515-.02336c-.06379 0-.11667-.07187-.15535-.21114-.03225-.11613-.05878-.24462-.05895-.28554-.000169-.04092-.03958-.11367-.08759-.16167-.04799-.04799-.07967-.12354-.07038-.16786.0092-.04432.03947-.08559.06706-.0917.02759-.0061.06914.0269.09234.07335.02319.04645.08789.17792.14377.29215.05589.11423.12008.19628.14265.18233.02258-.01395.08303-.15176.13434-.30623.0513-.15447.11738-.28086.14683-.28086s.06721.03558.08389.07909c.01669.0435-.05341.25886-.15578.47859-.12478.26783-.218.3995-.28284.3995zm5.8238-.01013c-.07614.01081-.14051-.01735-.16086-.07038-.01866-.04862-.01866-.12819 0-.17681.02035-.05303.08472-.08119.16086-.07038.09306.01321.12694.0556.12694.15879 0 .1032-.03388.14557-.12694.15879zm-4.3205-1.4637c-.01583.01583-.03179-.05778-.03545-.16358l-.0066-.19237-.03712.16891c-.03079.14014-.04404.15134-.07779.06578-.02238-.05672-.04068-.3276-.04068-.60195 0-.27435.02534-.51447.0563-.53361.03097-.01914.05183-.20433.04636-.41153l-.0099-.37673-.03229.37838c-.02717.31845-.04566.36986-.11674.32461-.05614-.03573-.06085-.05405-.01408-.05463.0485-.000592.07038-.10736.07038-.34338 0-.18838-.02066-.33407-.04591-.32375-.02525.01036-.22161.10745-.43636.21583-.21475.10839-.40312.21025-.4186.22636-.01548.01612-.09411.05822-.17473.09357-.12303.05394-.16079.04767-.235-.039-.07075-.08263-.07348-.10899-.01368-.13194.0411-.01578.12185-.01635.17943-.0014.06.01569.32985-.09154.632-.25114.45606-.24089.50986-.28405.39829-.31946-.11413-.03623-.11807-.04706-.03419-.09401.05215-.02919.08029-.07655.06255-.10526-.01798-.0291.01263-.03636.0692-.01641.06885.02429.08336.01721.04516-.02204-.03097-.03181-.33501-.13925-.67565-.23877-.34064-.09951-.89805-.26964-1.2387-.37804-.3407-.10835-.66707-.24302-.72533-.29922-.07549-.07282-.0954-.1441-.06931-.24806.02435-.09702.07489-.14588.15087-.14588.06283 0 .6261.17906 1.2517.39791.6256.21885 1.3637.4775 1.6402.57476l.50276.17685.76408-.4014c.42024-.22077.77229-.44148.78232-.49048.01002-.049-.02797-.1043-.08446-.12288-.05648-.01859-.31806-.1178-.58128-.22046-.26322-.10266-.78001-.30388-1.1484-.44715-.36841-.14327-.7358-.29634-.81641-.34016-.08062-.04382-.12123-.08038-.09027-.08126.03097-.000872.37302.12208.76011.27323s.95717.37981 1.2668.50812c.30967.12832.64986.24446.75598.2581.10611.01364.20899.05076.2286.08251.01962.03174.26217.14921.53902.26105.27684.11184.56388.22652.63785.25484.07397.02832.1217.0643.10606.07994-.01564.01564-.29636-.07737-.62383-.20669l-.59539-.23513-.87771.44385c-.48274.24412-.85796.45189-.83382.46172.02414.0098.48538.17535 1.025.36783s.99104.37989 1.0032.41647c.01336.04005-.06334.02423-.1928-.03979-.11824-.05846-.58272-.23466-1.0322-.39155-.44946-.15689-.8614-.28526-.91542-.28526-.08132 0-.08707.01785-.03343.10372.03563.05705.21954.15604.40868.21996.18915.06393.66519.23157 1.0579.37253.5043.18103.72207.23631.74158.18824.02092-.05154.0287-.05178.03207-.000996.0025.03688-.01824.08108-.04598.09822-.02773.01714-.22169-.0333-.43101-.11209s-.66933-.24281-1.0222-.3645c-.35291-.12169-.78282-.23496-.95536-.25172-.1922-.01866-.34294-.0062-.38917.03216-.05815.04826-.07579.30886-.0769 1.136-.000794.59035-.01439 1.0863-.03022 1.1021zm.22789-2.4718c.03279.0025.1063-.0297.16337-.07142.06809-.0498.08251-.08898.04196-.11405-.03399-.021-.56356-.21743-1.1768-.4365s-1.3122-.4634-1.5532-.54295c-.3107-.10258-.4556-.12715-.49826-.0845-.03307.03307-.04334.11307-.0228.17776.03052.09614.24997.18557 1.2021.48983.6406.20472 1.3041.41838 1.4744.4748.17032.05642.3365.10458.36929.10704zm-2.9874.55797c-.06193-.000337-.59401-.10992-1.1824-.24348-.58838-.13356-1.0318-.24528-.98532-.24825.04645-.0029.55319.09662 1.1261.22131.5729.12469 1.067.23669 1.0979.24889.03097.0122.0056.02188-.05631.02153zm5.2021 3.3878c.09464 0 .17681-.03628.19612-.08659.01828-.04762.002-.09618-.0362-.1079-.03819-.01172-.13685-.03602-.21926-.05398-.12144-.02647-.14626-.01403-.13099.06567.01036.0541.02078.11735.02314.14058.0024.02323.07761.04223.1672.04223z" stroke-width=".056304"/> -</svg> diff --git a/app/Resources/icons/podcasting/castopod.svg b/app/Resources/icons/podcasting/castopod.svg index ff91790c9d..784f78182e 100755 --- a/app/Resources/icons/podcasting/castopod.svg +++ b/app/Resources/icons/podcasting/castopod.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M17.13,11.69a1.28,1.28,0,0,1-.26.8,2.91,2.91,0,0,0-1.09-.3,2.12,2.12,0,0,0-1.15.35,1.36,1.36,0,0,1-.29-.85,1.4,1.4,0,1,1,2.79,0ZM8.26,10.28a1.39,1.39,0,0,0-1.14,2.2,2.84,2.84,0,0,1,1.09-.3,2.12,2.12,0,0,1,1.15.35,1.36,1.36,0,0,0,.29-.85A1.39,1.39,0,0,0,8.26,10.28ZM22,7.19V17.8a1.34,1.34,0,0,1-1.34,1.35H17.17s-.36-.65-.49-.86a.57.57,0,0,0-.45-.19H7.75a.54.54,0,0,0-.46.19c-.17.23-.5.86-.5.86H3.35A1.35,1.35,0,0,1,2,17.81V7.2A1.35,1.35,0,0,1,3.34,5.85H20.65A1.35,1.35,0,0,1,22,7.19Zm-2.6,4.39a2.82,2.82,0,0,0-2.84-2.86H7.43a2.85,2.85,0,0,0,0,5.7h9.13A2.84,2.84,0,0,0,19.4,11.58Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M17.13,11.69a1.28,1.28,0,0,1-.26.8,2.91,2.91,0,0,0-1.09-.3,2.12,2.12,0,0,0-1.15.35,1.36,1.36,0,0,1-.29-.85,1.4,1.4,0,1,1,2.79,0ZM8.26,10.28a1.39,1.39,0,0,0-1.14,2.2,2.84,2.84,0,0,1,1.09-.3,2.12,2.12,0,0,1,1.15.35,1.36,1.36,0,0,0,.29-.85A1.39,1.39,0,0,0,8.26,10.28ZM22,7.19V17.8a1.34,1.34,0,0,1-1.34,1.35H17.17s-.36-.65-.49-.86a.57.57,0,0,0-.45-.19H7.75a.54.54,0,0,0-.46.19c-.17.23-.5.86-.5.86H3.35A1.35,1.35,0,0,1,2,17.81V7.2A1.35,1.35,0,0,1,3.34,5.85H20.65A1.35,1.35,0,0,1,22,7.19Zm-2.6,4.39a2.82,2.82,0,0,0-2.84-2.86H7.43a2.85,2.85,0,0,0,0,5.7h9.13A2.84,2.84,0,0,0,19.4,11.58Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/castro.svg b/app/Resources/icons/podcasting/castro.svg index d3716c8e1e..189e7d5a5d 100755 --- a/app/Resources/icons/podcasting/castro.svg +++ b/app/Resources/icons/podcasting/castro.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M12,2h0A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,11.67a1.73,1.73,0,1,1,1.72-1.73A1.72,1.72,0,0,1,12,13.67Zm4.17,4L14.5,15.39a4.25,4.25,0,1,0-4.94,0L7.89,17.72a7.12,7.12,0,1,1,11.28-5.78A7.37,7.37,0,0,1,16.17,17.72Z" fill-rule="evenodd"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M12,2h0A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,11.67a1.73,1.73,0,1,1,1.72-1.73A1.72,1.72,0,0,1,12,13.67Zm4.17,4L14.5,15.39a4.25,4.25,0,1,0-4.94,0L7.89,17.72a7.12,7.12,0,1,1,11.28-5.78A7.37,7.37,0,0,1,16.17,17.72Z" fill-rule="evenodd" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/chartable.svg b/app/Resources/icons/podcasting/chartable.svg index 6383bbfc6f..46c49805be 100755 --- a/app/Resources/icons/podcasting/chartable.svg +++ b/app/Resources/icons/podcasting/chartable.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M7.64,19.53a7.62,7.62,0,0,1-1.95-.36,5.47,5.47,0,0,1-2.47-1.63A5.89,5.89,0,0,1,2,13.2,8.75,8.75,0,0,1,3,9.59,7,7,0,0,1,4.38,7.65,6.18,6.18,0,0,1,7.82,6,7.11,7.11,0,0,1,9.8,6a2.89,2.89,0,0,1,2.07,1.6A3.44,3.44,0,0,1,11.62,11a1,1,0,0,1-.71.31.92.92,0,0,1-.9-.36,1.36,1.36,0,0,1-.06-1,3.21,3.21,0,0,0,.07-1C9.9,8.1,9.35,7.72,8.38,7.77c-2,.09-3.51,1.85-3.91,4.41a7,7,0,0,0,.11,3,3.16,3.16,0,0,0,.9,1.45,4.21,4.21,0,0,0,3.1,1,9.81,9.81,0,0,0,3.78-.79l.42-.16,0-.33c0-.18,0-.57,0-.87a27.41,27.41,0,0,1,.52-4.86c.54-2.76,1.55-5,2.57-5.71a2,2,0,0,1,1.57-.39A1.78,1.78,0,0,1,18.7,5.85a2.67,2.67,0,0,1,.09.77c.06,2.08-1,4.14-3.64,7.11l-.35.39,0,.35c0,.19,0,.54,0,.78v.44l.14-.33a6,6,0,0,1,2.48-3.09c.77-.38,1.51-.33,1.82.12s.23.93-.19,3c-.29,1.44-.33,1.79-.23,2.12s.4.34.74.17A6,6,0,0,0,21,16.29c.27-.31.38-.39.57-.39s.44.2.46.68a1.57,1.57,0,0,1-.17.86,7.38,7.38,0,0,1-1.49,1.46,3.08,3.08,0,0,1-1.52.62,1.57,1.57,0,0,1-2-1.13,2.76,2.76,0,0,1-.05-.69,9.31,9.31,0,0,1,.28-2c.18-.94.17-1.18,0-1.2s-.13,0-.28.16a8.75,8.75,0,0,0-1.65,3.46,2.14,2.14,0,0,1-.43,1,1.39,1.39,0,0,1-1.08.45c-.27,0-.31,0-.44-.09a.71.71,0,0,1-.32-.58l0-.22-.38.13a11.51,11.51,0,0,1-2.94.69,14.78,14.78,0,0,1-1.84.06Zm7.7-7.89c1.28-1.68,2-3.62,1.88-4.86,0-.36-.08-.49-.19-.61s-.46-.09-.73.46a15.26,15.26,0,0,0-1,3.44c-.09.47-.31,1.86-.31,2s0,.05.35-.39Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M7.64,19.53a7.62,7.62,0,0,1-1.95-.36,5.47,5.47,0,0,1-2.47-1.63A5.89,5.89,0,0,1,2,13.2,8.75,8.75,0,0,1,3,9.59,7,7,0,0,1,4.38,7.65,6.18,6.18,0,0,1,7.82,6,7.11,7.11,0,0,1,9.8,6a2.89,2.89,0,0,1,2.07,1.6A3.44,3.44,0,0,1,11.62,11a1,1,0,0,1-.71.31.92.92,0,0,1-.9-.36,1.36,1.36,0,0,1-.06-1,3.21,3.21,0,0,0,.07-1C9.9,8.1,9.35,7.72,8.38,7.77c-2,.09-3.51,1.85-3.91,4.41a7,7,0,0,0,.11,3,3.16,3.16,0,0,0,.9,1.45,4.21,4.21,0,0,0,3.1,1,9.81,9.81,0,0,0,3.78-.79l.42-.16,0-.33c0-.18,0-.57,0-.87a27.41,27.41,0,0,1,.52-4.86c.54-2.76,1.55-5,2.57-5.71a2,2,0,0,1,1.57-.39A1.78,1.78,0,0,1,18.7,5.85a2.67,2.67,0,0,1,.09.77c.06,2.08-1,4.14-3.64,7.11l-.35.39,0,.35c0,.19,0,.54,0,.78v.44l.14-.33a6,6,0,0,1,2.48-3.09c.77-.38,1.51-.33,1.82.12s.23.93-.19,3c-.29,1.44-.33,1.79-.23,2.12s.4.34.74.17A6,6,0,0,0,21,16.29c.27-.31.38-.39.57-.39s.44.2.46.68a1.57,1.57,0,0,1-.17.86,7.38,7.38,0,0,1-1.49,1.46,3.08,3.08,0,0,1-1.52.62,1.57,1.57,0,0,1-2-1.13,2.76,2.76,0,0,1-.05-.69,9.31,9.31,0,0,1,.28-2c.18-.94.17-1.18,0-1.2s-.13,0-.28.16a8.75,8.75,0,0,0-1.65,3.46,2.14,2.14,0,0,1-.43,1,1.39,1.39,0,0,1-1.08.45c-.27,0-.31,0-.44-.09a.71.71,0,0,1-.32-.58l0-.22-.38.13a11.51,11.51,0,0,1-2.94.69,14.78,14.78,0,0,1-1.84.06Zm7.7-7.89c1.28-1.68,2-3.62,1.88-4.86,0-.36-.08-.49-.19-.61s-.46-.09-.73.46a15.26,15.26,0,0,0-1,3.44c-.09.47-.31,1.86-.31,2s0,.05.35-.39Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/curiocaster.svg b/app/Resources/icons/podcasting/curiocaster.svg deleted file mode 100644 index 2d61da690f..0000000000 --- a/app/Resources/icons/podcasting/curiocaster.svg +++ /dev/null @@ -1,4 +0,0 @@ -<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="M0,0H24V24H0Z" fill="none"/> - <path d="m17.784 22.978c-.0373-.0056-.20276-.04213-.36769-.08113-.16492-.03899-.60036-.05976-.96764-.04616-.48241.01787-.70084-.0151-.78689-.11878-.06551-.07893-.20622-.14352-.31268-.14352-.10646 0-.16577.04498-.13179.09995.03397.05497-.02184.09995-.12404.09995-.1022 0-.235-.04918-.29511-.10929-.06011-.06011-.28276-.11432-.49478-.12047-.21202-.0061-.4642.02536-.5604.07001-.13643.06332-.17492.03561-.17492-.1259 0-.1139-.087-.25365-.19334-.31056-.10634-.0569-.28111-.10347-.38839-.10347s-.32389-.06719-.48136-.14932c-.15746-.08212-.49096-.14959-.74109-.14993-.25014-3e-4-.51064-.05646-.5789-.12472-.07924-.07924-.1497-.08827-.19491-.02499-.03894.05452-.13827.11798-.22074.14103-.08246.02305-.31587.06125-.51869.08489-.23654.02756-.45058-.01434-.59698-.11688-.12552-.08792-.33066-.15985-.45587-.15985-.1252 0-.22764.05248-.22764.11661 0 .06414-.03374.08288-.07497.04165s-.07497-.12612-.07497-.18863c0-.06251-.09271-.15997-.20601-.21657-.11331-.05659-.47088-.33905-.7946-.62767-.32372-.28862-.52564-.52476-.44869-.52476.08782 0 .10455-.03476.04494-.09336-.05223-.05135-.27629-.10989-.49792-.1301-.23627-.02155-.58774-.16263-.84961-.34106-.24566-.16737-.58812-.33166-.76104-.36508-.25509-.04931-.32383-.02468-.36443.13056-.0424.16216-.09684.1779-.35704.10328-.16885-.04842-.34999-.11461-.40253-.14708-.05254-.03247-.12516-.2047-.16139-.38274-.03623-.17804-.11268-.48113-.16989-.67355-.05721-.19241-.13935-.42134-.18253-.50872-.04318-.08738-.03835-.22232.01074-.29986.04909-.07755.08994-.24219.09078-.36589.000912-.13395-.05909-.2249-.1484-.2249-.08246 0-.14993-.03517-.14993-.07815s.10571-.0869.23492-.0976c.16643-.01377.26939.05621.35315.24005.09922.21775.09485.25052-.02714.20371-.11514-.04418-.14181.03647-.12825.38785.01018.26385.06479.44364.13474.44364.06469 1e-6.18766.1404.27327.31201.08561.1716.13103.35184.10094.40052-.03009.04869.02357.11856.11924.15527.16004.06141.15854.07249-.01865.1385-.18535.06905-.18564.07459-.0076.14702.11476.04669.21498.02679.26393-.05243.05521-.08932.19325-.10625.45938-.05632.20925.03925.48693.15512.61705.25748.13464.1059.30776.15879.40174.12273.13123-.05036.10426-.08961-.13132-.19113-.28955-.12478-.29113-.12929-.06748-.19365.12594-.03624.21258-.1164.19253-.17811-.02005-.06172-.15971-.17228-.31036-.24569-.15065-.07341-.29832-.1971-.32816-.27488-.02985-.07777-.13573-.1414-.2353-.1414-.09958 0-.25193.02721-.33857.06045-.08664.03325-.13265.10072-.10223.14993.03042.04921.0077.08948-.05055.08948-.05822 0-.10585-.06426-.10585-.14279 0-.07853-.06621-.20901-.14714-.28994-.12956-.12956-.12956-.16174 0-.26927.08093-.06717.14637-.21782.14542-.33478-.00094-.11695-.10927-.31461-.24072-.43923-.17311-.16411-.25283-.3708-.28915-.74966-.027578-.28769-.073337-.65243-.10169-.81052-.028347-.15809-.10012-.33602-.1595-.3954-.07731-.07731-.10403-.03827-.09413.13751.0076.13501-.05783.4029-.14544.59531-.14375.31575-.15942.32549-.1608.09996-.00084-.13744.04232-.4298.09592-.6497s.12242-.54387.15296-.71993c.03655-.21076-.0019-.40773-.11254-.5766-.1592-.24297-.15679-.2874.04579-.84299.12365-.33912.18433-.66507.14385-.77279-.0385-.10246-.13532-.23528-.21516-.29516-.12523-.09392-.12265-.11751.01879-.17178.09018-.0346.16396-.15205.16396-.261s.06158-.23405.13684-.27801c.07527-.04396.17171-.19203.21433-.32904.06939-.22306.06031-.23484-.08686-.1127-.13892.11529-.16484.11517-.16753-8e-4-.0021-.09181-.05172-.07301-.14993.05684-.08071.10673-.14675.3021-.14675.43418 0 .15651-.07.25844-.201.2927-.11055.02891-.23038.17088-.26628.3155-.0359.14461-.18145.38662-.32343.53781-.14199.15118-.33702.27488-.43341.27488-.09639 0-.17524-.06426-.17524-.14279 0-.07853-.07266-.21545-.16146-.30425-.14864-.14864-.14864-.17562 0-.33986.0888-.09812.16501-.3098.16935-.4704.0043-.1606.03068-.23549.05851-.16643.02785.06906.08362.10517.12396.08024.04033-.02493.05388.08724.0301.24926-.02378.16202.0013.29458.05582.29458.05449 0 .14928-.06051.21066-.13447.061387-.07396.13908-.27184.17266-.43973.049217-.24609.023209-.31727-.13417-.36722-.10737-.03407-.24703-.17566-.31034-.31463-.063321-.13897-.11512-.27146-.11512-.29442 0-.02297.08199-.08564.18222-.13928.14988-.08021.18092-.06046.17492.11131-.004.11486.04394.22672.10656.24857.06669.02327.16831-.17961.24526-.48966.07227-.29117.12224-.56313.11104-.60436-.01121-.041231.04711-.074966.12957-.074966.08246 0 .14993.080963.14993.17992 0 .098955-.05398.23389-.11994.29986-.06597.06597-.09103.11995-.0557.11995.03534 0 .2355-.1012.4448-.2249.2093-.12369.51298-.2249.67486-.2249.27036 0 .29639-.031295.31979-.38449.01401-.21147.11772-.56145.23045-.77773.11273-.21628.20497-.4786.20497-.58293 0-.10433-.07068-.26037-.15707-.34676-.11817-.11817-.12436-.15786-.02499-.16025.09569-.0023.08835-.03673-.02662-.12494-.08729-.066971-.14161-.17245-.12072-.23439.02089-.061946-.03139-.13925-.11617-.17178-.08478-.032535-.15416-.015588-.15416.037662s-.04498.096817-.09996.096817c-.05497 0-.09995-.064257-.09995-.14279 0-.078536-.06562-.20842-.14583-.28862-.11898-.11898-.12358-.19308-.02499-.40248.09508-.20193.17103-.24408.35624-.19768.17839.044688.2953-.010859.4828-.22938.14617-.17036.22496-.21677.19255-.11342-.03017.096206-.01128.17492.04196.17492.05325 0 .09682-.041949.09682-.093219 0-.051271.07911-.11833.17582-.14902.0967-.030691.22039-.15463.27488-.27541.05448-.12079.30318-.34404.55266-.49612.24948-.15208.65429-.29956.89959-.32774.2453-.028179.36728-.026938.27107.00276-.09621.029698-.17492.095677-.17492.14662 0 .050944.03947.092626.08772.092626s.13781-.060363.19904-.13414c.06123-.073776.08711-.15835.05752-.18795-.0296-.029595.1732-.22045.45066-.42412.27746-.20367.50447-.44745.50447-.54172s-.05623-.232-.12494-.30606c-.10112-.10899-.09636-.12496.02499-.0838.08246.027971.23989.018806.34984-.020364.15325-.054598.20016-.16218.201-.46095.000638-.22757.04916-.38973.11661-.38973.06354 0 .15301-.040946.19882-.090992.04791-.052339.03316-.062262-.03474-.023358-.06492.037198-.14343.026539-.17448-.023686-.03105-.050225-.02839-.23159.0059-.40303.05641-.28205.07453-.29505.19044-.13654.12165.16636.13775.16644.31991.00158.1055-.095477.23326-.17216.2839-.17041.05065.00175.18182.070994.29151.15388.16132.12191.17306.16699.06146.23596-.10992.067937-.09583.10781.06939.19623.11404.061033.23113.072494.26019.025469.02907-.047025-.008-.16877-.08246-.27054-.0965-.13196-.10738-.24631-.03796-.39867.07846-.17218.18776-.21483.56331-.21979.43601-.00577.4483.0008896.1911.10338-.15118.060245-.27488.14318-.27488.1843 0 .041118.03988.099409.08863.12954.04875.030126.14421-.012199.21215-.094055.06794-.081857.19673-.1474.2862-.14565.08948.00175.24989.06914.35647.14976.18923.14313.18747.15317-.07497.4271-.14782.15429-.26876.37927-.26876.49995 0 .12069-.04498.21943-.09995.21943s-.09996.064814-.09996.14403c0 .079218.04782.17358.10625.2097.05844.036118.18567-.00621.28274-.094055.09707-.087848.22918-.15972.29357-.15972s.11707-.042745.11707-.094988-.07871-.14083-.17492-.19687c-.09621-.056034-.1433-.10325-.10466-.10492.03864-.00167.18502.049247.32527.11315.14026.063905.28096.090247.31267.058538.03171-.03171.01216-.14264-.04343-.24652-.06327-.11822-.0663-.24293-.0081-.33341.0807-.12546.10718-.12475.20054.00539.08099.11289.12009.11907.15826.024989.02789-.068719.09052-.12494.13918-.12494.04867 0 .06486.061558.03599.1368-.02904.075664.02821.16503.12808.19997.09931.034747.24306.091473.31943.12606.08117.036759.11255.020322.07553-.039568-.03482-.056346-.0055-.12465.06524-.15178.07071-.027133.21398.013134.31839.089481.17305.12653.17437.13881.01491.13881-.09622 0-.14927.041525-.1179.092277.03137.050752.25892.084487.50567.074966.29254-.011288.44864-.062512.44864-.14722 1e-6-.090491.04921-.10237.16218-.03915.1014.056748.31255.046361.56343-.027716.22069-.065162.4547-.19157.52003-.28091.07005-.095802.19998-.1412.31673-.11067.10887.028471.24607.17925.30488.33506.09082.24061.16252.28329.47589.28329.20293 0 .39297.024009.42231.053353.02935.029344.31303-.078607.63042-.23989.31739-.16128.70909-.29324.87045-.29324.16136 0 .38024.063515.48641.14114.18617.13613.1832.14562-.08368.26722-.19861.090495-.24065.14896-.14893.20717.10267.06515.10193.081388-.0037.082617-.07234.0008396-.22976-.048955-.34984-.11066-.17996-.092477-.19637-.088964-.09339.019991.06872.072699.12494.21375.12494.31346s.05623.27166.12494.38212c.10294.16548.09571.25195-.04111.49106-.12381.21639-.1454.3818-.08485.65024.04466.19801.13614.42622.20328.50712.06711.080904.08854.1471.04759.1471s-.02282.062217.04029.13826c.08904.10729.07736.15261-.0522.20232-.09182.035233-.23915.00155-.3274-.074857-.08826-.076404-.29339-.17062-.45586-.20937-.16247-.038751-.35518-.15581-.42824-.26013-.0998-.14249-.20653-.17493-.42903-.13043-.17136.034274-.35762.00825-.44198-.061768-.08019-.066553-.19275-.091988-.25014-.056523-.05738.035465-.10433.019515-.10433-.035445 0-.05666-.11704-.039206-.27031.040313-.14867.077131-.29083.11972-.31591.09464-.02508-.02508.03606-.13583.13587-.24612.0998-.11029.16325-.20311.14099-.20628-.02226-.00317-.35534-.098266-.74016-.21133-.47317-.13902-1.0718-.21685-1.8492-.24041-.63221-.019165-1.2987-.039502-1.4811-.045194-.18238-.00569-.39315.040732-.46838.10316-.07522.062431-.28722.12749-.47111.14458-.18388.01709-.61705.2138-.96259.43713-.34554.22333-.82678.48188-1.0694.57454-.24725.094426-.4133.21358-.37776.27107.03763.060884.01393.072014-.05829.027377-.06888-.042568-.20964.00438-.32432.10815-.11144.10085-.27581.18397-.36526.18471-.08945.0007397-.21408.10423-.27695.22999-.06287.12575-.21052.33106-.32812.45624-.1176.12518-.21381.32324-.21381.44015 0 .11691-.04957.24319-.11015.28064-.06058.037443-.17637.22655-.25729.42023-.11075.26507-.11804.37014-.02946.42488.08736.05399.08927.12582.0074.27878-.06065.11333-.11171.3327-.11345.4875-.0029.25536-.01549.26523-.13596.10653-.07303-.096206-.20654-.17492-.29668-.17492-.09561 0-.1639.080844-.1639.19401 0 .10671-.04498.22181-.09995.25579-.05498.033976-.09996.10891-.09996.16652 0 .057612.06747.078859.14993.047215.08246-.031644.14993-.020938.14993.023791s-.07871.14893-.17492.23156c-.09621.082627-.25364.17815-.34984.21226-.09621.034118-.17916.16465-.18435.29007-.0052.12542-.01.40795-.01061.62785-.00065.2199.03221.61347.073.8746.04963.31768.03866.47478-.03316.47478-.05903 0-.10079.08684-.09279.19298.008.10614.05018.17096.09374.14403.04356-.02692.0792.03991.0792.14853 0 .10861-.04733.21325-.10517.23253-.05784.01928-.12469.25917-.14856.53309-.02387.27392-.04787.5655-.05335.64797-.0055.08246.0023.26238.01722.39982.01494.13744.08628.33861.15851.44705.07224.10844.13134.26232.13134.34197 0 .07964.0717.22403.15932.32086.08763.09683.21706.1539.28762.12682.08761-.03361.14986.09456.19629.40423.0374.2494.11038.47965.16218.51167.0518.03201.09418.14.09418.23998 0 .09998.06747.23777.14993.3062.11777.09774.14993.09808.14993.0015 0-.06817.06676-.09727.14993-.06535.08246.03165.14993.01396.14993-.03928 0-.05326.06589-.09683.14642-.09683.08053 0 .18984.08114.24291.18031.05896.11018.06093.23652.005.32485-.0503.0795-.09214.1942-.09298.25489-.00084.06069.10066.22062.22557.35539.1249.13478.30406.27458.39813.31068.10282.03945.14751.12694.11205.21935-.03724.09705-.0026.15372.09397.15372.08412 0 .29701.12121.47307.26936s.41566.27692.53243.28616c.11677.0092.23872-.02406.271-.07399.03228-.04993.18016.09278.32863.31714.14847.22436.3152.37996.3705.34577.05531-.03418.1639-.0096.24131.05467.07741.06425.22563.08988.32936.05696.10373-.03293.35818.01099.56545.0976.20726.0866.4.24602.42831.35427.03714.14202.10572.1796.24633.13497.12272-.03895.23967-6e-4.31589.10368.09004.12313.31652.1739.8844.19822.41985.01798.81137.06236.87003.09863.06108.03775.08528.01022.05665-.06442-.02751-.07169.03881-.18581.14738-.25361.16543-.10332.18817-.09924.14042.02519-.03134.08165-.01617.14847.03369.14847s.14507-.05441.21157-.12091c.09458-.09458.07172-.14823-.10495-.24634-.21151-.11746-.20046-.12556.17396-.12745.2199-.0011.46102.03676.53583.08416.07481.0474.22048.06408.32373.03708s.16308-.08896.13297-.13768c-.03012-.04873.01169-.08859.09291-.08859.08121 0 .2188-.0273.30576-.06067.10375-.03981.15811-.0054.15811.09995 0 .08834.04498.16063.09995.16063s.09996-.08936.09996-.19857c0-.13396.12195-.25138.37483-.36089.20616-.08928.53226-.20546.72467-.25818.19241-.05272.46229-.11673.59973-.14224.13744-.02551.49062-.09814.78485-.16139.29423-.06325.55758-.17393.58521-.24595.02764-.07202.09747-.10176.15517-.0661.05916.03656.07548.0172.0374-.04441-.03714-.06009.01214-.15563.1095-.21231.09737-.05668.12345-.10443.05798-.1061-.06547-.0017-.14684.04194-.18082.09692-.03398.05498-.12178.09996-.19512.09996-.07334 0-.16115-.07248-.19514-.16106-.04322-.11264-.01858-.14448.08195-.1059.07906.03034.19753-.0096.26326-.08883.06573-.07919.19896-.14399.29607-.14399.10681 0 .17108.06911.16268.17492-.01112.14014.06153.17257.36546.16312.24597-.0077.46517-.09244.62347-.24115.18875-.17732.21853-.26019.13128-.36532-.08784-.10584-.07987-.12332.03593-.07887.08183.03141.19566.20984.25295.39652.05729.18668.07916.36443.04861.39499-.03056.03056-.18524.05557-.34373.05557-.15849 0-.41517.06567-.5704.14594-.15522.08027-.30902.11916-.34176.08641-.03274-.03275-.17338.01506-.31254.10624-.13916.09123-.25301.24524-.25301.3423 0 .09706-.08422.34166-.18715.54355-.10293.20189-.21906.33517-.25806.29617-.039-.039-.12995.0098-.2021.1085-.07215.09868-.10821.26728-.08012.37467.02809.10739.12729.19526.22047.19526.09317 0 .26784-.09171.38816-.2038.12032-.11209.21876-.24703.21876-.29986 0-.05284.04077-.09606.0906-.09606s.06852.08444.04153.18764c-.03736.14287.04744.2323.3554.37483.22246.10295.42725.24341.45511.31213.02786.06872.02475.19241-.0069.27488-.03165.08246-.1234.14993-.20391.14993-.0805 0-.20983-.06345-.28738-.14101-.07756-.07755-.19804-.1602-.26774-.18365-.10016-.0337-.09796-.0775.01046-.20883.12225-.1481.10647-.16619-.14493-.16619-.20851 0-.25286.02926-.16998.11214.06167.06167.08986.17019.06263.24114-.02723.07096.01002.14888.08277.17316.07276.02428.04195.03009-.06846.0129-.11041-.01718-.26314.0073-.33942.05447-.07628.04714-.11288.15293-.08135.23509.03227.08409-.04076.24153-.16709.3602-.12342.11595-.50229.31972-.84192.45282-.33963.1331-.68841.3129-.77506.39954-.08665.08665-.18807.15294-.22537.14731zm-1.5225-.28963c.04027 0 .12851-.12135.19608-.26966.0895-.19643.14475-.23425.20346-.13926.06247.10107.09753.10301.15587.0086.04196-.06789.01431-.16158-.06247-.21167-.07577-.04943-.31767-.07813-.53757-.06379-.27717.01808-.39982.07208-.39982.17601 0 .08246-.04498.18661-.09995.23145-.05497.04483.0015.05298.12544.01809.15518-.04366.24414-.01456.28557.09341.03309.08625.09313.15682.1334.15682zm3.1564-2.6748c.13606-.02601.24737-.08372.24737-.12826 0-.04454-.07871-.09668-.17492-.11586-.15546-.03101-.14989-.05653.04998-.22945.12369-.10701.2249-.25063.2249-.31915 0-.07687-.06699-.0996-.17492-.05933-.09621.03588-.2369.1515-.31266.25693-.0796.11078-.16398.14942-.19991.09154-.03419-.05508-.12964-.10997-.2121-.12198-.08246-.01201-.2174-.01202-.29986-2.7e-5-.08656.01258-.05238.04928.08086.08681.12694.03575.2169.09402.19991.12947-.01699.03546.04896.1527.14654.26053.11737.1297.26117.18006.42481.14877zm-.48413-16.379c.07183-.095705.08719-.24169.03919-.37252-.04943-.13475-.18215-.22739-.35519-.24794-.15195-.018042-.32701.020749-.38904.086201-.08636.091137-.05424.10204.13712.046557.19984-.057937.22576-.047067.1294.054275-.09476.099658-.07341.17628.09996.35876.19618.2065.23344.21472.33855.074661zm2.4038 2.9509c-.06767-.00539-.23549-.071875-.37292-.14774-.13744-.07587-.3286-.11341-.42481-.083418-.12038.037523-.17861-.00212-.18676-.12713-.0065-.099911-.0048-.22062.0039-.26825.0086-.047627-.05709-.19771-.14608-.33352-.08899-.13581-.13767-.27105-.10819-.30054.02949-.029485.26628.087261.52622.25944.29003.19211.5429.29074.65455.2553.11342-.035997.20464.0014.24221.099302.03315.086376.03207.2694-.0024.40671-.03446.13731-.11803.24525-.1857.23986zm-.81186-1.5895c-.028 0-.08688-.061104-.13084-.13579-.04396-.074683-.21487-.21212-.3798-.30541l-.29986-.16962.31319.050689c.19974.032326.4518-.019979.69583-.14439.21045-.10729.48399-.19508.60787-.19508.12388 0 .27338.089959.33222.19991.09325.17423.07601.19991-.13418.19991-.13264 0-.29757.067968-.36652.15104-.111.13375-.14101.13089-.26213-.024989-.13005-.16738-.14398-.16671-.2835.013617-.0807.10431-.12303.228-.09406.27488.02897.046876.02977.085229.0018.085229z" stroke-width=".099955"/> -</svg> diff --git a/app/Resources/icons/podcasting/deezer.svg b/app/Resources/icons/podcasting/deezer.svg index 869b06ef07..a22f53bfc9 100755 --- a/app/Resources/icons/podcasting/deezer.svg +++ b/app/Resources/icons/podcasting/deezer.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M17.37,5.47H21.7V8H17.37Zm0,3.51H21.7v2.53H17.37Zm0,3.51H21.7V15H17.37ZM1.7,16H6v2.53H1.7Zm5.22,0h4.33v2.53H6.92Zm5.23,0h4.33v2.53H12.15Zm5.22,0H21.7v2.53H17.37Zm-5.22-3.51h4.33V15H12.15Zm-5.23,0h4.33V15H6.92ZM6.92,9h4.33v2.53H6.92Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M17.37,5.47H21.7V8H17.37Zm0,3.51H21.7v2.53H17.37Zm0,3.51H21.7V15H17.37ZM1.7,16H6v2.53H1.7Zm5.22,0h4.33v2.53H6.92Zm5.23,0h4.33v2.53H12.15Zm5.22,0H21.7v2.53H17.37Zm-5.22-3.51h4.33V15H12.15Zm-5.23,0h4.33V15H6.92ZM6.92,9h4.33v2.53H6.92Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/default.svg b/app/Resources/icons/podcasting/default.svg new file mode 100644 index 0000000000..09670128f3 --- /dev/null +++ b/app/Resources/icons/podcasting/default.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path fill="none" d="M0 0h24v24H0z" /> + <path d="M12 1a5 5 0 0 1 5 5v6a5 5 0 0 1-10 0V6a5 5 0 0 1 5-5zM2.192 13.962l1.962-.393a8.003 8.003 0 0 0 15.692 0l1.962.393C20.896 18.545 16.85 22 12 22s-8.896-3.455-9.808-8.038z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/escapepod.svg b/app/Resources/icons/podcasting/escapepod.svg deleted file mode 100644 index 3c652c94d5..0000000000 --- a/app/Resources/icons/podcasting/escapepod.svg +++ /dev/null @@ -1,4 +0,0 @@ -<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="M0,0H24V24H0Z" fill="none"/> - <path d="m11.939 21.996c-.33048-.0032-.78114-.02452-1.0015-.0474s-.63718-.08969-.92636-.14845c-.28917-.05876-.79617-.19538-1.1267-.3036-.33048-.10822-.87926-.33121-1.2195-.49553-.34024-.16432-.83597-.44152-1.1016-.616-.26564-.17447-.65198-.4538-.85854-.62072-.20655-.16692-.60156-.53694-.87779-.82226s-.6055-.65396-.7317-.81921c-.12621-.16524-.35737-.49677-.5137-.73673-.15633-.23996-.41794-.71316-.58137-1.0515-.16342-.33839-.38557-.88565-.49367-1.2161-.10809-.33048-.24274-.82621-.29922-1.1016-.056475-.2754-.12638-.73408-.15534-1.0193-.02896-.28521-.05226-.74714-.05178-1.0265.000477-.27937.02308-.72201.05022-.98364.02715-.26163.09667-.7123.1545-1.0015.05783-.28917.19357-.79617.30165-1.1267s.33021-.87774.49364-1.2161c.16342-.33839.42504-.81158.58137-1.0515.15633-.23996.38757-.57149.51387-.73673.1263-.16524.4443-.52279.70667-.79456s.69264-.66784.95617-.88016c.26353-.21232.68257-.51188.93119-.66567.24862-.15379.63013-.36874.8478-.47767.21766-.10893.6017-.28006.85342-.38029s.71364-.24958 1.0265-.33188c.31286-.082298.8167-.18815 1.1196-.23522.36454-.056641.8556-.085973 1.4521-.086737.49573-.0006349 1.1154.028669 1.377.065121s.77057.14136 1.131.23314c.3604.091775.88993.25985 1.1767.37351s.73256.31775.99058.45356c.25802.1358.65235.36959.87628.51952.22393.14993.58742.41794.80774.59556.22032.17762.60409.53407.85281.79211.24873.25804.59388.65572.767.88375.17313.22803.42354.58996.55647.80429.13294.21434.33116.56856.44049.78717.10933.21861.28245.61016.38472.87012.10226.25996.26087.76695.35246 1.1267.09159.3597.19636.86806.23281 1.1297.03645.26163.06576.88129.06512 1.377-.000766.59652-.03009 1.0876-.08674 1.4521-.04707.30294-.15292.80679-.23522 1.1196-.0823.31286-.23164.77479-.33188 1.0265-.10023.25172-.27137.63575-.38029.85342-.10893.21766-.32388.59917-.47767.8478-.15379.24862-.45334.66766-.66567.93119-.21232.26353-.6084.69381-.88016.95618-.27176.26236-.62931.58036-.79456.70666-.16524.1263-.49677.35754-.73673.51387-.23996.15633-.71316.41794-1.0515.58136-.33839.16342-.88565.38556-1.2161.49364-.33048.10808-.83748.24382-1.1267.30165-.28917.05784-.73983.12736-1.0015.1545-.26163.02715-.74609.04675-1.0766.04356zm-2.1268-3.8989c.01452.000401.38432-.74848.82179-1.6642.43746-.91572.8129-1.7003.83432-1.7436.03066-.06194-.06407-.13626-.44624-.35006-.3166-.17712-.59906-.38467-.81297-.59735-.18122-.18018-.43238-.50506-.56166-.72652-.12862-.22032-.25242-.43194-.27511-.47026-.032556-.054989-.41279.10232-1.8043.7465-.96968.44889-1.7631.83319-1.7631.85398 0 .0208.89569.91822 1.9904 1.9943 1.0947 1.0761 2.0023 1.9568 2.0168 1.9572zm4.9493-4.6172.68262-.01389-.01522-.36726c-.0084-.20199-.06914-.57983-.13505-.83964-.06591-.25981-.21143-.65539-.32338-.87907-.11195-.22368-.30279-.54576-.42408-.71574-.12129-.16998-.41043-.48793-.64252-.70654-.23209-.21862-.57761-.48861-.76781-.59998-.1902-.11137-.48488-.26394-.65485-.33904-.16996-.075097-.48543-.18233-.70103-.2383-.2156-.055965-.58917-.11516-.83014-.13155l-.43814-.029798v1.3607l.23785.028894c.13082.01589.40354.06481.60605.1087.20251.0439.54051.16655.7511.27256.2106.10602.51876.30334.68481.4385.16605.13516.40171.37794.52369.5395.12198.16156.2956.44358.38581.6267.09021.18312.19785.47643.23919.65179.04134.17536.07549.4015.0759.50253.000401.10102.01465.21994.03166.26426.0267.06958.12411.07868.71355.06669zm2.8107.01114h.70103v-.30653c0-.16859-.03478-.54075-.07729-.82702-.0425-.28627-.14535-.75109-.22854-1.0329-.0832-.28184-.26348-.74841-.40065-1.0368-.13716-.2884-.39758-.74697-.57871-1.0191-.18113-.27208-.54356-.71789-.80541-.9907s-.6816-.65116-.93279-.8408c-.25119-.18964-.63698-.44833-.8573-.57488-.22032-.12655-.59212-.30791-.82621-.40302-.23409-.095114-.62815-.23142-.87569-.30289-.24754-.071478-.65313-.16135-.90132-.19972-.24819-.038369-.63715-.084956-.86436-.10353l-.41311-.033765v1.3981l.46318.034748c.25475.019111.65471.076493.8888.12751.23409.051021.5704.14159.74736.20126.17696.059669.48698.18691.68895.28275.20197.095843.57545.31325.82995.48314.2545.16988.668.51541.91888.76785.25088.25243.58307.64973.7382.88287.15513.23315.38218.63572.50455.8946s.26979.6397.32759.84625c.0578.20655.13799.58961.17819.85125.0402.26163.07321.57146.07338.68851l.000295.21281zm-5.9243-.06293c.30637-.01176.39163-.03613.57344-.16391.11746-.08255.25664-.22385.30929-.314.05264-.09014.11456-.24742.13758-.3495.02454-.1088.02113-.27898-.0083-.41125-.02751-.12411-.10779-.3094-.17836-.41176-.07524-.10915-.23357-.23857-.38284-.31296-.14955-.07454-.34028-.12684-.46253-.12684-.11442 0-.28462.02565-.37824.05699-.09362.03135-.24587.11321-.33834.18192-.09247.06871-.22181.24023-.28743.38115-.06562.14092-.1194.32383-.11952.40645-1e-4.08262.02343.23534.05232.33936s.12228.26859.20754.3657c.08526.0971.23613.22064.33526.27452.14081.07653.25898.09494.54012.08415z" stroke-width=".050073"/> -</svg> diff --git a/app/Resources/icons/podcasting/fountain.svg b/app/Resources/icons/podcasting/fountain.svg index 87d3b096b1..558aea4512 100644 --- a/app/Resources/icons/podcasting/fountain.svg +++ b/app/Resources/icons/podcasting/fountain.svg @@ -1,4 +1,4 @@ -<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="M0,0H24V24H0Z" fill="none"/> - <path d="m8.8202 21.874c.13599-.17289.12767-.23854-.09694-.76422-.36187-.84702-.48252-1.8662-.3809-3.2177.10886-1.4476.33934-2.2607.89236-3.1479.11843-.19002.30406-.42143.4125-.51426.41425-.35457 1.0275-.45641 1.5571-.25861.82915.30961 1.6323.41938 2.4227.3311 1.1876-.13263 2.0386-.50077 2.7295-1.1807.79959-.78689.94495-1.6452.4532-2.6756-.36106-.75655-1.1158-1.3037-2.181-1.5812-.58972-.15363-1.861-.21046-2.5663-.11472-2.624.35622-4.6261 2.4179-5.2238 5.3792-.44486 2.2042-.11961 4.9367.81609 6.8562.32808.67301.6289 1.0146.8935 1.0146.12963 0 .19746-.0314.27185-.12603zm-.85749-11.627c.23381-.34772 1.0316-1.0851 1.5146-1.3999.46907-.30571.48052-.31762.68568-.71421.3641-.70383.71701-.96188 1.3641-.99739.32958-.0181.43421-.003.74134.10802.69355.25038.91151.31 1.3177.36048 1.0554.13115 2.1703-.29013 3.0441-1.1504.56507-.55627.80189-1.1585.70769-1.7999-.18617-1.2677-1.2263-2.2514-2.703-2.5562-1.728-.35667-3.5851.27791-4.9281 1.6839-1.1689 1.2239-1.8361 2.901-1.9629 4.9344-.03327.53359.01346 1.7098.06791 1.7092.01708-.00021.08487-.0803.15063-.17816z" stroke-width=".04783"/> -</svg> +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0 0h24v24H0Z" fill="none" /> + <path d="M8.82 21.87c.14-.17.13-.23-.1-.76a6.83 6.83 0 0 1-.38-3.22 6.26 6.26 0 0 1 .89-3.15 2.59 2.59 0 0 1 .42-.51A1.57 1.57 0 0 1 11.2 14a5.2 5.2 0 0 0 2.43.33 4.33 4.33 0 0 0 2.73-1.18 2.11 2.11 0 0 0 .45-2.67 3.17 3.17 0 0 0-2.18-1.59 8.69 8.69 0 0 0-2.57-.11 6.35 6.35 0 0 0-5.22 5.38A11.6 11.6 0 0 0 7.65 21c.33.67.63 1 .9 1a.28.28 0 0 0 .27-.13ZM8 10.25a7.17 7.17 0 0 1 1.52-1.4c.47-.31.48-.32.68-.72a1.47 1.47 0 0 1 1.37-1 1.44 1.44 0 0 1 .74.1 5.09 5.09 0 0 0 1.32.36 3.71 3.71 0 0 0 3-1.15 2 2 0 0 0 .71-1.8 3.2 3.2 0 0 0-2.71-2.54 5.37 5.37 0 0 0-4.92 1.68 7.67 7.67 0 0 0-2 4.94 9.12 9.12 0 0 0 .07 1.71.83.83 0 0 0 .22-.18Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/fyyd.svg b/app/Resources/icons/podcasting/fyyd.svg index f8b6518caa..8f93cda44c 100755 --- a/app/Resources/icons/podcasting/fyyd.svg +++ b/app/Resources/icons/podcasting/fyyd.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M2,12A10,10,0,1,1,12,22,10,10,0,0,1,2,12Zm8.16,6.5a.85.85,0,0,0,1.18,0l5.91-5.91a.83.83,0,0,0,0-1.17L11.34,5.5a.85.85,0,0,0-1.18,0L8.84,6.83A.82.82,0,0,0,8.84,8l4,4-4,4a.82.82,0,0,0,0,1.17Z" fill-rule="evenodd"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M2,12A10,10,0,1,1,12,22,10,10,0,0,1,2,12Zm8.16,6.5a.85.85,0,0,0,1.18,0l5.91-5.91a.83.83,0,0,0,0-1.17L11.34,5.5a.85.85,0,0,0-1.18,0L8.84,6.83A.82.82,0,0,0,8.84,8l4,4-4,4a.82.82,0,0,0,0,1.17Z" fill-rule="evenodd" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/google.svg b/app/Resources/icons/podcasting/google.svg index 51056db8e6..e580789c0a 100755 --- a/app/Resources/icons/podcasting/google.svg +++ b/app/Resources/icons/podcasting/google.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M3.22,10.08A1.24,1.24,0,0,0,2,11.31V12.7a1.22,1.22,0,0,0,2.44,0h0V11.31A1.17,1.17,0,0,0,3.22,10.08Zm17.56,0a1.23,1.23,0,0,0-1.22,1.23V12.7a1.21,1.21,0,0,0,1.22,1.22A1.22,1.22,0,0,0,22,12.7h0V11.31A1.24,1.24,0,0,0,20.78,10.08ZM7.56,14.2a1.24,1.24,0,0,0-1.23,1.23v1.4a1.23,1.23,0,0,0,2.45,0h0v-1.4A1.17,1.17,0,0,0,7.56,14.2ZM7.56,6A1.24,1.24,0,0,0,6.33,7.24V11.7h0a1.23,1.23,0,0,0,2.45,0h0V7.24A1.17,1.17,0,0,0,7.56,6Zm8.88,0a1.24,1.24,0,0,0-1.22,1.23V8.63a1.23,1.23,0,0,0,2.45,0h0V7.24A1.24,1.24,0,0,0,16.44,6ZM12,2a1.23,1.23,0,0,0-1.22,1.23V4.62a1.22,1.22,0,1,0,2.44,0h0V3.23A1.23,1.23,0,0,0,12,2Zm0,16.16a1.22,1.22,0,0,0-1.22,1.22v1.4a1.22,1.22,0,1,0,2.44,0h0v-1.4A1.26,1.26,0,0,0,12,18.16Zm4.44-7a1.23,1.23,0,0,0-1.22,1.22v4.47a1.23,1.23,0,0,0,2.45,0h0V12.36A1.23,1.23,0,0,0,16.44,11.14ZM13.22,8.41a1.22,1.22,0,0,0-2.44,0h0v7.36h0a1.22,1.22,0,1,0,2.44,0h0V8.41Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M3.22,10.08A1.24,1.24,0,0,0,2,11.31V12.7a1.22,1.22,0,0,0,2.44,0h0V11.31A1.17,1.17,0,0,0,3.22,10.08Zm17.56,0a1.23,1.23,0,0,0-1.22,1.23V12.7a1.21,1.21,0,0,0,1.22,1.22A1.22,1.22,0,0,0,22,12.7h0V11.31A1.24,1.24,0,0,0,20.78,10.08ZM7.56,14.2a1.24,1.24,0,0,0-1.23,1.23v1.4a1.23,1.23,0,0,0,2.45,0h0v-1.4A1.17,1.17,0,0,0,7.56,14.2ZM7.56,6A1.24,1.24,0,0,0,6.33,7.24V11.7h0a1.23,1.23,0,0,0,2.45,0h0V7.24A1.17,1.17,0,0,0,7.56,6Zm8.88,0a1.24,1.24,0,0,0-1.22,1.23V8.63a1.23,1.23,0,0,0,2.45,0h0V7.24A1.24,1.24,0,0,0,16.44,6ZM12,2a1.23,1.23,0,0,0-1.22,1.23V4.62a1.22,1.22,0,1,0,2.44,0h0V3.23A1.23,1.23,0,0,0,12,2Zm0,16.16a1.22,1.22,0,0,0-1.22,1.22v1.4a1.22,1.22,0,1,0,2.44,0h0v-1.4A1.26,1.26,0,0,0,12,18.16Zm4.44-7a1.23,1.23,0,0,0-1.22,1.22v4.47a1.23,1.23,0,0,0,2.45,0h0V12.36A1.23,1.23,0,0,0,16.44,11.14ZM13.22,8.41a1.22,1.22,0,0,0-2.44,0h0v7.36h0a1.22,1.22,0,1,0,2.44,0h0V8.41Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/gpodder.svg b/app/Resources/icons/podcasting/gpodder.svg index 1acbdc9c73..a8e0254287 100644 --- a/app/Resources/icons/podcasting/gpodder.svg +++ b/app/Resources/icons/podcasting/gpodder.svg @@ -1,3 +1,4 @@ -<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m9.938 20.799c-1.3577-.0078-2.8977-.0546-3.4222-.104-.52456-.0494-1.2567-.1456-1.627-.21376-.37027-.06817-.9985-.23546-1.3961-.37176-.40704-.13955-.89102-.40635-1.1078-.6107l-.38498-.36289.047687-.99739c.03331-.69665.10691-1.0878.24409-1.2971.10802-.16486.32454-.34846.48115-.40801.20131-.07653.75032-.03947 1.8736.12649.87384.12912 2.119.23548 2.767.23637.70046.001 1.3558-.05967 1.6162-.14954.24096-.08313.53672-.28408.65726-.44656.17516-.2361.20315-.39017.13941-.76744-.07085-.41936-.10663-.46323-.32065-.39313-.13249.0434-.43186.10387-.66525.13439-.23339.03052-.57624-.0074-.76188-.08432-.18564-.0769-.51096-.34242-.72291-.59004-.21196-.24763-.47013-.67214-.57371-.94336l-.18833-.49313-.76824.0757c-.42253.04164-.76903.05655-.76999.03315-.000935-.02339-.09803-.87566-.2157-1.8939-.11768-1.0183-.18-1.8854-.13851-1.9269.0415-.041535.22692-.092027.41206-.1122.33525-.036536.3369-.040263.40816-.91784.05841-.71946.1559-1.0514.53122-1.8088.34791-.70211.63723-1.0938 1.1899-1.6108.45263-.42342 1.0398-.83003 1.5446-1.0696.44787-.21255 1.0819-.44184 1.4089-.50954.32703-.0677.96019-.12308 1.407-.12308.44684 0 1.1134.07665 1.4812.17032.36781.09367.99684.33351 1.3978.53297.43544.21659 1.0065.6391 1.4177 1.049.43945.43798.81089.94551 1.0265 1.4026.1858.39392.37232.88032.41449 1.0809.06794.32313.11927.36466.45061.36466.3461 0 .37863.031327.43697.42077.03466.23142.1151.92569.17874 1.5428.06364.61712.1413 1.3114.17257 1.5428.05418.40095.04182.42077-.26238.42077-.17558 0-.34878.02954-.38488.06564-.0361.0361-.01212.22545.05329.42077.06542.19532.19362.44159.28492.54726.0913.10567.32398.24036.51708.2993.1931.05894.74024.19003 1.2159.29132.74389.15841.94386.25526 1.4306.69289.31121.2798.56584.57439.56584.65464 0 .08024-.06964.17263-.15475.20529-.08592.03297-.32297-.11566-.53297-.33418-.20802-.21646-.50445-.45858-.65873-.53804-.15428-.07946-.62878-.20416-1.0545-.27711-.42566-.07295-.96337-.22927-1.1949-.34738-.23152-.11811-.52054-.38042-.64225-.5829-.12172-.20248-.25484-.51036-.29583-.68417-.05095-.21605-.13444-.30448-.26394-.27954-.1273.02452-.2176.20159-.27536.53998-.04727.27693-.16642.70567-.26477.95277-.09835.2471-.30668.61766-.46296.82348-.15628.20582-.44239.47071-.63581.58865-.19342.11794-.51577.21462-.71633.21486-.31184.000337-.36466.04015-.36466.27468 0 .15084.11861.41215.26358.58069.22186.25794.37411.31443.96191.35695.38408.02778 1.0638-.0084 1.5105-.08051.44671-.07206 1.3096-.28036 1.9176-.46289.60796-.18253 1.2445-.33188 1.4145-.33188.17004 0 .3909.03136.4908.0697s.2555.21255.34579.38714c.10256.19833.16416.64307.16416 1.1852 0 .64941-.05869.98903-.23324 1.3496-.12828.265-.42705.63531-.66392.82292-.23688.18761-.69995.45896-1.0291.60301-.32911.14405-.95182.34413-1.3838.44463-.43199.1005-1.1894.23326-1.6831.29502-.4937.06177-1.6298.16321-2.5246.22543-.89483.06222-2.7378.10675-4.0955.09895zm.89763-.60117c1.9748-.02266 4.1207-.09564 4.7687-.16218.64798-.06655 1.5821-.2017 2.0758-.30036.4937-.09866 1.1574-.27632 1.4749-.39481.3175-.11849.78274-.36428 1.0339-.5462s.54386-.49585.65053-.69763c.13086-.24755.19502-.63117.19727-1.1795.0023-.57214-.04591-.86183-.16307-.97899-.14706-.14706-.32572-.12183-1.5373.21703-.75402.21089-1.7806.44332-2.2812.51653-.50065.0732-1.1616.10334-1.4688.06696-.30716-.03638-.72662-.17006-.93214-.29708-.22524-.1392-.44501-.40926-.55329-.67987-.0988-.24691-.17963-.56632-.17963-.70978 0-.14347-.10098-.35224-.22441-.46394-.22077-.1998-.2244-.19599-.22378.23507.000337.24099.05638.63899.12452.88444.06815.24546.308.63039.53302.85541.30645.30645.57252.44569 1.0602.55483.51848.11603.85356.11875 1.6453.01334.5468-.0728 1.4906-.26571 2.0972-.42869.60669-.16298 1.2293-.30146 1.3836-.30773.24136-.0098.28572.04341.31784.38131.02053.21599-.01796.57738-.08554.80308-.06757.2257-.29482.56134-.505.74588s-.67489.44505-1.0327.57892c-.35781.13387-1.0057.31472-1.4398.40189-.43408.08716-1.2942.21335-1.9113.28042-.61712.06706-2.6631.15052-4.5466.18547-2.323.0431-3.8028.02045-4.6004-.07042-.6467-.07367-1.504-.2085-1.9052-.29963-.40113-.09112-.94888-.27164-1.2172-.40114l-.48788-.23547.07668-.62984c.04218-.34641.11413-.66907.1599-.71702.04577-.04795.6095-.0073 1.2527.09027.64323.0976 1.6744.20508 2.2916.23885.79922.04373 1.3596.0107 1.9478-.11484.45415-.09693 1.0409-.30231 1.3038-.4564.2808-.16456.55354-.43922.66097-.66561.1006-.212.18291-.58342.18291-.82537s-.08151-.67913-.18112-.9715c-.17046-.50028-.1903-.51847-.33705-.30896-.1159.16548-.12701.29866-.04328.51889.06196.16295.11264.49746.11264.74336s-.07351.58924-.16336.763c-.08985.17375-.33525.39748-.54533.49717-.21008.09969-.65395.23958-.98636.31087-.37584.0806-1.0925.10533-1.8951.06539-.7099-.03533-1.8366-.15086-2.5038-.25675-1.1158-.17708-1.2276-.17802-1.394-.01164-.10521.10521-.21897.4972-.27191.93698-.07305.60678-.05669.8085.08284 1.0215.09563.14595.38983.35793.65378.47107.26395.11314.85398.28843 1.3112.38953.45719.1011 1.2352.2291 1.7289.28445.4937.05534 2.5134.08209 4.4882.05943zm-2.155-5.4415c.29735 0 .5168-.09549.80895-.352.2205-.1936.52516-.56402.67702-.82315.15186-.25913.37714-.86619.50063-1.349.13502-.52794.22386-1.2397.22286-1.7856-.000909-.49926-.07643-1.2249-.16783-1.6125-.09139-.38765-.26246-.89257-.38014-1.122-.11768-.22948-.33249-.52748-.47735-.66222-.14486-.13474-.40223-.29759-.57194-.36189-.21358-.080917-.40354-.081021-.61712-.0003366-.16971.064111-.45212.25221-.62759.41799-.17546.16578-.44179.54204-.59184.83612-.15005.29408-.35571.84949-.45703 1.2342-.1095.41582-.18607 1.1546-.18878 1.8216-.0036.88442.05217 1.2984.26331 1.9547.19746.61375.39023.96031.73334 1.3184.38186.39853.53876.48578.87351.48578zm.27005-1.7953c-.20439 0-.43896-.11868-.64826-.32798-.24192-.24192-.32798-.43475-.32798-.7349 0-.22381.07659-.55503.17021-.73606.09361-.18103.32392-.40863.51179-.50578.27829-.14391.41344-.15292.72938-.04866.23561.07776.45308.25423.55415.44968.091491.17694.16636.45294.16636.61335s-.07545.43756-.16767.61588c-.09221.17833-.28017.40303-.41768.49935-.13751.09631-.39414.17512-.57029.17512zm6.0325 1.5127c.18291-.03194.46957-.18935.63703-.34979.16746-.16044.40569-.52698.52939-.81453.1237-.28755.2852-.869.35888-1.2921.08093-.4647.10386-1.1016.05792-1.6085-.04182-.46158-.20129-1.2357-.35436-1.7203-.15307-.48456-.44078-1.0927-.63935-1.3514-.19857-.25872-.50021-.57356-.67031-.69963s-.47913-.22922-.68672-.22922c-.2076 0-.51484.090022-.68276.20005-.17567.1151-.45361.51695-.65454.94633-.31341.66975-.35397.87935-.39549 2.0438-.03838 1.0765-.0055 1.4462.19308 2.1699.13164.47982.33705 1.0639.45648 1.298.11942.23409.3559.59053.5255.79209.1696.20156.46234.4355.65054.51988.1882.08438.49183.12728.67473.09534zm-.41106-1.5661c-.23612.05835-.36601.01175-.58907-.21131-.22884-.22884-.28616-.39624-.28616-.83569 0-.38629.07603-.66234.25593-.92931.14076-.20888.39322-.42806.56102-.48707.19479-.0685.41665-.06811.61365.0011.21151.07431.35016.23504.44083.51104.09514.28963.09993.53005.01705.85654-.06337.24964-.24912.58123-.41278.73686-.16366.15563-.43388.31665-.60048.35782zm-8.1775-3.7616c.05676 0 .18868-.26508.29316-.58907.10449-.32399.30772-.79526.45163-1.0473.14391-.25201.4634-.64047.70998-.86324.24658-.22277.62368-.43794.83799-.47814.21431-.04021.4895-.04141.61153-.0027.18672.05926.27602-.04529.56362-.65986.2356-.50347.45722-.80069.71357-.95698.2045-.12468.50321-.22688.6638-.22712.16058-.000236.46.11319.66538.25204.21685.14661.54164.56366.77467.99473l.40127.74227.39201-.21611c.27695-.15268.53444-.20142.87726-.16604.31403.03241.63076.16633.89764.37956.22681.18121.57188.5645.76682.85174.19494.28724.37737.58656.4054.66514.02803.078588.07946.1171.11428.085587.03482-.031515-.02639-.32226-.13602-.6461-.10963-.32384-.37104-.84419-.58092-1.1563-.20988-.31214-.67227-.7879-1.0276-1.0572-.35528-.26934-.93593-.60185-1.2904-.73889-.43056-.16649-.98342-.26636-1.6661-.30095-.75576-.03831-1.1926-.0021-1.6783.1391-.36113.10498-.90704.31779-1.2131.4729-.3061.15511-.81948.5307-1.1409.83464-.32138.30394-.73662.8416-.92276 1.1948-.18615.35319-.39443.90974-.46285 1.2368-.06842.32703-.1244.74359-.1244.92569 0 .1821.04643.33109.10319.33109zm6.1369-2.1557c.08497-.15877.09722-.33954.03423-.50521-.05394-.14189-.1807-.42173-.28169-.62188-.10098-.20015-.31352-.50276-.4723-.67246-.18471-.19742-.4043-.30856-.60967-.30856-.2006 0-.42123.10817-.58828.28842-.14702.15863-.34219.50822-.43373.77685-.15338.45014-.15077.50259.0333.66917.18765.16982.20393.15441.2694-.25505.03833-.23969.17495-.56962.30361-.73318.12866-.16356.33092-.29739.44948-.29739.12246 0 .35584.19365.54036.44838.17864.24661.39189.67558.47388.95326.14078.47679.15644.49113.28139.25766z" stroke-width=".1122"/> -</svg> +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0 0h24v24H0Z" fill="none" /> + <path d="M9.94 20.23c-1.36 0-2.9-.06-3.42-.11s-1.26-.12-1.63-.21a11.65 11.65 0 0 1-1.4-.37 3.84 3.84 0 0 1-1.11-.61L2 18.57v-1a2.79 2.79 0 0 1 .24-1.3 1.32 1.32 0 0 1 .48-.41 5.84 5.84 0 0 1 1.93.14 25.59 25.59 0 0 0 2.76.24A6.54 6.54 0 0 0 9 16.08a1.71 1.71 0 0 0 .66-.45.85.85 0 0 0 .14-.77c-.07-.42-.11-.46-.32-.39a5.71 5.71 0 0 1-.67.13 1.72 1.72 0 0 1-.76-.08 2.43 2.43 0 0 1-.72-.59 3.92 3.92 0 0 1-.55-.93l-.19-.5-.76.08a3.78 3.78 0 0 1-.77 0s-.1-.87-.22-1.89a12 12 0 0 1-.14-1.91 1 1 0 0 1 .41-.11c.34 0 .34 0 .41-.92a4.19 4.19 0 0 1 .53-1.81 5 5 0 0 1 1.19-1.61 6.73 6.73 0 0 1 1.55-1.07 7.92 7.92 0 0 1 1.41-.51 8.21 8.21 0 0 1 1.4-.12 7.43 7.43 0 0 1 1.48.17 8.11 8.11 0 0 1 1.4.53 6.12 6.12 0 0 1 1.42 1 5.52 5.52 0 0 1 1 1.4 7.26 7.26 0 0 1 .41 1.08c.07.33.12.37.45.37s.38 0 .44.42c0 .23.11.93.18 1.54l.17 1.55c.05.4 0 .42-.26.42a1 1 0 0 0-.39.06.72.72 0 0 0 .06.42 1.88 1.88 0 0 0 .28.55 1.23 1.23 0 0 0 .52.3c.19.06.74.19 1.21.29a2.39 2.39 0 0 1 1.43.69 2.08 2.08 0 0 1 .57.66.24.24 0 0 1-.15.2c-.09 0-.33-.11-.54-.33a3.14 3.14 0 0 0-.66-.54 5.49 5.49 0 0 0-1-.28 5.7 5.7 0 0 1-1.2-.34 1.82 1.82 0 0 1-.64-.59 3 3 0 0 1-.29-.68c0-.22-.14-.3-.27-.28s-.22.2-.27.54a5.52 5.52 0 0 1-.27.95 4.19 4.19 0 0 1-.46.83 2.67 2.67 0 0 1-.64.58 1.59 1.59 0 0 1-.71.22c-.32 0-.37 0-.37.27a1.08 1.08 0 0 0 .27.59c.22.25.37.31 1 .35a7.93 7.93 0 0 0 1.51-.08 19.2 19.2 0 0 0 1.92-.46 8.55 8.55 0 0 1 1.41-.33 1.64 1.64 0 0 1 .49.07.87.87 0 0 1 .35.38 3.22 3.22 0 0 1 .16 1.19 2.88 2.88 0 0 1-.23 1.35 2.91 2.91 0 0 1-.67.82 5.07 5.07 0 0 1-1 .6 8.6 8.6 0 0 1-1.38.45c-.43.1-1.19.23-1.68.29s-1.63.17-2.53.23-2.73.11-4.09.1Zm-1.26-6a1.12 1.12 0 0 0 .81-.36 4.18 4.18 0 0 0 .68-.82 7.2 7.2 0 0 0 .5-1.35 8.26 8.26 0 0 0 .22-1.78 8.76 8.76 0 0 0-.17-1.62 6.06 6.06 0 0 0-.38-1.12 2.68 2.68 0 0 0-.48-.66 1.83 1.83 0 0 0-.57-.36.81.81 0 0 0-.61 0 2.26 2.26 0 0 0-.63.41 3.76 3.76 0 0 0-.59.84A7.46 7.46 0 0 0 7 8.61a8.13 8.13 0 0 0-.19 1.82 5.42 5.42 0 0 0 .26 2 3 3 0 0 0 .74 1.32c.38.4.54.49.87.49ZM9 12.39a1 1 0 0 1-.65-.33.92.92 0 0 1-.35-.73 2 2 0 0 1 .17-.74 1.39 1.39 0 0 1 .52-.5.73.73 0 0 1 .7-.09 1 1 0 0 1 .55.45 1.6 1.6 0 0 1 .17.61 1.7 1.7 0 0 1-.17.62 1.72 1.72 0 0 1-.42.5 1.23 1.23 0 0 1-.52.21Zm6 1.51a1.45 1.45 0 0 0 .64-.35 2.77 2.77 0 0 0 .53-.81 8.12 8.12 0 0 0 .36-1.29 7.17 7.17 0 0 0 .06-1.61 10 10 0 0 0-.36-1.72 5.16 5.16 0 0 0-.64-1.35 4.14 4.14 0 0 0-.67-.7 1.32 1.32 0 0 0-.68-.23 1.49 1.49 0 0 0-.69.2 2.71 2.71 0 0 0-.65.94 3.9 3.9 0 0 0-.4 2 5.84 5.84 0 0 0 .2 2.17 9 9 0 0 0 .45 1.3 5.19 5.19 0 0 0 .53.79 2.36 2.36 0 0 0 .65.52 1.43 1.43 0 0 0 .67.09Zm-.41-1.56c-.23.06-.36 0-.59-.21a1 1 0 0 1-.28-.84 1.54 1.54 0 0 1 .25-.93 1.48 1.48 0 0 1 .56-.49 1.09 1.09 0 0 1 .62 0 .74.74 0 0 1 .44.52 1.44 1.44 0 0 1 0 .85 1.86 1.86 0 0 1-.42.74 1.66 1.66 0 0 1-.6.36Zm-8.2-3.76c.06 0 .19-.27.3-.59a6.37 6.37 0 0 1 .45-1 4 4 0 0 1 .71-.86 2.09 2.09 0 0 1 .84-.48 1.8 1.8 0 0 1 .61 0c.19.06.27 0 .56-.66a2.07 2.07 0 0 1 .72-.99 1.5 1.5 0 0 1 .66-.23 1.51 1.51 0 0 1 .67.25 3.39 3.39 0 0 1 .77 1l.4.74.39-.22a1.39 1.39 0 0 1 .88-.16 1.7 1.7 0 0 1 .9.38 4.54 4.54 0 0 1 .76.85 6.61 6.61 0 0 1 .41.66c0 .08.08.12.11.09a1.46 1.46 0 0 0-.13-.65 5.91 5.91 0 0 0-.58-1.15 5.39 5.39 0 0 0-1-1.06 6.85 6.85 0 0 0-1.29-.74 5.2 5.2 0 0 0-1.67-.3 4.62 4.62 0 0 0-1.67.14 8.36 8.36 0 0 0-1.22.47 6.14 6.14 0 0 0-1.14.84 5.36 5.36 0 0 0-.92 1.19 5.09 5.09 0 0 0-.46 1.24 5.87 5.87 0 0 0-.13.92c0 .19 0 .34.1.34Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/hypercatcher.svg b/app/Resources/icons/podcasting/hypercatcher.svg deleted file mode 100644 index 9131519fa1..0000000000 --- a/app/Resources/icons/podcasting/hypercatcher.svg +++ /dev/null @@ -1,4 +0,0 @@ -<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m14.209 20.92 2.4002.01151.23054-.12022.23054-.12022.24717-.34731.05077-.22544.05077-.22544-.29604-2.541-.11564-.9274-.11564-.9274.0585-.19124.05136-.2321.05136-.2321 1.2988-1.3458.56012-.78694.62389-1.2591.20633-.5902.20633-.5902.09676-.35412.09676-.35412-.04454-.62955-.15055-.56908c-.13704-.37374-.10807-.2971-.31078-.76871l-.44953-.70824c-.05496-.031703-.06231-.052455-.09345-.078683l-.0025-.098367-.0025-.098368-.02374-.11804-.2517-.2084.08879.043905.08879.043906.08984-.44915.28345-.092447.94432-.52595.86563-.5454.82017-.39119.003-.053526.003-.053527-.51149.16206-1.3378.38081-.96834.23296-.9203.52256-.17348.10959-.17348.10959-.02512-.036367-.02512-.036368.0278-.56565.02781-.56565c-.10989-.8465-.022982-.36444-.39892-1.1115l-.28991-.19673-.2899-.19673-.80432.0005823-.53564.32655-.28344.34176-.088409.41571-.08841.41571-.17282-.25645-.17282-.25645-.53104-.35786h-.81908l-.53104.35787-.17893.26552-.17893.26552v.92105l-.11804-.0009443-.13311-.23394-.13311-.23394-.52072-.32674-.87278.055739-.42338.30706-.31706.63989-.0013.34895-.0013.34895-.15922-.24845-.15917-.24845-.63431-.2538-.58949.15873-.33339.35589-.16787.44306v2.4343l.2158.50645.41677.38439h.76873l.27974-.21337.27974-.21337.052723-.2936.05272-.2936.13242-.23608.0048.19575.65316.47315h.94142l.66376-.6689.11244-.70824.22565.31477.1736.18509.1736.18508.38686.14708.56484.01924.35103.22716.88181.27284-.99676.35359-3.1395 1.2444-.06105-.09748-.06105-.09749.23386-.05126-.10644-.17222.25703.09862.43768-.2283.31478-.0034-.11804-.08492-.11804-.08492.27099.0869.51594-.17304.23608-.20154.47216-.1032.34875-.16886-.08336-.13486-.23729.23729h-.22484v-.16668l.13954.08624.09137-.1101.09137-.1101-.4831-.1061-.62403.10542-.5923.40286-.51471.14278-.47691-.12216-.47692-.12218h-.05641l-.71952.62274-.55795.10468-.58141-.09248-.29804-.31754-.29803-.31755-1.0565.33619-.15739.11798-.5097.10898-.083396.13494 1.5374.93598.98367.60651v.12926l-.37379.15941-.37379.15941-.47216.20972-1.4165.57213-.31477.1494-1.7313.71692-1.4165.5645-.09629.14868-.061098-.03654-.36598.11616.065318.06532 2.8976-.71576 1.2591-.30587 1.6526-.4047 1.023-.2411.86563-.20752 1.4165-.32269 1.3795-.40024h.3124v-.16292l.3537.1893-.62913.19526-1.8886.43341-1.4726.35856-.085736.08574.28145.42389.28145.42389.68071.54736.25335.14545.25335.14545-.06546.32303-.12737 1.1411-.12737 1.1411-.22584 1.8367v.57125l.11285.21823.11285.21823.13515.11231.13515.11231.95983.09404 2.4002.01151z" stroke-width=".078694"/> - <path d="M0,0H24V24H0Z" fill="none"/> -</svg> diff --git a/app/Resources/icons/podcasting/ivoox.svg b/app/Resources/icons/podcasting/ivoox.svg index 6715e45240..a8e0254287 100755 --- a/app/Resources/icons/podcasting/ivoox.svg +++ b/app/Resources/icons/podcasting/ivoox.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M12,2.07a10,10,0,0,0-1.62,19.86c0-2.77,0-6.41,0-9,0-.29,0-.29-.28-.29H7.69c-.17,0-.22-.05-.22-.22q0-1.38,0-2.76c0-.17,0-.23.22-.23,1.6,0,3.21,0,4.82,0a1.64,1.64,0,0,1,.7.22,1.05,1.05,0,0,1,.47,1c0,1.29,0,2.56,0,3.83v7.44A10,10,0,0,0,12,2.07ZM11.91,8.7h-.07a1.76,1.76,0,0,1-1.73-1.82,1.8,1.8,0,0,1,1.83-1.81,1.82,1.82,0,0,1,0,3.63Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0 0h24v24H0Z" fill="none" /> + <path d="M9.94 20.23c-1.36 0-2.9-.06-3.42-.11s-1.26-.12-1.63-.21a11.65 11.65 0 0 1-1.4-.37 3.84 3.84 0 0 1-1.11-.61L2 18.57v-1a2.79 2.79 0 0 1 .24-1.3 1.32 1.32 0 0 1 .48-.41 5.84 5.84 0 0 1 1.93.14 25.59 25.59 0 0 0 2.76.24A6.54 6.54 0 0 0 9 16.08a1.71 1.71 0 0 0 .66-.45.85.85 0 0 0 .14-.77c-.07-.42-.11-.46-.32-.39a5.71 5.71 0 0 1-.67.13 1.72 1.72 0 0 1-.76-.08 2.43 2.43 0 0 1-.72-.59 3.92 3.92 0 0 1-.55-.93l-.19-.5-.76.08a3.78 3.78 0 0 1-.77 0s-.1-.87-.22-1.89a12 12 0 0 1-.14-1.91 1 1 0 0 1 .41-.11c.34 0 .34 0 .41-.92a4.19 4.19 0 0 1 .53-1.81 5 5 0 0 1 1.19-1.61 6.73 6.73 0 0 1 1.55-1.07 7.92 7.92 0 0 1 1.41-.51 8.21 8.21 0 0 1 1.4-.12 7.43 7.43 0 0 1 1.48.17 8.11 8.11 0 0 1 1.4.53 6.12 6.12 0 0 1 1.42 1 5.52 5.52 0 0 1 1 1.4 7.26 7.26 0 0 1 .41 1.08c.07.33.12.37.45.37s.38 0 .44.42c0 .23.11.93.18 1.54l.17 1.55c.05.4 0 .42-.26.42a1 1 0 0 0-.39.06.72.72 0 0 0 .06.42 1.88 1.88 0 0 0 .28.55 1.23 1.23 0 0 0 .52.3c.19.06.74.19 1.21.29a2.39 2.39 0 0 1 1.43.69 2.08 2.08 0 0 1 .57.66.24.24 0 0 1-.15.2c-.09 0-.33-.11-.54-.33a3.14 3.14 0 0 0-.66-.54 5.49 5.49 0 0 0-1-.28 5.7 5.7 0 0 1-1.2-.34 1.82 1.82 0 0 1-.64-.59 3 3 0 0 1-.29-.68c0-.22-.14-.3-.27-.28s-.22.2-.27.54a5.52 5.52 0 0 1-.27.95 4.19 4.19 0 0 1-.46.83 2.67 2.67 0 0 1-.64.58 1.59 1.59 0 0 1-.71.22c-.32 0-.37 0-.37.27a1.08 1.08 0 0 0 .27.59c.22.25.37.31 1 .35a7.93 7.93 0 0 0 1.51-.08 19.2 19.2 0 0 0 1.92-.46 8.55 8.55 0 0 1 1.41-.33 1.64 1.64 0 0 1 .49.07.87.87 0 0 1 .35.38 3.22 3.22 0 0 1 .16 1.19 2.88 2.88 0 0 1-.23 1.35 2.91 2.91 0 0 1-.67.82 5.07 5.07 0 0 1-1 .6 8.6 8.6 0 0 1-1.38.45c-.43.1-1.19.23-1.68.29s-1.63.17-2.53.23-2.73.11-4.09.1Zm-1.26-6a1.12 1.12 0 0 0 .81-.36 4.18 4.18 0 0 0 .68-.82 7.2 7.2 0 0 0 .5-1.35 8.26 8.26 0 0 0 .22-1.78 8.76 8.76 0 0 0-.17-1.62 6.06 6.06 0 0 0-.38-1.12 2.68 2.68 0 0 0-.48-.66 1.83 1.83 0 0 0-.57-.36.81.81 0 0 0-.61 0 2.26 2.26 0 0 0-.63.41 3.76 3.76 0 0 0-.59.84A7.46 7.46 0 0 0 7 8.61a8.13 8.13 0 0 0-.19 1.82 5.42 5.42 0 0 0 .26 2 3 3 0 0 0 .74 1.32c.38.4.54.49.87.49ZM9 12.39a1 1 0 0 1-.65-.33.92.92 0 0 1-.35-.73 2 2 0 0 1 .17-.74 1.39 1.39 0 0 1 .52-.5.73.73 0 0 1 .7-.09 1 1 0 0 1 .55.45 1.6 1.6 0 0 1 .17.61 1.7 1.7 0 0 1-.17.62 1.72 1.72 0 0 1-.42.5 1.23 1.23 0 0 1-.52.21Zm6 1.51a1.45 1.45 0 0 0 .64-.35 2.77 2.77 0 0 0 .53-.81 8.12 8.12 0 0 0 .36-1.29 7.17 7.17 0 0 0 .06-1.61 10 10 0 0 0-.36-1.72 5.16 5.16 0 0 0-.64-1.35 4.14 4.14 0 0 0-.67-.7 1.32 1.32 0 0 0-.68-.23 1.49 1.49 0 0 0-.69.2 2.71 2.71 0 0 0-.65.94 3.9 3.9 0 0 0-.4 2 5.84 5.84 0 0 0 .2 2.17 9 9 0 0 0 .45 1.3 5.19 5.19 0 0 0 .53.79 2.36 2.36 0 0 0 .65.52 1.43 1.43 0 0 0 .67.09Zm-.41-1.56c-.23.06-.36 0-.59-.21a1 1 0 0 1-.28-.84 1.54 1.54 0 0 1 .25-.93 1.48 1.48 0 0 1 .56-.49 1.09 1.09 0 0 1 .62 0 .74.74 0 0 1 .44.52 1.44 1.44 0 0 1 0 .85 1.86 1.86 0 0 1-.42.74 1.66 1.66 0 0 1-.6.36Zm-8.2-3.76c.06 0 .19-.27.3-.59a6.37 6.37 0 0 1 .45-1 4 4 0 0 1 .71-.86 2.09 2.09 0 0 1 .84-.48 1.8 1.8 0 0 1 .61 0c.19.06.27 0 .56-.66a2.07 2.07 0 0 1 .72-.99 1.5 1.5 0 0 1 .66-.23 1.51 1.51 0 0 1 .67.25 3.39 3.39 0 0 1 .77 1l.4.74.39-.22a1.39 1.39 0 0 1 .88-.16 1.7 1.7 0 0 1 .9.38 4.54 4.54 0 0 1 .76.85 6.61 6.61 0 0 1 .41.66c0 .08.08.12.11.09a1.46 1.46 0 0 0-.13-.65 5.91 5.91 0 0 0-.58-1.15 5.39 5.39 0 0 0-1-1.06 6.85 6.85 0 0 0-1.29-.74 5.2 5.2 0 0 0-1.67-.3 4.62 4.62 0 0 0-1.67.14 8.36 8.36 0 0 0-1.22.47 6.14 6.14 0 0 0-1.14.84 5.36 5.36 0 0 0-.92 1.19 5.09 5.09 0 0 0-.46 1.24 5.87 5.87 0 0 0-.13.92c0 .19 0 .34.1.34Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/ivyfm.svg b/app/Resources/icons/podcasting/ivyfm.svg deleted file mode 100644 index 70475f9800..0000000000 --- a/app/Resources/icons/podcasting/ivyfm.svg +++ /dev/null @@ -1,4 +0,0 @@ -<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="M0,0H24V24H0Z" fill="none"/> - <path d="m13.855 22c-.04384-.0012-.16738-.03356-.27453-.0718-.10715-.03824-.22375-.09248-.25911-.12055-.03535-.02807-.31359-.06314-.61829-.07793-.39265-.01906-.61053-.05498-.74808-.12332-.10674-.05303-.26256-.18237-.34626-.2874-.0837-.10504-.17207-.29159-.19639-.41457-.02431-.12298-.04383-.64336-.04336-1.1564.000466-.51303-.000104-.96194-.0012-.99757-.0012-.03786-.07209-.06524-.17053-.0659-.09263-.000616-.37335-.04643-.62382-.10181-.25047-.05538-.67022-.18582-.93279-.28986-.2626-.10404-.55905-.23651-.6588-.29438-.099805-.057863-.34453-.21259-.54389-.34383-.19936-.13124-.56081-.43712-.80324-.67974-.24242-.24262-.5572-.61573-.69949-.82915-.1423-.21341-.35554-.58624-.47387-.82851-.11833-.24227-.26496-.60265-.32585-.80084-.060884-.1982-.14497-.55688-.18686-.79707-.053588-.30728-.076157-.82836-.076157-1.7582v-1.3214l1.4121.02716c1.22.02347 1.4685.04218 1.8267.13752.22802.06069.55863.17777.73471.26016.17607.08239.46757.24956.64777.37148.1802.12193.4566.35131.61423.50974.15763.15843.39225.4513.52138.65081s.28495.4714.34627.6042c.06132.1328.16158.42429.2228.64777.08617.31455.11738.60947.13816 1.3058l.02686.89948.21057-.03367c.11582-.01852.3686-.10006.56173-.18121.19314-.08115.50379-.25646.69035-.38958.18656-.13313.45628-.38273.59937-.55468.1431-.17195.33917-.46949.43571-.6612.09654-.19171.21583-.48687.26507-.6559.07407-.25424.09342-.59603.11204-1.9786l.0225-1.6712h-.93483c-.91169 0-.93955.00321-1.1257.12955-.1289.08748-.26181.12955-.40921.12955-.14069 0-.2809-.04182-.39439-.11763-.09685-.0647-.21816-.19879-.2696-.29797-.06268-.12089-.08617-.25271-.07123-.39984.01226-.12072.06214-.28031.11084-.35464.0487-.074332.19391-.18175.32269-.23872.15923-.070434.28879-.093313.40499-.071515.09397.017629.25666.090278.36152.16144.18738.12716.20601.12915 1.0805.11523l.88984-.014162.0153-.34862.0153-.34862-1.8962-.028268v-.93279l1.9055-.028303-.02931-.76317c-.01768-.46025-.0633-.88659-.11496-1.0741-.04711-.17101-.15221-.45085-.23357-.62186-.08136-.17101-.28862-.47787-.4606-.6819-.1891-.22434-.46762-.4746-.70466-.63314-.24236-.1621-.55446-.31369-.81766-.39715-.25136-.079699-.60608-.14616-.86617-.16228-.30077-.018647-.56318-.00117-.82732.055103-.21276.045326-.55928.1643-.77005.26439s-.47815.25718-.59418.34908c-.11604.091903-.31969.28048-.45257.41905-.13288.13858-.31687.37616-.40888.52797-.092.15181-.22909.44706-.30464.65611-.12285.33994-.13935.46905-.15626 1.2222l-.0189.8421h.94203c.85938 0 .95344-.00897 1.0721-.10228.07151-.056254.20776-.11686.30277-.13469.09501-.017823.25203-.00624.34895.025747.09691.031984.24167.12648.32168.21.10697.11166.15194.21913.16991.40608.01657.17249-.0031.31217-.06107.43442-.05086.10717-.17078.22811-.29596.29846-.16002.089936-.26082.11152-.42065.090084-.11562-.015507-.27564-.076573-.35562-.1357-.13451-.099449-.21549-.10751-1.0803-.10751h-.93489v.7255h1.8656v.93279h-1.8596l-.03188.44048h-.93278v-2.332c0-2.256.0038-2.3463.11691-2.7706.0643-.24125.18556-.58533.26946-.76461.0839-.17928.24041-.45835.3478-.62015s.35547-.4528.55128-.64668c.1958-.19387.52592-.4584.73359-.58783.20767-.12944.52471-.29299.70452-.36346.17981-.070468.49659-.16317.70395-.206.20736-.042831.61702-.07747.91037-.076975.29335.0004949.6966.034997.89611.07667.19951.041674.51433.13813.69959.21435s.52539.26218.75585.41326c.23045.15107.57359.43854.76253.63883.18894.20028.44997.54532.58007.76675.1301.22143.31099.62413.40197.8949l.16543.49231.01667 3.8081c.01467 3.3517.0066 3.8579-.06742 4.2235-.04624.22844-.1487.58187-.22768.7854-.07898.20353-.25675.54166-.39504.75141-.13829.20975-.40412.53377-.59073.72005-.18661.18628-.47855.42998-.64876.54156-.1702.11158-.48469.27905-.69886.37215-.21417.0931-.57046.2084-.79175.25621l-.40236.08693v3.7162h.44258c.36907 0 .46716-.01817.59056-.1094.08139-.06017.24951-.11974.37361-.13238.15417-.0157.28192.0066.40333.07053.09773.05143.22272.15498.27776.2301.05504.07512.11044.23836.12311.36275.0157.15409-.0068.28396-.07048.40754-.05986.1161-.17673.22334-.32474.29797-.12717.06413-.26709.11558-.31093.11432zm-2.5801-4.2512c.07801.0036.09069-.04589.09069-.35343v-.35755l-.3918-.08717c-.21549-.04794-.55548-.15466-.75554-.23716-.20006-.0825-.51929-.25403-.70941-.38118-.19012-.12715-.51377-.40172-.71922-.61014-.20545-.20842-.48963-.57259-.63151-.80926-.14189-.23667-.30945-.58647-.37236-.77732-.065635-.1991-.18728-.42853-.28539-.53825-.094049-.10518-.18586-.27048-.20403-.36733-.02109-.11243-.0033-.24729.04925-.37303.04526-.10832.13116-.23933.19089-.29113.05973-.0518.18935-.12084.28804-.15341.09869-.03257.25717-.04463.35217-.02682.09501.01783.23623.08235.31383.14339.0776.06104.17324.18794.21254.28199.0393.09406.07146.24093.07146.32638 0 .08545-.03707.2331-.08237.32811-.0783.16419-.07598.18847.04683.49072.07107.17489.21412.44591.3179.60227s.35116.43754.54972.62485c.20543.1938.51155.41637.7103.51646.1921.09674.4759.2135.63066.25946.15476.04596.31213.08356.34971.08356.05357 0 .06833-.17106.06833-.79235 0-.53571-.02535-.89238-.07825-1.1012-.043046-.16987-.16976-.49541-.2816-.72343-.1493-.3044-.30038-.51098-.56846-.77732-.20082-.19951-.51099-.45095-.68927-.55876-.17828-.1078-.47609-.24548-.66178-.30595-.27998-.091168-.50354-.11396-1.3093-.13347l-.97166-.02353v.64176c0 .35297.02428.83536.05394 1.072.02967.23662.11401.62078.18742.8537.07341.23292.21287.58446.30992.78121.09704.19675.27836.49991.40293.67368.12457.17378.37476.45988.55597.63577.18122.1759.40599.38262.4995.45939.09351.07676.34729.2406.56396.36407.21667.12347.55991.28465.76277.35818.20286.07353.52041.16619.70567.20592.18526.03972.37765.07408.42753.07636zm2.0642.78144c-.10066 0-.10784-.02868-.1071-.42753.000414-.23514.01793-.45215.03886-.48224.02094-.03009.21632-.119.43418-.19758.21786-.07858.59097-.26163.82915-.40678.27304-.1664.60614-.43806.90151-.73521.25765-.25921.57905-.64936.71422-.86699.13517-.21763.32871-.60142.4301-.85287s.21829-.6214.25978-.82211.08918-.81016.10597-1.3543c.0305-.98799.03036-.98971-.09986-1.2178-.07172-.12563-.1443-.28869-.16128-.36236-.01698-.07367-.0085-.21183.01876-.30703.0273-.0952.11312-.23934.1907-.32032.07758-.08098.23311-.17202.34561-.20231.16413-.044197.24896-.038117.42934.030773.12865.04913.27495.15616.34205.25024.08545.11979.11725.23701.11725.43211 0 .19636-.03108.30976-.1166.42543-.1109.15-.11661.20405-.11681 1.1056-.000155.60432-.02911 1.1263-.07995 1.4401-.04386.27077-.15154.70218-.23931.9587-.08776.25652-.2297.60631-.31542.77732-.08572.17101-.29377.51274-.46233.75939-.16856.24665-.49935.63362-.73508.85994-.23573.22631-.602.52846-.81394.67143-.21194.14298-.52525.33013-.69626.4159-.17101.08577-.48974.21728-.7083.29225-.21856.07496-.44592.1363-.50526.1363zm.25486-6.7886h-.82915v-.93279h1.6583v.93279z" stroke-width=".051822"/> -</svg> diff --git a/app/Resources/icons/podcasting/jumplink.svg b/app/Resources/icons/podcasting/jumplink.svg deleted file mode 100644 index e5dc38f452..0000000000 --- a/app/Resources/icons/podcasting/jumplink.svg +++ /dev/null @@ -1,4 +0,0 @@ -<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="M0,0H24V24H0Z" fill="none"/> - <path d="m3.8131 13.281c.22911-.1199.36534-.2639.45684-.48289.0567-.1356.071-.37015.071-1.1584v-.98837h-1.1476l-7e-4.92952c-.00037.51126-.0202.96032-.044.99801-.0508.0803-.12145.02511-.14648-.11437-.0151-.08409-.0579-.0929-.50938-.10483l-.4929-.01303.001.19664c.001.248.13898.55611.29393.65764.24824.16266.4524.20604.89853.19094.33271-.01126.47959-.03753.61969-.11084zm11.443-.34601.0133-.40165h-.97694l.0334-.91341c.04-1.0963.084-1.0279-.64607-1.006l-.4795.01442-2e-5 2.7329 2.0427-.02471zm-8.6774.19761c.324-.18475.36479-.32882.39424-1.3925l.0251-.90799-1.0735.02582-.0126.82505c-.007.45378-.0319.84433-.0554.86792-.0265.02654-.0698.02049-.11366-.0159-.0588-.04882-.0708-.19364-.0708-.85645v-.79769h-1.0098v.88789c0 .83832.006.89904.1057 1.0877.0725.13716.16976.23414.30984.30904.1884.10074.24661.10797.75496.09373.48197-.0135.5752-.02933.74591-.12666zm3.8295.03177c.0428-.06735.0498-1.8602.008-2.1114l-.0284-.17213h-1.3011l-.10511.436c-.0578.2398-.12081.4457-.13999.45756-.0192.01186-.0705-.18137-.11409-.42938l-.0792-.45094-.41657-.02957c-.22911-.01626-.53733-.02957-.68495-.02957h-.26837v2.3869h.87215l.005-.60821.005-.60821.0648.27542c.0357.15148.0976.42594.13761.6099l.0728.33451.78525-.02638.10904-.43397c.06-.23868.11859-.44352.13027-.4552.0117-.01168.0215.15262.0219.36512.001.6312-.0156.61096.47426.57621.25211-.0179.42921-.05192.4513-.0867zm6.005-1.0916v-1.195l-1.0328.02596-.0245 2.364h1.0573zm4.0853.7981.023-.37393.41312.72471.54427 9.1e-5c.47017 9.2e-5.54059-.0095.51727-.07028-.0148-.0387-.17198-.31622-.34918-.6167-.1772-.30049-.32218-.55478-.32218-.5651 0-.01033.13416-.24404.29813-.51938s.29823-.51608.29837-.53504c.00013-.01894-.23317-.03443-.51847-.03443h-.5187l-.36264.74564-.0459-.76859-.9869-.02606v1.1874c0 .65305.0145 1.2018.0321 1.2195.0177.01766.23971.02627.49345.01913l.46136-.01298zm-8.7214-.01122v-.3622l.33279-.01822c.40725-.0223.56424-.09549.73903-.34451.23166-.33009.16836-.82675-.13587-1.0661-.19948-.1569-.43246-.19079-1.2205-.17749l-.74821.01262-.0134 1.0099c-.007.55542-.001 1.077.0136 1.159l.0269.14918h1.0057zm-.0918-1.1706c0-.25136.003-.25744.12852-.25744.16151 0 .2387.07537.2387.23307 0 .1408-.0621.20523-.24125.25019l-.12597.03162zm5.9214 1.2867c0-.13533.0135-.34436.0299-.46453l.0299-.21846.33908.90607 1.1633.02571-.0123-1.1604-.0123-1.1604-.39585-.01318c-.46935-.01563-.45023-.04218-.45549.63286l-.003.43607-.38062-1.0787h-1.1607l-.0326 1.1245c-.0179.61849-.0198 1.1452-.004 1.1705.0157.02545.22191.04598.46178.04598h.43337v-.24606z" stroke-width=".045902"/> -</svg> diff --git a/app/Resources/icons/podcasting/kasts.svg b/app/Resources/icons/podcasting/kasts.svg deleted file mode 100644 index af8e6b0a0f..0000000000 --- a/app/Resources/icons/podcasting/kasts.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m2.748 2.6641c-.1754.72267-.27734 1.4736-.27734 2.25 0 4.2074 2.7314 7.7781 6.5156 9.041l-.50195 1.5059c-2.8543-.95072-5.1867-3.0301-6.4844-5.7051v1.0684c1.414 2.3849 3.6508 4.225 6.3242 5.1172l-1.7988 5.3945h1.0586l1.707-5.1172c.65791.1574 1.3373.25871 2.0332.29883l4.8184 4.8184h1.334l-.03711-.11328-.41992-1.2637-1.3379-4.0176c2.6693-.89133 4.9044-2.7272 6.3184-5.1074v-1.0703c-1.2981 2.6711-3.6276 4.7471-6.4785 5.6973l-.50195-1.5059c3.7833-1.2635 6.5137-4.8343 6.5137-9.041 0-.7764-.10194-1.5273-.27734-2.25h-.42969c.18318.72089.29102 1.4719.29102 2.25 0 4.0278-2.6098 7.4399-6.2305 8.6465l-.45508-1.3672c3.0462-1.0176 5.2441-3.8918 5.2441-7.2793 0-.78318-.11968-1.5381-.33789-2.25h-.34961c.22803.70924.35352 1.4646.35352 2.25 0 3.2439-2.1013 5.9918-5.0176 6.9629l-.53125-1.5957c2.2455-.75008 3.8652-2.8702 3.8652-5.3672 0-.80003-.16894-1.5601-.46875-2.25h-.27148c.31395.68552.49414 1.4462.49414 2.25 0 2.3907-1.5483 4.4167-3.6973 5.1328l-.53125-1.5937c1.4807-.495 2.5488-1.8923 2.5488-3.5391 0-.84607-.28486-1.6241-.75977-2.25h-.20312c.49982.61402.80078 1.3959.80078 2.25 0 1.5761-1.0212 2.9118-2.4375 3.3848l-.57617-1.7285a1.75 1.75 0 001.1953-1.6562 1.75 1.75 0 00-1.75-1.75 1.75 1.75 0 00-1.75 1.75 1.75 1.75 0 001.1992 1.6582l-.57617 1.7266c-1.4182-.47189-2.4414-1.8074-2.4414-3.3848 0-.85407.30096-1.636.80078-2.25h-.20312c-.47529.62594-.76172 1.4039-.76172 2.25 0 1.6476 1.0703 3.0467 2.5527 3.541l-.53125 1.5918c-2.1498-.71562-3.6992-2.7415-3.6992-5.1328 0-.80376.18019-1.5645.49414-2.25h-.27344c-.3.68995-.46875 1.45-.46875 2.25 0 2.4977 1.6222 4.6176 3.8691 5.3672l-.5332 1.5957c-2.9163-.97108-5.0176-3.7189-5.0176-6.9629 0-.78536.12549-1.5408.35352-2.25h-.35156c-.21832.71185-.33789 1.4668-.33789 2.25 0 3.3883 2.2001 6.2644 5.248 7.2813l-.45508 1.3652c-3.6216-1.206-6.2324-4.618-6.2324-8.6465 0-.77814.10783-1.5291.29102-2.25zm9.2559 5.4141.13281.40234c-.04481.00167-.08954.00195-.13477.00195-.04457 0-.08864-.0003358-.13281-.00195zm-.1875.56445c.06165.00303.12315.00391.18555.00391.06371 0 .12652-.0007439.18945-.00391l.54297 1.6309c-.23975.03243-.48373.05078-.73242.05078-.24803 0-.49133-.01852-.73047-.05078zm-.625 1.8711c.26484.03807.53524.05859.81055.05859.27597 0 .54709-.02035.8125-.05859l.10547.31445-1.8359 1.3672c-.14434-.018-.28809-.04016-.42969-.06641zm2.0625 1.3145.09961.30078c-.20511.03813-.41426.06914-.625.08984zm-2.707.62109c.05178.0099.10411.02039.15625.0293l-.2207.16406zm2.9141 0 .45898 1.377c-.61841.13229-1.2599.20312-1.918.20312-.52281 0-1.0345-.04646-1.5332-.13086l1.7676-1.3145c.41723-.01257.82666-.05807 1.2246-.13477zm.5918 1.7715.50391 1.5117c-.74533.17515-1.5195.27608-2.3145.29297l-1.6895-1.6895c.47254.07216.9566.10938 1.4492.10938.70444 0 1.3898-.07941 2.0508-.22461zm-4.3281.69726 1.0449 1.0449c-.44734-.049308-.8867-.12779-1.3164-.22852zm4.9941 1.2988 1.1406 3.4258-3.1289-3.1289c.68024-.04218 1.3446-.14251 1.9883-.29688z" stroke-width="1.8897" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;font-variation-settings:normal;inline-size:0;isolation:auto;mix-blend-mode:normal;shape-margin:0;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/> -</svg> diff --git a/app/Resources/icons/podcasting/listennotes.svg b/app/Resources/icons/podcasting/listennotes.svg index 05f99886cb..3f7826f123 100755 --- a/app/Resources/icons/podcasting/listennotes.svg +++ b/app/Resources/icons/podcasting/listennotes.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M22.48,21.2a3.61,3.61,0,0,0-.34-.84,7.94,7.94,0,0,0-.84-1.29A13.12,13.12,0,0,0,19,16.81a9.68,9.68,0,0,0-1.46-1l0,0a8.34,8.34,0,0,0,.4-9.31,8.65,8.65,0,0,0-.67-.92A8.32,8.32,0,1,0,4.44,16.21a8.13,8.13,0,0,0,5.32,2.92,8.24,8.24,0,0,0,6.11-1.61.05.05,0,0,0,0,0,9.88,9.88,0,0,0,.91,1.31,13.73,13.73,0,0,0,2,2,10.41,10.41,0,0,0,1.42,1,5.15,5.15,0,0,0,1,.44,1.79,1.79,0,0,0,.69.08.71.71,0,0,0,.37-.12.64.64,0,0,0,.26-.5A1.67,1.67,0,0,0,22.48,21.2ZM10.84,17.46a6.58,6.58,0,0,1,0-13.16h0a6.58,6.58,0,0,1,0,13.16ZM7.62,6.31a7.29,7.29,0,0,1,3,.62,7.77,7.77,0,0,1,4.7,7.17H14.12V14a6.54,6.54,0,0,0-2.86-5.36,6.12,6.12,0,0,0-2.08-.94,5.36,5.36,0,0,0-.89-.16l-.57,0h-.1Zm5.57,8H12a4.39,4.39,0,0,0-1.36-3.18,4.49,4.49,0,0,0-3.2-1.31V8.59a5.8,5.8,0,0,1,5,2.86A5.5,5.5,0,0,1,13.19,14.3ZM7.42,11.71V10.59a3.67,3.67,0,0,1,3.23,1.94,3.42,3.42,0,0,1,.4,1.66H9.94a2.43,2.43,0,0,0-.75-1.76A2.45,2.45,0,0,0,7.42,11.71Zm1.69,2A1.06,1.06,0,1,1,8,12.68a1,1,0,0,1,1.07,1.05Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M22.48,21.2a3.61,3.61,0,0,0-.34-.84,7.94,7.94,0,0,0-.84-1.29A13.12,13.12,0,0,0,19,16.81a9.68,9.68,0,0,0-1.46-1l0,0a8.34,8.34,0,0,0,.4-9.31,8.65,8.65,0,0,0-.67-.92A8.32,8.32,0,1,0,4.44,16.21a8.13,8.13,0,0,0,5.32,2.92,8.24,8.24,0,0,0,6.11-1.61.05.05,0,0,0,0,0,9.88,9.88,0,0,0,.91,1.31,13.73,13.73,0,0,0,2,2,10.41,10.41,0,0,0,1.42,1,5.15,5.15,0,0,0,1,.44,1.79,1.79,0,0,0,.69.08.71.71,0,0,0,.37-.12.64.64,0,0,0,.26-.5A1.67,1.67,0,0,0,22.48,21.2ZM10.84,17.46a6.58,6.58,0,0,1,0-13.16h0a6.58,6.58,0,0,1,0,13.16ZM7.62,6.31a7.29,7.29,0,0,1,3,.62,7.77,7.77,0,0,1,4.7,7.17H14.12V14a6.54,6.54,0,0,0-2.86-5.36,6.12,6.12,0,0,0-2.08-.94,5.36,5.36,0,0,0-.89-.16l-.57,0h-.1Zm5.57,8H12a4.39,4.39,0,0,0-1.36-3.18,4.49,4.49,0,0,0-3.2-1.31V8.59a5.8,5.8,0,0,1,5,2.86A5.5,5.5,0,0,1,13.19,14.3ZM7.42,11.71V10.59a3.67,3.67,0,0,1,3.23,1.94,3.42,3.42,0,0,1,.4,1.66H9.94a2.43,2.43,0,0,0-.75-1.76A2.45,2.45,0,0,0,7.42,11.71Zm1.69,2A1.06,1.06,0,1,1,8,12.68a1,1,0,0,1,1.07,1.05Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/overcast.svg b/app/Resources/icons/podcasting/overcast.svg index 742522639e..3c30ae4a87 100755 --- a/app/Resources/icons/podcasting/overcast.svg +++ b/app/Resources/icons/podcasting/overcast.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M12,22a10,10,0,1,1,.08,0Zm0-3.94.72-.73L12,14.44l-.72,2.89ZM11.06,18l-.39,1.44.89-.88Zm1.88,0-.5.5.89.89Zm.72,2.56L12,18.89l-1.67,1.67a8.51,8.51,0,0,0,1.67.16,5.92,5.92,0,0,0,1.67-.16ZM12,3.22A8.8,8.8,0,0,0,3.22,12a8.65,8.65,0,0,0,5.89,8.22L11,13.28A1.53,1.53,0,0,1,10.33,12,1.67,1.67,0,0,1,12,10.28a1.64,1.64,0,0,1,1.67,1.61v0A1.76,1.76,0,0,1,13,13.28l1.89,6.94A8.71,8.71,0,0,0,20.78,12,8.8,8.8,0,0,0,12,3.22Zm5.72,13.11a.61.61,0,0,1-.89.11.57.57,0,0,1-.11-.83,6.43,6.43,0,0,0,0-7.22.57.57,0,0,1,.11-.83.66.66,0,0,1,.89.11A7,7,0,0,1,19.11,12,7.28,7.28,0,0,1,17.72,16.33Zm-3.06-1.61a.68.68,0,0,1,.06-.94A2.79,2.79,0,0,0,15.33,12a3.2,3.2,0,0,0-.61-1.78.67.67,0,0,1-.05-.94.61.61,0,0,1,.87-.06h0a4.19,4.19,0,0,1,0,5.55.69.69,0,0,1-.89-.06Zm-5.33,0a.63.63,0,0,1-.88.07h0A4.07,4.07,0,0,1,7.38,12,4.19,4.19,0,0,1,8.44,9.22a.62.62,0,0,1,.89.06.68.68,0,0,1-.06.94,2.89,2.89,0,0,0,0,3.55.68.68,0,0,1,.06,1ZM7.16,16.44a.67.67,0,0,1-.89-.11A7,7,0,0,1,4.89,12,7.15,7.15,0,0,1,6.27,7.67a.62.62,0,0,1,.89-.12.55.55,0,0,1,.11.83,6.43,6.43,0,0,0,0,7.22.56.56,0,0,1,0,.79l-.06.05Z" fill-rule="evenodd"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M12,22a10,10,0,1,1,.08,0Zm0-3.94.72-.73L12,14.44l-.72,2.89ZM11.06,18l-.39,1.44.89-.88Zm1.88,0-.5.5.89.89Zm.72,2.56L12,18.89l-1.67,1.67a8.51,8.51,0,0,0,1.67.16,5.92,5.92,0,0,0,1.67-.16ZM12,3.22A8.8,8.8,0,0,0,3.22,12a8.65,8.65,0,0,0,5.89,8.22L11,13.28A1.53,1.53,0,0,1,10.33,12,1.67,1.67,0,0,1,12,10.28a1.64,1.64,0,0,1,1.67,1.61v0A1.76,1.76,0,0,1,13,13.28l1.89,6.94A8.71,8.71,0,0,0,20.78,12,8.8,8.8,0,0,0,12,3.22Zm5.72,13.11a.61.61,0,0,1-.89.11.57.57,0,0,1-.11-.83,6.43,6.43,0,0,0,0-7.22.57.57,0,0,1,.11-.83.66.66,0,0,1,.89.11A7,7,0,0,1,19.11,12,7.28,7.28,0,0,1,17.72,16.33Zm-3.06-1.61a.68.68,0,0,1,.06-.94A2.79,2.79,0,0,0,15.33,12a3.2,3.2,0,0,0-.61-1.78.67.67,0,0,1-.05-.94.61.61,0,0,1,.87-.06h0a4.19,4.19,0,0,1,0,5.55.69.69,0,0,1-.89-.06Zm-5.33,0a.63.63,0,0,1-.88.07h0A4.07,4.07,0,0,1,7.38,12,4.19,4.19,0,0,1,8.44,9.22a.62.62,0,0,1,.89.06.68.68,0,0,1-.06.94,2.89,2.89,0,0,0,0,3.55.68.68,0,0,1,.06,1ZM7.16,16.44a.67.67,0,0,1-.89-.11A7,7,0,0,1,4.89,12,7.15,7.15,0,0,1,6.27,7.67a.62.62,0,0,1,.89-.12.55.55,0,0,1,.11.83,6.43,6.43,0,0,0,0,7.22.56.56,0,0,1,0,.79l-.06.05Z" fill-rule="evenodd" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/playapod.svg b/app/Resources/icons/podcasting/playapod.svg deleted file mode 100644 index c06ebb1a30..0000000000 --- a/app/Resources/icons/podcasting/playapod.svg +++ /dev/null @@ -1,4 +0,0 @@ -<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="M0,0H24V24H0Z" fill="none"/> - <path d="m12.241 21.995c-.34999.0073-.74544.0062-.87877-.0025-.13333-.0086-.41969-.04489-.63635-.08056-.21666-.03565-.49757-.07752-.62424-.093-.12667-.01548-.29712-.05355-.37878-.0846-.08166-.03105-.14848-.04416-.14848-.02914s-.075-.0025-.16666-.03895c-.09167-.03644-.24848-.088-.34848-.11458-.1-.02658-.36069-.11548-.57931-.19754-.21862-.08206-.5868-.23909-.81817-.34894-.23137-.10985-.6056-.31774-.83164-.46196-.22604-.14423-.4282-.26223-.44924-.26223-.02105 0-.24519-.16802-.4981-.37337-.25291-.20535-.64595-.55307-.87342-.77271-.22748-.21964-.55409-.57661-.72581-.79327s-.3274-.40757-.34596-.42423c-.01856-.01666-.1985-.28939-.39986-.60605-.20136-.31666-.40964-.6712-.46283-.78786-.05319-.11666-.1928-.42348-.31025-.6818-.11744-.25833-.20075-.46969-.18512-.46969.01563 0-.0139-.08182-.06561-.18182-.05171-.1-.07991-.18182-.06265-.18182.01725 0-.0063-.10227-.05233-.22727-.04604-.125-.11419-.37727-.15146-.5606-.03726-.18333-.10454-.5412-.14949-.79528-.05267-.29773-.07655-.83635-.06716-1.5151.0091-.65974.05205-1.2558.11492-1.5957.05519-.2984.16946-.7828.25394-1.0764.08448-.29365.2225-.70403.30672-.91197.08422-.20794.2738-.61927.42131-.91406.14752-.2948.37521-.69357.506-.88617s.39826-.55139.59438-.79732c.19612-.24593.56081-.64679.81041-.89079s.72201-.64459 1.0498-.89018c.32778-.24559.91216-.6095 1.2986-.80868.38646-.19918.97789-.45753 1.3143-.57411s.8752-.26907 1.1974-.33887c.32216-.069798.92646-.15602 1.3429-.19161.53676-.04587.97756-.04587 1.5143 0 .41644.035588 1.0207.12181 1.3429.19161.32216.069798.86094.2227 1.1973.33978.33636.11708.87834.34622 1.2044.50919.32606.16298.79432.43228 1.0406.59845s.60676.43486.80112.59708c.19436.16222.5633.5106.81986.77417.25656.26358.55288.58832.65848.72165.1056.13333.32501.43858.48756.67834.16255.23976.41704.67823.56554.97439.14849.29616.32952.68635.40229.86709.07277.18074.1717.45134.21984.60134.04814.15.12418.40908.16898.57575.0448.16666.12778.53484.1844.81817.0675.33773.1087.88425.11964 1.5869.01115.71551-.01121 1.2292-.06724 1.5454-.04616.26051-.11433.62365-.15147.80698-.03714.18333-.09224.40151-.12245.48484-.03021.08333-.06667.20606-.08103.27272-.01436.06666-.09249.29848-.17362.51514-.08114.21666-.23764.58484-.34781.81817-.11016.23333-.36484.68332-.56596.99998-.20112.31666-.54791.79392-.77066 1.0606-.22275.26666-.56456.63723-.75958.82348-.19503.18625-.56152.5067-.81442.71211-.25291.20541-.48146.37347-.5079.37347-.02644 0-.17405.08984-.32803.19965-.15398.10981-.52542.31785-.82541.46232s-.72271.32965-.93938.41152c-.21666.08187-.47575.1706-.57575.19719-.1.02658-.25681.07814-.34848.11458-.09166.03644-.16666.05396-.16666.03895 0-.01502-.06682-.0019-.14848.02914-.08166.03104-.25211.06912-.37878.0846-.12667.01548-.40757.05843-.62424.09545-.21666.03702-.68029.07327-1.0303.08056zm-.30303-1.3561c.56506.0032 1.1567-.03031 1.4848-.08394.29999-.04904.79089-.15996 1.0909-.24649.3-.08653.8229-.28907 1.162-.4501.33911-.16103.81637-.42179 1.0606-.57948.24421-.15769.65601-.46323.91511-.67899s.64665-.59358.86123-.83962c.21458-.24604.52396-.64564.68751-.88801.16355-.24237.41383-.67227.55619-.95533.14236-.28306.32513-.69073.40616-.90592.08103-.21519.21313-.66518.29354-.99998.08042-.3348.17411-.92922.2082-1.3209.04039-.46409.04206-.93916.0048-1.3636-.03144-.35827-.10093-.86323-.15442-1.1221-.053509-.25891-.16593-.68162-.24985-.93937-.083916-.25775-.30223-.77094-.48515-1.1404-.18292-.36948-.54675-.95704-.80853-1.3057-.26178-.34864-.66192-.80786-.88922-1.0205-.2273-.21262-.64586-.55968-.93013-.77123-.28428-.21155-.84414-.54651-1.2441-.74435s-.93616-.42811-1.1915-.51169c-.25533-.083586-.74623-.21266-1.0909-.28683-.51089-.10994-.82818-.13555-1.7175-.13862-.82445-.00285-1.2167.02259-1.606.10413-.28333.059338-.73332.17739-.99998.26235s-.73029.27327-1.0303.41848c-.29999.14521-.75502.40409-1.0112.5753-.25615.1712-.67914.49601-.93999.72178-.26085.22578-.6683.63973-.90544.9199-.23715.28017-.57249.7266-.7452.99207-.17271.26547-.40971.68432-.52666.93077-.11695.24645-.29171.69006-.38835.98579s-.22394.77686-.2829 1.0692c-.07917.39257-.10745.82456-.10821 1.6527-.000779.85015.02528 1.2457.10779 1.6363.05985.28333.16632.70605.23659.93938.07027.23333.27319.73426.45093 1.1132.17774.37892.48035.9233.67246 1.2097.19211.28642.59318.77623.89127 1.0885.29808.31223.76991.73877 1.0485.94785.27859.20909.71383.49876.96719.64373.25336.14496.70879.36332 1.0121.48524.30327.12192.74231.26984.97564.32872.23333.05888.61514.14213.84847.185.23333.04287.84695.0803 1.3636.08317zm1.5151-1.244c-.11666.01962-.2445.0151-.28408-.01003-.03958-.02513-.09883-.11635-.13167-.20271-.03284-.08636-.13145-.60398-.21914-1.1503-.08769-.54628-.20227-1.2613-.25462-1.589-.06905-.43221-.0778-.63393-.03186-.73475.04958-.10882.15626-.15996.49169-.23571.2356-.05321.55799-.16574.71641-.25008.15843-.08434.3176-.15334.35372-.15334.03612 0 .12284.06136.19272.13636.06987.075.44371.8143.83073 1.6429.47358 1.0139.69138 1.5453.66604 1.6251-.02305.07264-.2084.19643-.47817.31937-.24229.11041-.71033.28304-1.0401.38361-.32976.10057-.69502.1989-.81169.21852zm-3.568-4.6298c-.02092-.000484-.07481-.02424-.11975-.05272-.04495-.02848-.07194-.10306-.05999-.16574.01195-.06267.07934-.12221.14976-.1323.07645-.01096.14376.02265.16709.08343.02148.05599.008.13924-.03001.18502-.03799.04577-.08619.08281-.1071.0823zm3.0786-.07183c-.11322.01317-.17257-.01884-.21618-.11656-.05659-.12682-.09894-.13503-.72271-.14006-.61501-.005-.69065-.01908-1.0533-.19662-.38575-.18884-.39255-.18984-.53416-.07844-.07889.06205-.18261.0978-.23048.07943-.04787-.01837-.08704-.07318-.08704-.12181 0-.04863.02881-.14223.06402-.20802.05235-.09782.02665-.17163-.14102-.4051-.11277-.15702-.25099-.38574-.30715-.50828-.05616-.12254-.12906-.36489-.162-.53857-.03293-.17367-.05988-.40483-.05988-.51369 0-.16654-.02958-.20823-.18655-.26295-.12937-.0451-.1803-.098-.16616-.17259.01437-.0758.08734-.11312.24715-.12637.12472-.01035.22703-.05125.22736-.09091.000303-.03965.06585-.21226.14562-.38358.07977-.17132.24995-.42816.37819-.57077.12824-.14261.35588-.33769.50588-.43351.24232-.1548.27272-.1991.27272-.39743 0-.164.02808-.22879.10588-.24424.06967-.013843.12696.034415.16753.14111.06153.16184.06257.16207.53047.1213.28398-.024748.58829-.013944.77184.027404.16666.037543.44729.13867.62362.22473l.32059.15647.14461-.13585c.07953-.074719.1739-.11775.2097-.095625.0358.022126.06509.10135.06509.17604 0 .074698-.03092.16673-.06872.20453-.05122.05121-.01315.1444.14944.3659.11999.16345.2757.43116.34602.59491.07033.16375.1435.48314.16262.70977.03356.39788.04173.41496.23783.4969.11169.04667.20308.11157.20308.14422 0 .03265-.04483.1042-.09962.15899-.05921.05921-.15243.08636-.22981.06695-.11208-.02813-.15354.02093-.29811.35277-.09236.212-.26744.50171-.38907.64381s-.34492.33708-.49619.43329c-.24541.15608-.27504.19914-.27504.39961 0 .19631-.01971.22698-.15606.24284zm-.87422-.85935c.28702-.0134.52142-.06596.7247-.1625.16526-.07848.39917-.24139.51981-.36203.12064-.12064.28542-.3536.36619-.5177.12078-.24541.14669-.38976.14599-.81349-.000727-.4396-.0244-.55957-.16143-.81816-.08832-.16666-.2652-.40395-.39308-.5273-.12788-.12335-.36886-.28571-.53553-.3608-.23077-.10397-.41141-.1358-.75756-.13351-.349.0023-.52489.0365-.75756.14723-.16666.07933-.41276.25396-.54689.38809s-.30877.38023-.38809.54689c-.11074.23267-.14492.40856-.14723.75756-.0022.33627.02995.52742.12369.73468.06969.15408.23018.39468.35666.53468.12648.14.34091.31122.47652.3805.1356.06928.31473.1484.39807.17582.08333.02742.34242.04094.57575.03004zm.0303-.74024c-.12044.01967-.3133-.0023-.44622-.05079-.12876-.04699-.3162-.16259-.41655-.25689-.10034-.0943-.22-.25922-.26589-.36648-.04589-.10726-.08344-.30607-.08344-.4418 0-.13573.05429-.3532.12065-.48327s.2175-.31037.33588-.40066c.14218-.10844.31482-.17373.50864-.19236.16137-.01551.39024.0037.50859.04283.11835.03906.31097.17704.42804.30662.11707.12958.24265.34624.27906.48146.04836.17961.04773.31526-.0024.50342-.03769.14166-.13266.34237-.21103.44601-.07838.10364-.23268.23092-.34289.28285-.11021.05193-.29584.11-.4125.12906zm3.2269-.39913c-.08389.01191-.15133-.0189-.17471-.07983-.02095-.05458-.01008-.12723.02414-.16145.03422-.03422.11284-.05246.17471-.04055.06456.01244.1125.07295.1125.14205 0 .07877-.04723.12709-.13663.13978zm-8.6166-.18277c-.78559-.0085-1.5985-.02423-1.8065-.03497-.30861-.01594-.39053-.04259-.44527-.14487-.04431-.08278-.05305-.31328-.02574-.67893.02274-.30448.08249-.79904.13278-1.099.05029-.3.12994-.63777.17699-.7506.0842-.20192.09009-.20454.37309-.16576.15815.021669.56026.12343.89359.22614.33333.10271.99465.30901 1.4696.45845.57505.18093.89175.31197.94796.39221.07222.1031.07193.16586-.002.43457-.04751.17274-.08771.50497-.08933.7383-.0021.30021-.03128.45576-.09988.53209-.08852.09848-.22101.10651-1.5253.09241zm8.1073-2.9578c-.06537 0-.26039-.13345-.4334-.29655-.173-.1631-.45091-.37621-.61757-.47358-.20199-.118-.30981-.22369-.32337-.31696-.01393-.09578.26222-.60736.87516-1.6213.49253-.81477.94676-1.5088 1.0094-1.5424.09025-.048299.19964-.010021.52678.18433.22708.13491.58654.38712.79879.56048.21225.17336.50182.42518.64348.55959.14166.13442.25757.30062.25757.36933 0 .077399-.21332.33496-.5606.67688-.30833.30357-.89738.85529-1.309 1.2261-.41612.37481-.80117.67411-.86725.67411zm-3.9826-.54637c-.02092-.0004849-.07481-.024233-.11975-.052716-.04494-.028483-.07193-.10306-.05999-.16574.01203-.06304.0825-.12262.15775-.13335.08178-.011665.15069.018849.17282.076529.02024.052762.0032.13649-.038.18606-.04114.049575-.09192.089718-.11284.089208z" stroke-width=".060605"/> -</svg> diff --git a/app/Resources/icons/podcasting/playerfm.svg b/app/Resources/icons/podcasting/playerfm.svg index fc24e26d74..4e0adb9113 100755 --- a/app/Resources/icons/podcasting/playerfm.svg +++ b/app/Resources/icons/podcasting/playerfm.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M11.4,22A9.4,9.4,0,0,1,9.17,3.48,2,2,0,0,1,11.62,5a2,2,0,0,1-1.5,2.44A5.37,5.37,0,0,0,11.4,18h0a5.36,5.36,0,0,0,5.23-4.12,2,2,0,0,1,3.95.95A9.47,9.47,0,0,1,11.4,22Zm9.74-11.24a.84.84,0,0,1-.84-.61,10.1,10.1,0,0,0-6.4-6.51A.84.84,0,1,1,14.36,2h.05A11.81,11.81,0,0,1,22,9.66a.86.86,0,0,1-.56,1.06A.5.5,0,0,1,21.14,10.77Zm-2.78.56a.85.85,0,0,1-.84-.61,7.38,7.38,0,0,0-4.17-4.34.85.85,0,0,1,.51-1.62,8.61,8.61,0,0,1,5.28,5.45.86.86,0,0,1-.56,1.06C18.52,11.27,18.41,11.33,18.36,11.33Zm-2.84.33a.82.82,0,0,1-.78-.5,4.61,4.61,0,0,0-2-2.06.87.87,0,1,1,.78-1.56h0a6.77,6.77,0,0,1,2.78,2.9A.8.8,0,0,1,16,11.53l0,0A.76.76,0,0,1,15.52,11.66Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M11.4,22A9.4,9.4,0,0,1,9.17,3.48,2,2,0,0,1,11.62,5a2,2,0,0,1-1.5,2.44A5.37,5.37,0,0,0,11.4,18h0a5.36,5.36,0,0,0,5.23-4.12,2,2,0,0,1,3.95.95A9.47,9.47,0,0,1,11.4,22Zm9.74-11.24a.84.84,0,0,1-.84-.61,10.1,10.1,0,0,0-6.4-6.51A.84.84,0,1,1,14.36,2h.05A11.81,11.81,0,0,1,22,9.66a.86.86,0,0,1-.56,1.06A.5.5,0,0,1,21.14,10.77Zm-2.78.56a.85.85,0,0,1-.84-.61,7.38,7.38,0,0,0-4.17-4.34.85.85,0,0,1,.51-1.62,8.61,8.61,0,0,1,5.28,5.45.86.86,0,0,1-.56,1.06C18.52,11.27,18.41,11.33,18.36,11.33Zm-2.84.33a.82.82,0,0,1-.78-.5,4.61,4.61,0,0,0-2-2.06.87.87,0,1,1,.78-1.56h0a6.77,6.77,0,0,1,2.78,2.9A.8.8,0,0,1,16,11.53l0,0A.76.76,0,0,1,15.52,11.66Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/plink.svg b/app/Resources/icons/podcasting/plink.svg index ef7781d865..4f31d3e97e 100644 --- a/app/Resources/icons/podcasting/plink.svg +++ b/app/Resources/icons/podcasting/plink.svg @@ -1,3 +1,5 @@ -<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m12.294 21.992c-.34948.01026-.74386.01106-.87642.0018-.13256-.0093-.40863-.03718-.6135-.06198-.20486-.0248-.57954-.08584-.8326-.13564-.25307-.0498-.75592-.18755-1.1174-.30611-.36313-.11912-.93189-.35122-1.2708-.51863-.33742-.16667-.82055-.44081-1.0736-.60921-.25307-.16839-.61788-.43355-.81069-.58923-.19281-.15568-.5777-.5172-.8553-.80336-.2776-.28616-.62542-.67893-.77293-.87281-.14751-.19388-.37679-.51925-.50952-.72305-.13273-.2038-.35073-.58906-.48445-.85615-.13372-.26708-.30106-.63189-.37188-.81069-.070816-.1788-.19007-.51703-.26501-.75162s-.18505-.66842-.24469-.96407c-.059639-.29565-.13146-.77417-.15959-1.0634-.030473-.31318-.040979-.82714-.025985-1.2708.01385-.40973.05593-.94058.09351-1.1797.03758-.23909.12825-.67093.20148-.95963.07322-.2887.20292-.71425.2882-.94565.08529-.23141.2806-.67765.43404-.99166.15344-.31401.43551-.80699.62682-1.0955.19131-.28854.53368-.74153.76082-1.0066.22714-.26512.59921-.64988.82682-.85502.22761-.20514.53215-.46372.67676-.57461.14461-.11089.43054-.31061.63541-.44381.20486-.1332.55982-.34192.78878-.46382.22897-.1219.63997-.31137.91334-.42105.27337-.10968.69734-.25743.94216-.32834.24481-.070909.64231-.16788.88333-.2155.24102-.047614.67431-.11066.96287-.14011.3237-.033032.81886-.044205 1.2927-.029169.47704.015136.96731.059229 1.2939.11637.28922.0506.74438.15017 1.0115.22127.26708.071098.67134.19978.89834.28596.227.086182.65254.27445.94564.41838.2931.14393.74884.40595 1.0127.58227.26391.17632.59596.41511.7379.53065.14194.11554.40229.33958.57856.49787s.48391.47626.68364.7066c.19973.23034.48186.57976.62696.77648.1451.19673.39456.58285.55437.85805.15981.2752.37195.68611.47143.91313.09948.22702.25591.63323.34763.9027.09172.26947.21603.71316.27625.98598.06022.27282.13464.65379.16538.84661.0329.20635.05639.75618.05711 1.3365.000933.75249-.01766 1.1001-.07855 1.468-.04387.26512-.11847.64965-.16576.85451-.0473.20486-.16762.61811-.26739.91833-.09977.30021-.32429.83264-.49894 1.1832-.17465.35053-.4335.8148-.57523 1.0317-.14172.21691-.41665.59158-.61095.8326-.1943.24102-.578.65513-.85266.92025-.27466.26512-.68632.62201-.91479.7931-.22847.17109-.62246.43592-.87553.58851-.25307.15259-.66471.3741-.91475.49223-.25004.11813-.71346.30102-1.0298.40641-.31634.1054-.76251.23313-.99147.28386-.22897.05073-.6135.11984-.85452.15359-.24102.03375-.72414.06975-1.0736.08002zm-.02427-2.2764c.28792-.01107.65274-.03847.81069-.06088.15796-.0224.43453-.07173.6146-.10961.18008-.03788.53503-.13833.78878-.22322.25376-.08489.67829-.25988.94341-.38886.26512-.12899.64965-.34708.85451-.48465.20486-.13757.53314-.38518.7295-.55026s.50757-.46354.69157-.66325c.184-.19972.46196-.5406.61768-.75751.15572-.21692.42003-.67046.58736-1.0079s.36605-.81032.44161-1.0509c.07556-.24056.17713-.62509.22572-.85451.05097-.24069.10257-.7137.12198-1.1183.0185-.38563.02852-.74058.02225-.78878-.0063-.0482-.02401-.2454-.03944-.43821-.01542-.19281-.07819-.57579-.13947-.85107-.06127-.27527-.17064-.66966-.24302-.87642-.07238-.20676-.22722-.57524-.34407-.81884-.11685-.2436-.35018-.64785-.51851-.89834-.16833-.25048-.46176-.6329-.65207-.84981-.19031-.21692-.51224-.53488-.71541-.70659s-.53404-.42396-.7353-.56055c-.20125-.13659-.57599-.35371-.83276-.48249-.25677-.12877-.64426-.29691-.86108-.37364-.21683-.076727-.58531-.18592-.81884-.24265-.23353-.056732-.65642-.12705-.93975-.15626-.3139-.032363-.78999-.043299-1.2187-.027994-.46063.016446-.85485.057131-1.1418.11784-.24102.050996-.66694.16884-.94651.26189-.27956.09304-.71339.27192-.96407.39752-.25067.12559-.60367.32691-.78443.44737-.18076.12046-.4667.32947-.63541.46447-.16871.135-.44564.38397-.6154.55327s-.42926.4597-.57667.64532c-.14741.18562-.37515.511-.50609.72305-.13094.21205-.31929.55686-.41856.76624-.09927.20938-.24829.58405-.33116.8326-.08287.24855-.19311.6578-.24498.90944-.05188.25164-.11163.70196-.13281 1.0007-.02117.29876-.02905.70418-.0175.90093.01154.19675.05053.558.08662.80277.0361.24477.11487.629.17504.85385.06017.22485.17954.58659.26527.80387.08573.21728.24537.56267.35477.76754.1094.20486.29798.52038.41908.70114s.34353.47656.49429.65732c.15077.18076.3891.43948.52964.57493.14054.13545.37384.34108.51844.45695.14461.11587.4404.32744.65732.47015.21691.14271.59159.35543.8326.47272s.64527.28184.89834.36567.66524.19396.91593.24473c.25069.05077.63522.10963.85451.1308.21929.02117.63428.02943.92221.01835zm-.30324-.89852c-.26575-.0026-.66739-.03154-.89253-.06433-.22514-.0328-.59981-.11107-.8326-.17394-.23279-.06288-.60269-.19049-.82199-.28358-.2193-.09309-.56638-.26573-.77128-.38364-.2049-.11791-.52704-.33064-.71585-.47275-.18881-.14211-.50278-.41786-.69771-.61279-.19493-.19492-.47068-.5089-.61279-.69771-.14211-.18882-.35003-.50304-.46205-.69828-.11202-.19524-.28744-.55082-.38982-.79018-.10238-.23936-.24211-.65347-.31052-.92024-.0684-.26677-.14888-.70972-.17885-.98433-.032142-.29457-.043787-.70782-.028401-1.0079.01434-.27973.06728-.72089.11764-.98036.05036-.25947.16119-.67178.24628-.91625.08509-.24447.24027-.61484.34483-.82304.10456-.2082.3137-.56495.46475-.79277.18026-.27189.46399-.60319.82567-.96412.37047-.3697.69525-.64562.99114-.84205.24206-.16069.62659-.38039.85451-.48824.22792-.10784.59188-.25501.8088-.32704.21692-.072029.55215-.16315.74496-.20249.19281-.039338.57316-.092703.84521-.11859.36003-.034257.64623-.033497 1.0517.0028.30639.027423.70459.081139.88489.11937.1803.03823.48596.11921.67923.17996.19327.060747.55694.20712.80815.32527.25121.11815.65546.34627.89834.50692.30303.20044.61399.46496.99103.84303.333.33391.65787.71097.82467.95719.15137.22344.38124.62769.5108.89834.12957.27065.28469.63999.34471.82075.06002.18076.15148.53571.20322.78878.05174.25307.10502.71648.11839 1.0298.01436.33644.0024.75754-.02914 1.0285-.02939.25236-.10992.68245-.17894.95575-.06902.2733-.22115.71757-.33806.98726s-.32336.66783-.45879.88474c-.13543.21692-.40646.58606-.6023.82033-.19584.23427-.55663.5932-.80176.79764-.24513.20443-.65051.49371-.90086.64284-.25034.14912-.66431.35637-.91993.46055-.25562.10418-.6727.23867-.92686.29888-.25415.06021-.62919.12998-.83342.15505-.20423.02507-.58876.04346-.85451.04087zm1.6504-1.8358c.01125 0 .14707-.05145.30182-.11433.15475-.06288.37999-.16426.50054-.22529.12055-.06103.36413-.20871.54129-.32819.17716-.11948.46949-.35724.64964-.52836.18014-.17112.43968-.46005.57674-.64206.13706-.18201.33337-.49282.43624-.69069s.23757-.49366.29934-.65732.15012-.47022.19633-.68125c.04621-.21103.09606-.5857.11078-.8326.01491-.25016.0049-.62543-.02242-.84758-.02706-.21926-.08819-.55115-.13585-.73752-.047668-.18637-.15548-.50763-.23958-.71392-.084103-.20628-.25705-.54361-.38433-.74963-.14992-.24265-.40118-.54702-.71345-.86424-.26512-.26932-.60757-.57358-.761-.67613-.15343-.10255-.43412-.26412-.62377-.35904-.18964-.094919-.48224-.21933-.65022-.27646-.16798-.057133-.46901-.13903-.66896-.18199-.2574-.055307-.55546-.078113-1.0209-.078113-.47034 0-.76328.022708-1.0298.079827-.20486.043905-.51052.12935-.67923.18987-.16871.060525-.44479.17887-.6135.26298-.16871.084115-.44478.24406-.6135.35544-.16871.11138-.46275.35066-.65342.53174-.19067.18108-.46386.48653-.60709.67878s-.3484.52473-.45594.73886c-.10754.21413-.25098.55968-.31876.7679-.06777.20822-.14434.51662-.17014.68533-.0258.16871-.05927.40229-.0744.51906l-.02749.21231.47439-.25168c.26091-.13842.49265-.268.51497-.28796.02232-.01995.08716-.19943.14408-.39884.05692-.19941.17024-.50437.25182-.67769.08158-.17332.23216-.43953.33462-.59159.10246-.15206.33569-.42586.51828-.60845.1826-.18259.45031-.4116.59492-.5089.14461-.097302.38124-.23645.52586-.30922.14461-.072771.42336-.18289.61944-.24471.19608-.061821.53131-.13569.74496-.16416.22574-.030077.55544-.040046.78709-.023798.21925.015378.56434.069262.76687.11974.20253.050481.52977.16679.7272.25847.19743.091677.47312.24245.61264.33506.13952.092606.38029.28669.53504.4313.15475.14461.37879.3911.49788.54777.11909.15666.31272.48203.43031.72305.11758.24102.25364.60583.30235.81069.0487.20486.10112.54996.11647.76687.01617.22848.0062.55781-.02385.78284-.02847.21365-.10234.54888-.16416.74496-.06182.19608-.17194.47482-.24471.61943-.07278.14461-.20715.37326-.29862.50811-.09147.13485-.26829.35676-.39293.49314s-.3774.36153-.5617.50035c-.18429.13882-.46811.32116-.63071.4052l-.29563.1528-.000544.28484c-.000307.15666-.01298.38837-.02818.5149s-.01843.23006-.0072.23006z" stroke-width=".043821"/> -</svg> +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0 0h24v24H0Z" fill="none" /> + <path d="M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2Zm0 18a8 8 0 1 1 8-8 8 8 0 0 1-8 8Z" /> + <path d="M12 5.23A6.75 6.75 0 1 0 18.75 12 6.75 6.75 0 0 0 12 5.23Zm1.63 11V14.8a3.24 3.24 0 1 0-4.73-3.72l-1.35.39a4.49 4.49 0 1 1 6.08 4.71Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/pocketcasts.svg b/app/Resources/icons/podcasting/pocketcasts.svg index bb55131204..62b2b533f6 100755 --- a/app/Resources/icons/podcasting/pocketcasts.svg +++ b/app/Resources/icons/podcasting/pocketcasts.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M2,12a10,10,0,0,1,20,0H19.5A7.5,7.5,0,1,0,12,19.5V22A10,10,0,0,1,2,12Zm10,6a6,6,0,1,1,6-6H15.83A3.83,3.83,0,1,0,12,15.83h0Z" fill-rule="evenodd"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M2,12a10,10,0,0,1,20,0H19.5A7.5,7.5,0,1,0,12,19.5V22A10,10,0,0,1,2,12Zm10,6a6,6,0,1,1,6-6H15.83A3.83,3.83,0,1,0,12,15.83h0Z" fill-rule="evenodd" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/podbean.svg b/app/Resources/icons/podcasting/podbean.svg index c8577b5f88..71d160bd01 100755 --- a/app/Resources/icons/podcasting/podbean.svg +++ b/app/Resources/icons/podcasting/podbean.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M11.79,4.1a10.58,10.58,0,0,1,1.69.08,10.85,10.85,0,0,1,1.38.27,12.06,12.06,0,0,1,2,.68A11.42,11.42,0,0,1,19,6.4,10.4,10.4,0,0,1,20,7.31c.2.2.41.4.61.61a11.51,11.51,0,0,1,1.23,1.64A1.36,1.36,0,0,1,22,10a1.25,1.25,0,0,1-.43,1,1.16,1.16,0,0,1-.67.26A1.14,1.14,0,0,1,20,11a5.65,5.65,0,0,1-.56-.73A9.11,9.11,0,0,0,17.12,8a10,10,0,0,0-1.4-.77c-.18-.08-.37-.14-.55-.21a6.54,6.54,0,0,0-1.31-.37,8.88,8.88,0,0,0-1.78-.18,8.27,8.27,0,0,0-1.79.14A9.52,9.52,0,0,0,8.9,7a9.33,9.33,0,0,0-4.12,2.9c-.19.25-.38.49-.54.75a1.72,1.72,0,0,1-.36.4,1.14,1.14,0,0,1-.44.18,1.51,1.51,0,0,1-.56,0,1.14,1.14,0,0,1-.7-.52,1.21,1.21,0,0,1-.11-1,2,2,0,0,1,.17-.32A11.7,11.7,0,0,1,6.36,5.54a12.77,12.77,0,0,1,2.12-.91A12,12,0,0,1,11.79,4.1Zm.12,4.3a7.24,7.24,0,0,1,5.21,2.1,6.88,6.88,0,0,1,1.05,1.3,1.27,1.27,0,0,1,.09,1,1.24,1.24,0,0,1-.65.68,1.2,1.2,0,0,1-1.21-.16,1.34,1.34,0,0,1-.31-.36,6.31,6.31,0,0,0-.71-.84A4.85,4.85,0,0,0,13,10.89a6.09,6.09,0,0,0-1.13-.1,4.91,4.91,0,0,0-2.7.88,5.55,5.55,0,0,0-.94.87c-.19.23-.34.49-.54.71a1.2,1.2,0,0,1-1.69,0,1.13,1.13,0,0,1-.29-.51,1.06,1.06,0,0,1,0-.61,1.86,1.86,0,0,1,.23-.47,9.71,9.71,0,0,1,.86-1.06A7.92,7.92,0,0,1,8,9.57a7.16,7.16,0,0,1,1.38-.7A7.33,7.33,0,0,1,11.91,8.4Zm-.09,4.65a3.7,3.7,0,0,1,3.89,3.42,5.13,5.13,0,0,1,0,1,3.92,3.92,0,0,1-1.19,2.12,3.74,3.74,0,0,1-1.76.89,4,4,0,0,1-1.25,0A3.88,3.88,0,0,1,10.16,20a4.32,4.32,0,0,1-1.1-.94,5.11,5.11,0,0,1-.57-1,3.76,3.76,0,0,1,1.39-4.36,3.59,3.59,0,0,1,1.94-.66m0,1.77a3.21,3.21,0,0,0-.63.14,2.77,2.77,0,0,0-.6.41,2,2,0,0,0-.47,2.09,2.12,2.12,0,0,0,.61.86,2.61,2.61,0,0,0,.77.37,3.08,3.08,0,0,0,.68,0,1.7,1.7,0,0,0,.9-.33,1.93,1.93,0,0,0,.82-1.29A2.21,2.21,0,0,0,13.81,16a2.57,2.57,0,0,0-.34-.54,2,2,0,0,0-1.61-.65Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M11.79,4.1a10.58,10.58,0,0,1,1.69.08,10.85,10.85,0,0,1,1.38.27,12.06,12.06,0,0,1,2,.68A11.42,11.42,0,0,1,19,6.4,10.4,10.4,0,0,1,20,7.31c.2.2.41.4.61.61a11.51,11.51,0,0,1,1.23,1.64A1.36,1.36,0,0,1,22,10a1.25,1.25,0,0,1-.43,1,1.16,1.16,0,0,1-.67.26A1.14,1.14,0,0,1,20,11a5.65,5.65,0,0,1-.56-.73A9.11,9.11,0,0,0,17.12,8a10,10,0,0,0-1.4-.77c-.18-.08-.37-.14-.55-.21a6.54,6.54,0,0,0-1.31-.37,8.88,8.88,0,0,0-1.78-.18,8.27,8.27,0,0,0-1.79.14A9.52,9.52,0,0,0,8.9,7a9.33,9.33,0,0,0-4.12,2.9c-.19.25-.38.49-.54.75a1.72,1.72,0,0,1-.36.4,1.14,1.14,0,0,1-.44.18,1.51,1.51,0,0,1-.56,0,1.14,1.14,0,0,1-.7-.52,1.21,1.21,0,0,1-.11-1,2,2,0,0,1,.17-.32A11.7,11.7,0,0,1,6.36,5.54a12.77,12.77,0,0,1,2.12-.91A12,12,0,0,1,11.79,4.1Zm.12,4.3a7.24,7.24,0,0,1,5.21,2.1,6.88,6.88,0,0,1,1.05,1.3,1.27,1.27,0,0,1,.09,1,1.24,1.24,0,0,1-.65.68,1.2,1.2,0,0,1-1.21-.16,1.34,1.34,0,0,1-.31-.36,6.31,6.31,0,0,0-.71-.84A4.85,4.85,0,0,0,13,10.89a6.09,6.09,0,0,0-1.13-.1,4.91,4.91,0,0,0-2.7.88,5.55,5.55,0,0,0-.94.87c-.19.23-.34.49-.54.71a1.2,1.2,0,0,1-1.69,0,1.13,1.13,0,0,1-.29-.51,1.06,1.06,0,0,1,0-.61,1.86,1.86,0,0,1,.23-.47,9.71,9.71,0,0,1,.86-1.06A7.92,7.92,0,0,1,8,9.57a7.16,7.16,0,0,1,1.38-.7A7.33,7.33,0,0,1,11.91,8.4Zm-.09,4.65a3.7,3.7,0,0,1,3.89,3.42,5.13,5.13,0,0,1,0,1,3.92,3.92,0,0,1-1.19,2.12,3.74,3.74,0,0,1-1.76.89,4,4,0,0,1-1.25,0A3.88,3.88,0,0,1,10.16,20a4.32,4.32,0,0,1-1.1-.94,5.11,5.11,0,0,1-.57-1,3.76,3.76,0,0,1,1.39-4.36,3.59,3.59,0,0,1,1.94-.66m0,1.77a3.21,3.21,0,0,0-.63.14,2.77,2.77,0,0,0-.6.41,2,2,0,0,0-.47,2.09,2.12,2.12,0,0,0,.61.86,2.61,2.61,0,0,0,.77.37,3.08,3.08,0,0,0,.68,0,1.7,1.7,0,0,0,.9-.33,1.93,1.93,0,0,0,.82-1.29A2.21,2.21,0,0,0,13.81,16a2.57,2.57,0,0,0-.34-.54,2,2,0,0,0-1.61-.65Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/podcastaddict.svg b/app/Resources/icons/podcasting/podcastaddict.svg index 2db5845757..83e0243279 100755 --- a/app/Resources/icons/podcasting/podcastaddict.svg +++ b/app/Resources/icons/podcasting/podcastaddict.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M22,11.77A10,10,0,1,0,7.3,20.83V12a4.76,4.76,0,0,1,3.86-4.66V9a3.12,3.12,0,0,0-2.24,3v0h0a3.13,3.13,0,0,0,6.13.85h1.66a4.74,4.74,0,0,1-5.56,3.76,4.59,4.59,0,0,1-2.23-1.09v6A10.33,10.33,0,0,0,12,22a10,10,0,0,0,5.61-1.72V22H22Zm-9.95,2a1.83,1.83,0,1,1,1.82-1.83h0a1.81,1.81,0,0,1-1.81,1.82ZM16.79,12H15.18a3.13,3.13,0,0,0-3.13-3.13h0V7.2h0A4.75,4.75,0,0,1,16.79,12h0Zm2.78,0H18A5.93,5.93,0,0,0,12.05,6h0V4.42h0A7.53,7.53,0,0,1,19.57,12Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M22,11.77A10,10,0,1,0,7.3,20.83V12a4.76,4.76,0,0,1,3.86-4.66V9a3.12,3.12,0,0,0-2.24,3v0h0a3.13,3.13,0,0,0,6.13.85h1.66a4.74,4.74,0,0,1-5.56,3.76,4.59,4.59,0,0,1-2.23-1.09v6A10.33,10.33,0,0,0,12,22a10,10,0,0,0,5.61-1.72V22H22Zm-9.95,2a1.83,1.83,0,1,1,1.82-1.83h0a1.81,1.81,0,0,1-1.81,1.82ZM16.79,12H15.18a3.13,3.13,0,0,0-3.13-3.13h0V7.2h0A4.75,4.75,0,0,1,16.79,12h0Zm2.78,0H18A5.93,5.93,0,0,0,12.05,6h0V4.42h0A7.53,7.53,0,0,1,19.57,12Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/podcastchapters.svg b/app/Resources/icons/podcasting/podcastchapters.svg deleted file mode 100644 index 6d06725c33..0000000000 --- a/app/Resources/icons/podcasting/podcastchapters.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m4.4351 20.756c-.04703 0-.08551-.01072-.08551-.02381 0-.0131-.07196-.47935-.15991-1.0361-.08795-.55678-.23089-1.4609-.31765-2.0091-.08676-.54823-.20294-1.2801-.25817-1.6263-.05523-.34625-.18496-1.1725-.28827-1.8362-.10331-.66365-.26876-1.7142-.36768-2.3346-.09891-.62037-.22848-1.4466-.28792-1.8362-.05945-.38953-.14278-.90891-.18518-1.1542-.0424-.24526-.14967-.90629-.23837-1.4689-.0887-.56266-.18398-1.1971-.21174-1.4098-.02775-.21275-.04177-.39552-.03115-.40614.01062-.01062.30085-.06539.64494-.1217.34409-.05631.93252-.15058 1.3076-.20949.37511-.05891 1.2132-.18994 1.8624-.29118.64922-.10124 1.3929-.2192 1.6526-.26212.25969-.04292.69178-.11411.96021-.1582.26843-.04409.72879-.11575 1.023-.15924.29423-.04349.83006-.12633 1.1907-.18409.36068-.05776.82104-.12829 1.023-.15674.20198-.02845.72136-.11186 1.1542-.18535.43281-.07349 1.0112-.16676 1.2853-.20727.27412-.04051.72267-.10821.99678-.15045.27412-.04224.82368-.12919 1.2212-.19323.39757-.06403.73585-.10343.75173-.08755.01588.01588.06083.17849.09988.36136.03906.18287.08467.41512.10137.51611.02862.17307.06424.20104.61997.48684.32429.16677.77848.44406 1.0093.61619.23083.17213.62537.51777.87675.76808s.58991.63963.75228.86516c.16238.22552.39524.58553.51747.80002.12223.21448.30769.61024.41213.87946.10444.26921.23624.66654.2929.88295.05665.21641.13467.59414.17337.8394.03871.24526.06893.75283.06715 1.1279-.0019.40406-.04182.90651-.09793 1.2329-.0521.30297-.17396.79393-.27082 1.091-.09686.2971-.28526.75627-.41867 1.0204-.13341.26412-.32579.61124-.42752.77138-.10173.16014-.29274.42101-.42448.57971-.13174.1587-.40365.4606-.60424.67089l-.36471.38235.03225.40458c.01773.22252.0472.50073.06548.61824l.03324.21366-.91063.14719c-.50085.08096-1.1231.19383-1.3828.25084s-.77906.15944-1.1542.22764c-.37511.06819-.90629.14856-1.1804.17859-.27412.03003-.64004.06705-.81316.08224-.17313.0152-.46823.05104-.65578.07964s-.6243.09779-.97055.15375c-.34625.05596-.86563.13863-1.1542.18372-.28854.04508-.80792.12748-1.1542.18309-.34625.05562-.93645.14888-1.3116.20727-.3751.05838-1.1188.17591-1.6526.26118-.5338.08527-1.3511.21562-1.8162.28965-.46513.07404-.88418.13461-.9312.13461zm1.0539-1.155c.02255-.000419.06849-.0183.1021-.03968.04536-.02886.04193-.0651-.01332-.14065-.05528-.07561-.08965-.08654-.13365-.04254-.03258.03258-.04504.09623-.02768.14145.01736.04522.05.08186.07255.08141zm.69612-.10412c.02509 0 .08272-.0371.12806-.08245.04534-.04534.08244-.05715.08244-.02623s.02951.05031.06558.0431c.03607-.0073.08293-.03672.10412-.06558.0212-.02885.03965-.0053.04102.05246.0021.09065.01117.09422.06638.02623.03515-.04328.11113-.08465.16883-.09193.05771-.0073.18164-.01909.27541-.02623.12142-.0093.17049-.03904.1705-.10349 1.5e-5-.07378-.03147-.0845-.17048-.05804-.09378.01786-.17951.04004-.19052.04931-.01101.0093-.06176-.0055-.1128-.03281-.06584-.03524-.10065-.02915-.11988.02096-.01841.04796-.11216.06791-.29228.06219-.18377-.0059-.27375.01391-.29309.06432-.01535.04-.01464.09421.0016.12046.01622.02625.05002.04773.07512.04773zm1.3244-.23028c.09329-.01471.17768-.05092.18754-.08049.01075-.03227.06854-.02058.14462.02926.11072.07255.13046.07322.15652.0053.01881-.04902.08679-.07285.18415-.06456.11905.01012.15434-.0087.15434-.08229 0-.05247-.02361-.11-.05246-.12783-.02885-.01784-.05246-.01333-.05246.01002s-.05312.04511-.11804.04837c-.06492.0032-.22428.02189-.35412.0414s-.24351.05683-.25259.08293c-.0091.0261-.05039.03446-.09181.01856-.04687-.01799-.0753.0041-.0753.05856 0 .06911.03558.08185.16962.06073zm-1.2844-.26318c.1082-.0093.23584-.02009.28363-.02402.05975-.0049.07836-.03978.05959-.11157-.0209-.0799-.05653-.09709-.15175-.07319-.06845.01718-.18377.03466-.25629.03884-.08637.005-.13186.03852-.13188.09721-2.9e-5.07157.03956.0862.1967.07272zm.49402-.03117c.02404 0 .04372-.04013.04372-.08919 0-.06936.01399-.0752.06296-.02623.03463.03463.08184.06296.10492.06296.02308 0 .04197-.03541.04197-.07869 0-.05496-.05537-.07869-.18362-.07869-.11804 0-.18362.02498-.18362.06995 0 .03847.01574.08569.03498.10492.01924.01924.05465.03497.07869.03497zm.43409-.10492c.07043 0 .1397-.01883.15393-.04186.01423-.02302.0089-.06935-.0119-.10295-.02077-.03361-.09003-.04743-.15393-.03072-.06389.01671-.11616.06304-.11616.10296 0 .04197.054.07257.12806.07257zm-1.7837-.15739c.04158 0 .09029-.02377.10825-.05283.01796-.02905-.0041-.06694-.04906-.08419-.04494-.01724-.06866-.05249-.05269-.07833.01597-.02583.004-.04696-.02654-.04696-.03056 0-.05556.05902-.05556.13116 0 .07922.02994.13116.0756.13116zm.86066-.09368c.02354-.03709.1117-.08117.19593-.09795.08423-.01678.21216-.03721.28429-.04539.07214-.0082.19608-.01722.27543-.02008.08704-.0031.14427-.03469.14427-.07952 0-.04088.02951-.08831.06558-.1054s-.04066-.01946-.1705-.0053c-.12984.01421-.3069.03941-.39347.05599-.08656.01658-.24592.04987-.35412.07398-.11328.02524-.19673.02395-.19673-.0031 0-.02577-.02361-.04687-.05246-.04687s-.05246.06177-.05246.13727c0 .11145.01974.13211.10492.10984.06007-.01571.10527-.0015.10573.03323.000538.04056.01499.03832.0436-.0068zm1.2432-.23858c.0459 0 .06933-.03028.05411-.06995-.01477-.03847.0059-.06995.04583-.06995.03997 0 .08194.02779.09326.06175s.04767.04501.08077.02455.04747-.07035.03192-.11087c-.01791-.04666-.10363-.07262-.23379-.07083-.15808.0022-.20552.02361-.20552.09283 0 .0495.0118.1018.02623.11623.01443.01443.06266.02623.10718.02623zm5.7817-.0082c.07935-.0204.2387-.04737.35412-.05994s.23896-.03296.27454-.04531c.03558-.01235.05049-.05946.03313-.1047-.01743-.04541-.06989-.07117-.11716-.05751-.04708.0136-.18003.04063-.29544.06005s-.25116.03407-.30166.03254c-.05842-.0017-.09181.03627-.09181.10458 0 .09113.02181.10175.14427.07026zm-5.3118-.07921c.04328 0 .07869-.03541.07869-.07869s-.03541-.07869-.07869-.07869-.07869.03541-.07869.07869.03541.07869.07869.07869zm.22377-.02623c.0212-.02885.12117-.05799.22216-.06474.10099-.0067.22493-.01412.27543-.01638.05542-.0024.09181-.04562.09181-.10886 0-.05762-.01913-.09293-.04252-.07848s-.16504.03187-.31477.0387c-.25446.01161-.2722.02124-.27145.14732.000419.07419.01814.11129.03935.08244zm-2.8503-.02623c.12237 0 .12911-.01014.06984-.10506-.03609-.05779-.08941-.09714-.11848-.08746-.02908.0097-.06051.05696-.06984.10506-.0123.06344.02024.08746.11848.08746zm8.8171-.01203c.08643-.0072.13116-.04253.13116-.10375 0-.067-.03655-.08987-.13116-.08204-.08643.0072-.13116.04253-.13116.10375 0 .067.03655.08987.13116.08204zm.43076-.06365c.04192-.01609.10796-.02925.14677-.02925.0388 0 .08135-.04131.09455-.09181.01806-.06909.0255-.0626.03008.02623.0033.06492.02969.11804.05855.11804.02885 0 .05432-.05312.05661-.11804.0023-.06492.01605-.08853.0306-.05246s.0599.06558.10078.06558c.04088 0 .07432-.0099.07432-.02194 0-.01207-.01307-.056-.02905-.09762-.02315-.06034-.07841-.06646-.27247-.03021-.13388.02502-.28607.03194-.33819.0154-.05212-.01654-.09477-.0068-.09477.02162 0 .02843.01485.09041.033.13771.01853.04828.06643.07317.10922.05675zm-8.5537-.029268c.03847 0 .07031-.02951.07075-.06558.000582-.04749.01344-.04563.0466.0067.02519.03977.07218.05599.10444.03605.03226-.01994.15294-.03755.26818-.03914.16938-.0023.20953-.02188.20953-.10194 0-.08865-.02888-.09561-.27543-.06634-.15148.01799-.29313.04312-.31477.05586-.02164.01274-.0417-.0078-.04458-.04551-.0029-.03777-.02413-.0097-.04723.06248-.02801.08744-.04374.10055-.04723.03935-.0029-.0505-.02884-.09181-.05769-.09181s-.05246.03148-.05246.06995.01574.08569.03497.10492c.01924.01924.06645.03497.10492.03497zm2.9855-.02342c.07359-.0039.15558-.04159.1822-.08368.03307-.05228.04866-.05575.04921-.01095.00042.03607.05982.06558.13196.06558.09221 0 .13116-.02857.13116-.09618 0-.0529-.01554-.11172-.03452-.1307-.01898-.01898-.06607-.0083-.10462.02366-.03856.032-.12926.04687-.20156.03305-.09535-.01823-.1326-.0019-.1356.05941-.0026.0543-.01361.06108-.0306.01896-.01456-.03607-.0599-.06558-.10078-.06558-.04088 0-.07432.03148-.07432.06995s.01207.08202.02684.09679c.01476.01476.08705.02362.16064.01969zm3.4371-.13397c.02377-.08353.03923-.09782.04256-.03935.0029.05049.02884.09181.05769.09181s.05246-.02168.05246-.04817-.01298-.08202-.02886-.12338c-.01824-.04754-.07615-.06616-.15739-.05063-.07069.01351-.12853.03518-.12853.04813 0 .01296.02806.07513.06236.13816l.06237.11459zm-5.4494.01921c.03046-.01882.09967-.03674.15383-.03983.05416-.0031.09816-.02332.09779-.04496-.000367-.02164-.000672-.05983-.000672-.08486s-.09505-.04015-.21123-.03359c-.11618.0066-.22354.02423-.23858.03927-.01504.01504.01109.06579.05808.11277.04698.04698.11034.07002.14079.0512zm2.6673.03325c.02715 0 .05123-.02951.05351-.06558.0033-.05211.0096-.05205.03071.000315.01461.03625.04816.05256.07455.03625.02639-.0163.04799-.07547.04799-.13147 0-.05601-.02361-.10183-.05246-.10183s-.05246.02286-.05246.05082c0 .02795-.03303.03814-.07339.02266s-.08897-.003-.10802.02788c-.01905.03082-.02004.07965-.0022.1085.01783.02885.05464.05246.08179.05246zm5.6759 0c.05711 0 .09112-.02833.07872-.06558-.01201-.03607-.05725-.07245-.10055-.08085-.0433-.0084-.07872.02111-.07872.06558 0 .04471.04495.08085.10055.08085zm.24235-.022c.02509-.0155.17264-.04328.32789-.06172.15525-.01844.29895-.04332.31933-.05528.02038-.01196.02465-.05407.0095-.09359-.01516-.03951-.06911-.08271-.11989-.09599-.05077-.01328-.1338.0062-.1845.04326-.05687.04159-.16416.05572-.28008.03692-.16323-.02649-.1833-.0185-.15287.06079.01926.0502.03503.11435.03503.14254 0 .0282.02053.03859.04562.02307zm-5.5564-.07937c.01946-.03149.06027-.0321.10851-.0016.04252.02689.09502.04925.11666.04969.02164.00042.03935-.0375.03935-.08432 0-.06622.01599-.07184.07205-.02532.03963.03289.11045.04506.15739.02704.04694-.01801.08571-.05974.08614-.09271.000551-.04112.01291-.04246.03935-.0043.02119.03063.09166.05508.15658.05433.08759-.000961.11804-.03228.11804-.12126 0-.06595-.02244-.11991-.04986-.11991s-.07392.04131-.10333.09181c-.02941.05049-.05419.06623-.05507.03497-.000875-.03126-.037-.05683-.08029-.05683-.04328 0-.07869.03317-.07869.0737 0 .05712-.02012.05357-.08947-.01577-.05788-.05787-.09647-.06846-.1093-.02998-.0109.03271-.05131.05948-.08978.05948s-.08186.02951-.09641.06558c-.01456.03607-.02869.01836-.03141-.03935-.0041-.08757-.01349-.09191-.05661-.02623-.04592.06995-.0574.06995-.10332 0-.04259-.06488-.0518-.05951-.05246.0306-.000419.06011.01529.12539.03496.14506.01967.01966.0498.01305.066961-.01472zm-2.6034-.0036c.03847 0 .08597-.01602.10555-.0356.01958-.01958.12385-.03728.23171-.03935.16205-.0031.19902-.02425.21288-.12179.0092-.06492-.0071-.11804-.03625-.11804-.02916 0-.0645.01859-.07855.04131-.01404.02273-.13348.03727-.26541.03234-.22027-.0083-.23987.0012-.23987.11607 0 .06923.03122.12505.06995.12505zm5.6616-.0153c.03607-.01323.05793-.05585.04858-.09471-.01252-.05204.0082-.04874.07869.01256.06498.0565.15884.07524.29242.05836.1082-.01367.19673-.04844.19673-.07726 0-.02929.05618-.03831.12736-.02044.07982.02003.15658.0027.20563-.04631.0466-.0466.08563-.0562.09646-.0237.01133.03399.10196.04117.2403.01906.16046-.02566.2221-.06035.2221-.12499 0-.04921-.03541-.08948-.07869-.08948s-.07869.0144-.07869.032-.10033.0292-.22296.02579c-.13344-.0038-.28949.0331-.38866.09172-.11274.06664-.17212.07865-.18581.03759-.01316-.03949-.07844-.04753-.18888-.02327-.09508.02088-.1543.06049-.13562.0907.01823.0295-.02476.0157-.09554-.03068s-.14451-.0685-.16385-.04916c-.01934.01933-.03516.08041-.03516.13571 0 .05829.02756.09045.06558.07651zm-4.8555-.11954c.07486-.0082.1559-.04615.18009-.0843.02419-.03814.04434-.08541.04478-.10504.000442-.01962-.07002-.01537-.15658.0095-.10866.03116-.15739.02678-.15739-.01416 0-.04078-.01691-.04238-.05418-.0051-.0298.0298-.04038.09016-.0235.13413.01897.04945.08261.07425.16679.06501zm.46608-.04278c.0693-.03212.1269-.09382.12801-.1371.0016-.06136.01391-.05823.0561.01422.02975.0511.08013.07682.11196.05715.03183-.01967.13071-.04493.21974-.05613s.20319-.02068.25368-.02106c.05049-.000367.09367-.04055.09595-.08925.0025-.05461.01429-.06341.0306-.02297.01456.03607.0599.06558.10078.06558.04088 0 .07432-.025.07432-.05556s.02625-.03934.05833-.01951c.03208.01982.07894.0035.10412-.03625.03317-.05236.04602-.05421.04659-.0067.00042.03607.03449.06558.075652.06558.04116 0 .08564-.04131.09884-.09181.01806-.06908.0255-.0626.03008.02623.0033.06494.02969.11806.05855.11806.02885 0 .05246-.05902.05246-.13116 0-.1083-.02515-.13102-.14427-.13035-.07935.00042-.17889.0227-.22121.04946-.04877.03085-.10158.0282-.14427-.0073-.048-.03981-.06733-.03895-.06733.003 0 .03239-.01771.05609-.03935.05267-.02164-.0034-.07897-.0034-.12741 0-.04843.0034-.12516.04331-.1705.08865-.04766.04766-.08244.05742-.08244.02314 0-.03261-.02361-.04472-.05246-.02688s-.05246.0073-.05246-.02358c0-.03749-.03035-.03941-.09181-.0058-.05049.02762-.2005.06416-.33334.0812-.21812.02798-.23927.0428-.21822.1529.0207.10829.03739.11539.14931.06351zm-2.7555-.03217c.02715 0 .04973-.02951.05017-.06558.000498-.04061.01548-.04561.03935-.01312.0212.02885.07939.0522.12932.05189.04993-.000315.13699-.04014.19347-.0885.05648-.04836.11006-.06594.11907-.03906.0099.02959.14576.02606.34427-.0089.21765-.03836.32789-.08236.32789-.13087 0-.04019-.03541-.07309-.07869-.07309s-.07905.02951-.0795.06558c-.000624.05085-.01043.0504-.0437-.002-.03094-.04877-.07918-.05382-.1731-.01811-.07161.02723-.29393.06512-.49404.08422-.20011.0191-.38421.05469-.40911.07911-.02489.02442-.0294.07006-.01002.10144.01938.03136.05746.05703.08461.05703zm8.9448-.05246c.04158 0 .0756-.025.0756-.05556s-.02361-.04096-.05246-.02314c-.02885.01784-.05246.0074-.05246-.02314 0-.03056.025-.05556.05556-.05556s.03957-.02587.02002-.0575c-.02439-.03946-.06022-.03281-.11423.02119-.04328.04328-.0627.10457-.04316.13619.01954.03163.06956.0575.11113.0575zm-2.5716-.05246c.0095 0 .07731-.02286.15077-.05078.08927-.03394.12334-.07743.10273-.13116-.01696-.04421-.06372-.08037-.10392-.08037-.0402 0-.07474.04131-.07677.09181-.0032.08006-.0088.07882-.04341-.0096-.02476-.06323-.05307-.07984-.07518-.04409-.0195.03155-.02105.0949-.0034.14079.01761.04589.03976.08342.04922.08342zm2.8274 0c.07026 0 .18672-.02243.25882-.04984.09323-.03545.13758-.03166.15362.01311.0124.03463.03533.05115.05097.03672.01563-.01443.03658-.07345.04653-.13116.01344-.07791-.0089-.10279-.08683-.09663-.05771.0046-.16394.02051-.23608.03545-.07214.01493-.17247.02891-.22296.03105-.05049.0022-.09181.03931-.09181.08259 0 .0484.04917.07869.12774.07869zm.75144-.07842c.05025-.02026.1799-.04943.2881-.06481.14689-.02088.19673-.05272.19673-.12566 0-.08337-.02885-.0932-.19673-.06703-.1082.01687-.23758.03003-.28751.02925-.04993-.000781-.10514.02182-.12269.05022-.01755.0284-.01782.08837-.000593.13326.02046.05332.06301.06885.12269.04478zm-2.7812-.04632c.05063-.01488.1865-.04474.30192-.06637.11542-.02162.25325-.03285.30629-.02495.0687.01023.09112-.01322.07796-.08153-.01389-.07207-.06393-.09484-.20137-.09166-.10058.0024-.23238.03073-.29288.06312-.08187.04382-.12548.04341-.1705-.0016-.04506-.04506-.07567-.04534-.11993-.001-.03268.03268-.0446.09806-.02649.14527.01984.0517.06955.07508.12501.05878zm3.4339-.1178c.02804-.01733.20832-.04304.40062-.05712.1923-.01409.37915-.02718.41521-.02911.03607-.0019.06558-.01865.06558-.03719 0-.01853-.03541-.07952-.07869-.13553-.0779-.10081-.07949-.10081-.15739 0-.04328.05601-.07869.07484-.07869.04184 0-.04023-.09499-.05326-.28823-.03955-.15853.01125-.30976.03376-.33608.05002-.02632.01626-.03558.0765-.02057.13385.015.05736.05022.0901.07826.07277zm.1994-.07223c-.02885 0-.05246-.025-.05246-.05556s.02361-.04096.05246-.02314c.02885.01784.05246.04284.05246.05556s-.02361.02314-.05246.02314zm-11.535.05246c.0872 0 .09868-.01527.05292-.0704-.03213-.03873-.0429-.08594-.02391-.10492.01898-.01899-.0048-.03452-.05292-.03452-.05246 0-.08744.04197-.08744.10492 0 .07197.03498.10492.11135.10492zm8.8526-.02092c.07605-.0126.14418-.02781.15139-.03378.0072-.0059.06623-.01461.13116-.01918.06492-.0046.13575.01609.15739.0459.02552.03518.05775.02657.09174-.02447.02882-.04328.04512-.1141.03623-.15739-.0089-.04328-.05018-.07054-.09174-.06058-.04157.01-.15558.0283-.25336.04075-.09778.01244-.1961.03395-.21848.04778-.02238.01383-.05157-.0045-.06486-.04075-.01744-.04757-.04106-.0501-.08489-.0091-.03341.03124-.04547.09661-.02679.14526.02356.0614.07625.08145.17222.06555zm-8.2345-.07761c.02519-.03977.06813-.0585.09544-.04162.02731.01687.207.0046.39933-.02726.19233-.03187.34969-.07597.34969-.09801 0-.02203.03473-.03497.07717-.02874.04245.0062.09295.0271.11224.04639.01929.01929.06029.01948.09111.00042.03082-.01905.11572-.041.18866-.04877.07294-.0078.14172-.04144.15284-.0748.01408-.04224.03398-.03894.06553.01085.0361.05698.04548.054.04611-.01468.00042-.04741-.03674-.1006-.08263-.11821-.04589-.01761-.10482-.0188-.13096-.0026-.02614.01616-.10074.04159-.16577.05651-.06503.01493-.26539.04428-.44525.06524-.19264.02245-.33372.01796-.34335-.0109-.009-.02696-.0507-.01474-.09269.02714-.04695.04682-.14472.0683-.25389.05577-.14786-.01697-.17198-.0059-.14427.06633.0183.04769.03364.11428.03407.14799.000504.03861.01775.03454.04659-.01102zm6.4949-.14343c.04838-.06616.05069-.10904.0086-.15974-.03163-.03811-.07845-.05637-.10404-.04055-.02558.01581-.04652.07064-.04652.12183 0 .05119.01706.11014.0379.13099.02085.02085.06767-.0028.10404-.05253zm.72368-.05997c.07563-.01446.1315-.06135.13196-.11077.000697-.0745.0074-.07541.05166-.007.04346.06725.05098.06534.05166-.01312.000635-.07266-.04412-.09181-.21466-.09181-.17492 0-.20947.01562-.18362.08299.01751.04564.03185.10139.03185.12388 0 .02249.05902.02961.13116.01583zm-5.4704-.10868c.02773-.02773.0423-.08771.03238-.1333-.01151-.05287-.04242-.06762-.08539-.04073-.03854.02412-.05239.08115-.03238.1333.02237.05829.05315.07298.08539.04073zm.26354.01387c.09378-.0208.20592-.04217.2492-.04748.04328-.0053.20316-.02869.3553-.05195.15213-.02326.29054-.06485.30758-.09241.01703-.02757.0097-.07145-.01641-.0975-.0282-.0282-.11595-.02772-.21678.0012-.10501.03011-.15787.02992-.13906-.000525.01668-.02698.0053-.04908-.02522-.04908-.03056 0-.05556.02542-.05556.05648 0 .03242-.07701.04985-.1808.0409-.09944-.0086-.19781.0014-.21859.02221-.02078.02076-.08107.03777-.13397.03777-.06243 0-.09618.03828-.09618.10909 0 .09586.02068.1045.1705.07126zm5.6051-.02297c.03462-.04896.06455-.05739.0792-.0223.01673.04006.11805.0393.34991-.0026.24749-.04476.33087-.08238.34499-.1557.01457-.07562-.0054-.0904-.0916-.06786-.06488.01696-.11055.0038-.11102-.03185-.000571-.04318-.01191-.04406-.03935-.0031-.0212.0317-.07986.06072-.13035.06449-.05049.0038-.15083.01028-.22296.0145-.07214.0042-.13152.03421-.13196.06667-.000419.03246-.02369.02361-.05166-.01967-.03901-.06038-.05085-.04206-.05085.07869 0 .12542.01131.1414.05565.07869zm-8.2995 0c.06079 0 .11054-.02287.11054-.05082 0-.02794-.03568-.03713-.07929-.02039-.05674.02177-.07006.0064-.04685-.05411.02289-.05966.0038-.08332-.06498-.08039-.05358.0023-.06924.01561-.03479.02962.03445.01402.04963.05936.03373.10078-.01947.05075.0072.0753.08164.0753zm.61932-.12406c.01053-.01053.02884-.06954.0407-.13116.01398-.07259-.0051-.11202-.05411-.11202-.04163 0-.07568.04328-.07568.09618s.01574.11192.03497.13116c.01924.01924.04359.02636.05411.01584zm.33456-.03446c.08439-.0242.15419-.02794.15511-.0083.000875.01963.03633-.01014.07869-.06616.04236-.05601.07702-.07581.07702-.04399s.02951.0517.06558.04418c.03607-.0075.10689-.03157.15739-.05343.05049-.02187.09181-.05517.09181-.07401 0-.01883-.15345-.03401-.341-.03373-.23287.000367-.341.02078-.341.06444-1e-6.03527-.03528.0504-.07869.03373-.0475-.01823-.07869-.000262-.07869.04536 0 .04156.01358.08914.03018.10574.0166.0166.09923.01038.18362-.01382zm8.3097.05359c.04419 0 .08221-.02951.08448-.06558.0029-.04517.01179-.0469.02875-.0056.01354.03301.07069.04796.12701.03323.05633-.01473.10241-.06534.10241-.11247 2e-6-.06566-.04898-.08473-.20957-.0816-.11527.0023-.22442.01894-.24256.03708-.01814.01814-.01901.06942-.0019.11394.01708.04452.06722.08096.11141.08096zm-5.4272-.06697c.05714-.0043.10576-.04411.10803-.08847.0028-.05398.01289-.05896.0306-.01507.01456.03607.08351.06558.15324.06558.06973 2e-6.12678-.02051.12678-.04558s.06842-.03762.15204-.02787c.1267.01475.14777.0013.12638-.08043-.01691-.06466-.06429-.09295-.13893-.08293-.0623.0084-.19589.0309-.29688.05009-.10099.01918-.19238.05992-.20308.09051-.01193.03408-.03648.0281-.06339-.01545-.0332-.05373-.05871-.05629-.1045-.01051-.03331.03331-.04563.08473-.02739.11426.01826.02954.07994.05017.13708.04587zm6.1796-.05903c.13532-.0343.28145-.06051.32473-.05824.04328.0023.09604-.02027.11724-.05009.0212-.02982.03891-.07338.03935-.0968.00042-.02342-.08635-.02873-.19287-.0118-.10652.01693-.20406.04116-.21675.05385s-.06719-.000535-.1211-.02939c-.07553-.04042-.09803-.03435-.09803.02643 0 .04857-.03024.06728-.07869.04869-.0475-.01823-.07869-.000262-.07869.04536 0 .04156.01323.08879.0294.10496.01617.01617.14011.0013.27543-.03297zm-8.266-.04776c.06492-.01098.15935-.03792.20985-.05987.05049-.02195.09181-.07071.09181-.10835 0-.03764-.04131-.06053-.09181-.05086-.05049.0097-.14493.01938-.20985.02159-.08241.0028-.11804.03622-.11804.11073 0 .08161.02777.10202.11804.08676zm3.0867-.05074c.1179-.01099.23558-.0535.26151-.09447.02593-.04097.04751-.05001.04795-.02008.00042.02993.04612.05782.10149.062.05537.0042.11337-.02546.12886-.06585.01549-.04039.01105-.08402-.0099-.09696-.02093-.01294-.12024-.01401-.22067-.0024-.10044.01163-.22983.03025-.28754.04137-.05771.01113-.13444.02324-.1705.02692-.03607.0037-.06558.04331-.06558.08805 0 .06349.04708.07697.21436.06138zm2.99-.01093c.06002-.0045.13048-.0418.15658-.08304.03609-.05703.04765-.05852.04826-.0062.000608.05219.06094.05995.25.03216.13706-.02014.25662-.05568.2657-.07896.0091-.02328.05039-.02933.09181-.01343.04249.01631.07565-.0021.07611-.04229.000666-.05902.0084-.05922.04519-.0012.03417.05391.0505.04659.07101-.03181.02411-.09217.0011-.10056-.24192-.08846-.1477.0073-.32757.03529-.3997.06208-.07214.02679-.20788.04375-.30166.03769-.14438-.0093-.1705.0068-.1705.10523 0 .08534.02901.11411.10912.10821zm2.9468-.0068c.12263-.01611.30969-.04792.41568-.07068.11978-.02571.21344-.02064.24748.01339.03804.03804.06462.02905.08705-.0294.01776-.04628.06575-.07131.10664-.05562.04979.01911.07435-.0083.07435-.083 0-.09563-.02057-.10628-.14427-.07471-.07935.02025-.18558.03398-.23608.03049-.05161-.0036-.09447.03244-.0979.08222-.0055.07958-.0085.07925-.03008-.0032-.01319-.05049-.03109-.09181-.03978-.09181-.0087 0-.1089.03285-.2227.073-.13739.04847-.23655.05641-.29514.02363-.07239-.04054-.08823-.02566-.08823.08282 0 .12518.01188.13066.22296.10291zm-8.455-.09993c.04019-.10285.0406-.10284.04791.0012l.0073.10492.04509-.10492c.0248-.05771.04674-.08044.04877-.05051.002.02993.05091.05797.10861.06232.06765.0051.10492-.02444.10492-.08314 0-.07327-.0435-.08961-.22296-.08372-.12263.004-.2415.01104-.26416.01561-.02266.0045-.01304.06088.02135.12516.06075.11352.06371.1139.10308.01312zm-2.4313-.09475c.01251-.05275.0089-.10981-.0081-.12678-.01698-.01698-.04559-.01615-.06358.0018-.01799.01799-.01434.07505.0081.12678.03901.08989.04184.08981.06358-.0018zm3.0169.05987c.06492-.009.13409-.05183.1537-.09511.03085-.06808.03615-.06754.03935.004.0027.0615.04391.07682.16054.0597.09751-.01431.14422-.04561.12346-.08272-.01968-.03519-.0044-.03278.03726.0059.03886.03607.08954.06558.11262.06558.02308 0 .04197-.0422.04197-.09377 0-.06704-.04595-.09727-.16118-.10605-.09774-.0074-.14829.0086-.12843.0407.01919.03105-.0011.03999-.04907.02159-.045-.01727-.16426-.01593-.26504.003-.11373.02137-.18322.0646-.18322.11402 0 .05245.04027.07401.11804.0632zm6.1823-.10114c.03156-.04983.04627-.05258.04682-.0087.00042.03516.03031.0536.06638.04096.03607-.01263.16001-.03509.27543-.04991s.25707-.03735.31477-.05007c.05771-.01271.12339-.02493.14596-.02713s.06239-.05713.08848-.12205c.02752-.06846.04918-.08499.05158-.03935.0037.06995.0098.06995.05498 0 .02843-.04401.05121-.05196.05166-.01803.000473.03473.04566.04894.10573.03323.05771-.01509.10492-.04554.10492-.06766s-.04387-.05169-.09748-.06572c-.05362-.01403-.17605.0075-.27207.04792-.09602.04038-.25872.08732-.36156.10432-.10284.01701-.31092.0323-.4624.03399-.15148.0017-.27543.01223-.27543.02342s.02614.0692.0581.12891c.0466.08708.06721.09418.10412.0359zm-8.53.006c.04328 0 .07905-.02951.0795-.06558.000559-.04576.01245-.048.03935-.0074.0212.03198.08576.04799.14347.03557.05771-.01242.14675-.0223.19787-.02197.05112.000315.08134-.01816.06717-.0411s.0322-.03063.10306-.01708c.07086.01354.21606.0083.32267-.01173.14336-.0269.17429-.04874.11877-.08387-.06228-.03942-.06017-.04764.01237-.04831.04809-.00042.09531.02232.10492.0506.0099.02919.10251.03755.21422.01937.13039-.02123.19813-.06068.20088-.11698.0026-.05433.01367-.06131.0306-.01937.01456.03607.07344.06558.13086.06558.07141 0 .09863-.02901.08614-.09181-.01285-.06465-.05667-.08614-.14812-.07265-.07143.01054-.15347.02301-.18232.02771-.02885.0047-.08197.02698-.11804.04952-.03954.0247-.06765.0137-.07081-.02771-.0029-.03777-.02413-.0097-.04723.06248-.03115.09726-.04335.10596-.04723.03366-.0043-.07948-.03178-.09083-.14898-.06142-.07906.01984-.15787.05893-.17513.08686-.018.02912-.06101.01508-.10082-.03288-.0456-.05495-.08135-.06438-.10415-.02749-.0191.0309-.09102.06702-.15983.08027-.06881.01326-.20448.02944-.30149.03597-.097.0066-.18947.03307-.20548.05897-.01601.0259-.0494.01506-.07421-.02409-.03294-.05199-.04532-.03936-.0459.04686-.000477.07031.03102.11804.07789.11804zm3.4892-.07291c.24357-.04028.31407-.07169.30106-.13411-.0099-.04733-.06014-.0751-.1199-.06622-.05661.0084-.20325.02919-.32588.04617-.12263.01698-.22296.05928-.22296.094s.01117.07429.02482.08794.16794.0011.34287-.02779zm2.9641-.03201c.11847 0 .12506-.01047.06608-.10492-.03604-.05771-.09526-.10492-.1316-.10492-.03634 0-.06607.04722-.06607.10492 0 .07704.03497.10492.1316.10492zm.87569-.05961c.02021.0039.05562-.02237.07869-.05843.02307-.03607.11278-.07172.19934-.07922.08656-.0075.2457-.02052.35364-.02893.12443-.0097.23849-.06064.31168-.13919l.11543-.1239-.18052.03826c-.09929.02105-.26052.04914-.3583.06243-.09778.01329-.20171.03895-.23096.05703-.02925.01807-.16762.02882-.3075.02386-.14352-.0051-.25432.01428-.25432.04443 0 .02939.02951.05378.06558.05423.04631.000566.04382.01458-.0085.0477-.05732.03629-.04546.05229.05246.07075.0696.01312.14308.02706.16329.031zm1.2929-.27702c.0766-.0154.26912-.04159.42782-.05822.1587-.01661.29534-.04942.30366-.07288.0083-.02347.08401-.03465.1682-.02484.0842.0098.16437-.00042.17816-.02273.01379-.02231.0012-.07485-.02793-.11675-.04167-.0599-.05884-.0617-.08034-.0084-.01987.04927-.0459.05236-.09537.01131-.04986-.04138-.09054-.03396-.15228.02779-.04634.04634-.08425.0627-.08425.03636 0-.02674-.09932-.03282-.22488-.01376-.12369.01877-.25353.05183-.28854.07347-.03501.02164-.06366.01757-.06366-.0091 0-.02662-.05312-.04283-.11804-.03602-.06492.0068-.12683.01539-.13758.01907-.01075.0037.01286.04664.05246.09546.06132.0756.06108.08217-.0017.04436-.05132-.03093-.06175-.02509-.03435.01924.02287.037.09764.05192.17861.03564zm-1.5403-.20548c.04124 0 .08907-.03671.10629-.0816.02429-.0633.0406-.06658.07272-.01459.02985.0483.11665.05703.31095.03125.14825-.01966.25984-.05145.24799-.07063-.01186-.01918.0617-.02516.16345-.01327.15854.01851.18212.0075.16481-.07654-.01268-.06163-.05848-.0935-.12311-.08567-.05661.0068-.19332.0225-.30381.03477-.11049.01226-.21393.03533-.22986.05126-.01593.01593-.07308.0053-.127-.02349-.06546-.03504-.09803-.03498-.09803.00021 0 .02897-.03481.0393-.07735.02298s-.10936.0024-.14849.04146c-.03913.03913-.06268.09651-.05235.12751.01033.031.05253.05636.09377.05636zm2.9256-.0055c.12263-.01741.30604-.05105.40757-.07474.10153-.0237.22548-.0371.27543-.02976.05383.0079.09251-.02217.09496-.07384.0026-.05451.01406-.0626.0306-.02159.01455.03607.06163.06558.10463.06558.0467 0 .07053-.03696.05919-.09181-.01165-.05635-.05872-.08645-.12189-.07792-.0566.0076-.20915.02952-.339.04862s-.34822.03407-.48528.03327c-.22942-.0013-.2492.0087-.2492.12619 0 .12018.01306.12581.22296.09601zm-10.694-.08192c.06759 0 .15228-.03541.1882-.07869.03592-.04328.04472-.07833.01954-.07789-.02517.00042-.08039.0227-.1227.04946-.04877.03085-.10158.0282-.14427-.0073-.03704-.03071-.06733-.11494-.06733-.18715 0-.11866.01555-.12818.1616-.09897.11602.02321.15555.01395.14016-.03279-.01179-.03581-.07401-.07283-.13826-.08225-.06425-.0094-.15093.01117-.19262.04577-.04169.0346-.07581.10879-.07581.16486 0 .05607.02444.14761.05431.20342.02997.05599.10939.10148.17719.10148zm.38549-.1705c.01378-.10184.04986-.14427.12265-.14427.05792 0 .12393.05174.15058.11804.04145.10312.04786.09372.05077-.0744.0018-.10584-.01101-.22979-.02852-.27543-.01751-.04564-.05452-.08299-.08223-.08299s-.03629.04442-.01905.09871c.02023.06376.0012.11026-.05366.13132-.04674.01794-.10647.01934-.13272.0031-.02625-.01625-.04772-.06355-.04772-.10513 0-.04158-.02405-.0756-.05346-.0756s-.04121.05902-.02623.13116c.01498.07214.04362.19608.06366.27543l.03643.14427zm.47764.04372c.03275-.02024.05954-.07081.05954-.11239 0-.04158.03252-.0756.07227-.0756s.10213.03598.13863.07996c.0365.04398.07645.06987.08878.05754s-.02611-.11753-.08542-.23379-.13015-.22516-.15742-.24202c-.02727-.01686-.06073-.01256-.07433.0096-.01361.02211-.04204.1557-.06316.29687-.02787.18623-.02208.24657.02112.21987zm.4858-.08307c.02524 0 .0459-.04446.0459-.09881 0-.05593.04732-.11118.10907-.12733.07841-.0205.10422-.06279.09181-.15039-.01341-.09467-.0553-.12553-.18777-.13831-.13937-.01344-.1705.0021-.1705.08525 0 .05593.01476.17547.03279.26564.01804.09017.05345.16394.07869.16394zm.05902-.2754c-.03846.01281-.06558-.02335-.06558-.08746 0-.06444.03387-.1093.08254-.1093.04885 0 .07562.03569.06558.08746-.0093.04811-.04647.09729-.08254.1093zm5.6097.23569c.07208-.01885.08473-.03949.04081-.06663-.03499-.02162-.0474-.06557-.02757-.09765.02167-.03506-.0041-.05833-.0647-.05833-.07784 0-.09531.02841-.07686.12495.01807.09453.04931.11831.12832.09765zm-5.1074-.25629c.0094-.11056.04409-.21775.07717-.2382.03308-.02044.04481-.05251.02607-.07125-.01875-.01874-.10659-.01815-.19521.0013-.08863.01947-.16114.05713-.16114.08369s.03541.04829.07869.04829c.05143 0 .07869.05149.07869.14864 0 .08175.01771.16662.03935.18859s.04701-.05051.05637-.16108zm5.9374.15215c.07214-.01542.14665-.0366.16558-.04707.01893-.01047.02221-.06574.0073-.12282-.02147-.08213-.06152-.09928-.19181-.08218-.09057.01188-.18237.02321-.20401.02515-.02164.0019-.03935.04879-.03935.10409 0 .0553.02951.11187.06558.12571.03607.01383.1246.01254.19673-.0029zm-5.5055-.01353c.08487 0 .1543-.02509.1543-.05576 0-.03066-.05092-.04837-.11316-.03935-.06224.009-.12223-.01009-.1333-.04249-.01108-.03239.03394-.0767.10005-.09847l.12019-.03957-.11804-.02322c-.06492-.01277-.11804-.04158-.11804-.06401 0-.02244.05312-.06642.11804-.09773.11181-.05392.1092-.05711-.04937-.06048-.09207-.0019-.17669.01416-.18804.0358-.01135.02164.000472.13968.02622.26231.04228.20115.06196.22296.20116.22296zm.29833-.14427c.01136-.06492.03485-.11804.05222-.11804s.07819.04131.13517.09181c.07263.06436.1102.07299.12567.02885.01487-.04244.06029-.04841.13937-.01835.06798.02585.15475.02364.20635-.0053.04897-.02739.08905-.08528.08905-.12863 0-.04335-.0708-.1035-.15732-.13366-.08653-.03017-.14356-.07711-.12674-.10433.01682-.02722.07582-.03513.13109-.01758.05528.01754.10051.0083.10051-.02056 0-.02885-.04389-.06639-.09753-.08342-.05364-.01702-.13627-.01609-.18362.0021-.04735.01817-.08608.07896-.08608.13508 0 .06659.05561.12143.16006.15784.08804.03069.14581.07005.12839.08747-.01742.01742-.11425.03454-.21519.03804-.15569.0054-.18223-.01026-.17505-.10332.0046-.06033.0059-.1392.0026-.17526-.0034-.03861-.07994-.06558-.18613-.06558-.17827 0-.18001.0023-.15292.19673.01507.1082.04135.23215.05839.27543.02266.05753.03655.04694.05164-.03935zm.09205-.22296c-.04809 0-.07897-.02537-.06864-.0564.01034-.03101.04123-.0564.06864-.0564s.0583.02538.06864.0564c.01034.03101-.02055.0564-.06864.0564zm5.4954.28766c.06492-.0098.23608-.03443.38035-.05467.14427-.02023.29772-.04372.341-.05218.04328-.0085.13181-.0172.19673-.0194.07022-.0024.11804-.03715.11804-.0858 0-.04499-.02361-.0672-.05246-.04937s-.05246.01047-.05246-.01637c0-.02683-.08669-.04438-.19266-.03899-.13601.0069-.20434.03964-.23239.11128-.02185.0558-.04139.07452-.04342.04159-.0024-.03832-.1077-.05668-.29259-.05099-.1589.0049-.28874.02593-.28854.04676.00021.02083.000368.0712.000368.11194 0 .04714.04292.06757.11804.05621zm1.2853-.20966c.05049-.02098.19214-.03795.31477-.0377.20712.00042.22267-.0094.21882-.13796-.0023-.07613-.01477-.11275-.02775-.08139-.01417.03424-.14865.05177-.33657.04388-.17213-.0073-.32629.0084-.34258.03478-.01629.02636-.0046.04792.02594.04792.03056 0 .05556.03794.05556.08431 0 .05985.02663.07324.09181.04616zm-.0077-.03975c-.01744.01743-.02983-.01355-.02755-.06886.0025-.06112.01495-.07354.0317-.0317.01515.03787.01329.08312-.0041.10055zm.84705-.06963c.1082-.01987.20377-.05384.21236-.0755.0086-.02166.06171-.02732.11804-.01259.07038.01841.10241.000258.10241-.05803 0-.06195-.04949-.08481-.18362-.08481-.13832 0-.18464.02265-.18776.09181-.0024.05485-.01479.0654-.0306.02623-.01451-.03606-.07167-.06557-.12697-.06557-.06632 0-.10055.03653-.10055.1073 0 .09544.02175.10331.19673.07117zm.66548-.12601c.06683 0 .19528-.01475.28545-.03279.1284-.02568.16394-.05981.16394-.15739 0-.06852-.02222-.1246-.04937-.1246s-.0642.02399-.08232.05332c-.01813.02933-.05242.04129-.07622.02658-.02379-.01471-.12935.0092-.23457.0532-.10522.04396-.17716.10283-.15986.13081.0173.02798.08612.05087.15294.05087zm.61989-.06558c.03607-.01202.06558-.05334.06558-.09181s-.02951-.07979-.06558-.09181c-.03901-.013-.06558.02419-.06558.09181 0 .06761.02657.10481.06558.09181zm.26231-.07029c.06492-.02091.14755-.03824.18362-.03851.03607-.000262.06558-.04378.06558-.09668s-.01027-.09618-.02281-.09618c-.01255 0-.0818.02243-.15389.04984-.09306.03539-.1385.03158-.15666-.01312-.01407-.03463-.02745.0036-.02973.08486-.0037.13019.0099.14328.1139.1098zm.48528-.08601c.09663-.008.13116-.04107.13116-.12563 0-.10358-.01276-.10886-.13075-.05413-.07191.03335-.13093.08989-.13116.12563-.000209.03733.05542.06037.13075.05413zm-6.4361-.74387c.16014-.01882.32487-.0622.36608-.0964.05541-.04598.06676-.1317.04356-.32907-.01725-.14678-.04624-.34123-.06441-.4321-.02993-.14964-.01887-.16856.11728-.2007.08268-.01952.30502-.11556.4941-.21343.18908-.09787.45521-.28781.5914-.42208.13619-.13427.32381-.39874.41692-.58771.14939-.30317.17144-.40438.18746-.86052.01302-.37059-.01483-.70271-.09834-1.1731-.09839-.55417-.10591-.67591-.04837-.78342.04898-.09153.0545-.18242.01965-.32352-.04259-.1724-.06977-.19828-.22381-.21304-.09643-.0092-.25345.02027-.34893.06558-.09549.04531-.18775.08238-.20503.08238s-.03142-.0331-.03142-.07356-.06889-.09758-.15308-.12693c-.13854-.04829-.1566-.08244-.19009-.35925-.02036-.16824-.08929-.60099-.15319-.96167-.0639-.36068-.16688-.75451-.22886-.87518-.06197-.12067-.13701-.23444-.16674-.25282-.02974-.01838-.0381-.06129-.01857-.09537.01952-.03407.01667-.04494-.0063-.02416-.02301.02079-.10786-.0092-.18856-.06668-.08074-.05746-.24573-.13939-.36668-.18207-.12095-.04268-.32908-.07716-.46251-.07662-.13343.000532-.43146.03453-.6623.07554-.23083.04102-.50742.11138-.61464.15638-.10722.045-.27397.16083-.37056.25742-.09659.09659-.22134.26777-.27722.3804-.07647.15412-.1016.3151-.1016.65071 0 .24526.04275.71574.09499 1.0455.05224.32976.10832.66618.1246.74759.02289.11443.01.14802-.05677.14802-.0475 0-.11237.05705-.14414.12679-.05123.11243-.09071.12649-.3486.12418-.21893-.002-.30748.02016-.3582.08952-.03944.05394-.0552.16015-.03802.25618.01615.09022.06871.19945.1168.24273.06079.05471.13016.33849.2276.93105.10668.64881.17937.93453.30436 1.1964.09404.19705.27505.45375.4236.60075.14266.14117.40642.3286.58613.4165.17971.08791.45391.18356.60933.21257.15542.029.38373.05274.50734.05274.20332 0 .22746.01375.25316.14427.01563.07935.04412.26231.06331.40658.0192.14427.04687.2829.06149.30805.01463.02516.15762.03034.31775.01152zm-.67143-1.1871c-.34597-.0013-.58051-.03109-.76322-.09691-.14508-.05226-.35855-.15485-.47438-.22797-.11583-.07312-.28098-.2131-.367-.31107-.08602-.09797-.21905-.30734-.29563-.46526-.09191-.18954-.1767-.51894-.24947-.96915-.06063-.3751-.12115-.74883-.13449-.8305-.01433-.08771.0062-.17897.05022-.22296.04096-.04096.10905-.07448.1513-.07448.04226 0 .09042.03541.10703.07869.0166.04328.08889.07869.16062.07869.10624 0 .13578.03161.15931.1705.01589.09378.05007.31215.07596.48528.03651.24412.03101.33287-.02453.3954-.03937.04435-.06211.12697-.05051.18362.01159.05664.03476.16791.05147.24726.01672.07935.06504.14427.10738.14427.04235 0 .10976.07844.14982.17432.04006.09587.15028.26252.24493.37033.09465.1078.26448.24314.37739.30074.11291.0576.31745.11801.45454.13425.13709.01624.46008.0022.71777-.03128.28608-.03713.57523-.11228.74259-.193.15074-.07271.35603-.22795.4562-.34497.10017-.11702.21882-.32046.26366-.45208.04485-.13162.08154-.28401.08154-.33864 0-.05463.03694-.13627.0821-.18142.06125-.06125.07329-.1369.04741-.29791-.01908-.1187-.07607-.25123-.12666-.29451-.05767-.04935-.11596-.22541-.1563-.47216-.03539-.21641-.07594-.43478-.09013-.48528-.01884-.06707.0047-.09181.08758-.09181.07024 0 .12409-.04099.14154-.10774.02192-.08381.06343-.1042.1869-.09181.1243.01247.1625.04438.17609.14708.0096.07214.05719.34363.10587.60332s.08915.70824.08994.99678c.0013.4909-.0096.54605-.17002.85794-.0943.18332-.27021.42765-.39092.54294-.12071.1153-.32952.26564-.46402.33411-.1345.06846-.41732.17236-.62849.23088-.26565.07361-.53783.10581-.88339.1045zm-1.588-4.31c-.06442.01241-.09181-.01592-.09181-.09494s.02739-.10734.09181-.09494c.05049.0097.09181.05245.09181.09494s-.04131.08522-.09181.09494zm.45904-.04248c-.03711 0-.08039-.03369-.09619-.07485-.0158-.04117.000157-.09884.03549-.12815.03532-.02932.09374-.03505.12981-.01276.03608.0223.05047.07997.03198.12816-.01849.04819-.06398.08761-.10109.08761zm.48528-.11491c-.06442.01241-.09181-.01592-.09181-.09494s.02739-.10734.09181-.09494c.05049.0097.09181.05244.09181.09494 0 .04249-.04131.08522-.09181.09494zm.45905-.04248c-.03711 0-.08039-.03369-.096191-.07485-.0158-.04117.0011-.09963.03761-.12991.04647-.03857.08357-.0378.12394.0025.03169.03169.04512.09014.02986.12991-.01526.03977-.0581.0723-.09521.0723zm.48528-.11491c-.06442.01241-.09181-.01592-.09181-.09494s.02739-.10734.09181-.09494c.05049.0097.09181.05245.09181.09494 0 .0425-.04131.08522-.09181.09494zm.4727-.05269c-.04541.0088-.09924-.01096-.11961-.04392-.02037-.03296-.01235-.08462.01781-.1148.03017-.03017.09382-.03991.14144-.02163s.07676.06273.06475.09877c-.01201.03605-.05898.07276-.1044.08157zm.51792-.10049c-.05403.04484-.08566.04276-.12816-.0085-.03267-.03937-.03783-.09806-.01226-.13945.02429-.0393.08196-.05696.12816-.03923.04619.01772.08398.05369.08398.07992 0 .02622-.03228.07447-.07173.10722zm-2.9532-.0089c-.03343.01113-.07613-.0046-.09491-.035-.01877-.03038-.01954-.07884-.0017-.1077.01783-.02885.06818-.05246.11187-.05246.04597 0 .07229.03685.06248.08746-.0093.04811-.04431.09657-.07773.10769zm.44617-.03776c-.02622 0-.06188-.037-.07924-.08222s-.0058-.10796.02565-.13942c.0413-.0413.07988-.03838.13877.01048.06213.05157.06739.08478.02203.13942-.03275.03945-.08099.07173-.10722.07173zm.50956-.10492c-.04158 0-.09019-.02361-.10802-.05246-.01784-.02885-.01784-.07607 0-.10492.01783-.02885.06644-.05246.10802-.05246s.0756.04722.0756.10492c0 .05771-.03402.10492-.0756.10492zm.44515-.05246c-.020511 0-.053031-.01574-.072271-.03497-.01924-.01924-.03497-.06645-.03497-.10492 0-.03847.04328-.06995.096181-.06995.0529 0 .11171.01554.1307.03452.01898.01898.0082.0662-.02391.10492-.03213.03873-.07521.0704-.09573.0704zm.46984-.10492c-.07902 0-.10734-.02739-.09494-.09181.0097-.05049.05245-.09181.09494-.09181s.08522.04131.09494.09181c.0124.06442-.01592.09181-.09494.09181zm.49511-.06883c-.03066.0102-.07197.0024-.09181-.01751-.01984-.01984-.03607-.06754-.03607-.10602 0-.03847.04895-.06995.10877-.06995.07334 0 .10325.02849.09181.08746-.0093.04811-.04205.09581-.0727.10602zm-2.4275-.08855c-.0529 0-.11029-.01411-.12754-.03136-.01725-.01725-.01866-.06447-.0031-.10492.01552-.04046.07291-.07356.12754-.07356.06434 0 .09931.03695.09931.10492 0 .06677-.03498.10492-.09618.10492zm2.8767 0c-.07902 0-.10734-.02739-.09494-.09181.0097-.0505.05245-.09181.09494-.09181.0425 0 .08522.04131.09494.09181.0124.06442-.01592.09181-.09494.09181zm-2.4133-.05246c-.03066 0-.07026-.03779-.08798-.08398s.000524-.10423.04055-.12897c.04096-.02531.09323-.02454.11954.0017.02572.02571.03255.08375.0152.12897-.01736.04522-.05664.08222-.08731.08222zm.47601-.10492c-.07508 0-.10877-.03369-.10877-.10877 0-.07508.02825-.10333.09121-.09121.05016.0097.09911.05861.10877.10877.01213.06296-.01612.09121-.09121.09121zm.46357-.05246c-.02806 0-.06521-.037-.08257-.08222s-.0086-.10524.01961-.13338c.03323-.03323.07402-.02362.11641.02745.03588.04324.05001.10326.03141.13338-.01862.03012-.056801.05476-.084861.05476zm.48-.10492c-.056 0-.11805-.02625-.13788-.05833-.01982-.03208-.0057-.07711.03149-.10007.03714-.02296.09919-.0296.13788-.01475.03868.01485.07033.05988.07033.10007 0 .04019-.04583.07308-.10183.07308zm.46432-.05246c-.02806 0-.06521-.037-.08257-.08222s-.0086-.10524.01961-.13338c.03323-.03323.07401-.02362.11641.02745.03588.04324.05001.10326.03141.13338-.01862.03012-.0568.05476-.08486.05476zm.49789-.06817c-.03174.01056-.08465-.01326-.11758-.05294-.03294-.03969-.04435-.08769-.02536-.10667.01899-.01898.07953-.03452.13455-.03452.06518 0 .09412.03047.08306.08746-.0093.04811-.04293.09611-.07466.10667zm-2.919-.04695c-.04541.0088-.09924-.01096-.11961-.04392-.02037-.03296-.01236-.08462.01781-.1148.03017-.03017.09382-.03991.14144-.02163.04762.01827.07676.06273.06476.09878-.01201.03605-.05899.07276-.1044.08157zm.52408-.08182c-.03607.01326-.09509.01382-.13116.0012-.03607-.01258-.06558-.05379-.06558-.09158s.03253-.08119.0723-.09645.09879-.0012.13116.03111c.03237.03237.05885.07521.05885.09521s-.02951.04721-.06558.06047zm.47386-.08391c-.06675.06675-.0845.06641-.14188-.0027-.03608-.04347-.05035-.10367-.03174-.13379.01862-.03011.06647-.05476.10635-.05476.03988 0 .08849.02587.10804.0575.01954.03163.0012.09183-.04075.13379zm.45406-.05114c-.02705.0086-.08439-.0067-.12744-.03388-.05992-.03784-.06382-.06386-.01664-.11104.03389-.03389.10058-.04667.1482-.02839.04762.01827.07724.06125.06582.0955s-.042891.06927-.06994.07781zm.41733-.08768c-.03677 0-.08145-.02361-.09928-.05246s-.01783-.07607 0-.10492c.01784-.02885.06392-.05246.10241-.05246.03849 0 .08269.0331.09821.07356.01553.04046.01411.08768-.0031.10492-.01723.01725-.06142.03136-.0982.03136zm.4809-.05246c-.04158 0-.09019-.02361-.10802-.05246-.01783-.02885-.01783-.07607 0-.10492.01784-.02885.06644-.05246.10802-.05246.04158 0 .0756.04722.0756.10492 0 .05771-.03402.10492-.0756.10492zm.46906-.10492c-.03988 0-.08414-.01883-.09837-.04186-.01423-.02302-.0056-.07462.01914-.11467.03707-.05998.05947-.0608.12712-.0046.04516.03748.06918.08908.05336.11467-.01581.02558-.06138.04652-.10125.04652zm-2.4165-.06883c-.03066.0102-.07197.0024-.09181-.01751-.01984-.01984-.03607-.06754-.03607-.10602 0-.03847.04895-.06995.10877-.06995.07334 0 .10324.02849.09181.08746-.0093.04811-.04205.09581-.0727.10602zm.47854-.08855c-.04158 0-.09146-.02566-.11085-.05704-.01938-.03137-.01103-.08125.01856-.11085.0296-.0296.07948-.03795.11085-.01856.03136.01938.05704.06927.05704.11085 0 .04158-.03402.0756-.0756.0756zm.44283-.05246c-.03067 0-.06995-.037-.08731-.08222s-.01051-.10326.0152-.12897c.02631-.02631.07857-.02708.11954-.0017.04003.02474.05828.08278.04055.12897-.01772.04619-.05732.08398-.08798.08398zm.47216-.10492c-.07902 0-.10734-.02739-.09494-.09181.0097-.0505.05244-.09181.09494-.09181.04249 0 .08522.04131.09494.09181.01241.06442-.01592.09181-.09494.09181zm.45904-.06245c-.06442.01241-.09181-.01592-.09181-.09494s.02739-.10734.09181-.09494c.05049.0097.09181.05245.09181.09494s-.04131.08522-.09181.09494zm-1.4684-.26254c-.04542.0088-.09924-.01096-.11961-.04392-.02037-.03296-.01235-.08462.01781-.1148.03017-.03017.09382-.03991.14144-.02163.04762.01827.07676.06272.06476.09877-.01201.03605-.05898.07276-.1044.08157zm.52174-.10366c-.03796.03149-.0972.03659-.1373.01181-.0388-.02398-.05432-.06985-.03449-.10192.01982-.03208.06867-.05833.10855-.05833.03988 0 .08544.02093.10125.04652.01582.02558-.0013.07145-.038011.10192zm.46522-.02602c-.04117.0158-.09884-.000174-.12815-.03549-.03045-.03668-.03435-.09487-.0091-.13568.02429-.0393.08196-.05696.12815-.03923.04619.01772.08398.06586.08398.10696 0 .0411-.03369.08765-.07486.10345z" stroke-width=".052462"/> -</svg> diff --git a/app/Resources/icons/podcasting/podcastguru.svg b/app/Resources/icons/podcasting/podcastguru.svg index 3d1e1e1ea4..3d3909fa89 100644 --- a/app/Resources/icons/podcasting/podcastguru.svg +++ b/app/Resources/icons/podcasting/podcastguru.svg @@ -1,4 +1,4 @@ -<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="M0,0H24V24H0Z" fill="none"/> - <path d="m12 2c-1.3711.88361-2.265 1.8479-2.8496 2.7422-1.1276-.32585-2.5537-.40801-4.2207.1875-.34448 1.5933-.29673 2.9058-.078125 3.9512-1.0277.56695-2.094 1.5194-2.8516 3.1191.88361 1.3711 1.8479 2.265 2.7422 2.8496-.32585 1.1276-.40801 2.5538.1875 4.2207 1.5933.34448 2.9058.29673 3.9512.078126.56695 1.0277 1.5194 2.094 3.1191 2.8516 1.3711-.88361 2.265-1.8479 2.8496-2.7422 1.1276.32585 2.5538.40801 4.2207-.1875.34448-1.5933.29673-2.9058.078126-3.9512 1.0277-.56695 2.094-1.5194 2.8516-3.1191-.88361-1.3711-1.8479-2.265-2.7422-2.8496.32585-1.1276.40801-2.5537-.1875-4.2207-1.5933-.34448-2.9058-.29673-3.9512-.078125-.56695-1.0277-1.5194-2.094-3.1191-2.8516zm-.017578 3.5625c1.242 0 2.25 1.008 2.25 2.25v1.9121h-4.498v-1.9121c0-1.242 1.0062-2.25 2.248-2.25zm-2.248 4.8926h4.498v1.9121c0 1.242-1.0081 2.25-2.25 2.25-1.242 0-2.248-1.008-2.248-2.25v-1.9121zm-1.2676.39258c.19947 0 .36133.1599.36133.35938v1.1895c0 1.7422 1.4109 3.155 3.1523 3.1582h.005859c.0015 2e-6.002406-2.2e-5.003906 0 1.7418-.0025 3.1543-1.4157 3.1543-3.1582v-1.1895c0-.19948.16185-.35938.36133-.35938.19947 0 .35938.1599.35938.35938v1.1895c0 2.0213-1.5438 3.6811-3.5176 3.8633l-.003906 2.0527c-.000216.19957-.16176.36154-.36133.36133-.19957-.000216-.36154-.16176-.36133-.36133l.001953-2.0527c-1.9734-.18248-3.5176-1.8422-3.5176-3.8633v-1.1895c0-.19948.16185-.35938.36133-.35938z" fill-rule="evenodd" opacity=".8613" style="mix-blend-mode:screen"/> -</svg> +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0 0h24v24H0Z" fill="none" /> + <path d="M22 12.05a9.28 9.28 0 0 0-2.74-2.85 6.78 6.78 0 0 0-.19-4.2 9.45 9.45 0 0 0-4-.07A6.71 6.71 0 0 0 12 2.05a9.39 9.39 0 0 0-2.85 2.74A6.74 6.74 0 0 0 4.93 5a9.34 9.34 0 0 0-.07 4A6.67 6.67 0 0 0 2 12.05a9.34 9.34 0 0 0 2.74 2.84 6.78 6.78 0 0 0 .19 4.23 9.45 9.45 0 0 0 4 .07A6.77 6.77 0 0 0 12 22.05a9.53 9.53 0 0 0 2.85-2.75 6.74 6.74 0 0 0 4.22-.18 9.34 9.34 0 0 0 .07-4A6.69 6.69 0 0 0 22 12.05ZM9.73 7.86a2.25 2.25 0 1 1 4.5 0v1.91h-4.5Zm0 2.64h4.5v1.91a2.25 2.25 0 0 1-4.5 0Zm6.14 1.94a3.88 3.88 0 0 1-3.52 3.86v2.06a.36.36 0 1 1-.72 0V16.3a3.87 3.87 0 0 1-3.51-3.86v-1.19a.36.36 0 0 1 .72 0v1.19A3.16 3.16 0 0 0 12 15.6a3.16 3.16 0 0 0 3.15-3.16v-1.19a.37.37 0 0 1 .73 0Z" fill-rule="evenodd" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/podcastindex.svg b/app/Resources/icons/podcasting/podcastindex.svg index 4b88645e77..9c46acc697 100755 --- a/app/Resources/icons/podcasting/podcastindex.svg +++ b/app/Resources/icons/podcasting/podcastindex.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M4.52,3.59l-.13.15A8.84,8.84,0,0,0,2.08,8.48a11.43,11.43,0,0,0-.06,2,9.65,9.65,0,0,0,.42,2A8.64,8.64,0,0,0,3.93,15.2a5,5,0,0,0,.61.66s.29-.27.62-.6l.61-.61-.17-.17a7,7,0,0,1-1.78-3.63,7.94,7.94,0,0,1,0-1.95A7.06,7.06,0,0,1,5.55,5l.2-.22-.61-.61Zm15,0L18.25,4.82l.19.21a7.34,7.34,0,0,1,.85,1.14,6.92,6.92,0,0,1,.78,5.25,7.79,7.79,0,0,1-.8,1.93,8.66,8.66,0,0,1-.86,1.12l-.16.16.61.62.61.61.14-.13.33-.36a8.83,8.83,0,0,0,2-4.33,10.75,10.75,0,0,0,0-2.27,8.3,8.3,0,0,0-.83-2.84,8.55,8.55,0,0,0-1.49-2.16ZM17.41,5.66l-.6.6-.59.59.11.13a4.32,4.32,0,0,1,1,1.95,5.59,5.59,0,0,1,0,1.42,4.43,4.43,0,0,1-.54,1.49,5.32,5.32,0,0,1-.52.69c-.06.05-.06.05.53.66a7.84,7.84,0,0,0,.6.59l.15-.15a6,6,0,0,0,1.34-2.48,5.81,5.81,0,0,0-1.26-5.22Zm-10.8,0s-.08,0-.25.25a5.59,5.59,0,0,0-.62.83A5.94,5.94,0,0,0,5,8.8a7.78,7.78,0,0,0,0,1.53,5.83,5.83,0,0,0,1.4,3.2l.25.27.58-.6.59-.6-.13-.16a4.22,4.22,0,0,1-.95-1.9A5,5,0,0,1,6.68,9a4.11,4.11,0,0,1,1-2l.17-.19-.55-.54-.61-.59s0,0,0,0Zm2,1.93L8.5,7.7A3.78,3.78,0,0,0,7.91,9a4.11,4.11,0,0,0,0,1.31,3.55,3.55,0,0,0,.27.89,3.16,3.16,0,0,0,.4.64,3.26,3.26,0,0,0,.36-.34l.34-.35L9.19,11a2.38,2.38,0,0,1,0-2.6l.07-.11L8.92,8Zm6.87,0a5.54,5.54,0,0,0-.68.69.56.56,0,0,0,.08.15,2.41,2.41,0,0,1,.05,2.42l-.12.21.34.35a4.92,4.92,0,0,0,.35.35.58.58,0,0,0,.11-.13A3.52,3.52,0,0,0,16,10.9a3.47,3.47,0,0,0-.21-2.8,2.72,2.72,0,0,0-.33-.47Zm-3.38.19a2.13,2.13,0,0,0-.46,0,2,2,0,0,0-1.27,1,1.93,1.93,0,0,0,.89,2.58,1.57,1.57,0,0,0,.9.18,1.47,1.47,0,0,0,.53-.07,2,2,0,0,0,1.26-1.24,2.48,2.48,0,0,0,0-1.05,2,2,0,0,0-1.42-1.43,1.72,1.72,0,0,0-.47,0ZM11,12.44l-.08.58c-.11.9-.36,2.77-.5,3.81s-.4,3-.51,3.87c0,.36-.09.68-.09.71l0,.06h2.13v-.09c0-.05,0-.23.06-.4s.09-.75.16-1.26.2-1.47.28-2.12c.21-1.6.41-3.09.55-4.2.07-.51.13-.94.13-1H11Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0 0h24v24H0Z" fill="none" /> + <path d="M7.53 12.59a5 5 0 0 1 0-7.36 1 1 0 0 1 1.35 1.45 3 3 0 0 0 0 4.48 1 1 0 0 1 0 1.39 1 1 0 0 1-1.35.04ZM6.83 14A.89.89 0 0 1 7 15.42a.92.92 0 0 1-.8.39 1.42 1.42 0 0 1-.6-.2 8.88 8.88 0 0 1-3.39-6.7A7.92 7.92 0 0 1 5.63 2.2 1 1 0 0 1 7 2.4a1 1 0 0 1-.2 1.38 6.23 6.23 0 0 0-2.56 5.13A6.34 6.34 0 0 0 6.83 14Zm8.23-1.48a1 1 0 0 1 0-1.4 3 3 0 0 0 0-4.48 1 1 0 0 1 0-1.39 1 1 0 0 1 1.41 0 5 5 0 0 1 0 7.36 1 1 0 0 1-1.41-.06ZM18.37 2.2a7.94 7.94 0 0 1 3.39 6.71 8.29 8.29 0 0 1-3.39 6.7 1.42 1.42 0 0 1-.6.2.92.92 0 0 1-.8-.39.89.89 0 0 1 .2-1.39 6.34 6.34 0 0 0 2.59-5.12 6.23 6.23 0 0 0-2.59-5.13A1 1 0 0 1 17 2.4a1 1 0 0 1 1.37-.2Zm-4.23 6.7a2.14 2.14 0 1 0-3.29 1.81L8.43 22h2.1l2.4-11.17a2.14 2.14 0 0 0 1.21-1.93Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/podchaser.svg b/app/Resources/icons/podcasting/podchaser.svg index ca80217dc1..5996f9d47b 100755 --- a/app/Resources/icons/podcasting/podchaser.svg +++ b/app/Resources/icons/podcasting/podchaser.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18.63a8.81,8.81,0,0,1-2.78-.46V17.94a6.39,6.39,0,1,0-3.61-5.76v5.61A8.61,8.61,0,1,1,12,20.63Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18.63a8.81,8.81,0,0,1-2.78-.46V17.94a6.39,6.39,0,1,0-3.61-5.76v5.61A8.61,8.61,0,1,1,12,20.63Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/podcloud.svg b/app/Resources/icons/podcasting/podcloud.svg index 9abda5d736..eee115082c 100755 --- a/app/Resources/icons/podcasting/podcloud.svg +++ b/app/Resources/icons/podcasting/podcloud.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M19.42,11.07c0-.08,0-.16,0-.24a4.92,4.92,0,0,0-9.28-2.3,3.87,3.87,0,0,0-.77-.08A3.56,3.56,0,0,0,6,11l-.4,0a3.57,3.57,0,0,0,0,7.14H18.41a3.59,3.59,0,0,0,1-7Zm-6.77,6.71c-1,0-1.76-1.16-1.76-2.24,0-1.28.48-1.28,1.69-1.28s1.83,0,1.83,1.28C14.41,16.62,13.62,17.78,12.65,17.78Zm-1.18-5.3a1.17,1.17,0,1,1,1.17,1.17A1.17,1.17,0,0,1,11.47,12.48Zm2.85,1.33a2.07,2.07,0,0,0,.47-1.33,2.15,2.15,0,1,0-3.86,1.3,1,1,0,0,0-.35.25,2.58,2.58,0,1,1,4.09,0A.9.9,0,0,0,14.32,13.81ZM15,15.89a4.38,4.38,0,0,0,0-.51,2.62,2.62,0,0,0,0-.29,3.53,3.53,0,1,0-4.75,0c0,.09,0,.18,0,.28a3.05,3.05,0,0,0,.05.52,4.14,4.14,0,1,1,4.68,0Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M19.42,11.07c0-.08,0-.16,0-.24a4.92,4.92,0,0,0-9.28-2.3,3.87,3.87,0,0,0-.77-.08A3.56,3.56,0,0,0,6,11l-.4,0a3.57,3.57,0,0,0,0,7.14H18.41a3.59,3.59,0,0,0,1-7Zm-6.77,6.71c-1,0-1.76-1.16-1.76-2.24,0-1.28.48-1.28,1.69-1.28s1.83,0,1.83,1.28C14.41,16.62,13.62,17.78,12.65,17.78Zm-1.18-5.3a1.17,1.17,0,1,1,1.17,1.17A1.17,1.17,0,0,1,11.47,12.48Zm2.85,1.33a2.07,2.07,0,0,0,.47-1.33,2.15,2.15,0,1,0-3.86,1.3,1,1,0,0,0-.35.25,2.58,2.58,0,1,1,4.09,0A.9.9,0,0,0,14.32,13.81ZM15,15.89a4.38,4.38,0,0,0,0-.51,2.62,2.62,0,0,0,0-.29,3.53,3.53,0,1,0-4.75,0c0,.09,0,.18,0,.28a3.05,3.05,0,0,0,.05.52,4.14,4.14,0,1,1,4.68,0Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/podfriend.svg b/app/Resources/icons/podcasting/podfriend.svg index 6c96c60d53..7b84e85d64 100755 --- a/app/Resources/icons/podcasting/podfriend.svg +++ b/app/Resources/icons/podcasting/podfriend.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M2.46,15.14l.07.48a7.24,7.24,0,0,0,1.56,3.22C5.29,20.28,7.63,22,12,22s6.71-1.72,7.9-3.16a7.2,7.2,0,0,0,1.57-3.22l.07-.48Zm9.54,6a10.56,10.56,0,0,1-5.34-1.24,9.09,9.09,0,0,1,.3-1.1,5.35,5.35,0,0,1,.78-1.45A5.06,5.06,0,0,1,9.54,16H13l0,0A6,6,0,0,0,11.8,19h0c0,.18,0,.41.14.49a.33.33,0,0,0,.37-.1,1,1,0,0,0,.17-.37,7.32,7.32,0,0,1,1.88-3h6.17C20.11,17.34,18.35,21.17,12,21.17ZM20.24,9.49h0c0-.39-.76-7.41-8.18-7.49h-.12C4.53,2.08,3.8,9.09,3.76,9.49c0,.19-.28,2.38.77,3.58a2.24,2.24,0,0,0,1.78.76H17.69a2.24,2.24,0,0,0,1.78-.76C20.52,11.87,20.26,9.68,20.24,9.49Zm-7.6-1.57a1.25,1.25,0,1,1,1.25,1.24A1.25,1.25,0,0,1,12.64,7.92Zm6.21,4.6h0a1.45,1.45,0,0,1-1.16.48H14A4.35,4.35,0,1,0,10,13H6.31a1.45,1.45,0,0,1-1.16-.48c-.82-.94-.57-2.91-.57-2.93v0c0-.27.55-6.69,7.41-6.73s7.39,6.46,7.41,6.73v0A4.39,4.39,0,0,1,18.85,12.52Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M2.46,15.14l.07.48a7.24,7.24,0,0,0,1.56,3.22C5.29,20.28,7.63,22,12,22s6.71-1.72,7.9-3.16a7.2,7.2,0,0,0,1.57-3.22l.07-.48Zm9.54,6a10.56,10.56,0,0,1-5.34-1.24,9.09,9.09,0,0,1,.3-1.1,5.35,5.35,0,0,1,.78-1.45A5.06,5.06,0,0,1,9.54,16H13l0,0A6,6,0,0,0,11.8,19h0c0,.18,0,.41.14.49a.33.33,0,0,0,.37-.1,1,1,0,0,0,.17-.37,7.32,7.32,0,0,1,1.88-3h6.17C20.11,17.34,18.35,21.17,12,21.17ZM20.24,9.49h0c0-.39-.76-7.41-8.18-7.49h-.12C4.53,2.08,3.8,9.09,3.76,9.49c0,.19-.28,2.38.77,3.58a2.24,2.24,0,0,0,1.78.76H17.69a2.24,2.24,0,0,0,1.78-.76C20.52,11.87,20.26,9.68,20.24,9.49Zm-7.6-1.57a1.25,1.25,0,1,1,1.25,1.24A1.25,1.25,0,0,1,12.64,7.92Zm6.21,4.6h0a1.45,1.45,0,0,1-1.16.48H14A4.35,4.35,0,1,0,10,13H6.31a1.45,1.45,0,0,1-1.16-.48c-.82-.94-.57-2.91-.57-2.93v0c0-.27.55-6.69,7.41-6.73s7.39,6.46,7.41,6.73v0A4.39,4.39,0,0,1,18.85,12.52Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/podinstall.svg b/app/Resources/icons/podcasting/podinstall.svg index 9bec6ac614..ccc7c5be44 100755 --- a/app/Resources/icons/podcasting/podinstall.svg +++ b/app/Resources/icons/podcasting/podinstall.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M22,9.69C21.74,8,21.37,7.38,18.94,5s-3-2.78-4.5-3.07c-.45-.09-3-.13-5.23-.13H4.43v17.5l.07.07,1.43,1.43,1.42,1.43.07.07h6.36V16.67H15a17.15,17.15,0,0,0,2.2-.13A6.08,6.08,0,0,0,22,9.69ZM7.22,19.46v1.26l-.66-.65L6,19.46Zm0-14.27V18.48H5.42V3.39Zm.65-.65L6.08,2.74H10v1.8ZM8.2,18.48v-13H10v13Zm0,2.79V19.46h2.14l1.07,1.08.73.73ZM11,12.9V5.52H12.8V12.9Zm1.81,1v3.5c0,1.44,0,2.57,0,3.2L12,19.85,11,18.8V13.89ZM11,4.54V3.4l.55.54.59.59H11Zm7,5.13a5.32,5.32,0,0,1-2.89,2.89,5.61,5.61,0,0,1-1.13.3l-.24,0V5.52h1.49a9.07,9.07,0,0,1,2.27.18l.49.14.17.64A5.86,5.86,0,0,1,18,9.67Zm-4.26,4.19.25,0a7.76,7.76,0,0,0,2.56-1,6.1,6.1,0,0,0,2.66-6c0-.12,0-.24-.06-.34.12.1.25.23.4.37a5.46,5.46,0,0,1,1.14,1.55,3.41,3.41,0,0,1,.37,2.06,4.39,4.39,0,0,1-.26,1.9,5.42,5.42,0,0,1-2.92,2.92,6.39,6.39,0,0,1-2.49.29l-1.65.05Zm3.39-9.19A15.74,15.74,0,0,0,15,4.55H13.45L11.66,2.73l1.2,0c1.65,0,1.81.06,2.43.35a5.66,5.66,0,0,1,2,1.59h0Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M22,9.69C21.74,8,21.37,7.38,18.94,5s-3-2.78-4.5-3.07c-.45-.09-3-.13-5.23-.13H4.43v17.5l.07.07,1.43,1.43,1.42,1.43.07.07h6.36V16.67H15a17.15,17.15,0,0,0,2.2-.13A6.08,6.08,0,0,0,22,9.69ZM7.22,19.46v1.26l-.66-.65L6,19.46Zm0-14.27V18.48H5.42V3.39Zm.65-.65L6.08,2.74H10v1.8ZM8.2,18.48v-13H10v13Zm0,2.79V19.46h2.14l1.07,1.08.73.73ZM11,12.9V5.52H12.8V12.9Zm1.81,1v3.5c0,1.44,0,2.57,0,3.2L12,19.85,11,18.8V13.89ZM11,4.54V3.4l.55.54.59.59H11Zm7,5.13a5.32,5.32,0,0,1-2.89,2.89,5.61,5.61,0,0,1-1.13.3l-.24,0V5.52h1.49a9.07,9.07,0,0,1,2.27.18l.49.14.17.64A5.86,5.86,0,0,1,18,9.67Zm-4.26,4.19.25,0a7.76,7.76,0,0,0,2.56-1,6.1,6.1,0,0,0,2.66-6c0-.12,0-.24-.06-.34.12.1.25.23.4.37a5.46,5.46,0,0,1,1.14,1.55,3.41,3.41,0,0,1,.37,2.06,4.39,4.39,0,0,1-.26,1.9,5.42,5.42,0,0,1-2.92,2.92,6.39,6.39,0,0,1-2.49.29l-1.65.05Zm3.39-9.19A15.74,15.74,0,0,0,15,4.55H13.45L11.66,2.73l1.2,0c1.65,0,1.81.06,2.43.35a5.66,5.66,0,0,1,2,1.59h0Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/podlink.svg b/app/Resources/icons/podcasting/podlink.svg index c980f8f623..e0ad3e83f8 100755 --- a/app/Resources/icons/podcasting/podlink.svg +++ b/app/Resources/icons/podcasting/podlink.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M2.49,10.51a.27.27,0,0,1,.37-.09l2.63,1.66a.27.27,0,0,1,.08.38.26.26,0,0,1-.22.12.28.28,0,0,1-.15,0L2.57,10.88A.27.27,0,0,1,2.49,10.51Zm3.61,1a.28.28,0,0,0,.23.13.23.23,0,0,0,.14,0,.27.27,0,0,0,.1-.37L5.32,9.14A.27.27,0,0,0,5,9.05a.28.28,0,0,0-.1.37ZM4.92,14a.28.28,0,0,0,.27-.24.27.27,0,0,0-.23-.3l-2.41-.33a.27.27,0,1,0-.08.53L4.88,14ZM21.6,6.89h0a.71.71,0,0,0-1-.09h0l-4.1,3.42L13.46,5.09a1.49,1.49,0,0,0-1-.73V1.89a.27.27,0,0,0-.54,0V4.34a1.5,1.5,0,0,0-1.1.75h0l-7,13.81a.73.73,0,0,0,1.26.72h0l7-13.78a.09.09,0,0,1,.09,0h0a.12.12,0,0,1,.09,0h0l3.13,5.3h0L9.91,15.71h0a.69.69,0,0,0,.88,1.07l5.31-4.42,3.3,5.58a.11.11,0,0,1-.1.16h0L5.34,20.24a.69.69,0,0,0-.68.69.7.7,0,0,0,.7.69h0l14-2.13a1.53,1.53,0,0,0,1.3-2.29h0l-3.44-5.77,4.28-3.55h0A.71.71,0,0,0,21.6,6.89Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M2.49,10.51a.27.27,0,0,1,.37-.09l2.63,1.66a.27.27,0,0,1,.08.38.26.26,0,0,1-.22.12.28.28,0,0,1-.15,0L2.57,10.88A.27.27,0,0,1,2.49,10.51Zm3.61,1a.28.28,0,0,0,.23.13.23.23,0,0,0,.14,0,.27.27,0,0,0,.1-.37L5.32,9.14A.27.27,0,0,0,5,9.05a.28.28,0,0,0-.1.37ZM4.92,14a.28.28,0,0,0,.27-.24.27.27,0,0,0-.23-.3l-2.41-.33a.27.27,0,1,0-.08.53L4.88,14ZM21.6,6.89h0a.71.71,0,0,0-1-.09h0l-4.1,3.42L13.46,5.09a1.49,1.49,0,0,0-1-.73V1.89a.27.27,0,0,0-.54,0V4.34a1.5,1.5,0,0,0-1.1.75h0l-7,13.81a.73.73,0,0,0,1.26.72h0l7-13.78a.09.09,0,0,1,.09,0h0a.12.12,0,0,1,.09,0h0l3.13,5.3h0L9.91,15.71h0a.69.69,0,0,0,.88,1.07l5.31-4.42,3.3,5.58a.11.11,0,0,1-.1.16h0L5.34,20.24a.69.69,0,0,0-.68.69.7.7,0,0,0,.7.69h0l14-2.13a1.53,1.53,0,0,0,1.3-2.29h0l-3.44-5.77,4.28-3.55h0A.71.71,0,0,0,21.6,6.89Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/podlp.svg b/app/Resources/icons/podcasting/podlp.svg index 4ea745170a..f4a9a5c7df 100644 --- a/app/Resources/icons/podcasting/podlp.svg +++ b/app/Resources/icons/podcasting/podlp.svg @@ -1,4 +1,4 @@ -<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="M0,0H24V24H0Z" fill="none"/> - <path d="m12.307 22.011c-.54416.01481-1.2177-.0015-1.4968-.03635-.27911-.03481-.81195-.13936-1.1841-.23234-.37214-.09298-.90999-.25894-1.1953-.36881-.28526-.10986-.71154-.29672-.94727-.41524-.23574-.11852-.64175-.35291-.90228-.52086-.26053-.16795-.68677-.4801-.94727-.69368-.2605-.21357-.6576-.58228-.88246-.81932-.22484-.23706-.5486-.6144-.71952-.83854-.17088-.22413-.45353-.64277-.6281-.93029-.17458-.28754-.43866-.80241-.58686-1.144-.1482-.34163-.34496-.88178-.43724-1.2003-.09228-.31844-.21611-.86858-.27518-1.2226-.06692-.40104-.10649-1.0388-.10501-1.6924.0017-.80126.03677-1.2164.14807-1.7592.08013-.39075.22138-.93882.3139-1.2179.09251-.27911.34519-.87285.5615-1.3194.21632-.44657.58776-1.0848.82541-1.4182.23765-.33344.70619-.88496 1.0411-1.2256.33493-.34061.83901-.78779 1.1202-.99362.28114-.20583.78319-.53024 1.1156-.72088.33246-.19063.90931-.46485 1.2819-.60937.37258-.14453.93625-.32576 1.2526-.40273.31632-.07697.87163-.16934 1.234-.20526.36237-.03592.98652-.05135 1.3871-.03431.40056.01705 1.0026.07484 1.338.12842.33537.05358.87034.17292 1.1888.26521.31844.09228.85092.28648 1.1833.43154.33236.14507.84578.40736 1.1409.58288.29511.17552.78542.51345 1.0896.75098.30418.23751.80417.7001 1.111 1.0279.30689.32786.74029.86852.9631 1.2015.22282.33295.52669.84713.67528 1.1427.14859.29552.38827.89091.53264 1.323.14437.43214.31614 1.075.38171 1.4285.08669.46742.11783.96588.11412 1.8269-.004.93895-.03526 1.3269-.15076 1.8734-.08012.37915-.23934.95769-.35382 1.2856-.11448.32792-.34122.86472-.50386 1.1929-.16264.32816-.46205.84578-.66536 1.1503-.20331.30449-.5714.77676-.81797 1.0496-.24657.27282-.65255.67838-.90221.9014-.24964.22302-.72277.58628-1.0513.80721-.32862.22096-.84625.52006-1.1503.66467-.30403.14461-.82108.35725-1.149.47253-.32792.11528-.90268.27207-1.2773.34841-.43399.08844-1.04.14857-1.6704.16573zm-.16458-8.7799c.23213-.01715.44149-.08573.61768-.20232.15771-.10437.32512-.29742.41005-.47285.07894-.16306.14353-.4251.14353-.58229 0-.15719-.05766-.39878-.12813-.53685-.07047-.13807-.18465-.30065-.25373-.36129-.06908-.06064-.22306-.15959-.34215-.2199-.1191-.06031-.35628-.10966-.52708-.10966-.17554 0-.42424.05801-.57209.13344-.14386.07339-.3236.21231-.39943.30871-.07583.0964-.1736.28355-.21728.41589-.04367.13234-.06431.37458-.04585.53831.01845.16373.11087.41452.20536.5573.09504.14361.30276.32615.46489.40854.22146.11254.37892.14259.64425.12298zm5.0067-.45529c.2015 0 .45778-.04727.56949-.10504.11172-.05777.22679-.16903.25572-.24723.02893-.07821.01272-.37162-.03606-.65202-.04876-.2804-.15393-.70958-.23372-.95377-.07979-.24418-.24351-.64651-.36383-.89409-.12032-.24756-.36646-.67384-.54698-.94727-.18052-.27344-.5739-.74151-.8742-1.0402-.30029-.29868-.76411-.68806-1.0307-.86527-.2666-.17724-.71025-.42645-.98591-.55382-.27566-.12736-.77223-.31027-1.1034-.40646-.33122-.09619-.83116-.1927-1.111-.21446-.43608-.03392-.52308-.02233-.60893.0811-.06394.07704-.10753.30656-.12054.6347-.01679.42323.0039.55286.11738.73394.13364.21331.15168.2199.60158.2199.25509 0 .69841.06001.98523.13335.28677.07335.7112.22393.94315.33463.23196.1107.62495.35511.87332.54313.24837.18801.60701.53221.797.76485.18999.23264.46424.66662.60946.96432.14522.29772.30811.73921.36197.98111.05386.24189.1181.61434.14273.82765.0352.30482.08195.41709.21836.52438.12553.09875.27495.13652.53994.13652zm2.8249-.34096c.10919.0014.32556-.05884.4808-.13399.15524-.07515.3119-.20306.34812-.28425.04456-.09986.0362-.33475-.02583-.72608-.05043-.31814-.16925-.86479-.26405-1.2147-.0948-.34995-.2893-.90749-.43222-1.239-.14292-.33152-.42724-.88252-.63181-1.2244-.20457-.34192-.61486-.91094-.91175-1.2645-.29689-.35354-.70775-.78664-.91297-.9625-.20523-.17582-.60186-.48376-.88137-.68434-.27952-.20054-.80768-.51794-1.1737-.70531-.36599-.18738-.93374-.43492-1.2617-.5501-.32792-.11518-.89118-.26835-1.2518-.34037-.36055-.07203-.8878-.15157-1.1717-.17677-.28388-.0252-.5782-.02611-.65405-.002-.07586.02407-.17091.13842-.21123.25409-.04033.11568-.07332.38945-.07332.60837 0 .21893.04412.50364.09804.6327.05392.12905.12243.23488.15224.23517.02981.000216.34079.01451.6911.03162.35028.01709.88313.08123 1.1841.14253.30097.06129.76032.18792 1.0208.2814.2605.09348.70281.28484.983.42526.28019.14041.75207.43659 1.0488.65817.2967.22158.74111.61353.9876.87102.24651.25748.62397.73779.83881 1.0674s.49327.84267.61874 1.1402c.12546.29749.28564.76046.35594 1.0289.0703.26839.14777.66808.17215.8882.02438.22013.05833.5045.07544.63194.01711.12744.06847.27673.11415.33176.04567.05503.1744.13988.28606.18854.11166.04866.29236.08967.40156.09113z" stroke-width=".067663"/> -</svg> +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0 0h24v24H0Z" fill="none" /> + <path d="M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2Zm.07 11.5a1.5 1.5 0 1 1 1.5-1.5 1.5 1.5 0 0 1-1.5 1.5Zm5.34-.5h-1.55a4.09 4.09 0 0 0 .14-1 4 4 0 0 0-4-4 3.75 3.75 0 0 0-.95.13V6.59A5 5 0 0 1 12 6.5a5.5 5.5 0 0 1 5.5 5.5 6.52 6.52 0 0 1-.09 1Zm1.51 0a6.63 6.63 0 0 0 .08-1 7 7 0 0 0-7-7 7.45 7.45 0 0 0-.95.07V3.56A7.46 7.46 0 0 1 12 3.5a8.51 8.51 0 0 1 8.5 8.5 8.26 8.26 0 0 1-.06 1Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/podnews.svg b/app/Resources/icons/podcasting/podnews.svg deleted file mode 100644 index 786e65f05a..0000000000 --- a/app/Resources/icons/podcasting/podnews.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m10.785 20.351a.82433.82433 0 11.017 1.6486.82433.82433 0 01-.017-1.6486m4.2489-12.237c0 .24644-.19545.44189-.44189.44189a.44189.44189 0 01-.44188-.44189v-1.6996c0-.24644.19545-.44189.44188-.44189.24644 0 .44189.20395.44189.44189zm-3.0422-6.1099s-5.0732-.27193-5.0732 5.2941v9.0672h2.5069v-1.5976h-.50137v-7.5036a3.2377 3.2377 0 013.0762-3.2207h.15296c1.2322 0 2.3029.68832 2.8468 1.7081a.7818.7818 0 00-1.1812.67133v1.6911a.7818.7818 0 001.1812.67133 3.2292 3.2292 0 01-4.5123 1.2407v4.7418h-.49287v2.8298a.80729.80729 0 00.80729.80729c.44188 0 .79879-.35691.79879-.79879v-.51837a.56085.56085 0 01.56935-.56935.57785.57785 0 01.57785.56935v1.4786c0 .22094.09348.41639.23794.56935.14446.14446.33991.23794.56086.23794.44189 0 .79879-.35691.79879-.79879v-1.4786a.56085.56085 0 01.56935-.56935c.23794 0 .45038.14446.52686.35691a.59485.59485 0 01.04249.21244v4.0874c0 .22094.09348.41639.23794.56935.14446.14446.33991.23794.56086.23794a.80729.80729 0 00.79879-.80729v-13.639c0-5.9145-5.0732-5.5406-5.0732-5.5406" fill="var(--podnews-accent)" stroke-width=".084978"/> -</svg> diff --git a/app/Resources/icons/podcasting/podstation.svg b/app/Resources/icons/podcasting/podstation.svg deleted file mode 100644 index 2e1a966002..0000000000 --- a/app/Resources/icons/podcasting/podstation.svg +++ /dev/null @@ -1,4 +0,0 @@ -<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="M0,0H24V24H0Z" fill="none"/> - <path d="m2.0003 19.493v-2.5069l.3875.0346c1.5215.13601 2.8978.92444 3.7082 2.1244.5348.79185.7968 1.5253.88125 2.4672l.0348.3875h-5.0115zm7.48 1.9944c-.1245-1.8474-.8648-3.4743-2.1788-4.7884-1.3117-1.3117-2.9435-2.0542-4.7884-2.1788l-.5125-.0346v-4.9857l.2375.00045c.42992.00078 1.3777.0992 1.949.20233 2.9141.5262 5.5195 2.0512 7.4424 4.3566.77935.93414 1.5813 2.3025 2.0444 3.4883.46485 1.1902.82369 3.0216.82584 4.2148l.00045.23748h-4.9857zm7.5199.21976c0-.78355-.15831-2.1173-.35399-2.9822-.4852-2.1448-1.3533-4.0198-2.6931-5.817-.56-.75109-1.9436-2.1629-2.6529-2.7069-2.4364-1.8687-5.103-2.9093-8.0699-3.1491-.35462-.0287-.77649-.0521-.93749-.0521h-.29274v-5h.29602c.58554 0 1.8445.10771 2.6442.22622 6.3514.9413 11.887 4.9133 14.838 10.646 1.0045 1.9515 1.6758 4.0337 1.995 6.1875.11851.79969.22622 2.0586.22622 2.6442v.29601h-5z" stroke-width=".05"/> -</svg> diff --git a/app/Resources/icons/podcasting/podtail.svg b/app/Resources/icons/podcasting/podtail.svg index 09426777e4..b0b10dd913 100755 --- a/app/Resources/icons/podcasting/podtail.svg +++ b/app/Resources/icons/podcasting/podtail.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M13.51,22l-.45-.08A2.68,2.68,0,0,1,11,20.08a5.9,5.9,0,0,1-.28-1.91c0-.29,0-.3-.31-.3H9.11a.53.53,0,0,1,0-1.05c.44,0,.87,0,1.31,0,.19,0,.26-.07.26-.26,0-.4,0-.79,0-1.19,0-.16-.07-.23-.23-.25a3.34,3.34,0,0,1-2.94-3.47c0-.53.05-.48-.48-.48H6.75a.6.6,0,0,1-.51-.54.57.57,0,0,1,.51-.52h.46c.3,0,.31,0,.31-.3V5.43A3.36,3.36,0,0,1,10.3,2l.1,0h1.79a3.78,3.78,0,0,1,1.65.76A3.22,3.22,0,0,1,15,5.21c0,2.26,0,4.51,0,6.77a3.3,3.3,0,0,1-2.87,3.14c-.41.05-.41,0-.41.47v1c0,.17.07.24.24.24h1.46a.46.46,0,0,1,.51.51.48.48,0,0,1-.52.54H12c-.19,0-.26.07-.25.25A5,5,0,0,0,12,19.72a1.73,1.73,0,0,0,1.41,1.2A2.17,2.17,0,0,0,15.71,20c.36-.51.64-1.06,1-1.59a10,10,0,0,1,.79-1.24,2.14,2.14,0,0,1,2.9-.39,1.53,1.53,0,0,1,.32.35.42.42,0,0,1-.05.58.52.52,0,0,1-.59.11l-.17-.12a1.11,1.11,0,0,0-1.67.19c-.24.33-.43.7-.64,1.05-.38.62-.74,1.26-1.16,1.84A2.9,2.9,0,0,1,14.46,22l-.1,0ZM11.27,10.1h2.39c.3,0,.31,0,.31-.3V9.69c0-.37,0-.37-.38-.37H12.27a.52.52,0,0,1-.52-.52.53.53,0,0,1,.49-.54h1.48c.24,0,.24,0,.25-.35s0-.26-.25-.25H12.33a.54.54,0,1,1,0-1.08h1.33c.27,0,.28,0,.28-.3S14,6,13.69,6H12.17a.53.53,0,0,1-.5-.57.54.54,0,0,1,.44-.49,1.22,1.22,0,0,1,.27,0h1.29c.23,0,.25,0,.18-.25a2.18,2.18,0,0,0-1.8-1.53,6.19,6.19,0,0,0-1.29,0,2.27,2.27,0,0,0-2,1.55c-.07.23-.05.26.18.26h1.32a.54.54,0,1,1,0,1.08H8.91c-.3,0-.31,0-.31.3s0,.31.3.31h1.41a.54.54,0,1,1,0,1.07c-.5,0-1,0-1.48,0-.24,0-.27,0-.27.31s0,.28.27.29h1.38c.39,0,.64.21.65.52s-.25.55-.65.55H9.07c-.5,0-.48-.06-.48.49,0,.27,0,.29.3.29Zm0,1.06H8.85c-.18,0-.27.06-.26.25s0,.36,0,.52a2.25,2.25,0,0,0,2.18,2.15c.32,0,.64,0,1,0a2.23,2.23,0,0,0,2-1.26A2.61,2.61,0,0,0,14,11.44c0-.26,0-.28-.29-.28Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0 0h24v24H0Z" fill="none" /> + <path d="M20.47 16.9a2.14 2.14 0 0 0-2-.38c-.87.23-1.36 1.13-1.86 2.09C16 19.77 15.32 21 14 21c-1.11 0-2.25-.32-2.25-2.72v-.38h1.81c.23 0 .4-.23.4-.52s-.17-.53-.4-.53h-1.8v-1.68A3.35 3.35 0 0 0 15 11.83V5.36A3.35 3.35 0 0 0 11.68 2h-.8a3.34 3.34 0 0 0-3.34 3.36v4.78H6.8a.53.53 0 1 0 0 1h.74v.65a3.34 3.34 0 0 0 3.16 3.33v1.68H9c-.22 0-.4.24-.4.53a.47.47 0 0 0 .4.52h1.69v.38c0 2.49 1.1 3.74 3.27 3.74 1.95 0 2.81-1.62 3.5-2.92.4-.75.78-1.47 1.23-1.58a1.06 1.06 0 0 1 1.16.23.58.58 0 0 0 .36.15.47.47 0 0 0 .5-.48.66.66 0 0 0-.24-.47ZM8.58 9.34h1.77a.53.53 0 0 0 .53-.53.52.52 0 0 0-.52-.52H8.58v-.64h1.77a.53.53 0 1 0 0-1.05H8.58V6h1.67a.53.53 0 0 0 .53-.53.52.52 0 0 0-.53-.52H8.62a2.31 2.31 0 0 1 2.26-1.87h.81A2.31 2.31 0 0 1 14 4.92h-1.81a.52.52 0 0 0-.52.52.53.53 0 0 0 .52.53H14v.64h-1.7a.53.53 0 1 0 0 1H14v.69h-1.7a.53.53 0 1 0 0 1H14v.8H8.58v-.76Zm2.3 4.78a2.3 2.3 0 0 1-2.3-2.29v-.65H14v.65a2.3 2.3 0 0 1-2.3 2.29Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/podverse.svg b/app/Resources/icons/podcasting/podverse.svg index ccec56af03..4a710f6403 100755 --- a/app/Resources/icons/podcasting/podverse.svg +++ b/app/Resources/icons/podcasting/podverse.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M7.12,21.73a4.62,4.62,0,0,1-2.46-2.49,10.13,10.13,0,0,0-.85-1.63,10,10,0,1,1,16.4,0,9.39,9.39,0,0,0-.85,1.63,4.5,4.5,0,0,1-2.52,2.49A2.48,2.48,0,0,1,16,22a65.25,65.25,0,0,1,2.21-7.53,1.55,1.55,0,0,1,.59.46,2.13,2.13,0,0,0,.52.46,3.71,3.71,0,0,0,.42-1,7.37,7.37,0,0,0,.24-2.76,5.78,5.78,0,0,0-.76-3.12,8,8,0,0,0-14.34,0,5.79,5.79,0,0,0-.77,3.12,7.56,7.56,0,0,0,.25,2.76,3.71,3.71,0,0,0,.42,1,2.34,2.34,0,0,0,.52-.46,1.49,1.49,0,0,1,.6-.46,10.94,10.94,0,0,1,.84,2.45c.37,1.35.84,3,1,3.71A3.32,3.32,0,0,1,8,21.9a2,2,0,0,1-.84-.17Zm1.41-.3c-.1-.34-.62-2.19-1.17-4.11-.83-3-1-3.51-.72-3.65a1.35,1.35,0,0,1,1.54.16A54.67,54.67,0,0,1,10.34,21c0,.32-.58.78-1.14.92s-.52.06-.67-.49Zm5.84.37a1,1,0,0,1-.62-.61,33.68,33.68,0,0,1,2-7.26,1.14,1.14,0,0,1,.85-.44c1.11,0,1.11,0-.15,4.43A23.9,23.9,0,0,1,15.09,22a4.11,4.11,0,0,1-.72-.2Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M7.12,21.73a4.62,4.62,0,0,1-2.46-2.49,10.13,10.13,0,0,0-.85-1.63,10,10,0,1,1,16.4,0,9.39,9.39,0,0,0-.85,1.63,4.5,4.5,0,0,1-2.52,2.49A2.48,2.48,0,0,1,16,22a65.25,65.25,0,0,1,2.21-7.53,1.55,1.55,0,0,1,.59.46,2.13,2.13,0,0,0,.52.46,3.71,3.71,0,0,0,.42-1,7.37,7.37,0,0,0,.24-2.76,5.78,5.78,0,0,0-.76-3.12,8,8,0,0,0-14.34,0,5.79,5.79,0,0,0-.77,3.12,7.56,7.56,0,0,0,.25,2.76,3.71,3.71,0,0,0,.42,1,2.34,2.34,0,0,0,.52-.46,1.49,1.49,0,0,1,.6-.46,10.94,10.94,0,0,1,.84,2.45c.37,1.35.84,3,1,3.71A3.32,3.32,0,0,1,8,21.9a2,2,0,0,1-.84-.17Zm1.41-.3c-.1-.34-.62-2.19-1.17-4.11-.83-3-1-3.51-.72-3.65a1.35,1.35,0,0,1,1.54.16A54.67,54.67,0,0,1,10.34,21c0,.32-.58.78-1.14.92s-.52.06-.67-.49Zm5.84.37a1,1,0,0,1-.62-.61,33.68,33.68,0,0,1,2-7.26,1.14,1.14,0,0,1,.85-.44c1.11,0,1.11,0-.15,4.43A23.9,23.9,0,0,1,15.09,22a4.11,4.11,0,0,1-.72-.2Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/radiopublic.svg b/app/Resources/icons/podcasting/radiopublic.svg index 1803cccd20..de3ff737d6 100755 --- a/app/Resources/icons/podcasting/radiopublic.svg +++ b/app/Resources/icons/podcasting/radiopublic.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M15.52,12.63V9.58l.37-.08c.46-.11.51.13.51.52v1.8c0,.33,0,.62-.51.73ZM7.65,9.85V7.12L8.09,7c.4-.09.49,0,.49.5V9c0,.51-.15.69-.55.78Zm5.89-4.47V2.48C9.92.82,6.3,4.14,2.68,2.48V19.06c2.64,1.21,5.27-.22,7.91-.44v2.9c3.58,1.66,7.15-1.66,10.73,0V4.94C18.73,3.74,16.14,5.14,13.54,5.38Zm-2.8,10.31a13.18,13.18,0,0,0-2,.32c-.1-.1-.18-.31-.18-.79V12.06c0-.5-.12-.61-.52-.52l-.41.1v4.62a16.38,16.38,0,0,1-2,.34V5.79a24.5,24.5,0,0,0,3.12-.6c1.21-.27,1.81.35,1.81,1.5V8.42A1.72,1.72,0,0,1,9.73,10a1.09,1.09,0,0,1,.84,1.17v3.67a1.36,1.36,0,0,0,.17.79Zm7.65-4a2.26,2.26,0,0,1-1.93,2.51l-.94.22v4.33a14.75,14.75,0,0,1-2,.34V8.26a23.56,23.56,0,0,0,2.81-.54c1.68-.38,2,.46,2,1.78Z" fill-rule="evenodd"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M15.52,12.63V9.58l.37-.08c.46-.11.51.13.51.52v1.8c0,.33,0,.62-.51.73ZM7.65,9.85V7.12L8.09,7c.4-.09.49,0,.49.5V9c0,.51-.15.69-.55.78Zm5.89-4.47V2.48C9.92.82,6.3,4.14,2.68,2.48V19.06c2.64,1.21,5.27-.22,7.91-.44v2.9c3.58,1.66,7.15-1.66,10.73,0V4.94C18.73,3.74,16.14,5.14,13.54,5.38Zm-2.8,10.31a13.18,13.18,0,0,0-2,.32c-.1-.1-.18-.31-.18-.79V12.06c0-.5-.12-.61-.52-.52l-.41.1v4.62a16.38,16.38,0,0,1-2,.34V5.79a24.5,24.5,0,0,0,3.12-.6c1.21-.27,1.81.35,1.81,1.5V8.42A1.72,1.72,0,0,1,9.73,10a1.09,1.09,0,0,1,.84,1.17v3.67a1.36,1.36,0,0,0,.17.79Zm7.65-4a2.26,2.26,0,0,1-1.93,2.51l-.94.22v4.33a14.75,14.75,0,0,1-2,.34V8.26a23.56,23.56,0,0,0,2.81-.54c1.68-.38,2,.46,2,1.78Z" fill-rule="evenodd" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/sphinxchat.svg b/app/Resources/icons/podcasting/sphinxchat.svg index f27b0e483b..95c2c4c431 100644 --- a/app/Resources/icons/podcasting/sphinxchat.svg +++ b/app/Resources/icons/podcasting/sphinxchat.svg @@ -1,4 +1,4 @@ -<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m10.358 21.539c.08272-.05114.16617-.13476.21775-.21817l.08362-.13524.0074-2.3881c.0069-2.2528.01004-2.387.05526-2.3694.12357.0482.58719.12769.90126.15454.48955.04183 1.0924-.01518 1.626-.1538l.07553-.01962.0148 4.7764.08362.13524c.10433.16873.29465.29198.47809.30961.30606.02941 1.403-.18256 2.0276-.3918.98235-.32909 1.69-.74584 2.3026-1.356.63919-.63669.95066-1.2366 1.1477-2.2105.1059-.52336.20556-.82521.4105-1.2434.37464-.76441 1.0215-1.5066 1.7475-2.0049.26932-.18486.38664-.31108.43302-.4659.05887-.19645.02689-1.1117-.06762-1.9363-.3695-3.2226-1.8585-5.9164-4.2558-7.6991-1.1837-.88025-2.6717-1.5417-4.0862-1.8165-.57608-.11191-.88066-.13904-1.5611-.13904-1.0019 0-1.7092.11556-2.7152.4436-2.609.85082-4.7495 2.6928-6.004 5.1668-.78355 1.5452-1.2097 3.3155-1.274 5.2921-.025162.77343.00265.84389.45549 1.1541.90925.6229 1.665 1.6041 1.9914 2.5854.045488.13677.12044.43518.16657.66313.13849.68442.30814 1.1155.63008 1.6008.22607.34084.74186.86472 1.0987 1.1159.83661.58896 1.9379 1.0042 3.1642 1.1929.47655.07335.67354.06338.8453-.04282zm-1.2045-1.337c-.80172-.1879-1.4101-.43696-1.9508-.79858-.74127-.49583-1.1343-1.0776-1.3108-1.94-.042157-.206-.090887-.4298-.10829-.49735-.19576-.7598-.62223-1.5963-1.1614-2.278-.23004-.29085-.78062-.8363-1.0882-1.0781l-.24541-.19291.018108-.38781c.10813-2.3158.82785-4.3759 2.0969-6.0022.24135-.30928.6414-.74695.66256-.72488.00729.0076.25017.47542.53975 1.0396l.52651 1.0258.011926 1.7096c.011219 1.6068.015522 1.7287.071621 2.0274.19441 1.0349.55051 1.8826 1.0998 2.6181.20312.27199.67288.75698.88973.91856l.16686.12434.0011 2.245c.00061 1.2347-.002 2.2438-.0058 2.2425-.0038-.0014-.10016-.02436-.21414-.05107zm5.4708-2.2114v-2.2601l.07496-.04912c.12029-.07881.58114-.53428.75352-.74471.62733-.7658 1.0872-1.8226 1.2745-2.9288.06427-.37964.10343-1.4145.10596-2.7994l.0016-.83763 1.0914-2.0999.22179.23353c.91816.96675 1.6782 2.3383 2.097 3.7841.2572.88804.45812 2.1872.45812 2.9622v.17113l-.24177.19046c-.30517.24041-.8562.7869-1.0846 1.0756-.66704.84336-1.0643 1.7128-1.2702 2.7805-.07105.36824-.1338.55131-.28897.84299-.15703.29518-.31976.5056-.57631.74519-.55681.52-1.3887.9129-2.4442 1.1544l-.17269.03951zm-3.1637-2.7227c-.69929-.11368-1.2962-.43392-1.8094-.97076-.54801-.57322-.95345-1.3731-1.1324-2.234-.0762-.36662-.11564-1.2449-.10547-2.3486l.0079-.85655 7.1206-.0142-.01401 1.2918c-.0083.76703-.02742 1.3872-.04694 1.5267-.05094.36378-.20378.93426-.34038 1.2705-.50876 1.2524-1.3609 2.0516-2.4486 2.2965-.32343.0728-.90775.09103-1.2313.03844zm-3.8438-8.7784-.55573-1.0834.11664-.089061c.20135-.15375.65023-.436.99482-.62554.82886-.45592 1.812-.79551 2.7907-.96393.30231-.052032.46422-.061963 1.0223-.062769.66909-.0009591.80229.011176 1.3815.12653.82152.16352 1.7819.51933 2.5317.93795.30689.17134.93621.58104.98758.64294.03087.037192-.04558.20029-.52586 1.1219l-.56198 1.0784-7.626.000442-.55573-1.0834z" stroke-width=".02763"/> - <path d="M0,0H24V24H0Z" fill="none"/> -</svg> +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0 0h24v24H0Z" fill="none" /> + <path d="M10.36 21.54a.92.92 0 0 0 .22-.22l.08-.13V18.8a10.27 10.27 0 0 1 .05-2.37 4.61 4.61 0 0 0 .9.15 5.12 5.12 0 0 0 1.63-.15h.07v4.78l.08.13a.69.69 0 0 0 .48.31 8 8 0 0 0 2-.39 5.61 5.61 0 0 0 2.3-1.36 3.85 3.85 0 0 0 1.15-2.21 4.52 4.52 0 0 1 .41-1.24 5.36 5.36 0 0 1 1.75-2A.93.93 0 0 0 22 14a8.63 8.63 0 0 0-.1-2 10.94 10.94 0 0 0-4.25-7.7 10.37 10.37 0 0 0-4.09-1.81A6.38 6.38 0 0 0 12 2.37a7.87 7.87 0 0 0-2.72.44 10.28 10.28 0 0 0-6 5.19A12.42 12.42 0 0 0 2 13.27c0 .77 0 .84.45 1.15a5.35 5.35 0 0 1 2 2.59c0 .14.12.43.17.66a4.07 4.07 0 0 0 .63 1.6 5.3 5.3 0 0 0 1.1 1.12 7.56 7.56 0 0 0 3.16 1.19c.48.08.68.07.85 0ZM9.15 20.2a5.61 5.61 0 0 1-1.95-.8 2.83 2.83 0 0 1-1.31-1.94c0-.2-.09-.43-.11-.49a6.33 6.33 0 0 0-1.16-2.28 8.56 8.56 0 0 0-1.09-1.08l-.24-.19v-.39A10.39 10.39 0 0 1 5.4 7a5.55 5.55 0 0 1 .67-.73l.54 1 .52 1v1.71a11.37 11.37 0 0 0 .08 2 6 6 0 0 0 1.1 2.62 6 6 0 0 0 .89.92l.16.13v4.48l-.22-.05Zm5.47-2.2v-2.27l.08-.05a6.4 6.4 0 0 0 .75-.74A6.46 6.46 0 0 0 16.73 12a25.43 25.43 0 0 0 .1-2.8v-.83l1.1-2.1.22.23a9.46 9.46 0 0 1 2.1 3.79 13.06 13.06 0 0 1 .45 3v.17l-.24.19a9.18 9.18 0 0 0-1.08 1.08 6.05 6.05 0 0 0-1.27 2.78 2.83 2.83 0 0 1-.87 1.59 5.29 5.29 0 0 1-2.44 1.15h-.18Zm-3.16-2.72a3.2 3.2 0 0 1-1.81-1 4.68 4.68 0 0 1-1.13-2.24 14 14 0 0 1-.11-2.35v-.83h7.12V11.68a5.94 5.94 0 0 1-.34 1.27 3.52 3.52 0 0 1-2.45 2.3 4.23 4.23 0 0 1-1.23 0ZM7.62 6.49l-.56-1.08.12-.09a9.15 9.15 0 0 1 1-.63 9.31 9.31 0 0 1 2.79-1 6.06 6.06 0 0 1 1-.07 5.49 5.49 0 0 1 1.38.13 9.11 9.11 0 0 1 2.53.94 9.21 9.21 0 0 1 1 .64s-.05.2-.53 1.12l-.55 1.12H8.17l-.55-1.08Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/spotify.svg b/app/Resources/icons/podcasting/spotify.svg index da84da85c7..43d56a18f3 100755 --- a/app/Resources/icons/podcasting/spotify.svg +++ b/app/Resources/icons/podcasting/spotify.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M17.91,10.87C14.69,9,9.37,8.77,6.3,9.71a.93.93,0,1,1-.54-1.79c3.53-1.08,9.4-.87,13.11,1.34a.93.93,0,1,1-1,1.6h0Zm-.1,2.83a.78.78,0,0,1-1.07.26h0a13.14,13.14,0,0,0-10-1.17.78.78,0,0,1-1-.49.79.79,0,0,1,.5-1h0a14.58,14.58,0,0,1,11.23,1.33.78.78,0,0,1,.26,1.07Zm-1.22,2.72a.63.63,0,0,1-.86.21h0c-2.35-1.44-5.3-1.76-8.79-1a.62.62,0,0,1-.27-1.21c3.81-.87,7.07-.5,9.71,1.11a.63.63,0,0,1,.21.86ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M17.91,10.87C14.69,9,9.37,8.77,6.3,9.71a.93.93,0,1,1-.54-1.79c3.53-1.08,9.4-.87,13.11,1.34a.93.93,0,1,1-1,1.6h0Zm-.1,2.83a.78.78,0,0,1-1.07.26h0a13.14,13.14,0,0,0-10-1.17.78.78,0,0,1-1-.49.79.79,0,0,1,.5-1h0a14.58,14.58,0,0,1,11.23,1.33.78.78,0,0,1,.26,1.07Zm-1.22,2.72a.63.63,0,0,1-.86.21h0c-2.35-1.44-5.3-1.76-8.79-1a.62.62,0,0,1-.27-1.21c3.81-.87,7.07-.5,9.71,1.11a.63.63,0,0,1,.21.86ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/spreaker.svg b/app/Resources/icons/podcasting/spreaker.svg index 06ddebe33a..30cc454c34 100755 --- a/app/Resources/icons/podcasting/spreaker.svg +++ b/app/Resources/icons/podcasting/spreaker.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M14.82,2,10.11,7.45l-7-1.52,7.23,6.15L3.2,18.29l7-1.65L15,22l.59-7.17,6.6-2.9L15.56,9.16,14.82,2Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M14.82,2,10.11,7.45l-7-1.52,7.23,6.15L3.2,18.29l7-1.65L15,22l.59-7.17,6.6-2.9L15.56,9.16,14.82,2Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/stitcher.svg b/app/Resources/icons/podcasting/stitcher.svg index b2f7c0d02c..0d59cba881 100755 --- a/app/Resources/icons/podcasting/stitcher.svg +++ b/app/Resources/icons/podcasting/stitcher.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M14.69,8.5h3v6.32h-3Zm-4.21.89h3V15.5h-3ZM6.24,8.9h3v5.92h-3ZM2,9.82H5.07v5.4H2Zm16.93-.21H22v4.78H18.93Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M14.69,8.5h3v6.32h-3Zm-4.21.89h3V15.5h-3ZM6.24,8.9h3v5.92h-3ZM2,9.82H5.07v5.4H2Zm16.93-.21H22v4.78H18.93Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/tsacdop.svg b/app/Resources/icons/podcasting/tsacdop.svg index e5459ffb3e..0d3e288ff5 100644 --- a/app/Resources/icons/podcasting/tsacdop.svg +++ b/app/Resources/icons/podcasting/tsacdop.svg @@ -1,4 +1,4 @@ -<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="M0,0H24V24H0Z" fill="none"/> - <path d="m11.43 22c-.48717 0-.61072-.02629-.97196-.2068-.22762-.11374-.49596-.30394-.59632-.42266-.10036-.11872-.24613-.3528-.32394-.52018-.13815-.29718-.14226-.41442-.17528-4.9986l-.033813-4.6943-1.7063-.62661c-.93846-.34464-1.8971-.72639-2.1302-.84834-.25186-.13173-.62087-.41918-.90912-.70819-.37027-.37123-.54903-.62015-.7547-1.0509-.14823-.31044-.30268-.72571-.34322-.92281-.040546-.1971-.073719-.61875-.073719-.93701 0-.31825.04776-.76299.10615-.9883.05838-.22532.20947-.61482.33574-.86556.12627-.25074.39796-.63776.60375-.86003.20579-.22228.56781-.53031.80449-.68451.23668-.1542.60154-.34055.81079-.41409s.6091-.16773.88856-.20929c.37465-.055723.64187-.055675 1.0174.0001826.36862.054826 1.8212.55433 5.2579 1.808 2.6117.95275 4.9616 1.8423 5.222 1.9768.31088.16056.63991.41223.95847.73313.33964.34213.55731.63656.72597.98198.13248.27134.28699.67472.34334.89641.05635.22168.10245.66416.10245.98328 0 .31912-.0461.7616-.10245.98328-.05635.22168-.20671.61608-.33414.87644s-.3865.6466-.57572.85832-.55878.52769-.82124.70217c-.26246.17448-.71047.39346-.99557.48662-.41145.13445-.65787.16959-1.1946.17036-.53435.000771-.7898-.03455-1.2173-.1683-.29756-.0931-.83772-.27901-1.2004-.41313l-.65936-.24386v3.8057c0 3.2144-.01603 3.8597-.10317 4.1531-.05674.19108-.20268.47788-.3243.63734-.14035.18401-.37656.37038-.64662.51018-.37947.19644-.48587.22027-.98361.22027z" stroke-width=".067626"/> -</svg> +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0 0h24v24H0Z" fill="none" /> + <path d="M18 5.49 8.84 2.17a4.08 4.08 0 0 0-2.79 7.67l3.32 1.21v8.82a2.06 2.06 0 0 0 4.12 0v-7.33l1.68.61A4.08 4.08 0 0 0 18 5.49Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/tunein.svg b/app/Resources/icons/podcasting/tunein.svg index 8ebef8d472..da72127494 100755 --- a/app/Resources/icons/podcasting/tunein.svg +++ b/app/Resources/icons/podcasting/tunein.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M21.5,5.23H12.06a.49.49,0,0,0-.5.49h0V8.32H2.5a.5.5,0,0,0-.5.5H2v9.45a.5.5,0,0,0,.49.5h9.45a.49.49,0,0,0,.5-.49h0v-2.6H21.5a.49.49,0,0,0,.5-.49h0V5.67A.49.49,0,0,0,21.5,5.23Zm-10,12.6H2.94V9.26H11.5Zm6.41-5.36a.11.11,0,0,1-.11.11h-2a.11.11,0,0,1-.11-.11v-.61a.12.12,0,0,1,.11-.11h.5s0,0,0-.05V9.21c0-.06,0-.06,0-.06h-.45A.12.12,0,0,1,15.7,9v-.6a.11.11,0,0,1,.11-.11h1.88a.11.11,0,0,1,.11.11V9a.11.11,0,0,1-.11.11h-.44c-.05,0-.05,0-.05.06V11.7c0,.05,0,.05.05.05h.5a.12.12,0,0,1,.11.11l.06.61Zm-12-.33v-.61A.11.11,0,0,1,6,11.42H8.46a.11.11,0,0,1,.11.11v.61h0a.12.12,0,0,1-.11.11H7.7c-.06,0-.06,0-.06.05v3.26a.11.11,0,0,1-.11.11H6.92a.11.11,0,0,1-.11-.11V12.3c0-.05,0-.05-.06-.05H6A.12.12,0,0,1,5.87,12.14Z" fill-rule="evenodd"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M21.5,5.23H12.06a.49.49,0,0,0-.5.49h0V8.32H2.5a.5.5,0,0,0-.5.5H2v9.45a.5.5,0,0,0,.49.5h9.45a.49.49,0,0,0,.5-.49h0v-2.6H21.5a.49.49,0,0,0,.5-.49h0V5.67A.49.49,0,0,0,21.5,5.23Zm-10,12.6H2.94V9.26H11.5Zm6.41-5.36a.11.11,0,0,1-.11.11h-2a.11.11,0,0,1-.11-.11v-.61a.12.12,0,0,1,.11-.11h.5s0,0,0-.05V9.21c0-.06,0-.06,0-.06h-.45A.12.12,0,0,1,15.7,9v-.6a.11.11,0,0,1,.11-.11h1.88a.11.11,0,0,1,.11.11V9a.11.11,0,0,1-.11.11h-.44c-.05,0-.05,0-.05.06V11.7c0,.05,0,.05.05.05h.5a.12.12,0,0,1,.11.11l.06.61Zm-12-.33v-.61A.11.11,0,0,1,6,11.42H8.46a.11.11,0,0,1,.11.11v.61h0a.12.12,0,0,1-.11.11H7.7c-.06,0-.06,0-.06.05v3.26a.11.11,0,0,1-.11.11H6.92a.11.11,0,0,1-.11-.11V12.3c0-.05,0-.05-.06-.05H6A.12.12,0,0,1,5.87,12.14Z" fill-rule="evenodd" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/podcasting/zion.svg b/app/Resources/icons/podcasting/zion.svg index b2650bac43..20c2f2f734 100644 --- a/app/Resources/icons/podcasting/zion.svg +++ b/app/Resources/icons/podcasting/zion.svg @@ -1,3 +1,4 @@ -<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> - <path d="m8.1993 20.988c-.22052-.0023-.49602-.03072-.61222-.06314-.1162-.03242-.33804-.12338-.49298-.20213-.15493-.07875-.37998-.22989-.5001-.33586-.12012-.10597-.29766-.31208-.39453-.45802-.09687-.14594-.21553-.36905-.26369-.4958-.04817-.12675-.10873-.38258-.13459-.56852-.03621-.26031-.0311-.42928.02221-.73463.04235-.24256.12932-.51536.22394-.70244.08509-.16822.27091-.42282.41293-.56576.14202-.14295.43781-.36875.6573-.50179.2195-.13304.53084-.35657.69188-.49673.16104-.14016.42034-.39933.57624-.57592.15589-.17659.34918-.4546.42952-.6178.13127-.26665.14377-.32886.12331-.61388-.013611-.18969-.062429-.39483-.12146-.51042-.054276-.1063-.15077-.25516-.21442-.33081-.063652-.07565-.2284-.19995-.36611-.27623-.21879-.1212-.29774-.13869-.62597-.13869-.32924 0-.40689.01733-.62908.14038-.16587.09186-.33894.24749-.50074.45027-.13599.17044-.34205.39333-.4579.49531-.11586.10198-.32725.24251-.46977.3123-.14252.06978-.38143.15874-.53092.19768-.14949.03893-.40692.07079-.57207.07079s-.4284-.0332-.585-.07378c-.1566-.04058-.41292-.13849-.56961-.21759-.16977-.0857-.40878-.26932-.59148-.45441-.17722-.17953-.36056-.42295-.43448-.57685-.070342-.14644-.15975-.38856-.19868-.53805-.03893-.14949-.07079-.42138-.07079-.6042 0-.18282.03235-.4566.07189-.6084s.13989-.40448.22301-.56152c.08312-.15704.27979-.41458.43705-.57232.17366-.1742.40409-.34485.58688-.43464.16552-.081309.4594-.18126.65307-.22211.23099-.048723.4527-.064342.6445-.045405.1608.015877.42642.070272.59026.12088.16384.050605.42487.17408.58008.27439.1552.10031.37552.29397.48959.43036s.28712.33745.38454.44682c.10096.11333.28268.24481.42255.30574.16549.07208.33715.1069.52711.1069.19076 0 .36172-.03485.52957-.10796.15273-.06653.32677-.19572.45344-.3366.11306-.12576.23921-.32736.28032-.44801.04112-.12065.07382-.32652.07269-.45749-.0011-.13097-.02975-.31563-.06358-.41037-.03383-.09473-.16226-.31341-.28538-.48595-.12312-.17254-.33411-.42396-.46887-.55872-.13476-.13476-.36986-.34043-.52245-.45706-.15259-.11663-.42789-.29938-.61178-.40611-.18589-.1079-.44238-.31227-.57766-.46029-.13383-.14643-.29314-.36454-.35403-.4847-.06089-.12016-.1426-.33377-.18158-.47469-.03898-.14092-.08369-.35188-.09935-.46879-.01567-.11691-.0064-.37044.0205-.5634.03302-.23653.11004-.47872.2364-.74339.13451-.28174.2639-.4673.45831-.6573.14899-.14561.39905-.33288.55569-.41616.15664-.083277.42017-.18332.58561-.22232.16544-.038997.4194-.071217.56436-.071598.14496-.0003803.37736.020754.51645.046969.13909.026215.40781.12107.59716.2108.23786.11271.43492.25398.63757.45705.19604.19644.35076.41069.46654.64604.09527.19367.19382.47889.21899.63382.02517.15494.04556.37677.0453.49298-.000234.1162-.04239.40991-.09363.65269-.05124.24278-.09316.55053-.09316.68389s.02228.36784.04952.52106c.02723.15322.14802.4793.26842.72461.17307.35265.29294.52096.57257.80397.22674.22948.45477.40825.63537.49813.15493.077102.45478.1973.66633.2671.21154.069802.50733.20629.6573.3033.14997.097014.36775.28226.48395.41166.1162.1294.26868.34078.33884.46973.07016.12896.15995.3588.19954.51078.03958.15197.07196.44702.07196.65566s-.03152.50034-.07003.64822c-.03852.14788-.12295.3733-.18763.50094-.06467.12763-.24438.3676-.39935.53326-.1848.19755-.39086.35777-.59879.46557-.17436.0904-.48633.21988-.69326.28773-.20693.06785-.50648.20847-.66568.31249-.1592.10402-.39437.30392-.5226.44422s-.30736.38788-.39806.55018c-.0907.16229-.21266.43241-.271.60026-.08467.24359-.10638.4094-.10753.82162-.000939.33487.02234.58248.06621.70425.04406.12231.06693.3679.06558.70425-.0018.45673-.01754.55446-.13581.8451-.07355.18076-.19277.41523-.26493.52105-.07216.10582-.2447.29597-.38343.42255-.13872.12658-.35806.28756-.48741.35772-.12935.07016-.35952.15995-.5115.19954-.15375.04004-.45416.07011-.67726.06777zm7.6745-.01823c-.2324.01012-.51643-.0014-.63118-.02564-.11474-.02422-.36473-.11817-.55553-.20878-.24012-.11404-.43787-.25571-.64242-.46025-.17068-.17068-.35763-.41858-.44259-.58687-.08089-.16025-.17826-.42363-.21638-.58528-.03811-.16166-.06961-.4038-.06999-.5381-.000375-.1343.02282-.35614.05155-.49298.02874-.13684.12293-.40305.20933-.59159.11191-.24421.24203-.42756.45247-.63757.19824-.19784.41119-.35166.64751-.46773.24266-.11919.47127-.19014.7354-.22823.28844-.04161.46796-.04218.72555-.0023.22346.03459.47421.11836.72235.24131.26754.13257.45683.26898.63929.4607.14257.1498.31683.371.38726.49155.07042.12055.16729.35642.21525.52414.05298.18529.08721.45552.08721.68865 0 .2316-.03419.50325-.08625.68528-.04744.16587-.15042.41376-.22886.55086-.07844.1371-.26474.36491-.414.50626-.14926.14134-.34847.30403-.44269.36152-.09422.05749-.29494.14776-.44603.2006-.1699.05941-.43592.10309-.69726.11446zm3.6856-6.5099c-.09037-.0026-.2732-.02287-.40627-.04509-.13307-.02223-.35578-.08301-.49492-.13507-.13913-.05205-.38303-.18928-.54199-.30495-.15896-.11567-.3737-.32246-.4772-.45955-.1035-.13708-.24052-.36477-.3045-.50597-.06397-.1412-.14102-.39406-.17123-.5619-.03251-.18069-.04226-.44753-.02389-.65418.01882-.21166.0876-.49571.17479-.7218.11743-.3045.20285-.43499.46626-.7123.19233-.20247.43321-.39852.59678-.4857.15086-.080405.39848-.17854.55028-.21808.1518-.039539.43614-.07189.63187-.07189s.48007.032351.63187.07189.40426.1399.56101.22301c.15676.083118.40245.27011.54599.41553.14354.14543.32811.39036.41016.5443.08205.15394.18108.41525.22008.58069.03899.16544.07121.43898.0716.60785.000375.16888-.03166.43125-.07119.58305-.03954.1518-.13942.40449-.22196.56153-.08254.15704-.27731.41408-.43282.57119-.18532.18723-.39203.33774-.59987.43678-.17441.08311-.45963.18131-.63383.21823-.17419.03691-.39066.06501-.48104.06244zm-3.8332-6.5709c-.20285-.00231-.47303-.032793-.60039-.067743-.12736-.03495-.36586-.13171-.52999-.21502-.19477-.098859-.39972-.25917-.59006-.46154-.1604-.17054-.34961-.42947-.42047-.57542s-.16034-.39898-.19884-.56231c-.0385-.16333-.07001-.41316-.07001-.55518 0-.14202.03191-.39359.0709-.55903.039-.16544.13399-.41897.2111-.5634.0771-.14443.22482-.36143.32825-.48224.10343-.1208.31413-.30383.46822-.40673.15409-.1029.42312-.235.59784-.29357.24138-.080907.42479-.10648.7637-.10648.33744 0 .5225.025634.76014.1053.17276.057913.43686.1847.58688.28174.15002.097045.37314.2882.49582.42479.12269.13659.28493.37808.36054.53664.07561.15857.1627.43342.19354.61079.03083.17737.04484.47315.03114.6573s-.06067.44045-.10436.56956c-.04369.12911-.14127.34393-.21685.47736-.07557.13344-.25167.35688-.39132.49653-.13966.13965-.37679.3192-.52696.399-.15017.079794-.40286.17855-.56152.21946-.15866.040907-.45445.072489-.6573.070179z" stroke-width=".04695"/> -</svg> +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0 0h24v24H0Z" fill="none" /> + <path d="M12.37 14.93H8.01l-4.53 7.14H19.7v-3.23H9.88l2.49-3.91zM11.66 9.15h4.36l4.5-7.08H4.96v3.26h9.12l-2.42 3.82z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/social/castopod.svg b/app/Resources/icons/social/castopod.svg index ff91790c9d..784f78182e 100755 --- a/app/Resources/icons/social/castopod.svg +++ b/app/Resources/icons/social/castopod.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M17.13,11.69a1.28,1.28,0,0,1-.26.8,2.91,2.91,0,0,0-1.09-.3,2.12,2.12,0,0,0-1.15.35,1.36,1.36,0,0,1-.29-.85,1.4,1.4,0,1,1,2.79,0ZM8.26,10.28a1.39,1.39,0,0,0-1.14,2.2,2.84,2.84,0,0,1,1.09-.3,2.12,2.12,0,0,1,1.15.35,1.36,1.36,0,0,0,.29-.85A1.39,1.39,0,0,0,8.26,10.28ZM22,7.19V17.8a1.34,1.34,0,0,1-1.34,1.35H17.17s-.36-.65-.49-.86a.57.57,0,0,0-.45-.19H7.75a.54.54,0,0,0-.46.19c-.17.23-.5.86-.5.86H3.35A1.35,1.35,0,0,1,2,17.81V7.2A1.35,1.35,0,0,1,3.34,5.85H20.65A1.35,1.35,0,0,1,22,7.19Zm-2.6,4.39a2.82,2.82,0,0,0-2.84-2.86H7.43a2.85,2.85,0,0,0,0,5.7h9.13A2.84,2.84,0,0,0,19.4,11.58Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M17.13,11.69a1.28,1.28,0,0,1-.26.8,2.91,2.91,0,0,0-1.09-.3,2.12,2.12,0,0,0-1.15.35,1.36,1.36,0,0,1-.29-.85,1.4,1.4,0,1,1,2.79,0ZM8.26,10.28a1.39,1.39,0,0,0-1.14,2.2,2.84,2.84,0,0,1,1.09-.3,2.12,2.12,0,0,1,1.15.35,1.36,1.36,0,0,0,.29-.85A1.39,1.39,0,0,0,8.26,10.28ZM22,7.19V17.8a1.34,1.34,0,0,1-1.34,1.35H17.17s-.36-.65-.49-.86a.57.57,0,0,0-.45-.19H7.75a.54.54,0,0,0-.46.19c-.17.23-.5.86-.5.86H3.35A1.35,1.35,0,0,1,2,17.81V7.2A1.35,1.35,0,0,1,3.34,5.85H20.65A1.35,1.35,0,0,1,22,7.19Zm-2.6,4.39a2.82,2.82,0,0,0-2.84-2.86H7.43a2.85,2.85,0,0,0,0,5.7h9.13A2.84,2.84,0,0,0,19.4,11.58Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/social/default.svg b/app/Resources/icons/social/default.svg new file mode 100644 index 0000000000..3e1b678a1e --- /dev/null +++ b/app/Resources/icons/social/default.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"> + <path d="M0 0h24v24H0z" fill="none" /> + <path d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/social/discord.svg b/app/Resources/icons/social/discord.svg index 52ee5fa35c..9a63df1f27 100644 --- a/app/Resources/icons/social/discord.svg +++ b/app/Resources/icons/social/discord.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0Z"/><path d="M18.93 5.26A16.5 16.5 0 0 0 14.86 4c-.03 0-.05 0-.07.03a11 11 0 0 0-.5 1.04 15.23 15.23 0 0 0-4.57 0 11.2 11.2 0 0 0-.52-1.04.06.06 0 0 0-.06-.03 16.45 16.45 0 0 0-4.1 1.29A16.88 16.88 0 0 0 2.1 16.72a16.58 16.58 0 0 0 5 2.52c.02.01.05 0 .06-.02.39-.53.73-1.08 1.02-1.66a.06.06 0 0 0-.03-.1c-.54-.2-1.06-.45-1.56-.73a.06.06 0 0 1 0-.11l.3-.24a.06.06 0 0 1 .07-.01c3.27 1.5 6.81 1.5 10.05 0h.06l.32.25c.03.03.03.08-.01.1-.5.3-1.02.54-1.56.75a.06.06 0 0 0-.04.09c.3.58.65 1.13 1.03 1.66.01.02.04.03.07.02a16.53 16.53 0 0 0 5.02-2.57 16.77 16.77 0 0 0-2.98-11.4ZM8.68 14.4c-.98 0-1.8-.9-1.8-2.02 0-1.1.8-2.01 1.8-2.01 1.01 0 1.82.9 1.8 2.01 0 1.11-.8 2.02-1.8 2.02Zm6.65 0c-.99 0-1.8-.9-1.8-2.02 0-1.1.8-2.01 1.8-2.01s1.81.9 1.8 2.01c0 1.11-.8 2.02-1.8 2.02Z"/></svg> +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0 0h24v24H0Z" fill="none" /> + <path d="M18.93 5.26A16.5 16.5 0 0 0 14.86 4c-.03 0-.05 0-.07.03a11 11 0 0 0-.5 1.04 15.23 15.23 0 0 0-4.57 0 11.2 11.2 0 0 0-.52-1.04.06.06 0 0 0-.06-.03 16.45 16.45 0 0 0-4.1 1.29A16.88 16.88 0 0 0 2.1 16.72a16.58 16.58 0 0 0 5 2.52c.02.01.05 0 .06-.02.39-.53.73-1.08 1.02-1.66a.06.06 0 0 0-.03-.1c-.54-.2-1.06-.45-1.56-.73a.06.06 0 0 1 0-.11l.3-.24a.06.06 0 0 1 .07-.01c3.27 1.5 6.81 1.5 10.05 0h.06l.32.25c.03.03.03.08-.01.1-.5.3-1.02.54-1.56.75a.06.06 0 0 0-.04.09c.3.58.65 1.13 1.03 1.66.01.02.04.03.07.02a16.53 16.53 0 0 0 5.02-2.57 16.77 16.77 0 0 0-2.98-11.4ZM8.68 14.4c-.98 0-1.8-.9-1.8-2.02 0-1.1.8-2.01 1.8-2.01 1.01 0 1.82.9 1.8 2.01 0 1.11-.8 2.02-1.8 2.02Zm6.65 0c-.99 0-1.8-.9-1.8-2.02 0-1.1.8-2.01 1.8-2.01s1.81.9 1.8 2.01c0 1.11-.8 2.02-1.8 2.02Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/social/facebook.svg b/app/Resources/icons/social/facebook.svg index 4d215877eb..c6ddd7e9ed 100755 --- a/app/Resources/icons/social/facebook.svg +++ b/app/Resources/icons/social/facebook.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M12,2.06a10,10,0,0,0-1.56,19.88V15H7.9V12.06h2.54V9.86A3.53,3.53,0,0,1,14.22,6a15.68,15.68,0,0,1,2.23.19V8.62H15.19a1.45,1.45,0,0,0-1.63,1.56v1.88h2.78L15.89,15H13.56v7A10,10,0,0,0,12,2.06Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M12,2.06a10,10,0,0,0-1.56,19.88V15H7.9V12.06h2.54V9.86A3.53,3.53,0,0,1,14.22,6a15.68,15.68,0,0,1,2.23.19V8.62H15.19a1.45,1.45,0,0,0-1.63,1.56v1.88h2.78L15.89,15H13.56v7A10,10,0,0,0,12,2.06Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/social/funkwhale.svg b/app/Resources/icons/social/funkwhale.svg index 4abbeaade4..95b5abf6ea 100755 --- a/app/Resources/icons/social/funkwhale.svg +++ b/app/Resources/icons/social/funkwhale.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M6.27,3c-.33,0-.66,0-1,0A2.44,2.44,0,0,0,5.7,5.13a4.89,4.89,0,0,0,1.8,1.4c.67.35,1.39.41,2,.79a2.65,2.65,0,0,1,1,.93,2.68,2.68,0,0,1,.39,1.39l0,.85s.33.85,1.05.85,1-.85,1-.85l.05-.85a2.7,2.7,0,0,1,.39-1.39,2.36,2.36,0,0,1,.95-.93c.64-.38,1.37-.44,2-.79a4.77,4.77,0,0,0,1.75-1.4A2.43,2.43,0,0,0,18.62,3a7.71,7.71,0,0,0-3.86.69c-1.56.83-2.51.54-2.79,1.78h0c-.29-1.25-1.22-1-2.8-1.78A6.75,6.75,0,0,0,6.27,3Zm2.45,7.88a.18.18,0,0,0-.18.18,3.46,3.46,0,1,0,6.92,0,.18.18,0,0,0-.18-.18H14a.19.19,0,0,0-.18.18,1.79,1.79,0,0,1-3.58,0,.19.19,0,0,0-.18-.18Zm-6.54,0A.19.19,0,0,0,2,11a10,10,0,0,0,20,0,.19.19,0,0,0-.18-.18H20.51a.18.18,0,0,0-.18.18A8.34,8.34,0,0,1,3.65,11a.19.19,0,0,0-.18-.18Zm3.28,0a.19.19,0,0,0-.18.18,6.72,6.72,0,0,0,13.44,0,.19.19,0,0,0-.18-.18H17.23a.19.19,0,0,0-.18.18A5.06,5.06,0,1,1,6.93,11a.19.19,0,0,0-.18-.18Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M6.27,3c-.33,0-.66,0-1,0A2.44,2.44,0,0,0,5.7,5.13a4.89,4.89,0,0,0,1.8,1.4c.67.35,1.39.41,2,.79a2.65,2.65,0,0,1,1,.93,2.68,2.68,0,0,1,.39,1.39l0,.85s.33.85,1.05.85,1-.85,1-.85l.05-.85a2.7,2.7,0,0,1,.39-1.39,2.36,2.36,0,0,1,.95-.93c.64-.38,1.37-.44,2-.79a4.77,4.77,0,0,0,1.75-1.4A2.43,2.43,0,0,0,18.62,3a7.71,7.71,0,0,0-3.86.69c-1.56.83-2.51.54-2.79,1.78h0c-.29-1.25-1.22-1-2.8-1.78A6.75,6.75,0,0,0,6.27,3Zm2.45,7.88a.18.18,0,0,0-.18.18,3.46,3.46,0,1,0,6.92,0,.18.18,0,0,0-.18-.18H14a.19.19,0,0,0-.18.18,1.79,1.79,0,0,1-3.58,0,.19.19,0,0,0-.18-.18Zm-6.54,0A.19.19,0,0,0,2,11a10,10,0,0,0,20,0,.19.19,0,0,0-.18-.18H20.51a.18.18,0,0,0-.18.18A8.34,8.34,0,0,1,3.65,11a.19.19,0,0,0-.18-.18Zm3.28,0a.19.19,0,0,0-.18.18,6.72,6.72,0,0,0,13.44,0,.19.19,0,0,0-.18-.18H17.23a.19.19,0,0,0-.18.18A5.06,5.06,0,1,1,6.93,11a.19.19,0,0,0-.18-.18Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/social/instagram.svg b/app/Resources/icons/social/instagram.svg index a56bb3e90f..7726b14096 100755 --- a/app/Resources/icons/social/instagram.svg +++ b/app/Resources/icons/social/instagram.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M12,2c2.72,0,3.06,0,4.12.06a7.3,7.3,0,0,1,2.43.47,4.7,4.7,0,0,1,1.77,1.15,4.84,4.84,0,0,1,1.15,1.77,7.3,7.3,0,0,1,.47,2.43C22,8.94,22,9.28,22,12s0,3.06-.06,4.12a7.3,7.3,0,0,1-.47,2.43,5.08,5.08,0,0,1-2.92,2.92,7.3,7.3,0,0,1-2.43.47c-1.06,0-1.4.06-4.12.06s-3.06,0-4.12-.06a7.3,7.3,0,0,1-2.43-.47,4.84,4.84,0,0,1-1.77-1.15,4.84,4.84,0,0,1-1.15-1.77,7.3,7.3,0,0,1-.47-2.43C2,15.06,2,14.72,2,12s0-3.06.06-4.12a7.3,7.3,0,0,1,.47-2.43A4.84,4.84,0,0,1,3.68,3.68,4.84,4.84,0,0,1,5.45,2.53a7.3,7.3,0,0,1,2.43-.47C8.94,2,9.28,2,12,2Zm0,5a5,5,0,1,0,5,5A5,5,0,0,0,12,7Zm6.5-.25A1.25,1.25,0,1,0,17.25,8,1.25,1.25,0,0,0,18.5,6.75ZM12,9a3,3,0,1,1-3,3A3,3,0,0,1,12,9Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M12,2c2.72,0,3.06,0,4.12.06a7.3,7.3,0,0,1,2.43.47,4.7,4.7,0,0,1,1.77,1.15,4.84,4.84,0,0,1,1.15,1.77,7.3,7.3,0,0,1,.47,2.43C22,8.94,22,9.28,22,12s0,3.06-.06,4.12a7.3,7.3,0,0,1-.47,2.43,5.08,5.08,0,0,1-2.92,2.92,7.3,7.3,0,0,1-2.43.47c-1.06,0-1.4.06-4.12.06s-3.06,0-4.12-.06a7.3,7.3,0,0,1-2.43-.47,4.84,4.84,0,0,1-1.77-1.15,4.84,4.84,0,0,1-1.15-1.77,7.3,7.3,0,0,1-.47-2.43C2,15.06,2,14.72,2,12s0-3.06.06-4.12a7.3,7.3,0,0,1,.47-2.43A4.84,4.84,0,0,1,3.68,3.68,4.84,4.84,0,0,1,5.45,2.53a7.3,7.3,0,0,1,2.43-.47C8.94,2,9.28,2,12,2Zm0,5a5,5,0,1,0,5,5A5,5,0,0,0,12,7Zm6.5-.25A1.25,1.25,0,1,0,17.25,8,1.25,1.25,0,0,0,18.5,6.75ZM12,9a3,3,0,1,1-3,3A3,3,0,0,1,12,9Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/social/linkedin.svg b/app/Resources/icons/social/linkedin.svg index 78000a7a8e..9042d1eefd 100755 --- a/app/Resources/icons/social/linkedin.svg +++ b/app/Resources/icons/social/linkedin.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M18.33,18.34H15.67V14.16c0-1,0-2.28-1.39-2.28s-1.6,1.09-1.6,2.21v4.25H10V9.75h2.56v1.17h0a2.83,2.83,0,0,1,2.53-1.39c2.7,0,3.2,1.78,3.2,4.09v4.72ZM7,8.57A1.55,1.55,0,0,1,5.45,7h0a1.55,1.55,0,0,1,3.1,0A1.54,1.54,0,0,1,7,8.57Zm1.34,9.77H5.67V9.75H8.34v8.59ZM19.67,3H4.33A1.31,1.31,0,0,0,3,4.3V19.7A1.31,1.31,0,0,0,4.33,21H19.67A1.32,1.32,0,0,0,21,19.7V4.3A1.32,1.32,0,0,0,19.67,3Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M18.33,18.34H15.67V14.16c0-1,0-2.28-1.39-2.28s-1.6,1.09-1.6,2.21v4.25H10V9.75h2.56v1.17h0a2.83,2.83,0,0,1,2.53-1.39c2.7,0,3.2,1.78,3.2,4.09v4.72ZM7,8.57A1.55,1.55,0,0,1,5.45,7h0a1.55,1.55,0,0,1,3.1,0A1.54,1.54,0,0,1,7,8.57Zm1.34,9.77H5.67V9.75H8.34v8.59ZM19.67,3H4.33A1.31,1.31,0,0,0,3,4.3V19.7A1.31,1.31,0,0,0,4.33,21H19.67A1.32,1.32,0,0,0,21,19.7V4.3A1.32,1.32,0,0,0,19.67,3Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/social/mastodon.svg b/app/Resources/icons/social/mastodon.svg index f931556394..7bab608039 100755 --- a/app/Resources/icons/social/mastodon.svg +++ b/app/Resources/icons/social/mastodon.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M21.26,14c-.28,1.41-2.46,3-5,3.25a23.66,23.66,0,0,1-4,.24,22.68,22.68,0,0,1-4-.54,4,4,0,0,0,0,.62c.29,2.22,2.19,2.35,4,2.41a11.23,11.23,0,0,0,3.44-.45l.07,1.65a9.21,9.21,0,0,1-3.54.81,14.73,14.73,0,0,1-4.61-.51C3.8,20.43,3.12,16.25,3,12c0-1.26,0-2.45,0-3.44C3,4.23,5.85,3,5.85,3A17.64,17.64,0,0,1,12.3,2h.06a17.64,17.64,0,0,1,6.45,1s2.85,1.27,2.85,5.61A33.59,33.59,0,0,1,21.26,14Zm-3-5.09a3.78,3.78,0,0,0-.82-2.56,2.87,2.87,0,0,0-2.23-1,2.68,2.68,0,0,0-2.4,1.23l-.52.87-.52-.87A2.68,2.68,0,0,0,9.4,5.39a2.83,2.83,0,0,0-2.22,1A3.79,3.79,0,0,0,6.35,8.9v5.26H8.43V9.06c0-1.08.46-1.62,1.36-1.62s1.5.64,1.5,1.92v2.79h2.07V9.36q0-1.92,1.5-1.92c.91,0,1.36.54,1.36,1.62v5.1H18.3V8.9Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M21.26,14c-.28,1.41-2.46,3-5,3.25a23.66,23.66,0,0,1-4,.24,22.68,22.68,0,0,1-4-.54,4,4,0,0,0,0,.62c.29,2.22,2.19,2.35,4,2.41a11.23,11.23,0,0,0,3.44-.45l.07,1.65a9.21,9.21,0,0,1-3.54.81,14.73,14.73,0,0,1-4.61-.51C3.8,20.43,3.12,16.25,3,12c0-1.26,0-2.45,0-3.44C3,4.23,5.85,3,5.85,3A17.64,17.64,0,0,1,12.3,2h.06a17.64,17.64,0,0,1,6.45,1s2.85,1.27,2.85,5.61A33.59,33.59,0,0,1,21.26,14Zm-3-5.09a3.78,3.78,0,0,0-.82-2.56,2.87,2.87,0,0,0-2.23-1,2.68,2.68,0,0,0-2.4,1.23l-.52.87-.52-.87A2.68,2.68,0,0,0,9.4,5.39a2.83,2.83,0,0,0-2.22,1A3.79,3.79,0,0,0,6.35,8.9v5.26H8.43V9.06c0-1.08.46-1.62,1.36-1.62s1.5.64,1.5,1.92v2.79h2.07V9.36q0-1.92,1.5-1.92c.91,0,1.36.54,1.36,1.62v5.1H18.3V8.9Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/social/misskey.svg b/app/Resources/icons/social/misskey.svg new file mode 100644 index 0000000000..2b8b3850cc --- /dev/null +++ b/app/Resources/icons/social/misskey.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="M9.43 16.04c-.87 0-1.61-.52-1.96-1.13-.2-.26-.56-.35-.57 0v1.67c0 .66-.24 1.24-.73 1.73-.47.47-1.05.7-1.73.7a2.4 2.4 0 0 1-1.73-.7A2.4 2.4 0 0 1 2 16.58V7.44c0-.51.15-.98.44-1.4a2.38 2.38 0 0 1 2-1.04c.75 0 1.38.3 1.88.88l2.5 2.9c.05.04.21.36.6.36.4 0 .58-.32.64-.37l2.47-2.9a2.43 2.43 0 0 1 2.74-.72c.47.16.85.46 1.14.9.3.41.46.88.46 1.39v9.14c0 .66-.24 1.24-.73 1.73-.47.47-1.05.7-1.73.7a2.4 2.4 0 0 1-2.44-2.43v-1.66c-.04-.46-.44-.17-.58 0-.38.69-1.1 1.12-1.96 1.12Zm10.44-6.83c-.58 0-1.08-.2-1.5-.6-.4-.42-.6-.92-.6-1.5 0-.59.2-1.08.6-1.48.42-.42.92-.63 1.5-.63.59 0 1.09.2 1.5.63.42.4.63.9.63 1.48s-.2 1.08-.63 1.5c-.41.4-.91.6-1.5.6Zm.02.42c.59 0 1.08.2 1.48.63.42.41.63.91.63 1.5v5.15c0 .58-.2 1.08-.63 1.5-.4.4-.9.6-1.48.6a2.08 2.08 0 0 1-2.12-2.1v-5.15c0-.59.2-1.09.62-1.5.42-.42.92-.63 1.5-.63Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/social/mobilizon.svg b/app/Resources/icons/social/mobilizon.svg index b7fd11a6cc..564f3ca69f 100755 --- a/app/Resources/icons/social/mobilizon.svg +++ b/app/Resources/icons/social/mobilizon.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M16,8.17a5.11,5.11,0,0,0-4.11-1.44,4.57,4.57,0,0,0-2.48.42A6.23,6.23,0,0,0,6,11.86a14.48,14.48,0,0,0,.33,5.52,5.8,5.8,0,0,0,4.43,3.83h0a6.17,6.17,0,0,0,5.14-1.35A5.77,5.77,0,0,0,17.8,16.6C18.61,13.41,17.88,10,16,8.17Zm-1.6,8.65a3,3,0,0,1-1.33,2.23,2.09,2.09,0,0,1-2.28,0c-.91-.52-1.35-1.7-1.45-3.86A7.94,7.94,0,0,1,10,11.25,1.85,1.85,0,0,1,11.8,10c1.54-.1,2.2.55,2.63,2.6A10.2,10.2,0,0,1,14.42,16.82ZM10.78,4.73c-.56-.16-.74-.54-.74-1.62s.16-1.42.83-1.63a4.68,4.68,0,0,1,2.52,0c.58.2.8.64.8,1.63s-.22,1.42-.8,1.62a5.48,5.48,0,0,1-2.61,0Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M16,8.17a5.11,5.11,0,0,0-4.11-1.44,4.57,4.57,0,0,0-2.48.42A6.23,6.23,0,0,0,6,11.86a14.48,14.48,0,0,0,.33,5.52,5.8,5.8,0,0,0,4.43,3.83h0a6.17,6.17,0,0,0,5.14-1.35A5.77,5.77,0,0,0,17.8,16.6C18.61,13.41,17.88,10,16,8.17Zm-1.6,8.65a3,3,0,0,1-1.33,2.23,2.09,2.09,0,0,1-2.28,0c-.91-.52-1.35-1.7-1.45-3.86A7.94,7.94,0,0,1,10,11.25,1.85,1.85,0,0,1,11.8,10c1.54-.1,2.2.55,2.63,2.6A10.2,10.2,0,0,1,14.42,16.82ZM10.78,4.73c-.56-.16-.74-.54-.74-1.62s.16-1.42.83-1.63a4.68,4.68,0,0,1,2.52,0c.58.2.8.64.8,1.63s-.22,1.42-.8,1.62a5.48,5.48,0,0,1-2.61,0Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/social/peertube.svg b/app/Resources/icons/social/peertube.svg index 0fb16946e5..4cf8e7f849 100755 --- a/app/Resources/icons/social/peertube.svg +++ b/app/Resources/icons/social/peertube.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M6.1,2V12l7.5-5Zm7.5,5V17l7.5-5Zm0,10L6.1,12V22Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M6.1,2V12l7.5-5Zm7.5,5V17l7.5-5Zm0,10L6.1,12V22Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/social/pixelfed.svg b/app/Resources/icons/social/pixelfed.svg index b34713407e..cb3e4d660c 100755 --- a/app/Resources/icons/social/pixelfed.svg +++ b/app/Resources/icons/social/pixelfed.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M12,2A10,10,0,1,1,2,12,10,10,0,0,1,12,2Zm1,6.1H10.41A1.76,1.76,0,0,0,8.62,9.83v6.75l2.59-2.47H13a3,3,0,1,0,0-6Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M12,2A10,10,0,1,1,2,12,10,10,0,0,1,12,2Zm1,6.1H10.41A1.76,1.76,0,0,0,8.62,9.83v6.75l2.59-2.47H13a3,3,0,1,0,0-6Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/social/pleroma.svg b/app/Resources/icons/social/pleroma.svg new file mode 100644 index 0000000000..657fe8ac84 --- /dev/null +++ b/app/Resources/icons/social/pleroma.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="M7.56 2A1.56 1.56 0 0 0 6 3.56V22h4.97V2H7.56Zm5.93 0v10h3.47a1.56 1.56 0 0 0 1.56-1.56V2h-5.03Zm0 15.03V22h3.47a1.56 1.56 0 0 0 1.56-1.56v-3.41h-5.03Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/social/plume.svg b/app/Resources/icons/social/plume.svg index a1009fa50a..841b3c0ebf 100755 --- a/app/Resources/icons/social/plume.svg +++ b/app/Resources/icons/social/plume.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M2.09,21.87c-.12-.15-.12-.46,0-.92a10.48,10.48,0,0,1,1.26-2.42,18.94,18.94,0,0,0,1.06-2.05C6,12.16,7.64,9.27,10,6.92a10.18,10.18,0,0,1,2.51-2c.15,0,.14.43.09.6s.28-.27.49-.49c1.3-1.39,3.18-2.12,7.18-2.82C21.61,2,21.88,2,22,2.14s0,.23-.32.56A4.51,4.51,0,0,0,20.42,5a6.74,6.74,0,0,1-1.14,2.31l-.72.77.83-.19c.18.17,0,.4-.32,1.06-.93,2.26-4.58,5.76-8.47,7.7A17.29,17.29,0,0,1,7,18l-.44.09L5,19.67C3.24,21.62,2.83,22,2.4,22a.42.42,0,0,1-.31-.11Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M2.09,21.87c-.12-.15-.12-.46,0-.92a10.48,10.48,0,0,1,1.26-2.42,18.94,18.94,0,0,0,1.06-2.05C6,12.16,7.64,9.27,10,6.92a10.18,10.18,0,0,1,2.51-2c.15,0,.14.43.09.6s.28-.27.49-.49c1.3-1.39,3.18-2.12,7.18-2.82C21.61,2,21.88,2,22,2.14s0,.23-.32.56A4.51,4.51,0,0,0,20.42,5a6.74,6.74,0,0,1-1.14,2.31l-.72.77.83-.19c.18.17,0,.4-.32,1.06-.93,2.26-4.58,5.76-8.47,7.7A17.29,17.29,0,0,1,7,18l-.44.09L5,19.67C3.24,21.62,2.83,22,2.4,22a.42.42,0,0,1-.31-.11Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/social/reddit.svg b/app/Resources/icons/social/reddit.svg index a97eb3e230..8a0d2f723f 100755 --- a/app/Resources/icons/social/reddit.svg +++ b/app/Resources/icons/social/reddit.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M12,22A10,10,0,1,1,22,12,10,10,0,0,1,12,22Zm6.67-10a1.46,1.46,0,0,0-1.51-1.41,1.5,1.5,0,0,0-1,.41,7.15,7.15,0,0,0-3.85-1.23L13,6.65l2.14.45a1,1,0,1,0,.13-.61L12.82,6a.31.31,0,0,0-.37.24h0l-.74,3.47a7.14,7.14,0,0,0-3.9,1.23A1.46,1.46,0,1,0,6.2,13.33a3.23,3.23,0,0,0,0,.44C6.2,16,8.81,17.83,12,17.83s5.83-1.82,5.83-4.06a3.23,3.23,0,0,0,0-.44A1.47,1.47,0,0,0,18.67,12Zm-10,1a1,1,0,1,1,1,1A1,1,0,0,1,8.67,13Zm5.81,2.75a3.84,3.84,0,0,1-2.47.77,3.84,3.84,0,0,1-2.47-.77.27.27,0,0,1,.38-.38A3.3,3.3,0,0,0,12,16a3.25,3.25,0,0,0,2.09-.61.27.27,0,0,1,.4,0,.28.28,0,0,1,0,.39l0,0ZM14.3,14a1,1,0,1,1,1-1,1,1,0,0,1-1,1h-.05Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M12,22A10,10,0,1,1,22,12,10,10,0,0,1,12,22Zm6.67-10a1.46,1.46,0,0,0-1.51-1.41,1.5,1.5,0,0,0-1,.41,7.15,7.15,0,0,0-3.85-1.23L13,6.65l2.14.45a1,1,0,1,0,.13-.61L12.82,6a.31.31,0,0,0-.37.24h0l-.74,3.47a7.14,7.14,0,0,0-3.9,1.23A1.46,1.46,0,1,0,6.2,13.33a3.23,3.23,0,0,0,0,.44C6.2,16,8.81,17.83,12,17.83s5.83-1.82,5.83-4.06a3.23,3.23,0,0,0,0-.44A1.47,1.47,0,0,0,18.67,12Zm-10,1a1,1,0,1,1,1,1A1,1,0,0,1,8.67,13Zm5.81,2.75a3.84,3.84,0,0,1-2.47.77,3.84,3.84,0,0,1-2.47-.77.27.27,0,0,1,.38-.38A3.3,3.3,0,0,0,12,16a3.25,3.25,0,0,0,2.09-.61.27.27,0,0,1,.4,0,.28.28,0,0,1,0,.39l0,0ZM14.3,14a1,1,0,1,1,1-1,1,1,0,0,1-1,1h-.05Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/social/slack.svg b/app/Resources/icons/social/slack.svg index 03fa2ede30..3737d5a2df 100755 --- a/app/Resources/icons/social/slack.svg +++ b/app/Resources/icons/social/slack.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M6.53,14.51a2,2,0,1,1-2-2h2v2Zm1,0a2,2,0,0,1,3.93,0v4.93a2,2,0,1,1-3.93,0Zm2-8a2,2,0,1,1,2-2v2Zm0,1a2,2,0,0,1,0,3.93H4.56a2,2,0,1,1,0-3.93Zm8,2a2,2,0,1,1,2,2h-2Zm-1,0a2,2,0,0,1-3.93,0V4.56a2,2,0,1,1,3.93,0V9.49Zm-2,8a2,2,0,1,1-2,2v-2Zm0-1a2,2,0,0,1,0-3.93h4.93a2,2,0,1,1,0,3.93Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M6.53,14.51a2,2,0,1,1-2-2h2v2Zm1,0a2,2,0,0,1,3.93,0v4.93a2,2,0,1,1-3.93,0Zm2-8a2,2,0,1,1,2-2v2Zm0,1a2,2,0,0,1,0,3.93H4.56a2,2,0,1,1,0-3.93Zm8,2a2,2,0,1,1,2,2h-2Zm-1,0a2,2,0,0,1-3.93,0V4.56a2,2,0,1,1,3.93,0V9.49Zm-2,8a2,2,0,1,1-2,2v-2Zm0-1a2,2,0,0,1,0-3.93h4.93a2,2,0,1,1,0,3.93Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/social/tiktok.svg b/app/Resources/icons/social/tiktok.svg index 0362bd93bb..d6a380d2d6 100755 --- a/app/Resources/icons/social/tiktok.svg +++ b/app/Resources/icons/social/tiktok.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M16.57,2c.33,2.84,1.91,4.53,4.67,4.71V9.9a7.22,7.22,0,0,1-4.62-1.35v6c0,7.59-8.27,10-11.6,4.52-2.13-3.5-.82-9.64,6-9.88v3.36a11.17,11.17,0,0,0-1.59.39c-1.53.52-2.39,1.49-2.15,3.19.46,3.26,6.45,4.23,6-2.15V2h3.31Z" fill-rule="evenodd"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M16.57,2c.33,2.84,1.91,4.53,4.67,4.71V9.9a7.22,7.22,0,0,1-4.62-1.35v6c0,7.59-8.27,10-11.6,4.52-2.13-3.5-.82-9.64,6-9.88v3.36a11.17,11.17,0,0,0-1.59.39c-1.53.52-2.39,1.49-2.15,3.19.46,3.26,6.45,4.23,6-2.15V2h3.31Z" fill-rule="evenodd" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/social/twitch.svg b/app/Resources/icons/social/twitch.svg index dbc56ddc97..79f7787538 100755 --- a/app/Resources/icons/social/twitch.svg +++ b/app/Resources/icons/social/twitch.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M21,3V14.74l-4.7,4.69H12.39L10,21.78h-3V19.43H3V6.13L4.23,3ZM19.43,4.57H6.13V16.31H9.26v2.34l2.35-2.35H16.3l3.13-3.13V4.57ZM16.31,7.7v4.69H14.74V7.7h1.57Zm-3.92,0v4.69H10.83V7.7Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M21,3V14.74l-4.7,4.69H12.39L10,21.78h-3V19.43H3V6.13L4.23,3ZM19.43,4.57H6.13V16.31H9.26v2.34l2.35-2.35H16.3l3.13-3.13V4.57ZM16.31,7.7v4.69H14.74V7.7h1.57Zm-3.92,0v4.69H10.83V7.7Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/social/twitter.svg b/app/Resources/icons/social/twitter.svg index c32aa097ab..1b07620c71 100755 --- a/app/Resources/icons/social/twitter.svg +++ b/app/Resources/icons/social/twitter.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M22.19,5.68a8.31,8.31,0,0,1-2.4.66A4.2,4.2,0,0,0,21.63,4,8.43,8.43,0,0,1,19,5a4.18,4.18,0,0,0-7.12,3.81A11.8,11.8,0,0,1,3.23,4.48a4.19,4.19,0,0,0,1.29,5.59,4.07,4.07,0,0,1-1.89-.53V9.6A4.19,4.19,0,0,0,6,13.7a4.3,4.3,0,0,1-1.89.07A4.19,4.19,0,0,0,8,16.67a8.41,8.41,0,0,1-6.19,1.74,11.89,11.89,0,0,0,18.31-10c0-.18,0-.37,0-.54a8.62,8.62,0,0,0,2.09-2.17Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M22.19,5.68a8.31,8.31,0,0,1-2.4.66A4.2,4.2,0,0,0,21.63,4,8.43,8.43,0,0,1,19,5a4.18,4.18,0,0,0-7.12,3.81A11.8,11.8,0,0,1,3.23,4.48a4.19,4.19,0,0,0,1.29,5.59,4.07,4.07,0,0,1-1.89-.53V9.6A4.19,4.19,0,0,0,6,13.7a4.3,4.3,0,0,1-1.89.07A4.19,4.19,0,0,0,8,16.67a8.41,8.41,0,0,1-6.19,1.74,11.89,11.89,0,0,0,18.31-10c0-.18,0-.37,0-.54a8.62,8.62,0,0,0,2.09-2.17Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/social/writefreely.svg b/app/Resources/icons/social/writefreely.svg index e6a02e09cf..21bc015a08 100755 --- a/app/Resources/icons/social/writefreely.svg +++ b/app/Resources/icons/social/writefreely.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M6.35,18.83a2.69,2.69,0,0,1-1.47-1.49,4.7,4.7,0,0,1-.23-1.92A26.66,26.66,0,0,1,5,11c.18-1.65.34-3.2.34-3.45,0-1.12-.65-1.51-1.43-.86a4.71,4.71,0,0,0-1,1.82L2.69,9l-.3,0A.91.91,0,0,1,2,8.78,4.69,4.69,0,0,1,2.61,7,4.32,4.32,0,0,1,4.26,5.26a2.39,2.39,0,0,1,2.57.32c.52.52.66,1,.65,2.36,0,.62-.1,2-.22,3.09C6.83,15,6.8,15.32,6.8,15.87c0,.76.12,1.12.46,1.42a.84.84,0,0,0,.65.26c2,0,3.66-2.31,4.41-6a13.11,13.11,0,0,0,.2-3.29c0-1.29,0-2.46-.06-2.61l-.06-.27h2.32l.06.56a31.23,31.23,0,0,1-.56,6.49,13.12,13.12,0,0,0-.17,4.15,1.76,1.76,0,0,0,.4.67c.29.27.3.28,1.06.28a2.26,2.26,0,0,0,1.43-.33C19.29,16,21,12.55,20.79,9.45A3.09,3.09,0,0,0,20,7.12c-.35-.31-.42-.32-.54-.09a1.33,1.33,0,0,1-1.56.29,1.14,1.14,0,0,1-.51-1.07,1.22,1.22,0,0,1,.66-1,1.69,1.69,0,0,1,1-.16,1.91,1.91,0,0,1,1.13.22,3.78,3.78,0,0,1,1.75,2.46,16.69,16.69,0,0,1,0,4.12c-.73,3.46-3.21,6.37-6,7a3.41,3.41,0,0,1-3.12-.61,4.19,4.19,0,0,1-.8-2.78c0-.28,0-.5,0-.5s-.15.29-.32.64c-1,2-2.7,3.38-4.38,3.36a3.91,3.91,0,0,1-1-.13Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M6.35,18.83a2.69,2.69,0,0,1-1.47-1.49,4.7,4.7,0,0,1-.23-1.92A26.66,26.66,0,0,1,5,11c.18-1.65.34-3.2.34-3.45,0-1.12-.65-1.51-1.43-.86a4.71,4.71,0,0,0-1,1.82L2.69,9l-.3,0A.91.91,0,0,1,2,8.78,4.69,4.69,0,0,1,2.61,7,4.32,4.32,0,0,1,4.26,5.26a2.39,2.39,0,0,1,2.57.32c.52.52.66,1,.65,2.36,0,.62-.1,2-.22,3.09C6.83,15,6.8,15.32,6.8,15.87c0,.76.12,1.12.46,1.42a.84.84,0,0,0,.65.26c2,0,3.66-2.31,4.41-6a13.11,13.11,0,0,0,.2-3.29c0-1.29,0-2.46-.06-2.61l-.06-.27h2.32l.06.56a31.23,31.23,0,0,1-.56,6.49,13.12,13.12,0,0,0-.17,4.15,1.76,1.76,0,0,0,.4.67c.29.27.3.28,1.06.28a2.26,2.26,0,0,0,1.43-.33C19.29,16,21,12.55,20.79,9.45A3.09,3.09,0,0,0,20,7.12c-.35-.31-.42-.32-.54-.09a1.33,1.33,0,0,1-1.56.29,1.14,1.14,0,0,1-.51-1.07,1.22,1.22,0,0,1,.66-1,1.69,1.69,0,0,1,1-.16,1.91,1.91,0,0,1,1.13.22,3.78,3.78,0,0,1,1.75,2.46,16.69,16.69,0,0,1,0,4.12c-.73,3.46-3.21,6.37-6,7a3.41,3.41,0,0,1-3.12-.61,4.19,4.19,0,0,1-.8-2.78c0-.28,0-.5,0-.5s-.15.29-.32.64c-1,2-2.7,3.38-4.38,3.36a3.91,3.91,0,0,1-1-.13Z" /> +</svg> \ No newline at end of file diff --git a/app/Resources/icons/social/youtube.svg b/app/Resources/icons/social/youtube.svg index dca4bf6f97..3d875054e2 100755 --- a/app/Resources/icons/social/youtube.svg +++ b/app/Resources/icons/social/youtube.svg @@ -1 +1,4 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0,0H24V24H0Z" fill="none"/><path d="M21.54,6.5A30.83,30.83,0,0,1,22,12a30.83,30.83,0,0,1-.46,5.5,2.78,2.78,0,0,1-1.94,2C17.9,20,12,20,12,20s-5.89,0-7.61-.48a2.8,2.8,0,0,1-1.93-2A30.83,30.83,0,0,1,2,12a30.83,30.83,0,0,1,.46-5.5,2.78,2.78,0,0,1,1.93-2C6.11,4,12,4,12,4s5.9,0,7.6.48A2.79,2.79,0,0,1,21.54,6.5ZM10,15.5,16,12,10,8.5Z"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <path d="M0,0H24V24H0Z" fill="none" /> + <path d="M21.54,6.5A30.83,30.83,0,0,1,22,12a30.83,30.83,0,0,1-.46,5.5,2.78,2.78,0,0,1-1.94,2C17.9,20,12,20,12,20s-5.89,0-7.61-.48a2.8,2.8,0,0,1-1.93-2A30.83,30.83,0,0,1,2,12a30.83,30.83,0,0,1,.46-5.5,2.78,2.78,0,0,1,1.93-2C6.11,4,12,4,12,4s5.9,0,7.6.48A2.79,2.79,0,0,1,21.54,6.5ZM10,15.5,16,12,10,8.5Z" /> +</svg> \ No newline at end of file diff --git a/composer.lock b/composer.lock index 3007b31d53..6b1d37352e 100644 --- a/composer.lock +++ b/composer.lock @@ -12,7 +12,7 @@ "source": { "type": "git", "url": "https://code.castopod.org/adaures/ipcat-php", - "reference": "e55160afdcd5040abb60c04cf7a95030fe3b967b" + "reference": "144fb12141c636b6b4baa72f1f974b388e4994b5" }, "require": { "php": ">=5.4" @@ -20,7 +20,7 @@ "type": "library", "autoload": { "psr-4": { - "AdAures\\Ipcat\\": "" + "AdAures\\Ipcat\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -39,7 +39,7 @@ ], "description": "Categorization of IP Addresses adapted to PHP 5.4+ from https://github.com/client9/ipcat", "homepage": "https://code.castopod.org/adaures/ipcat-php", - "time": "2022-02-20T14:08:26+00:00" + "time": "2022-02-24T14:34:54+00:00" }, { "name": "adaures/podcast-persons-taxonomy", diff --git a/modules/Analytics/Helpers/analytics_helper.php b/modules/Analytics/Helpers/analytics_helper.php index 399fe2e0ce..c9b582a763 100644 --- a/modules/Analytics/Helpers/analytics_helper.php +++ b/modules/Analytics/Helpers/analytics_helper.php @@ -2,17 +2,17 @@ declare(strict_types=1); -use AdAures\Ipcat\IpDb; -use CodeIgniter\Router\Exceptions\RouterException; -use Config\Services; -use GeoIp2\Database\Reader; -use Opawg\UserAgentsPhp\UserAgents; /** * @copyright 2020 Ad Aures * @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3 * @link https://castopod.org/ */ +use AdAures\Ipcat\IpDb; +use CodeIgniter\Router\Exceptions\RouterException; +use Config\Services; +use GeoIp2\Database\Reader; +use Opawg\UserAgentsPhp\UserAgents; use WhichBrowser\Parser; if (! function_exists('base64_url_encode')) { diff --git a/themes/cp_admin/_partials/_nav_aside.php b/themes/cp_admin/_partials/_nav_aside.php index 0dbe4d0d70..442207e78b 100644 --- a/themes/cp_admin/_partials/_nav_aside.php +++ b/themes/cp_admin/_partials/_nav_aside.php @@ -10,7 +10,7 @@ <footer class="px-2 py-2 mx-auto text-xs text-right"> <?= lang('Common.powered_by', [ 'castopod' => - '<a class="inline-flex font-semibold hover:underline focus:ring-accent" href="https://castopod.org/" target="_blank" rel="noreferrer noopener">Castopod' . icon('social/castopod', 'ml-1 text-lg') . '</a> ' . + '<a class="inline-flex font-semibold hover:underline focus:ring-accent" href="https://castopod.org/" target="_blank" rel="noreferrer noopener">Castopod' . icon('castopod', 'ml-1 text-lg', 'social') . '</a> ' . CP_VERSION, ]) ?> </footer> diff --git a/themes/cp_admin/podcast/platforms.php b/themes/cp_admin/podcast/platforms.php index 38d589d5e6..8bb37fd188 100644 --- a/themes/cp_admin/podcast/platforms.php +++ b/themes/cp_admin/podcast/platforms.php @@ -21,14 +21,22 @@ <div class="relative flex items-start mb-8"> <div class="flex flex-col items-center w-12 mr-4"> - <?= anchor( + <?php if ($platform->submit_url === ''): ?> + <?= icon( + $platform->slug, + 'text-skin-muted text-4xl', + $platform->type +) ?> + <?php else: ?> + <?= anchor( $platform->submit_url, icon( - $platform->type . '/' . $platform->slug, + $platform->slug, 'text-skin-muted text-4xl', + $platform->type ), [ - 'class' => 'mb-1 text-skin-muted hover:text-skin-base', + 'class' => 'text-skin-muted hover:text-skin-base', 'target' => '_blank', 'rel' => 'noopener noreferrer', 'data-tooltip' => 'bottom', @@ -37,7 +45,8 @@ ]), ], ) ?> - <div class="inline-flex bg-highlight"> + <?php endif; ?> + <div class="inline-flex mt-1 bg-highlight"> <?= anchor($platform->home_url, icon('external-link', 'mx-auto'), [ 'class' => 'flex-1 text-skin-muted hover:text-skin-base', 'target' => '_blank', diff --git a/themes/cp_app/embed.php b/themes/cp_app/embed.php index 3b6573bc6e..175129240c 100644 --- a/themes/cp_app/embed.php +++ b/themes/cp_app/embed.php @@ -24,7 +24,7 @@ <div class="flex flex-col items-start flex-1 min-w-0 px-4 pt-4 h-28"> <a href="https://castopod.org/" class="absolute top-0 right-0 mt-1 mr-2 text-2xl text-pine-500 hover:opacity-75" title="<?= lang('Common.powered_by', [ 'castopod' => 'Castopod', - ]) ?>" target="_blank" rel="noopener noreferrer"><?= icon('podcasting/castopod') ?></a> + ]) ?>" target="_blank" rel="noopener noreferrer"><?= icon('castopod', '', 'podcasting') ?></a> <div class="flex gap-x-2"> <?= episode_numbering($episode->number, $episode->season_number, 'text-xs font-semibold !no-underline border px-1 border-gray-500', true) ?> <a href="<?= route_to('podcast-activity', $podcast->handle) ?>" style="color: <?= $themeData['text'] ?>;" class="text-xs truncate opacity-75 hover:opacity-100" target="_blank" rel="noopener noreferrer"><?= $podcast->title ?></a> diff --git a/themes/cp_app/home.php b/themes/cp_app/home.php index b9c1d5422e..bb7d725577 100644 --- a/themes/cp_app/home.php +++ b/themes/cp_app/home.php @@ -99,7 +99,7 @@ <?= render_page_links() ?> <small><?= lang('Common.powered_by', [ 'castopod' => - '<a class="inline-flex font-semibold hover:underline focus:ring-accent" href="https://castopod.org/" target="_blank" rel="noreferrer noopener">Castopod' . icon('social/castopod', 'ml-1 text-lg') . '</a>', + '<a class="inline-flex font-semibold hover:underline focus:ring-accent" href="https://castopod.org/" target="_blank" rel="noreferrer noopener">Castopod' . icon('castopod', 'ml-1 text-lg', 'social') . '</a>', ]) ?></small> </footer> </body> diff --git a/themes/cp_app/pages/map.php b/themes/cp_app/pages/map.php index 83ebf4320d..25efdbacd4 100644 --- a/themes/cp_app/pages/map.php +++ b/themes/cp_app/pages/map.php @@ -58,7 +58,7 @@ <?= render_page_links() ?> <small><?= lang('Common.powered_by', [ 'castopod' => - '<a class="inline-flex font-semibold hover:underline focus:ring-accent" href="https://castopod.org/" target="_blank" rel="noreferrer noopener">Castopod' . icon('social/castopod', 'ml-1 text-lg') . '</a>', + '<a class="inline-flex font-semibold hover:underline focus:ring-accent" href="https://castopod.org/" target="_blank" rel="noreferrer noopener">Castopod' . icon('castopod', 'ml-1 text-lg', 'social') . '</a>', ]) ?></small> </footer> </body> diff --git a/themes/cp_app/podcast/_partials/funding_links_modal.php b/themes/cp_app/podcast/_partials/funding_links_modal.php index 4c4a4cb47a..add8203160 100644 --- a/themes/cp_app/podcast/_partials/funding_links_modal.php +++ b/themes/cp_app/podcast/_partials/funding_links_modal.php @@ -16,7 +16,7 @@ aria-label="<?= lang('Common.close') ?>" class="self-start p-1 text-2xl rounded-full focus:ring-accent"><?= icon('close') ?></button> </div> - <div class="flex flex-col items-start p-4 space-y-4"> + <div class="flex flex-col items-start p-4 space-y-4 overflow-hidden"> <?php foreach ($podcast->fundingPlatforms as $fundingPlatform): ?> <?php if ($fundingPlatform->is_visible): ?> <a @@ -24,13 +24,12 @@ title="<?= $fundingPlatform->account_id ?>" target="_blank" rel="noopener noreferrer" - class="inline-flex items-center font-semibold text-accent-base hover:text-accent-hover focus:ring-accent"> + class="inline-flex items-center w-full font-semibold text-accent-base hover:text-accent-hover focus:ring-accent"> <?= icon( - $fundingPlatform->type . - '/' . - $fundingPlatform->slug, - 'mr-2', - ) . $fundingPlatform->link_url ?> + $fundingPlatform->slug, + 'mr-2 flex-shrink-0', + $fundingPlatform->type + ) . '<span class="truncate">' . $fundingPlatform->link_url . '</span>' ?> </a> <?php endif; ?> <?php endforeach; ?> diff --git a/themes/cp_app/podcast/_partials/sidebar.php b/themes/cp_app/podcast/_partials/sidebar.php index 5fb038eca6..94b3fa7314 100644 --- a/themes/cp_app/podcast/_partials/sidebar.php +++ b/themes/cp_app/podcast/_partials/sidebar.php @@ -59,7 +59,7 @@ <p><?= $podcast->copyright ?></p> <p><?= lang('Common.powered_by', [ 'castopod' => - '<a class="inline-flex font-semibold text-skin-muted hover:underline focus:ring-accent" href="https://castopod.org" target="_blank" rel="noreferrer noopener">Castopod' . icon('social/castopod', 'ml-1 text-lg') . '</a>', + '<a class="inline-flex font-semibold text-skin-muted hover:underline focus:ring-accent" href="https://castopod.org" target="_blank" rel="noreferrer noopener">Castopod' . icon('castopod', 'ml-1 text-lg', 'social') . '</a>', ]) ?></p> </div> </footer> diff --git a/themes/cp_app/podcast/follow.php b/themes/cp_app/podcast/follow.php index a08f4210c0..b2d3ad3733 100644 --- a/themes/cp_app/podcast/follow.php +++ b/themes/cp_app/podcast/follow.php @@ -69,7 +69,7 @@ class="flex-col w-full px-2 py-4 mt-auto text-xs text-center border-t text-skin-muted border-subtle"> <?= lang('Common.powered_by', [ 'castopod' => - '<a class="inline-flex font-semibold hover:underline focus:ring-accent" href="https://castopod.org" target="_blank" rel="noreferrer noopener">Castopod' . icon('social/castopod', 'ml-1 text-lg') . '</a>', + '<a class="inline-flex font-semibold hover:underline focus:ring-accent" href="https://castopod.org" target="_blank" rel="noreferrer noopener">Castopod' . icon('castopod', 'ml-1 text-lg', 'social') . '</a>', ]) ?> </footer> </body> diff --git a/themes/cp_app/post/remote_action.php b/themes/cp_app/post/remote_action.php index 29e2e6a094..ba251e4962 100644 --- a/themes/cp_app/post/remote_action.php +++ b/themes/cp_app/post/remote_action.php @@ -60,7 +60,7 @@ class="flex-col w-full px-2 py-4 mt-auto text-xs text-center border-t text-skin-muted border-subtle"> <?= lang('Common.powered_by', [ 'castopod' => - '<a class="inline-flex font-semibold hover:underline focus:ring-accent" href="https://castopod.org" target="_blank" rel="noreferrer noopener">Castopod' . icon('social/castopod', 'ml-1 text-lg') . '</a>', + '<a class="inline-flex font-semibold hover:underline focus:ring-accent" href="https://castopod.org" target="_blank" rel="noreferrer noopener">Castopod' . icon('castopod', 'ml-1 text-lg', 'social') . '</a>', ]) ?> </footer> </body> diff --git a/themes/cp_auth/_layout.php b/themes/cp_auth/_layout.php index fe6c3bfafe..57933dcc9a 100644 --- a/themes/cp_auth/_layout.php +++ b/themes/cp_auth/_layout.php @@ -33,7 +33,7 @@ <?= $this->renderSection('footer') ?> <small class="py-4 text-center border-t border-subtle"><?= lang('Common.powered_by', [ 'castopod' => - '<a class="inline-flex font-semibold hover:underline focus:ring-accent" target="_blank" rel="noreferrer noopener">Castopod' . icon('social/castopod', 'ml-1 text-lg') . '</a>', + '<a class="inline-flex font-semibold hover:underline focus:ring-accent" target="_blank" rel="noreferrer noopener">Castopod' . icon('castopod', 'ml-1 text-lg', 'social') . '</a>', ]) ?></small> </footer> </body> diff --git a/themes/cp_install/_layout.php b/themes/cp_install/_layout.php index 30d24d6b7f..c5b919aad6 100644 --- a/themes/cp_install/_layout.php +++ b/themes/cp_install/_layout.php @@ -29,7 +29,7 @@ <footer class="container px-2 py-4 mx-auto text-sm text-right border-t border-subtle"> <small><?= lang('Common.powered_by', [ 'castopod' => - '<a class="inline-flex font-semibold hover:underline focus:ring-accent" href="https://castopod.org" target="_blank" rel="noreferrer noopener">Castopod' . icon('social/castopod', 'ml-1 text-lg') . '</a>', + '<a class="inline-flex font-semibold hover:underline focus:ring-accent" href="https://castopod.org" target="_blank" rel="noreferrer noopener">Castopod' . icon('castopod', 'ml-1 text-lg', 'social') . '</a>', ]) ?></small> </footer> </body> -- GitLab