aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pushbullet
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/pushbullet
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/pushbullet')
-rw-r--r--recipes/pushbullet/icon.svg2
-rw-r--r--recipes/pushbullet/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/pushbullet/icon.svg b/recipes/pushbullet/icon.svg
index 2e37b44..19a8385 100644
--- a/recipes/pushbullet/icon.svg
+++ b/recipes/pushbullet/icon.svg
@@ -1 +1 @@
<svg height="1024" preserveAspectRatio="xMidYMid" viewBox="0 0 256 256" width="1024" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><path id="a" d="m256 128c0 70.692-57.308 128-128 128s-128-57.308-128-128 57.308-128 128-128 128 57.308 128 128"/><linearGradient id="b" x1="8.59%" x2="77.471%" y1="1.954%" y2="73.896%"><stop offset="0" stop-color="#4cb36b"/><stop offset="1" stop-color="#3ea16f"/></linearGradient><mask id="c" fill="#fff"><use fill="#fff" xlink:href="#a"/></mask></defs><use fill="#67bf79" xlink:href="#a"/><path d="m256 128c0 70.692-57.308 128-128 128s-128-57.308-128-128 57.308-128 128-128 128 57.308 128 128" fill="#67bf79" mask="url(#c)"/><path d="m63.111 187.022 33.067-115.022 64.533 60.978 39.289-42.845 87.533 86.289-110.844 124.889z" fill="url(#b)" mask="url(#c)"/><g fill="#fff"><path d="m77 189.6c-16.733 0-16.733 0-16.733-16.733v-91.867c0-16.733 0-16.733 16.733-16.733h3.334c16.7329992 0 16.7329992 0 16.733 16.733v91.867c-.0000008 16.733-.0000008 16.733-16.733 16.733z" mask="url(#c)"/><path d="m121.041 189.6c-5.699 0-8.508-2.809-8.508-8.508v-108.318c0-5.698 2.809-8.507 8.508-8.507h37.537c32.178 0 52.628 32.273 52.628 63.025s-20.628 62.308-52.628 62.308z" mask="url(#c)"/></g></svg> \ No newline at end of file <svg height="1024" preserveAspectRatio="xMidYMid" viewBox="0 0 256 256" width="1024" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="c" x1="8.59%" x2="77.471%" y1="1.954%" y2="73.896%"><stop offset="0" stop-color="#4cb36b"/><stop offset="1" stop-color="#3ea16f"/></linearGradient><path id="a" d="M256 128c0 70.692-57.308 128-128 128S0 198.692 0 128 57.308 0 128 0s128 57.308 128 128"/><mask id="b" fill="#fff"><use xlink:href="#a"/></mask></defs><use fill="#67bf79" xlink:href="#a"/><path d="M256 128c0 70.692-57.308 128-128 128S0 198.692 0 128 57.308 0 128 0s128 57.308 128 128" fill="#67bf79" mask="url(#b)"/><path d="M63.111 187.022 96.178 72l64.533 60.978L200 90.133l87.533 86.289-110.844 124.889z" fill="url(#c)" mask="url(#b)"/><g fill="#fff"><path d="M77 189.6c-16.733 0-16.733 0-16.733-16.733V81c0-16.733 0-16.733 16.733-16.733h3.334c16.733 0 16.733 0 16.733 16.733v91.867c0 16.733 0 16.733-16.733 16.733zM121.041 189.6c-5.699 0-8.508-2.809-8.508-8.508V72.774c0-5.698 2.809-8.507 8.508-8.507h37.537c32.178 0 52.628 32.273 52.628 63.025S190.578 189.6 158.578 189.6z" mask="url(#b)"/></g></svg> \ No newline at end of file
diff --git a/recipes/pushbullet/package.json b/recipes/pushbullet/package.json
index 9f6e4a7..ebd04be 100644
--- a/recipes/pushbullet/package.json
+++ b/recipes/pushbullet/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "pushbullet", 2 "id": "pushbullet",
3 "name": "Pushbullet", 3 "name": "Pushbullet",
4 "version": "1.0.1", 4 "version": "1.0.2",
5 "description": "Pushbullet", 5 "description": "Pushbullet",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Diego bersanetti <diego.bersanetti@gmail.com>", 7 "author": "Diego bersanetti <diego.bersanetti@gmail.com>",