aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fleep
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/fleep
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/fleep')
-rw-r--r--recipes/fleep/icon.svg5
-rw-r--r--recipes/fleep/package.json2
2 files changed, 2 insertions, 5 deletions
diff --git a/recipes/fleep/icon.svg b/recipes/fleep/icon.svg
index 5604020..76082fe 100644
--- a/recipes/fleep/icon.svg
+++ b/recipes/fleep/icon.svg
@@ -1,4 +1 @@
1<svg width="1024" height="1024" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> <svg width="1024" height="1024" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M21.22 0H5.547A5.546 5.546 0 0 0 0 5.547v16a5.546 5.546 0 0 0 5.547 5.547h8.733v3.912l4.469-3.912h2.47a5.546 5.546 0 0 0 5.548-5.547v-16C26.755 2.483 24.272 0 21.22 0z" fill="#3E81DE"/><path fill-rule="evenodd" clip-rule="evenodd" d="M19.584 9.859h-2.943V8.418h-3.863v4.009h4.02v2.894h-4.02v4.167h1.695v2.894H7.836v-2.894h1.538V8.418H7.836V5.523h11.748v4.336z" fill="#fff"/></svg> \ No newline at end of file
2<path fill-rule="evenodd" clip-rule="evenodd" d="M21.2196 0H5.54713C2.48289 0 0 2.48289 0 5.54713V21.5466C0 24.6108 2.48289 27.0937 5.54713 27.0937H14.2796V31.0058L18.7488 27.0937H21.2196C24.2838 27.0937 26.7667 24.6108 26.7667 21.5466V5.54713C26.7546 2.48289 24.2717 0 21.2196 0Z" fill="#3E81DE"/>
3<path fill-rule="evenodd" clip-rule="evenodd" d="M19.5845 9.85889H16.6413V8.4176H12.7777V12.4266H16.7988V15.3212H12.7777V19.4876H14.4734V22.3823H7.83618V19.4876H9.37436V8.4176H7.83618V5.52292H19.5845V9.85889Z" fill="white"/>
4</svg>
diff --git a/recipes/fleep/package.json b/recipes/fleep/package.json
index 50ddc86..ac73525 100644
--- a/recipes/fleep/package.json
+++ b/recipes/fleep/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "fleep", 2 "id": "fleep",
3 "name": "Fleep", 3 "name": "Fleep",
4 "version": "1.0.0", 4 "version": "1.0.1",
5 "description": "Fleep", 5 "description": "Fleep",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Ian Sealy <ferdi@iansealy.com>", 7 "author": "Ian Sealy <ferdi@iansealy.com>",