aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/googlepodcasts
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-07-06 10:01:33 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-07-06 11:05:15 +0530
commit1390d5718eab1607cd5839f3ac9c846df996c3aa (patch)
tree3637543e23129a5ac2d599fdf93044e57c8170c7 /recipes/googlepodcasts
parentIgnore .md files from being packaged into the recipe archives (minor size gain). (diff)
downloadferdium-recipes-1390d5718eab1607cd5839f3ac9c846df996c3aa.tar.gz
ferdium-recipes-1390d5718eab1607cd5839f3ac9c846df996c3aa.tar.zst
ferdium-recipes-1390d5718eab1607cd5839f3ac9c846df996c3aa.zip
Minify svg's using svgo
Diffstat (limited to 'recipes/googlepodcasts')
-rw-r--r--recipes/googlepodcasts/icon.svg11
-rw-r--r--recipes/googlepodcasts/package.json2
2 files changed, 2 insertions, 11 deletions
diff --git a/recipes/googlepodcasts/icon.svg b/recipes/googlepodcasts/icon.svg
index 079d16d..f1da8b9 100644
--- a/recipes/googlepodcasts/icon.svg
+++ b/recipes/googlepodcasts/icon.svg
@@ -1,10 +1 @@
1<?xml version="1.0" encoding="UTF-8"?> <svg width="400" height="400" xmlns="http://www.w3.org/2000/svg"><g stroke-linecap="round" stroke-width="48.5"><path d="M24.26 186.32v27.351" stroke="#0066d9"/><path d="M375.74 186.32v27.351" stroke="#4285f4"/><path d="M112.13 104.27v89.46m0 74.645v27.351" stroke="#ea4335"/><path d="M287.87 206.26v89.46m0-191.46v27.351" stroke="#34a853"/><path d="M200 127.06v145.87m0-248.68v27.351m0 296.78v27.351" stroke="#fab908"/></g></svg> \ No newline at end of file
2<svg width="400" height="400" version="1.1" xmlns="http://www.w3.org/2000/svg">
3 <g stroke-linecap="round" stroke-width="48.5">
4 <path d="m24.26 186.32v27.351" stroke="#0066d9"/>
5 <path d="m375.74 186.32v27.351" stroke="#4285f4"/>
6 <path d="m112.13 104.27v89.46m0 74.645v27.351" stroke="#ea4335"/>
7 <path d="m287.87 206.26v89.46m0-191.46v27.351" stroke="#34a853"/>
8 <path d="m200 127.06v145.87m0-248.68v27.351m0 296.78v27.351" stroke="#fab908"/>
9 </g>
10</svg> \ No newline at end of file
diff --git a/recipes/googlepodcasts/package.json b/recipes/googlepodcasts/package.json
index 3a13821..15b131f 100644
--- a/recipes/googlepodcasts/package.json
+++ b/recipes/googlepodcasts/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "googlepodcasts", 2 "id": "googlepodcasts",
3 "name": "Google Podcasts", 3 "name": "Google Podcasts",
4 "version": "1.0.0", 4 "version": "1.0.1",
5 "description": "Google Podcasts", 5 "description": "Google Podcasts",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Stephen Papierski <stephenpapierski@gmail.com>", 7 "author": "Stephen Papierski <stephenpapierski@gmail.com>",