aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/stackexchange
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/stackexchange
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/stackexchange')
-rw-r--r--recipes/stackexchange/icon.svg2
-rw-r--r--recipes/stackexchange/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/stackexchange/icon.svg b/recipes/stackexchange/icon.svg
index 83da4be..9d42f9d 100644
--- a/recipes/stackexchange/icon.svg
+++ b/recipes/stackexchange/icon.svg
@@ -1 +1 @@
<svg viewBox="0 0 120 120" xmlns="http://www.w3.org/2000/svg"><path d="m22.4 57.5h74.8v15.4h-74.8z" fill="#376db6"/><path d="m22.4 37.6h74.8v15.4h-74.8z" fill="#4ca2da"/><path d="m85.5 17h-51.1c-6.6 0-12 5.5-12 12.3v4h74.8v-4c0-6.8-5.2-12.3-11.7-12.3z" fill="#91d8f4"/><path d="m22.4 77.3v4c0 6.8 5.4 12.3 12 12.3h32v16.3l15.8-16.3h3.5c6.6 0 12-5.5 12-12.3v-4z" fill="#1e5397"/></svg> \ No newline at end of file <svg viewBox="0 0 120 120" xmlns="http://www.w3.org/2000/svg"><path d="M22.4 57.5h74.8v15.4H22.4z" fill="#376db6"/><path d="M22.4 37.6h74.8V53H22.4z" fill="#4ca2da"/><path d="M85.5 17H34.4c-6.6 0-12 5.5-12 12.3v4h74.8v-4C97.2 22.5 92 17 85.5 17z" fill="#91d8f4"/><path d="M22.4 77.3v4c0 6.8 5.4 12.3 12 12.3h32v16.3l15.8-16.3h3.5c6.6 0 12-5.5 12-12.3v-4z" fill="#1e5397"/></svg> \ No newline at end of file
diff --git a/recipes/stackexchange/package.json b/recipes/stackexchange/package.json
index 9d976e5..040edca 100644
--- a/recipes/stackexchange/package.json
+++ b/recipes/stackexchange/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "stackexchange", 2 "id": "stackexchange",
3 "name": "StackExchange", 3 "name": "StackExchange",
4 "version": "1.0.0", 4 "version": "1.0.1",
5 "description": "An unofficial Ferdi recipe for StackExchange", 5 "description": "An unofficial Ferdi recipe for StackExchange",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Kittywhiskers Van Gogh <63189531+kittywhiskers@users.noreply.github.com>", 7 "author": "Kittywhiskers Van Gogh <63189531+kittywhiskers@users.noreply.github.com>",