Update icons

* Replace application icon with a new one
* Use adaptive icon under Android
* Remove unused icons
This commit is contained in:
Martchus 2018-12-08 19:13:57 +01:00
parent 5b9b84866d
commit 08268f50ee
21 changed files with 227 additions and 245 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<manifest package="org.martchus.passwordmanager" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.2.0" android:versionCode="2" android:installLocation="auto">
<application android:icon="@drawable/passwordmanager_circle" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="@string/app_name">
<application android:icon="@mipmap/ic_launcher" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="@string/app_name">
<activity
android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation"
android:name="org.martchus.passwordmanager.Activity"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

View File

@ -1,11 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="rectangle" >
<solid android:color="#FFFFFFFF"/>
</shape>
</item>
<item>
<bitmap android:src="@drawable/passwordmanager_black" android:gravity="center"/>
<item android:gravity="fill"
android:drawable="@mipmap/ic_launcher_background"/>
<item android:gravity="fill"
android:left="300dp"
android:right="300dp"
android:top="300dp"
android:bottom="300dp">
<bitmap android:gravity="center" android:src="@mipmap/ic_launcher_foreground" />
</item>
</layer-list>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@mipmap/ic_launcher_background" />
<foreground android:drawable="@mipmap/ic_launcher_foreground" />
</adaptive-icon>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@ -16,7 +16,7 @@ Kirigami.ApplicationWindow {
&& !nativeInterface.passwordSet
title: app.applicationName
titleIcon: "qrc://icons/hicolor/scalable/apps/passwordmanager-black.svg"
titleIcon: "qrc://icons/hicolor/scalable/apps/passwordmanager.svg"
visible: true
resetMenuOnTriggered: false
topContent: ColumnLayout {
@ -217,8 +217,13 @@ Kirigami.ApplicationWindow {
ColumnLayout {
anchors.fill: parent
Image {
readonly property double size: Kirigami.Units.gridUnit * 13
Layout.alignment: Qt.AlignHCenter
source: "qrc:/icons/hicolor/128x128/apps/passwordmanager.png"
Layout.preferredWidth: size
Layout.preferredHeight: size
source: "qrc:/icons/hicolor/scalable/apps/passwordmanager.svg"
sourceSize.width: size
sourceSize.height: size
}
Controls.Label {
Layout.fillWidth: true

View File

@ -0,0 +1,71 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="48"
height="48"
viewBox="0 0 48 48"
version="1.1"
id="svg6"
sodipodi:docname="ic_launcher_background.svg"
inkscape:version="0.92.2 2405546, 2018-03-11"
inkscape:export-xdpi="1024"
inkscape:export-ydpi="1024">
<metadata
id="metadata12">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs10" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1076"
inkscape:window-height="640"
id="namedview8"
showgrid="false"
inkscape:zoom="4.9166667"
inkscape:cx="12.476563"
inkscape:cy="28.441507"
inkscape:window-x="691"
inkscape:window-y="349"
inkscape:window-maximized="0"
inkscape:current-layer="svg6" />
<rect
style="opacity:1;fill:#2c8352;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.77227211;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.99954295;stroke-opacity:1;paint-order:normal"
id="rect816-8"
width="48"
height="25"
x="0"
y="23" />
<path
d="M0 0h48v48H0z"
fill="none"
id="path2" />
<rect
style="opacity:1;fill:#2c714a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.73646498;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.99954295;stroke-opacity:1;paint-order:normal"
id="rect816"
width="48"
height="24"
x="0"
y="1.3322676e-15" />
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="48"
height="48"
viewBox="0 0 48 48"
version="1.1"
id="svg6"
sodipodi:docname="ic_launcher_foreground.svg"
inkscape:version="0.92.2 2405546, 2018-03-11"
inkscape:export-xdpi="1024"
inkscape:export-ydpi="1024">
<metadata
id="metadata12">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs10" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1039"
id="namedview8"
showgrid="false"
inkscape:zoom="9.8333333"
inkscape:cx="-1.6171879"
inkscape:cy="21.967378"
inkscape:window-x="0"
inkscape:window-y="18"
inkscape:window-maximized="1"
inkscape:current-layer="svg6" />
<path
d="M0 0h48v48H0z"
fill="none"
id="path2" />
<path
d="m 24.75466,21.677966 c -0.957839,-2.70517 -3.529491,-4.644068 -6.559745,-4.644068 -3.848771,0 -6.966101,3.117331 -6.966101,6.966102 0,3.848771 3.11733,6.966101 6.966101,6.966101 3.030254,0 5.601906,-1.938898 6.559745,-4.644067 h 5.050424 v 4.644067 h 4.644068 v -4.644067 h 2.322034 v -4.644068 z m -6.559745,4.644068 c -1.282924,0 -2.322034,-1.03911 -2.322034,-2.322033 0,-1.282925 1.03911,-2.322034 2.322034,-2.322034 1.282923,0 2.322035,1.03911 2.322035,2.322034 0,1.282923 -1.039112,2.322033 -2.322035,2.322033 z"
id="path4"
style="fill:#ffffff;stroke-width:0.58050847"
inkscape:connector-curvature="0" />
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -2,6 +2,5 @@
<qresource prefix="/">
<file>icons/hicolor/128x128/apps/passwordmanager.png</file>
<file>icons/hicolor/scalable/apps/passwordmanager.svg</file>
<file>icons/hicolor/scalable/apps/passwordmanager-black.svg</file>
</qresource>
</RCC>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@ -1,107 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
height="24"
version="1.1"
width="24"
id="svg28"
sodipodi:docname="passwordmanager-monochrome.svg"
inkscape:version="0.92.2 2405546, 2018-03-11">
<metadata
id="metadata34">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs32" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1039"
id="namedview30"
showgrid="false"
inkscape:zoom="9.8333333"
inkscape:cx="5.5950835"
inkscape:cy="13.311248"
inkscape:window-x="0"
inkscape:window-y="18"
inkscape:window-maximized="1"
inkscape:current-layer="svg28" />
<path
style="fill:#000000;fill-opacity:1"
inkscape:connector-curvature="0"
id="path2"
d="M 12,3 C 9.2386,3 7,5.6 7,9 v 1 c 0,0.5 0.3731,1 0.8333,1 0.4603,0 0.8334,-0.5 0.8334,-1 V 9 c 0,-2.4 1.4923,-4.3 3.3333,-4.3 1.841,0 3.333,1.9 3.333,4.3 v 1 c 0,0.5 0.373,1 0.834,1 C 16.627,11 17,10.5 17,10 V 9 C 17,5.6 14.761,3 12,3 Z" />
<path
style="fill:#000000;fill-opacity:1"
inkscape:connector-curvature="0"
id="path4"
d="M 6,9 C 4.8954,9 4,9.9 4,11 v 7 c 0,1.1 0.8954,2 2,2 h 12 c 1.105,0 2,-0.9 2,-2 V 11 C 20,9.9 19.105,9 18,9 Z" />
<path
style="fill:#090909;fill-opacity:1"
inkscape:connector-curvature="0"
id="path6"
d="m 12,1.5 c -3.3137,0 -6,2.7 -6,6 v 1 c 0,0.6 0.4477,1 1,1 0.5523,0 1,-0.4 1,-1 v -1 c 0,-2.3 1.7909,-4.2 4,-4.2 2.209,0 4,1.9 4,4.2 v 1 c 0,0.6 0.448,1 1,1 0.552,0 1,-0.4 1,-1 v -1 c 0,-3.3 -2.686,-6 -6,-6 z" />
<path
style="fill:#0e0901;fill-opacity:1"
inkscape:connector-curvature="0"
id="path8"
d="m 6,11 c -1.1046,0 -2,0.9 -2,2 v 7 c 0,1.1 0.8954,2 2,2 h 12 c 1.105,0 2,-0.9 2,-2 v -7 c 0,-1.1 -0.895,-2 -2,-2 z" />
<path
style="fill:#000000;fill-opacity:1"
inkscape:connector-curvature="0"
id="path14"
d="M 12,2 C 8.6863,2 6,4.6 6,8 v 1 c 0,0.5 0.4477,1 1,1 0.5523,0 1,-0.5 1,-1 V 8 c 0,-2.4 1.7909,-4.3 4,-4.3 2.209,0 4,1.9 4,4.3 v 1 c 0,0.5 0.448,1 1,1 0.552,0 1,-0.5 1,-1 V 8 C 18,4.6 15.314,2 12,2 Z" />
<g
style="fill:#090909;fill-opacity:1"
id="g24"
transform="translate(0,-1028.4)">
<rect
id="rect16"
y="1041.4"
x="6"
width="12"
height="1"
style="fill:#090909;fill-opacity:1" />
<rect
id="rect18"
y="1043.4"
x="6"
width="12"
height="1"
style="fill:#090909;fill-opacity:1" />
<rect
id="rect20"
y="1045.4"
x="6"
width="12"
height="1"
style="fill:#090909;fill-opacity:1" />
<rect
id="rect22"
y="1047.4"
x="6"
width="12"
height="1"
style="fill:#090909;fill-opacity:1" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -1,126 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
height="24"
version="1.1"
width="24"
id="svg28"
sodipodi:docname="passwordmanager-circle.svg"
inkscape:version="0.92.2 2405546, 2018-03-11"
inkscape:export-filename="/run/media/martchus/files/programming/projects/c++/cmake/passwordmanager/android/res/drawable-xhdpi/passwordmanager.png"
inkscape:export-xdpi="2048"
inkscape:export-ydpi="2048">
<metadata
id="metadata34">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs32" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1039"
id="namedview30"
showgrid="false"
inkscape:zoom="19.666667"
inkscape:cx="2.4467278"
inkscape:cy="6.3485545"
inkscape:window-x="0"
inkscape:window-y="18"
inkscape:window-maximized="1"
inkscape:current-layer="svg28" />
<circle
style="opacity:1;fill:#f4eed7;fill-opacity:0.98581561;fill-rule:nonzero;stroke:none;stroke-width:2.08891916;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.99954295;stroke-opacity:1;paint-order:normal"
id="path4545"
cx="12"
cy="12"
r="12" />
<path
style="fill:#7f8c8d;stroke-width:0.84084862"
inkscape:connector-curvature="0"
id="path2"
d="m 12,4.2435477 c -2.416225,0 -4.375,2.1008784 -4.375,4.848181 v 0.8080302 c 0,0.4040151 0.3264625,0.8080301 0.7291375,0.8080301 0.4027625,0 0.729225,-0.404015 0.729225,-0.8080301 V 9.0917287 C 9.0833625,7.1524563 10.389125,5.617199 12,5.617199 c 1.610875,0 2.916375,1.5352573 2.916375,3.4745297 v 0.8080302 c 0,0.4040151 0.326375,0.8080301 0.72975,0.8080301 0.4025,0 0.728875,-0.404015 0.728875,-0.8080301 V 9.0917287 c 0,-2.7473026 -1.959125,-4.848181 -4.375,-4.848181 z" />
<path
style="fill:#f9e48e;stroke-width:0.84084862;fill-opacity:1"
inkscape:connector-curvature="0"
id="path4"
d="M 6.75,9.0917287 C 5.783475,9.0917287 5,9.8189559 5,10.707789 V 16.364 c 0,0.888834 0.783475,1.616061 1.75,1.616061 h 10.5 c 0.966875,0 1.75,-0.727227 1.75,-1.616061 V 10.707789 C 19,9.8189559 18.216875,9.0917287 17.25,9.0917287 Z" />
<path
style="fill:#bdc3c7;stroke-width:0.84084862"
inkscape:connector-curvature="0"
id="path6"
d="m 12,3.0315024 c -2.8994875,0 -5.25,2.1816815 -5.25,4.8481811 v 0.8080301 c 0,0.4848182 0.3917375,0.8080302 0.875,0.8080302 0.4832625,0 0.875,-0.323212 0.875,-0.8080302 V 7.8796835 c 0,-1.8584695 1.567038,-3.3937268 3.5,-3.3937268 1.932875,0 3.5,1.5352573 3.5,3.3937268 v 0.8080301 c 0,0.4848182 0.392,0.8080302 0.875,0.8080302 0.483,0 0.875,-0.323212 0.875,-0.8080302 V 7.8796835 C 17.25,5.2131839 14.89975,3.0315024 12,3.0315024 Z" />
<path
style="fill:#f7be62;stroke-width:0.84084862;fill-opacity:1"
inkscape:connector-curvature="0"
id="path8"
d="m 6.75,10.707789 c -0.966525,0 -1.75,0.727227 -1.75,1.61606 v 5.656212 c 0,0.888833 0.783475,1.61606 1.75,1.61606 h 10.5 c 0.966875,0 1.75,-0.727227 1.75,-1.61606 v -5.656212 c 0,-0.888833 -0.783125,-1.61606 -1.75,-1.61606 z" />
<path
style="fill:#7f8c8d;stroke-width:0.84084862"
inkscape:connector-curvature="0"
id="path10"
d="m 7.036125,9.0917287 c -0.2977625,0 -0.5747875,0.080803 -0.8203125,0.1616061 0.19425,0.7272271 0.8799,1.2120452 1.6953125,1.2120452 0.8918875,0 1.614375,-0.6464241 1.7227,-1.3736513 z" />
<path
style="fill:#7f8c8d;stroke-width:0.84084862"
inkscape:connector-curvature="0"
id="path12"
d="m 17.068,9.0109257 c 0.2975,0 0.574875,0.080803 0.819875,0.2424091 C 17.693625,9.8997589 17.0085,10.46538 16.193,10.46538 c -0.8925,0 -1.614375,-0.6464241 -1.722875,-1.4544543 z" />
<path
style="fill:#95a5a6;stroke-width:0.84084862"
inkscape:connector-curvature="0"
id="path14"
d="m 12,3.4355175 c -2.8994875,0 -5.25,2.1008784 -5.25,4.8481811 v 0.8080301 c 0,0.4040151 0.3917375,0.8080302 0.875,0.8080302 0.4832625,0 0.875,-0.4040151 0.875,-0.8080302 V 8.2836986 c 0,-1.9392725 1.567038,-3.4745298 3.5,-3.4745298 1.932875,0 3.5,1.5352573 3.5,3.4745298 v 0.8080301 c 0,0.4040151 0.392,0.8080302 0.875,0.8080302 0.483,0 0.875,-0.4040151 0.875,-0.8080302 V 8.2836986 C 17.25,5.5363959 14.89975,3.4355175 12,3.4355175 Z" />
<g
style="fill:#7e430f;fill-opacity:1"
id="g24"
transform="matrix(0.875,0,0,0.80803018,1.5,-829.15878)">
<rect
id="rect16"
y="1041.4"
x="6"
width="12"
height="1"
style="fill:#7e430f;fill-opacity:1" />
<rect
id="rect18"
y="1043.4"
x="6"
width="12"
height="1"
style="fill:#7e430f;fill-opacity:1" />
<rect
id="rect20"
y="1045.4"
x="6"
width="12"
height="1"
style="fill:#7e430f;fill-opacity:1" />
<rect
id="rect22"
y="1047.4"
x="6"
width="12"
height="1"
style="fill:#7e430f;fill-opacity:1" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.6 KiB

View File

@ -1 +1,74 @@
<?xml version="1.0" ?><svg height="24" version="1.1" width="24" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><g transform="translate(0 -1028.4)"><path d="m12 1031.4c-2.7614 0-5 2.6-5 6v1c0 0.5 0.3731 1 0.8333 1 0.4603 0 0.8334-0.5 0.8334-1v-1c0-2.4 1.4923-4.3 3.3333-4.3s3.333 1.9 3.333 4.3v1c0 0.5 0.373 1 0.834 1 0.46 0 0.833-0.5 0.833-1v-1c0-3.4-2.239-6-5-6z" fill="#7f8c8d"/><path d="m6 1037.4c-1.1046 0-2 0.9-2 2v7c0 1.1 0.8954 2 2 2h12c1.105 0 2-0.9 2-2v-7c0-1.1-0.895-2-2-2h-12z" fill="#f1c40f"/><path d="m12 1029.9c-3.3137 0-6 2.7-6 6v1c0 0.6 0.4477 1 1 1s1-0.4 1-1v-1c0-2.3 1.7909-4.2 4-4.2 2.209 0 4 1.9 4 4.2v1c0 0.6 0.448 1 1 1s1-0.4 1-1v-1c0-3.3-2.686-6-6-6z" fill="#bdc3c7"/><path d="m6 1039.4c-1.1046 0-2 0.9-2 2v7c0 1.1 0.8954 2 2 2h12c1.105 0 2-0.9 2-2v-7c0-1.1-0.895-2-2-2h-12z" fill="#f39c12"/><path d="m6.327 1037.4c-0.3403 0-0.6569 0.1-0.9375 0.2 0.222 0.9 1.0056 1.5 1.9375 1.5 1.0193 0 1.845-0.8 1.9688-1.7h-2.9688z" fill="#7f8c8d"/><path d="m17.792 1037.3c0.34 0 0.657 0.1 0.937 0.3-0.222 0.8-1.005 1.5-1.937 1.5-1.02 0-1.845-0.8-1.969-1.8h2.969z" fill="#7f8c8d"/><path d="m12 1030.4c-3.3137 0-6 2.6-6 6v1c0 0.5 0.4477 1 1 1s1-0.5 1-1v-1c0-2.4 1.7909-4.3 4-4.3 2.209 0 4 1.9 4 4.3v1c0 0.5 0.448 1 1 1s1-0.5 1-1v-1c0-3.4-2.686-6-6-6z" fill="#95a5a6"/><g fill="#e67e22"><rect height="1" width="12" x="6" y="1041.4"/><rect height="1" width="12" x="6" y="1043.4"/><rect height="1" width="12" x="6" y="1045.4"/><rect height="1" width="12" x="6" y="1047.4"/></g></g></svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="48"
height="48"
viewBox="0 0 48 48"
version="1.1"
id="svg6"
sodipodi:docname="ic_square_passwordmanager.svg"
inkscape:version="0.92.2 2405546, 2018-03-11"
inkscape:export-xdpi="1024"
inkscape:export-ydpi="1024">
<metadata
id="metadata12">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs10" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1418"
inkscape:window-height="848"
id="namedview8"
showgrid="false"
inkscape:zoom="9.8333333"
inkscape:cx="26.006251"
inkscape:cy="29.897589"
inkscape:window-x="342"
inkscape:window-y="158"
inkscape:window-maximized="0"
inkscape:current-layer="svg6" />
<path
style="opacity:1;fill:#2c8352;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.91409552;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.99954295;stroke-opacity:1;paint-order:normal"
d="M 48,24 C 48,37.254834 37.254834,48 24,48 10.745166,48 0,37.254834 0,24"
id="path864"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<path
d="M0 0h48v48H0z"
fill="none"
id="path2" />
<path
style="opacity:1;fill:#2c714a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.91409552;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.99954295;stroke-opacity:1;paint-order:normal"
d="M 0,24 C 0,10.745165 10.745168,-10e-7 24.000002,-10e-7 c 13.254834,0 24,10.745166 24,24.000001"
id="path864-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<path
inkscape:connector-curvature="0"
d="M 25.122726,20.499997 C 23.697726,16.422503 19.871819,13.5 15.363636,13.5 9.6377273,13.5 5,18.19875 5,24 c 0,5.80125 4.6377273,10.5 10.363636,10.5 4.508183,0 8.33409,-2.922503 9.75909,-6.999997 h 7.513638 V 34.5 h 6.909089 V 27.500003 H 43 v -7.000006 z m -9.75909,7.000006 c -1.908636,0 -3.454544,-1.566256 -3.454544,-3.500003 0,-1.933747 1.545908,-3.500003 3.454544,-3.500003 1.908637,0 3.454545,1.566256 3.454545,3.500003 0,1.933747 -1.545908,3.500003 -3.454545,3.500003 z"
id="path4"
style="fill:#ffffff;stroke-width:0.86929953" />
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 376 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 470 KiB