Replace database icons with SVG's

Original source of icons is the icon8 library (http://icons8.com/c/flat-color-icons) and Paomedia (https://github.com/paomedia/small-n-flat). All icons used are licensed MIT or CC0; annotated in COPYING.

* Closes #4071

* Increase default size of database icons to 24px and entry preview panel to 48px
* Add shell script to assemble the database icons

* Use QIcon to seamlessly support High DPI displays and pixmap caching
* Add badge support for KeeShare groups and expired entries.
* Guard against use of QPixmap::fromImage without a GUI

* Add SVG minify and improve `make icons`

Co-authored-by: Wolfram Rösler <wolfram@roesler-ac.de>
This commit is contained in:
Jonathan White
2020-05-29 10:00:07 -04:00
parent 229a756d84
commit 90d5372813
182 changed files with 640 additions and 680 deletions

View File

@@ -0,0 +1 @@
<svg version="1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" enable-background="new 0 0 48 48"><g fill="#ff9800"><rect x="3" y="28" width="26" height="4"/><rect x="3" y="16" width="26" height="4"/></g><path fill="#2196f3" d="M43 11H20v26h23c1.1.0 2-.9 2-2V13C45 11.9 44.1 11 43 11z"/><path fill="#64b5f6" d="M20 9h-2v30h2c1.1.0 2-.9 2-2V11C22 9.9 21.1 9 20 9z"/></svg>

After

Width:  |  Height:  |  Size: 379 B