aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/element
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/element
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/element')
-rw-r--r--recipes/element/icon.svg2
-rw-r--r--recipes/element/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/element/icon.svg b/recipes/element/icon.svg
index 2918b3f..ad92aca 100644
--- a/recipes/element/icon.svg
+++ b/recipes/element/icon.svg
@@ -1 +1 @@
<svg fill="none" height="1024" viewBox="0 0 1024 1024" width="1024" xmlns="http://www.w3.org/2000/svg"><g clip-rule="evenodd" fill="#0dbd8b" fill-rule="evenodd"><path d="m414 204c0-23.196 18.804-42 42-42 154.64 0 280 125.36 280 280 0 23.196-18.804 42-42 42s-42-18.804-42-42c0-108.248-87.752-196-196-196-23.196 0-42-18.804-42-42z"/><path d="m610 820c0 23.196-18.804 42-42 42-154.64 0-280-125.36-280-280 0-23.196 18.804-42 42-42s42 18.804 42 42c0 108.248 87.752 196 196 196 23.196 0 42 18.804 42 42z"/><path d="m204 610c-23.196 0-42-18.804-42-42 0-154.64 125.36-280 280-280 23.196 0 42 18.804 42 42s-18.804 42-42 42c-108.248 0-196 87.752-196 196 0 23.196-18.804 42-42 42z"/><path d="m820 414c23.196 0 42 18.804 42 42 0 154.64-125.36 280-280 280-23.196 0-42-18.804-42-42s18.804-42 42-42c108.248 0 196-87.752 196-196 0-23.196 18.804-42 42-42z"/></g></svg> \ No newline at end of file <svg fill="none" height="1024" width="1024" xmlns="http://www.w3.org/2000/svg"><g clip-rule="evenodd" fill="#0dbd8b" fill-rule="evenodd"><path d="M414 204c0-23.196 18.804-42 42-42 154.64 0 280 125.36 280 280 0 23.196-18.804 42-42 42s-42-18.804-42-42c0-108.248-87.752-196-196-196-23.196 0-42-18.804-42-42zM610 820c0 23.196-18.804 42-42 42-154.64 0-280-125.36-280-280 0-23.196 18.804-42 42-42s42 18.804 42 42c0 108.248 87.752 196 196 196 23.196 0 42 18.804 42 42zM204 610c-23.196 0-42-18.804-42-42 0-154.64 125.36-280 280-280 23.196 0 42 18.804 42 42s-18.804 42-42 42c-108.248 0-196 87.752-196 196 0 23.196-18.804 42-42 42zM820 414c23.196 0 42 18.804 42 42 0 154.64-125.36 280-280 280-23.196 0-42-18.804-42-42s18.804-42 42-42c108.248 0 196-87.752 196-196 0-23.196 18.804-42 42-42z"/></g></svg> \ No newline at end of file
diff --git a/recipes/element/package.json b/recipes/element/package.json
index 9468694..23d2658 100644
--- a/recipes/element/package.json
+++ b/recipes/element/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "element", 2 "id": "element",
3 "name": "Element", 3 "name": "Element",
4 "version": "1.0.3", 4 "version": "1.0.4",
5 "description": "Decentralized, encrypted chat & collaboration powered by [matrix]", 5 "description": "Decentralized, encrypted chat & collaboration powered by [matrix]",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Sylvain Cecchetto <cecchetto.sylvain@me.com>, Omove <61330514+omove@users.noreply.github.com>, Achim Leitner <1033549+fjl5@users.noreply.github.com>", 7 "author": "Sylvain Cecchetto <cecchetto.sylvain@me.com>, Omove <61330514+omove@users.noreply.github.com>, Achim Leitner <1033549+fjl5@users.noreply.github.com>",