aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/facebook
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/facebook
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/facebook')
-rw-r--r--recipes/facebook/icon.svg2
-rwxr-xr-xrecipes/facebook/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/facebook/icon.svg b/recipes/facebook/icon.svg
index eee7ab4..23103e8 100644
--- a/recipes/facebook/icon.svg
+++ b/recipes/facebook/icon.svg
@@ -1 +1 @@
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg"><g fill-rule="nonzero"><path d="m1024 512c0-282.77-229.23-512-512-512s-512 229.23-512 512c0 255.554 187.231 467.37 432 505.78v-357.78h-130v-148h130v-112.8c0-128.32 76.438-199.2 193.39-199.2 56.017 0 114.61 10 114.61 10v126h-64.562c-63.603 0-83.438 39.467-83.438 79.957v96.043h142l-22.7 148h-119.3v357.78c244.769-38.41 432-250.226 432-505.78z" fill="#1877f2"/><path d="m711.3 660 22.7-148h-142v-96.043c0-40.49 19.835-79.957 83.438-79.957h64.562v-126s-58.593-10-114.61-10c-116.952 0-193.39 70.88-193.39 199.2v112.8h-130v148h130v357.78c26.067 4.09 52.784 6.22 80 6.22s53.933-2.13 80-6.22v-357.78z" fill="#fff"/></g></svg> \ No newline at end of file <svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg"><g fill-rule="nonzero"><path d="M1024 512C1024 229.23 794.77 0 512 0S0 229.23 0 512c0 255.554 187.231 467.37 432 505.78V660H302V512h130V399.2C432 270.88 508.438 200 625.39 200 681.407 200 740 210 740 210v126h-64.562C611.835 336 592 375.467 592 415.957V512h142l-22.7 148H592v357.78c244.769-38.41 432-250.226 432-505.78z" fill="#1877f2"/><path d="M711.3 660 734 512H592v-96.043c0-40.49 19.835-79.957 83.438-79.957H740V210s-58.593-10-114.61-10C508.438 200 432 270.88 432 399.2V512H302v148h130v357.78c26.067 4.09 52.784 6.22 80 6.22s53.933-2.13 80-6.22V660z" fill="#fff"/></g></svg> \ No newline at end of file
diff --git a/recipes/facebook/package.json b/recipes/facebook/package.json
index 5783e7a..41a55d8 100755
--- a/recipes/facebook/package.json
+++ b/recipes/facebook/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "facebook", 2 "id": "facebook",
3 "name": "Facebook", 3 "name": "Facebook",
4 "version": "1.0.1", 4 "version": "1.0.2",
5 "description": "Facebook", 5 "description": "Facebook",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Tony Ko <tony@htko.ca> and The Ferdi Team <hello@getferdi.com>", 7 "author": "Tony Ko <tony@htko.ca> and The Ferdi Team <hello@getferdi.com>",