aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/aws-workmail
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/aws-workmail
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/aws-workmail')
-rwxr-xr-xrecipes/aws-workmail/icon.svg14
-rw-r--r--recipes/aws-workmail/package.json6
2 files changed, 4 insertions, 16 deletions
diff --git a/recipes/aws-workmail/icon.svg b/recipes/aws-workmail/icon.svg
index 8e33da1..72a9bfb 100755
--- a/recipes/aws-workmail/icon.svg
+++ b/recipes/aws-workmail/icon.svg
@@ -1,13 +1 @@
1<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100" height="100" viewBox="0 0 100 100"> <svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="100" height="100"><defs><linearGradient id="a" x1="50" y1="-687.73" x2="50" y2="-603.9" gradientTransform="translate(0 696)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f58536"/><stop offset="1" stop-color="#d16929"/></linearGradient></defs><path fill="url(#a)" d="M13 28.9 50 7.8l37 21.1v42.2L50 92.2 13 71.1V28.9z"/><path d="M71.4 35.8v9l-22.1 9.8-22.1-9.8v-9h-3.9v33h51.9v-33zm0 29.2H27.3V49.2L49.4 59l22.1-9.8V65z" fill="#fff"/><path fill="#fff" d="M49.3 21.7 23.4 33.3v5.1h3.9v-2.5l22-9.9 22.1 9.9v2.5h3.9v-5.1l-26-11.6z"/><path fill="#fff" d="M35.1 48.4v-6.3h28.4v6.3l4-1.8v-8.5H31.2v8.5l3.9 1.8z"/></svg> \ No newline at end of file
2 <defs>
3 <linearGradient id="linear-gradient" x1="50" y1="-687.73" x2="50" y2="-603.9" gradientTransform="translate(0 696)" gradientUnits="userSpaceOnUse">
4 <stop offset="0" stop-color="#f58536"/>
5 <stop offset="1" stop-color="#d16929"/>
6 </linearGradient>
7 </defs>
8 <title>BusinessProductivity</title>
9 <polygon points="13 28.9 50 7.8 87 28.9 87 71.1 50 92.2 13 71.1 13 28.9" fill="url(#linear-gradient)"/>
10 <path d="M71.4,35.8v9L49.3,54.6,27.2,44.8v-9H23.3v33H75.2v-33Zm0,29.2H27.3V49.2L49.4,59l22.1-9.8V65Z" fill="#fff"/>
11 <polygon points="49.3 21.7 23.4 33.3 23.4 38.4 27.3 38.4 27.3 35.9 49.3 26 71.4 35.9 71.4 38.4 75.3 38.4 75.3 33.3 49.3 21.7" fill="#fff"/>
12 <polygon points="35.1 48.4 35.1 42.1 63.5 42.1 63.5 48.4 67.5 46.6 67.5 38.1 31.2 38.1 31.2 46.6 35.1 48.4" fill="#fff"/>
13</svg>
diff --git a/recipes/aws-workmail/package.json b/recipes/aws-workmail/package.json
index 128fa3c..5194e66 100644
--- a/recipes/aws-workmail/package.json
+++ b/recipes/aws-workmail/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "amazon-work-mail", 2 "id": "amazon-work-mail",
3 "name": "Amazon WorkMail", 3 "name": "Amazon WorkMail",
4 "version": "1.0.3", 4 "version": "1.0.4",
5 "description": "Amazon WorkMail", 5 "description": "Amazon WorkMail",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Yoav Maman", 7 "author": "Yoav Maman",
@@ -18,8 +18,8 @@
18 "webviewOptions": {}, 18 "webviewOptions": {},
19 "openDevTools": false, 19 "openDevTools": false,
20 "wording": { 20 "wording": {
21 "url": "awsapps.com", 21 "url": "awsapps.com",
22 "team": "WorkMail" 22 "team": "WorkMail"
23 } 23 }
24 } 24 }
25} 25}