aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/slite
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/slite
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/slite')
-rw-r--r--recipes/slite/icon.svg2
-rw-r--r--recipes/slite/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/slite/icon.svg b/recipes/slite/icon.svg
index 9648d20..9816cdd 100644
--- a/recipes/slite/icon.svg
+++ b/recipes/slite/icon.svg
@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="600" height="600" fill="none" xmlns:v="https://vecta.io/nano"><path d="M588 480H12c-6.627 0-12 5.373-12 12v96c0 6.627 5.373 12 12 12h576c6.627 0 12-5.373 12-12v-96c0-6.627-5.373-12-12-12z" fill="#ffe697"/><path d="M360 480h207.92a239.94 239.94 0 0 1-87.864 87.869A239.92 239.92 0 0 1 360.02 600V480z" fill="#ffcf59"/><path d="M588 240H240v108c0 6.627 5.373 12 12 12h348V252c0-6.627-5.373-12-12-12zm-480 0H12c-6.627 0-12 5.373-12 12v96c0 6.627 5.373 12 12 12h96c6.627 0 12-5.373 12-12v-96c0-6.627-5.373-12-12-12z" fill="#aae7ed"/><path d="M588 0H12C5.373 0 0 5.373 0 12v96c0 6.627 5.373 12 12 12h576c6.627 0 12-5.373 12-12V12c0-6.627-5.373-12-12-12z" fill="#b0bbff"/><path d="M480 120H272.1c21.06-36.498 51.362-66.805 87.857-87.87S437.862-.018 480 0z" fill="#5168ec"/><path d="M479.92 120h.12V0h108c6.627 0 12 5.373 12 12v96c0 6.627-5.373 12-12 12H479.92a120 120 0 0 0-84.775 35.19c-22.48 22.5-35.105 53.005-35.105 84.8h-120c-.066-42.132 11.01-83.532 32.1-120z" fill="#b0bbff"/><path d="M567.92 480H360c31.826 0 62.348-12.643 84.853-35.147S480 391.826 480 360h120c.074 42.13-10.993 83.528-32.08 120z" fill="#ffe697"/></svg> \ No newline at end of file <svg xmlns="http://www.w3.org/2000/svg" width="600" height="600" fill="none"><path d="M588 480H12c-6.627 0-12 5.373-12 12v96c0 6.627 5.373 12 12 12h576c6.627 0 12-5.373 12-12v-96c0-6.627-5.373-12-12-12z" fill="#ffe697"/><path d="M360 480h207.92a239.94 239.94 0 0 1-87.864 87.869A239.92 239.92 0 0 1 360.02 600V480z" fill="#ffcf59"/><path d="M588 240H240v108c0 6.627 5.373 12 12 12h348V252c0-6.627-5.373-12-12-12zm-480 0H12c-6.627 0-12 5.373-12 12v96c0 6.627 5.373 12 12 12h96c6.627 0 12-5.373 12-12v-96c0-6.627-5.373-12-12-12z" fill="#aae7ed"/><path d="M588 0H12C5.373 0 0 5.373 0 12v96c0 6.627 5.373 12 12 12h576c6.627 0 12-5.373 12-12V12c0-6.627-5.373-12-12-12z" fill="#b0bbff"/><path d="M480 120H272.1c21.06-36.498 51.362-66.805 87.857-87.87S437.862-.018 480 0z" fill="#5168ec"/><path d="M479.92 120h.12V0h108c6.627 0 12 5.373 12 12v96c0 6.627-5.373 12-12 12H479.92a120 120 0 0 0-84.775 35.19 119.986 119.986 0 0 0-35.105 84.8h-120a238.957 238.957 0 0 1 32.1-120z" fill="#b0bbff"/><path d="M567.92 480H360a120.003 120.003 0 0 0 120-120h120a238.902 238.902 0 0 1-32.08 120z" fill="#ffe697"/></svg> \ No newline at end of file
diff --git a/recipes/slite/package.json b/recipes/slite/package.json
index 8b6bf52..5a21575 100644
--- a/recipes/slite/package.json
+++ b/recipes/slite/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "slite", 2 "id": "slite",
3 "name": "Slite", 3 "name": "Slite",
4 "version": "1.0.1", 4 "version": "1.0.2",
5 "description": "slite", 5 "description": "slite",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Ferdi <hello@getferdi.com>", 7 "author": "Ferdi <hello@getferdi.com>",