aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/harvest
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/harvest
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/harvest')
-rw-r--r--recipes/harvest/icon.svg11
-rw-r--r--recipes/harvest/package.json4
2 files changed, 3 insertions, 12 deletions
diff --git a/recipes/harvest/icon.svg b/recipes/harvest/icon.svg
index d22e2da..64da3a6 100644
--- a/recipes/harvest/icon.svg
+++ b/recipes/harvest/icon.svg
@@ -1,10 +1 @@
1<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <svg width="512" height="512" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 128c0-44.804 0-67.206 8.72-84.32A80 80 0 0 1 43.68 8.72C60.795 0 83.197 0 128 0h256c44.804 0 67.206 0 84.319 8.72a80.002 80.002 0 0 1 34.962 34.96C512 60.795 512 83.197 512 128v256c0 44.804 0 67.206-8.719 84.319a80.004 80.004 0 0 1-34.962 34.962C451.206 512 428.804 512 384 512H128c-44.804 0-67.206 0-84.32-8.719a80.002 80.002 0 0 1-34.96-34.962C0 451.206 0 428.804 0 384V128z" fill="url(#a)"/><path d="M149 92h62.129v131.085h89.742V92H363v328h-62.129V277.944h-89.742V420H149V92z" fill="#fff"/><defs><linearGradient id="a" x1="256" y1="0" x2="256" y2="512" gradientUnits="userSpaceOnUse"><stop stop-color="#FF960E"/><stop offset="1" stop-color="#F35C00"/></linearGradient></defs></svg> \ No newline at end of file
2<path d="M0 128C0 83.1958 0 60.7937 8.71948 43.6808C16.3893 28.6278 28.6278 16.3893 43.6808 8.71948C60.7937 0 83.1958 0 128 0H384C428.804 0 451.206 0 468.319 8.71948C483.372 16.3893 495.611 28.6278 503.281 43.6808C512 60.7937 512 83.1958 512 128V384C512 428.804 512 451.206 503.281 468.319C495.611 483.372 483.372 495.611 468.319 503.281C451.206 512 428.804 512 384 512H128C83.1958 512 60.7937 512 43.6808 503.281C28.6278 495.611 16.3893 483.372 8.71948 468.319C0 451.206 0 428.804 0 384V128Z" fill="url(#paint0_linear)"/>
3<path d="M149 92H211.129V223.085H300.871V92H363V420H300.871V277.944H211.129V420H149V92Z" fill="white"/>
4<defs>
5<linearGradient id="paint0_linear" x1="256" y1="0" x2="256" y2="512" gradientUnits="userSpaceOnUse">
6<stop stop-color="#FF960E"/>
7<stop offset="1" stop-color="#F35C00"/>
8</linearGradient>
9</defs>
10</svg>
diff --git a/recipes/harvest/package.json b/recipes/harvest/package.json
index 74d7606..82def3a 100644
--- a/recipes/harvest/package.json
+++ b/recipes/harvest/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "harvest", 2 "id": "harvest",
3 "name": "Harvest", 3 "name": "Harvest",
4 "version": "1.0.0", 4 "version": "1.0.1",
5 "description": "A recipe to integrate Harvest with Franz.app.", 5 "description": "A recipe to integrate Harvest with Franz.app.",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Jonathan Simcoe <jonathan@postpost.design>", 7 "author": "Jonathan Simcoe <jonathan@postpost.design>",
@@ -12,4 +12,4 @@
12 "hasTeamId": true, 12 "hasTeamId": true,
13 "urlInputSuffix": ".harvestapp.com" 13 "urlInputSuffix": ".harvestapp.com"
14 } 14 }
15} \ No newline at end of file 15}