aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/youtubemusic
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/youtubemusic
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/youtubemusic')
-rw-r--r--recipes/youtubemusic/icon.svg29
-rw-r--r--recipes/youtubemusic/package.json2
2 files changed, 2 insertions, 29 deletions
diff --git a/recipes/youtubemusic/icon.svg b/recipes/youtubemusic/icon.svg
index 9dd9150..ca27d3b 100644
--- a/recipes/youtubemusic/icon.svg
+++ b/recipes/youtubemusic/icon.svg
@@ -1,28 +1 @@
1<?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 176 176" xml:space="preserve"><circle fill="red" cx="88" cy="88" r="88"/><path fill="#FFF" d="M88 46c23.1 0 42 18.8 42 42s-18.8 42-42 42-42-18.8-42-42 18.9-42 42-42m0-4c-25.4 0-46 20.6-46 46s20.6 46 46 46 46-20.6 46-46-20.6-46-46-46z"/><path fill="#FFF" d="m72 111 39-24-39-22z"/></svg> \ No newline at end of file
2<!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
4 <!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
5 <!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
6 <!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
7 <!ENTITY ns_vars "http://ns.adobe.com/Variables/1.0/">
8 <!ENTITY ns_imrep "http://ns.adobe.com/ImageReplacement/1.0/">
9 <!ENTITY ns_sfw "http://ns.adobe.com/SaveForWeb/1.0/">
10 <!ENTITY ns_custom "http://ns.adobe.com/GenericCustomNamespace/1.0/">
11 <!ENTITY ns_adobe_xpath "http://ns.adobe.com/XPath/1.0/">
12]>
13<svg version="1.1" id="Layer_1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
14 xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 176 176"
15 enable-background="new 0 0 176 176" xml:space="preserve">
16<metadata>
17 <sfw xmlns="&ns_sfw;">
18 <slices></slices>
19 <sliceSourceBounds bottomLeftOrigin="true" height="176" width="176" x="8" y="-184"></sliceSourceBounds>
20 </sfw>
21</metadata>
22<g id="XMLID_167_">
23 <circle id="XMLID_791_" fill="#FF0000" cx="88" cy="88" r="88"/>
24 <path id="XMLID_42_" fill="#FFFFFF" d="M88,46c23.1,0,42,18.8,42,42s-18.8,42-42,42s-42-18.8-42-42S64.9,46,88,46 M88,42
25 c-25.4,0-46,20.6-46,46s20.6,46,46,46s46-20.6,46-46S113.4,42,88,42L88,42z"/>
26 <polygon id="XMLID_274_" fill="#FFFFFF" points="72,111 111,87 72,65 "/>
27</g>
28</svg>
diff --git a/recipes/youtubemusic/package.json b/recipes/youtubemusic/package.json
index 3802dc7..43abc16 100644
--- a/recipes/youtubemusic/package.json
+++ b/recipes/youtubemusic/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "youtubemusic", 2 "id": "youtubemusic",
3 "name": "YouTube Music", 3 "name": "YouTube Music",
4 "version": "1.0.0", 4 "version": "1.0.1",
5 "description": "YouTube Music", 5 "description": "YouTube Music",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Stephen Papierski <stephenpapierski@gmail.com>", 7 "author": "Stephen Papierski <stephenpapierski@gmail.com>",