mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-20 13:14:52 -05: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
779 B
XML
1 line
779 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="9" y="11" fill="#424242" width="30" height="3"/><path fill="#616161" d="M4 25h40v-7c0-2.2-1.8-4-4-4H8c-2.2.0-4 1.8-4 4v7z"/><path fill="#424242" d="M8 36h32c2.2.0 4-1.8 4-4v-8H4v8c0 2.2 1.8 4 4 4z"/><circle fill="#00e676" cx="40" cy="18" r="1"/><rect x="11" y="4" fill="#90caf9" width="26" height="10"/><path fill="#242424" d="M37.5 31h-27C9.7 31 9 30.3 9 29.5v0c0-.8.7-1.5 1.5-1.5h27c.8.0 1.5.7 1.5 1.5v0C39 30.3 38.3 31 37.5 31z"/><rect x="11" y="31" fill="#90caf9" width="26" height="11"/><rect x="11" y="29" fill="#42a5f5" width="26" height="2"/><g fill="#1976d2"><rect x="16" y="33" width="17" height="2"/><rect x="16" y="37" width="13" height="2"/></g></svg> |