aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/withspectrum
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/withspectrum
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/withspectrum')
-rw-r--r--recipes/withspectrum/icon.svg2
-rw-r--r--recipes/withspectrum/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/withspectrum/icon.svg b/recipes/withspectrum/icon.svg
index 9c6a941..c0364ee 100644
--- a/recipes/withspectrum/icon.svg
+++ b/recipes/withspectrum/icon.svg
@@ -1 +1 @@
<svg height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><radialGradient id="a" cx=".5" cy=".5" gradientTransform="matrix(1024 1024 -1024 1024 0 -1024)" gradientUnits="userSpaceOnUse" r=".5"><stop offset="0" stop-color="#7b16ff"/><stop offset="1" stop-color="#3818e5"/></radialGradient><path id="b" d="m512 256c0 240-16 256-256 256s-256-16-256-256 21.3333-256 256-256c240 0 256 16 256 256z"/><clipPath id="c" clip-rule="evenodd"><path clip-rule="evenodd" d="m236-220h512v512h-512z"/></clipPath></defs><g clip-path="url(#c)" transform="translate(-236 220)"><use fill="#c4c4c4" transform="translate(236 -220)" xlink:href="#b"/><use fill="url(#a)" transform="translate(236 -220)" xlink:href="#b"/><path d="m0 16c0-8.83656 7.16344-16 16-16h14c115.98 0 210 94.0202 210 210v14c0 8.837-7.163 16-16 16h-88c-8.837 0-16-7.163-16-16v-14c0-49.706-40.2944-90-90-90h-14c-8.83656 0-16-7.163-16-16z" fill="#fff" fill-rule="evenodd" transform="translate(372 -84)"/></g></svg> \ No newline at end of file <svg height="512" width="512" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><radialGradient id="c" cx=".5" cy=".5" gradientTransform="matrix(1024 1024 -1024 1024 0 -1024)" gradientUnits="userSpaceOnUse" r=".5"><stop offset="0" stop-color="#7b16ff"/><stop offset="1" stop-color="#3818e5"/></radialGradient><clipPath id="a" clip-rule="evenodd"><path d="M236-220h512v512H236z"/></clipPath><path id="b" d="M512 256c0 240-16 256-256 256S0 496 0 256 21.333 0 256 0c240 0 256 16 256 256z"/></defs><g clip-path="url(#a)" transform="translate(-236 220)"><use fill="#c4c4c4" transform="translate(236 -220)" xlink:href="#b"/><use fill="url(#c)" transform="translate(236 -220)" xlink:href="#b"/><path d="M372-68c0-8.837 7.163-16 16-16h14c115.98 0 210 94.02 210 210v14c0 8.837-7.163 16-16 16h-88c-8.837 0-16-7.163-16-16v-14c0-49.706-40.294-90-90-90h-14c-8.837 0-16-7.163-16-16z" fill="#fff" fill-rule="evenodd"/></g></svg> \ No newline at end of file
diff --git a/recipes/withspectrum/package.json b/recipes/withspectrum/package.json
index bd16504..f44206c 100644
--- a/recipes/withspectrum/package.json
+++ b/recipes/withspectrum/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "withspectrum", 2 "id": "withspectrum",
3 "name": "Spectrum", 3 "name": "Spectrum",
4 "version": "1.0.0", 4 "version": "1.0.1",
5 "description": "A community platform for the future.", 5 "description": "A community platform for the future.",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Max Stoiber", 7 "author": "Max Stoiber",