aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/feedly
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/feedly
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/feedly')
-rw-r--r--recipes/feedly/icon.svg2
-rw-r--r--recipes/feedly/package.json4
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes/feedly/icon.svg b/recipes/feedly/icon.svg
index 964f73b..2a4a53f 100644
--- a/recipes/feedly/icon.svg
+++ b/recipes/feedly/icon.svg
@@ -1 +1 @@
<svg height="2500" viewBox="51.622 205.389 487.385 431.346" width="2500" xmlns="http://www.w3.org/2000/svg"><path d="m111.615 420.945 186.025-186.025 186.025 186.025-186.025 186.025z" fill="#fff"/><path d="m201.837 622.782-137.658-138.589c-16.742-16.742-16.742-53.017 0-68.829l197.187-198.117c15.812-15.812 51.156-15.812 66.969 0l198.115 198.117c16.742 16.742 16.742 53.018 0 68.829l-137.658 138.589c-8.371 8.371-21.393 13.952-34.415 13.952h-119.985c-12.092 0-24.184-5.581-32.555-13.952zm125.567-53.947c2.791-2.79 2.791-8.371 0-11.161l-26.974-26.974c-2.79-2.791-8.37-2.791-11.161 0l-26.974 26.974c-2.79 2.79-2.79 8.371 0 11.161l21.393 20.463h22.323zm0-114.405c1.86-1.86 1.86-6.511 0-8.371l-28.834-28.834c-1.859-1.86-6.51-1.86-8.37 0l-83.712 83.711c-2.79 2.791-2.79 9.302 0 12.092l19.533 19.533h22.323zm0-113.476c1.86-1.86 2.791-7.441 0-9.301l-27.904-27.904c-1.86-1.86-7.44-1.86-10.231 0l-140.449 140.449c-1.859 1.86-2.79 7.441-.93 9.301l22.323 21.394h21.393z" fill="#6cc655"/></svg> \ No newline at end of file <svg height="2500" viewBox="51.622 205.389 487.385 431.346" width="2500" xmlns="http://www.w3.org/2000/svg"><path d="M111.615 420.945 297.64 234.92l186.025 186.025L297.64 606.97z" fill="#fff"/><path d="M201.837 622.782 64.179 484.193c-16.742-16.742-16.742-53.017 0-68.829l197.187-198.117c15.812-15.812 51.156-15.812 66.969 0L526.45 415.364c16.742 16.742 16.742 53.018 0 68.829L388.792 622.782c-8.371 8.371-21.393 13.952-34.415 13.952H234.392c-12.092 0-24.184-5.581-32.555-13.952zm125.567-53.947c2.791-2.79 2.791-8.371 0-11.161L300.43 530.7c-2.79-2.791-8.37-2.791-11.161 0l-26.974 26.974c-2.79 2.79-2.79 8.371 0 11.161l21.393 20.463h22.323zm0-114.405c1.86-1.86 1.86-6.511 0-8.371l-28.834-28.834c-1.859-1.86-6.51-1.86-8.37 0l-83.712 83.711c-2.79 2.791-2.79 9.302 0 12.092l19.533 19.533h22.323zm0-113.476c1.86-1.86 2.791-7.441 0-9.301L299.5 303.749c-1.86-1.86-7.44-1.86-10.231 0L148.82 444.198c-1.859 1.86-2.79 7.441-.93 9.301l22.323 21.394h21.393z" fill="#6cc655"/></svg> \ No newline at end of file
diff --git a/recipes/feedly/package.json b/recipes/feedly/package.json
index d7f7d73..aa723e8 100644
--- a/recipes/feedly/package.json
+++ b/recipes/feedly/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "feedly", 2 "id": "feedly",
3 "name": "Feedly", 3 "name": "Feedly",
4 "version": "1.0.0", 4 "version": "1.0.1",
5 "description": "Feedly", 5 "description": "Feedly",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Patrick Kastner <patrick.kastner@gmail.com>", 7 "author": "Patrick Kastner <patrick.kastner@gmail.com>",
@@ -9,4 +9,4 @@
9 "config": { 9 "config": {
10 "serviceURL": "https://feedly.com" 10 "serviceURL": "https://feedly.com"
11 } 11 }
12 } 12}