aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nextcloud-calendar
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/nextcloud-calendar
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/nextcloud-calendar')
-rw-r--r--recipes/nextcloud-calendar/icon.svg2
-rw-r--r--recipes/nextcloud-calendar/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/nextcloud-calendar/icon.svg b/recipes/nextcloud-calendar/icon.svg
index 4936251..13c05c2 100644
--- a/recipes/nextcloud-calendar/icon.svg
+++ b/recipes/nextcloud-calendar/icon.svg
@@ -1 +1 @@
<svg enable-background="new 0 0 595.275 311.111" height="128" viewBox="0 0 128 128" width="128" xmlns="http://www.w3.org/2000/svg"><rect fill="#0082c9" height="128" rx="20" width="128" y="0"/><path d="m-572.71 3.5765c-1.108 0-2 .892-2 2v4c0 1.108.892 2 2 2s2-.892 2-2v-4c0-1.108-.892-2-2-2zm16 0c-1.108 0-2 .892-2 2v4c0 1.108.892 2 2 2s2-.892 2-2v-4c0-1.108-.892-2-2-2zm-13 4v2c0 1.662-1.338 3-3 3s-3-1.338-3-3v-1.875c-1.728.44254-3 2.0052-3 3.875v16c0 2.216 1.784 4 4 4h20c2.216 0 4-1.784 4-4v-16c0-1.8698-1.272-3.4325-3-3.875v1.875c0 1.662-1.338 3-3 3s-3-1.338-3-3v-2zm-5.9062 9h21.812c.0554 0 .0937.03835.0937.09375v11.812c0 .0554-.0384.09375-.0937.09375h-21.812c-.0554 0-.0937-.03835-.0937-.09375v-11.812c0-.0554.0384-.09375.0937-.09375z" fill="#fff" transform="matrix(3.5714 0 0 3.5714 2080.8 -.77322)"/></svg> \ No newline at end of file <svg height="128" width="128" xmlns="http://www.w3.org/2000/svg"><rect fill="#0082c9" height="128" rx="20" width="128"/><path d="M35.424 12a7.127 7.127 0 0 0-7.143 7.143v14.285c0 3.957 3.185 7.143 7.143 7.143s7.142-3.186 7.142-7.143V19.143A7.127 7.127 0 0 0 35.424 12zm57.142 0a7.127 7.127 0 0 0-7.143 7.143v14.285c0 3.957 3.186 7.143 7.143 7.143s7.143-3.186 7.143-7.143V19.143A7.127 7.127 0 0 0 92.566 12zM46.138 26.285v7.143c0 5.936-4.779 10.714-10.714 10.714s-10.715-4.778-10.715-10.714v-6.696a14.262 14.262 0 0 0-10.714 13.84v57.141A14.254 14.254 0 0 0 28.281 112h71.428a14.254 14.254 0 0 0 14.285-14.286V40.571a14.261 14.261 0 0 0-10.714-13.84v6.697c0 5.936-4.778 10.714-10.714 10.714s-10.714-4.778-10.714-10.714v-7.143zM25.044 58.428h77.9a.32.32 0 0 1 .334.335v42.185a.32.32 0 0 1-.334.335h-77.9a.32.32 0 0 1-.334-.335V58.763a.32.32 0 0 1 .334-.335z" fill="#fff"/></svg> \ No newline at end of file
diff --git a/recipes/nextcloud-calendar/package.json b/recipes/nextcloud-calendar/package.json
index fd5a99b..b318fdf 100644
--- a/recipes/nextcloud-calendar/package.json
+++ b/recipes/nextcloud-calendar/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "nextcloud-calendar", 2 "id": "nextcloud-calendar",
3 "name": "Nextcloud Calendar", 3 "name": "Nextcloud Calendar",
4 "version": "1.0.2", 4 "version": "1.0.3",
5 "description": "Ferdi recipe for Nextcloud Calendar.", 5 "description": "Ferdi recipe for Nextcloud Calendar.",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Edgars Andersons <Edgars+github@gaitenis.id.lv>", 7 "author": "Edgars Andersons <Edgars+github@gaitenis.id.lv>",