From f98d2cb01b0d4fcddcf8881d07d4b94baa801c1f Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Sat, 23 May 2020 13:26:06 +0800 Subject: [PATCH] Ditch svgo config file svgcleaner is a better tool for this job. --- src/icons/.svgo.yml | 8 -------- src/icons/README.md | 13 +++++++++---- 2 files changed, 9 insertions(+), 12 deletions(-) delete mode 100644 src/icons/.svgo.yml diff --git a/src/icons/.svgo.yml b/src/icons/.svgo.yml deleted file mode 100644 index 05a6f6eaf..000000000 --- a/src/icons/.svgo.yml +++ /dev/null @@ -1,8 +0,0 @@ -# config file for [SVGO](https://github.com/svg/svgo) -# SVGO: Node.js tool for optimizing SVG files -# svgo --config= - -multipass: true -js2svg: - pretty: true - indent: ' ' diff --git a/src/icons/README.md b/src/icons/README.md index 7a636b5f8..e6a0d0c22 100644 --- a/src/icons/README.md +++ b/src/icons/README.md @@ -1,7 +1,12 @@ -qBittorrent Theme Icons ------------------------------------------- -Initial `qbt-theme` icons created by Bert Verhelst (). +# qBittorrent Icons -Icons are based on the `Font-Awesome` icon-set: [link](http://fontawesome.io/icons/). +Initial `qbt-theme` icons created by Bert Verhelst (). + +Icons are based on the `Font-Awesome` icon-set: [link](http://fontawesome.io/icons/). If you need to add an icon that qBittorrent does not already use, you can take an icon from the SVG fork of `Font-Awesome`: [link](https://github.com/encharm/Font-Awesome-SVG-PNG). + + +## Optimizing SVG + +Use [svgcleaner](https://github.com/RazrFalcon/svgcleaner)