aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/wire
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/wire
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/wire')
-rw-r--r--recipes/wire/icon.svg11
-rw-r--r--recipes/wire/package.json2
2 files changed, 2 insertions, 11 deletions
diff --git a/recipes/wire/icon.svg b/recipes/wire/icon.svg
index 3b5c25a..87388b2 100644
--- a/recipes/wire/icon.svg
+++ b/recipes/wire/icon.svg
@@ -1,10 +1 @@
1<?xml version="1.0" encoding="UTF-8"?> <svg width="512" height="512" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path fill="#FFF" fill-rule="nonzero" d="M0 0h512v512H0z"/><path d="M99 127v163c0 51.362 41.638 93 93 93s93-41.638 93-93V157c0-16.016-12.984-29-29-29s-29 12.984-29 29v133c0 51.362 41.638 93 93 93s93-41.638 93-93V127" stroke="#000" stroke-width="19"/></g></svg> \ No newline at end of file
2<svg width="512px" height="512px" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3 <title>Untitled</title>
4 <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5 <g id="icon">
6 <rect id="Rectangle" fill="#FFFFFF" fill-rule="nonzero" x="0" y="0" width="512" height="512"></rect>
7 <path d="M99,127 L99,290 C99,341.362482 140.637518,383 192,383 C243.362482,383 285,341.362482 285,290 L285,157 C285,140.983742 272.016258,128 256,128 C239.983742,128 227,140.983742 227,157 L227,290 C227,341.362482 268.637518,383 320,383 C371.362482,383 413,341.362482 413,290 L413,127" id="Path" stroke="#000000" stroke-width="19"></path>
8 </g>
9 </g>
10</svg> \ No newline at end of file
diff --git a/recipes/wire/package.json b/recipes/wire/package.json
index 7849162..90c5bbd 100644
--- a/recipes/wire/package.json
+++ b/recipes/wire/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "wire", 2 "id": "wire",
3 "name": "Wire", 3 "name": "Wire",
4 "version": "1.0.0", 4 "version": "1.0.1",
5 "description": "Modern day collaboration meets the most advanced security and superior user experience.", 5 "description": "Modern day collaboration meets the most advanced security and superior user experience.",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Dustin Steiner <dustin.steiner@gmail.com>", 7 "author": "Dustin Steiner <dustin.steiner@gmail.com>",