aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pocket
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/pocket
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/pocket')
-rw-r--r--recipes/pocket/icon.svg2
-rw-r--r--recipes/pocket/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/pocket/icon.svg b/recipes/pocket/icon.svg
index 6c48f6a..049f491 100644
--- a/recipes/pocket/icon.svg
+++ b/recipes/pocket/icon.svg
@@ -1 +1 @@
<svg height="1024" viewBox="0 0 48 48" width="1024" xmlns="http://www.w3.org/2000/svg"><path d="m24 41c-10.5 0-19-8.5-19-19v-12.101562c0-1.597657 1.300781-2.898438 2.898438-2.898438h32.203125c1.597656 0 2.898437 1.300781 2.898437 2.898438v12.101562c0 10.5-8.5 19-19 19z" fill="#f50057"/><path d="m24 31c-.601562 0-1.300781-.199219-1.800781-.699219l-9.5-9.5c-1-1-1-2.601562 0-3.5 1-1 2.601562-1 3.5 0l7.800781 7.699219 7.699219-7.699219c1-1 2.601562-1 3.5 0 1 1 1 2.597657 0 3.5l-9.5 9.5c-.398438.5-1.097656.699219-1.699219.699219z" fill="#fff"/></svg> \ No newline at end of file <svg height="1024" viewBox="0 0 48 48" width="1024" xmlns="http://www.w3.org/2000/svg"><path d="M24 41C13.5 41 5 32.5 5 22V9.898C5 8.301 6.3 7 7.898 7h32.204C41.699 7 43 8.3 43 9.898V22c0 10.5-8.5 19-19 19z" fill="#f50057"/><path d="M24 31c-.602 0-1.3-.2-1.8-.7l-9.5-9.5c-1-1-1-2.6 0-3.5 1-1 2.6-1 3.5 0L24 25l7.7-7.7c1-1 2.6-1 3.5 0 1 1 1 2.598 0 3.5l-9.5 9.5c-.4.5-1.098.7-1.7.7z" fill="#fff"/></svg> \ No newline at end of file
diff --git a/recipes/pocket/package.json b/recipes/pocket/package.json
index 6092c9b..4ac7203 100644
--- a/recipes/pocket/package.json
+++ b/recipes/pocket/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "pocket", 2 "id": "pocket",
3 "name": "Pocket", 3 "name": "Pocket",
4 "version": "1.0.0", 4 "version": "1.0.1",
5 "description": "Pocket", 5 "description": "Pocket",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Diego bersanetti <diego.bersanetti@gmail.com>", 7 "author": "Diego bersanetti <diego.bersanetti@gmail.com>",