aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/googlekeep
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/googlekeep
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/googlekeep')
-rw-r--r--recipes/googlekeep/icon.svg2
-rw-r--r--recipes/googlekeep/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/googlekeep/icon.svg b/recipes/googlekeep/icon.svg
index b8b0c07..20c040f 100644
--- a/recipes/googlekeep/icon.svg
+++ b/recipes/googlekeep/icon.svg
@@ -1 +1 @@
<svg height="528" viewBox="0 0 48 48" width="528" xmlns="http://www.w3.org/2000/svg"><path d="m9 42h23l10-10v-23c0-1.65625-1.34375-3-3-3h-30c-1.65625 0-3 1.34375-3 3v30c0 1.65625 1.34375 3 3 3z" fill="#ffc107"/><path d="m32 42v-10h10z" fill="#ffecb3"/><path d="m32 20c0-4.417969-3.582031-8-8-8s-8 3.582031-8 8c0 3.355469 2.070313 6.226563 5 7.414063v7.585937h6v-7.585937c2.929688-1.1875 5-4.058594 5-7.414063z" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="2"/><path d="m22 35h4v3h-4z" fill="#fff"/><path d="m21 31h6" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="2"/></svg> \ No newline at end of file <svg height="528" viewBox="0 0 48 48" width="528" xmlns="http://www.w3.org/2000/svg"><path d="M9 42h23l10-10V9a3 3 0 0 0-3-3H9a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3z" fill="#ffc107"/><path d="M32 42V32h10z" fill="#ffecb3"/><path d="M32 20a8 8 0 0 0-16 0 8.002 8.002 0 0 0 5 7.414V35h6v-7.586A8.002 8.002 0 0 0 32 20z" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="2"/><path d="M22 35h4v3h-4z" fill="#fff"/><path d="M21 31h6" fill="none" stroke="#fff" stroke-miterlimit="10" stroke-width="2"/></svg> \ No newline at end of file
diff --git a/recipes/googlekeep/package.json b/recipes/googlekeep/package.json
index 5c3ebe4..19d7408 100644
--- a/recipes/googlekeep/package.json
+++ b/recipes/googlekeep/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "googlekeep", 2 "id": "googlekeep",
3 "name": "Google Keep", 3 "name": "Google Keep",
4 "version": "1.0.4", 4 "version": "1.0.5",
5 "description": "Google Keep", 5 "description": "Google Keep",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "SiloCityLabs LLC", 7 "author": "SiloCityLabs LLC",