aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-05-12 09:25:31 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-12 09:26:36 +0530
commit70b5c9920860e9bf2663b13a26e07177e0152524 (patch)
treee434d00a36aaab322b2381a88dfe9c1bed88cf60 /recipes
parentFixing counts for hangouts chat badge. (diff)
downloadferdium-recipes-70b5c9920860e9bf2663b13a26e07177e0152524.tar.gz
ferdium-recipes-70b5c9920860e9bf2663b13a26e07177e0152524.tar.zst
ferdium-recipes-70b5c9920860e9bf2663b13a26e07177e0152524.zip
Fixing svg icon for gmail
Diffstat (limited to 'recipes')
-rw-r--r--recipes/gmail/icon.svg24
-rw-r--r--recipes/gmail/package.json2
2 files changed, 19 insertions, 7 deletions
diff --git a/recipes/gmail/icon.svg b/recipes/gmail/icon.svg
index 80756b8..0acd1c1 100644
--- a/recipes/gmail/icon.svg
+++ b/recipes/gmail/icon.svg
@@ -1,7 +1,19 @@
1<svg xmlns="http://www.w3.org/2000/svg" viewBox="52 52"> 1<svg width="1024" height="1024" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid">
2<path fill="#4285f4" d="M58 108h14V74L52 59v43c0 3.32 2.69 6 6 6"/> 2<g transform="matrix(1 0 0 1.333333 0 0)">
3<path fill="#34a853" d="M120 108h14c3.32 0 6-2.69 6-6V59l-20 15"/> 3 <g transform="matrix(11.63636 0 0 11.63636 -605.0909 -488.7273)">
4<path fill="#fbbc04" d="M120 48v26l20-15v-8c0-7.42-8.47-11.65-14.4-7.2"/> 4 </g>
5<path fill="#ea4335" d="M72 74V48l24 18 24-18v26L96 92"/> 5 <path transform="matrix(11.63636 0 0 11.63636 -605.0909 -488.7273)" d="M58 108L72 108L72 74L52 59L52 102C 52 105.32 54.69 108 58 108" stroke="none" fill="#4285F4" fill-rule="nonzero" />
6<path fill="#c5221f" d="M52 51v8l20 15V48l-5.6-4.2c-5.94-4.45-14.4-.22-14.4 7.2"/> 6 <g transform="matrix(11.63636 0 0 11.63636 -605.0909 -488.7273)">
7 </g>
8 <path transform="matrix(11.63636 0 0 11.63636 -605.0909 -488.7273)" d="M120 108L134 108C 137.32 108 140 105.31 140 102L140 102L140 59L120 74" stroke="none" fill="#34A853" fill-rule="nonzero" />
9 <g transform="matrix(11.63636 0 0 11.63636 -605.0909 -488.7273)">
10 </g>
11 <path transform="matrix(11.63636 0 0 11.63636 -605.0909 -488.7273)" d="M120 48L120 74L140 59L140 51C 140 43.58 131.53 39.35 125.6 43.8" stroke="none" fill="#FBBC04" fill-rule="nonzero" />
12 <g transform="matrix(11.63636 0 0 11.63636 -605.0909 -488.7273)">
13 </g>
14 <path transform="matrix(11.63636 0 0 11.63636 -605.0909 -488.7273)" d="M72 74L72 48L96 66L120 48L120 74L96 92" stroke="none" fill="#EA4335" fill-rule="nonzero" />
15 <g transform="matrix(11.63636 0 0 11.63636 -605.0909 -488.7273)">
16 </g>
17 <path transform="matrix(11.63636 0 0 11.63636 -605.0909 -488.7273)" d="M52 51L52 59L72 74L72 48L66.4 43.8C 60.46 39.35 52 43.58 52 51" stroke="none" fill="#C5221F" fill-rule="nonzero" />
18</g>
7</svg> \ No newline at end of file 19</svg> \ No newline at end of file
diff --git a/recipes/gmail/package.json b/recipes/gmail/package.json
index 2fd48d9..59c6e9c 100644
--- a/recipes/gmail/package.json
+++ b/recipes/gmail/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "gmail", 2 "id": "gmail",
3 "name": "Gmail", 3 "name": "Gmail",
4 "version": "1.3.5", 4 "version": "1.3.6",
5 "description": "Gmail", 5 "description": "Gmail",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Stefan Malzner <stefan@adlk.io>", 7 "author": "Stefan Malzner <stefan@adlk.io>",