mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
90d5372813
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>
1 line
621 B
XML
1 line
621 B
XML
<svg version="1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" enable-background="new 0 0 48 48"><rect x="4" y="9" fill="#e8eaf6" width="40" height="30"/><g fill="#5c6bc0"><polygon points="30,34 32.8,34 27.8,29 25,31.8 30,36.8"/><polygon points="18,34 15.2,34 20.2,29 23,31.8 18,36.8"/></g><rect x="11" y="15" fill="#9fa8da" width="26" height="4"/><path fill="#9fa8da" d="M24 23c-2.8.0-5 2.2-5 5s2.2 5 5 5 5-2.2 5-5-2.2-5-5-5zm0 8c-1.7.0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3z"/><path fill="#9fa8da" d="M3 8v32h42V8H3zM43 35c-1.7.0-3 1.3-3 3H8c0-1.7-1.3-3-3-3V13c1.7.0 3-1.3 3-3h32c0 1.7 1.3 3 3 3V35z"/></svg> |