Browse Source

Ditch svgo config file

svgcleaner is a better tool for this job.
adaptive-webui-19844
Chocobo1 4 years ago
parent
commit
f98d2cb01b
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 8
      src/icons/.svgo.yml
  2. 13
      src/icons/README.md

8
src/icons/.svgo.yml

@ -1,8 +0,0 @@ @@ -1,8 +0,0 @@
# config file for [SVGO](https://github.com/svg/svgo)
# SVGO: Node.js tool for optimizing SVG files
# svgo --config=<this file> <svg file>
multipass: true
js2svg:
pretty: true
indent: ' '

13
src/icons/README.md

@ -1,7 +1,12 @@ @@ -1,7 +1,12 @@
qBittorrent Theme Icons
------------------------------------------
Initial `qbt-theme` icons created by Bert Verhelst (<verhelstbert@gmail.com>).
# qBittorrent Icons
Icons are based on the `Font-Awesome` icon-set: [link](http://fontawesome.io/icons/).
Initial `qbt-theme` icons created by Bert Verhelst (<verhelstbert@gmail.com>).
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)

Loading…
Cancel
Save