summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-03-29 21:29:27 +0200
committerVolpeon <git@volpeon.ink>2021-03-29 21:29:27 +0200
commit52497c18a9b4e8c6861a31043290398530440bb3 (patch)
tree324d59f77162d81d6563a9a1b5ed0098534acafd
parentMIT license (diff)
downloadiro-icons-52497c18a9b4e8c6861a31043290398530440bb3.tar.gz
iro-icons-52497c18a9b4e8c6861a31043290398530440bb3.tar.bz2
iro-icons-52497c18a9b4e8c6861a31043290398530440bb3.zip
New: dice-1-6, lock-slash, scale, wallet + minor fixes
-rwxr-xr-xscripts/build.sh1
-rw-r--r--src/icons/dice-1.svg75
-rw-r--r--src/icons/dice-2.svg82
-rw-r--r--src/icons/dice-3.svg89
-rw-r--r--src/icons/dice-4.svg96
-rw-r--r--src/icons/dice-5.svg103
-rw-r--r--src/icons/dice-6.svg110
-rw-r--r--src/icons/expand-alt.svg94
-rw-r--r--src/icons/list-unordered.svg6
-rw-r--r--src/icons/lock-open.svg18
-rw-r--r--src/icons/lock-slash.svg79
-rw-r--r--src/icons/lock.svg18
-rw-r--r--src/icons/message-slash.svg12
-rw-r--r--src/icons/scale.svg118
-rw-r--r--src/icons/wallet.svg70
15 files changed, 943 insertions, 28 deletions
diff --git a/scripts/build.sh b/scripts/build.sh
index 63dbff2..0e24216 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -9,6 +9,7 @@ handle () {
9 --strip-xml-prolog \ 9 --strip-xml-prolog \
10 --shorten-ids | sed -z 's/\(fill\|stroke\)="#.\{3,6\}"/\1="currentColor"/g' > "output${1#"src/icons"}" 10 --shorten-ids | sed -z 's/\(fill\|stroke\)="#.\{3,6\}"/\1="currentColor"/g' > "output${1#"src/icons"}"
11} 11}
12
12export -f handle 13export -f handle
13 14
14mkdir -p output 15mkdir -p output
diff --git a/src/icons/dice-1.svg b/src/icons/dice-1.svg
new file mode 100644
index 0000000..66a7ff1
--- /dev/null
+++ b/src/icons/dice-1.svg
@@ -0,0 +1,75 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<svg
3 xmlns:dc="http://purl.org/dc/elements/1.1/"
4 xmlns:cc="http://creativecommons.org/ns#"
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:svg="http://www.w3.org/2000/svg"
7 xmlns="http://www.w3.org/2000/svg"
8 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
9 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10 width="16"
11 height="16"
12 viewBox="0 0 16 16"
13 version="1.1"
14 id="svg10"
15 sodipodi:docname="dice-1.svg"
16 inkscape:version="1.0.2 (e86c870879, 2021-01-15)"
17 inkscape:export-xdpi="192"
18 inkscape:export-ydpi="192"
19 style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round">
20 <metadata
21 id="metadata16">
22 <rdf:RDF>
23 <cc:Work
24 rdf:about="">
25 <dc:format>image/svg+xml</dc:format>
26 <dc:type
27 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
28 <dc:title></dc:title>
29 </cc:Work>
30 </rdf:RDF>
31 </metadata>
32 <defs
33 id="defs14" />
34 <sodipodi:namedview
35 pagecolor="#ffffff"
36 bordercolor="#666666"
37 borderopacity="1"
38 objecttolerance="10"
39 gridtolerance="10"
40 guidetolerance="10"
41 inkscape:pageopacity="0"
42 inkscape:pageshadow="2"
43 inkscape:window-width="1920"
44 inkscape:window-height="992"
45 id="namedview12"
46 showgrid="true"
47 inkscape:zoom="45.254834"
48 inkscape:cx="6.2858773"
49 inkscape:cy="6.9507196"
50 inkscape:window-x="1536"
51 inkscape:window-y="0"
52 inkscape:window-maximized="1"
53 inkscape:current-layer="svg10"
54 showguides="false"
55 inkscape:document-rotation="0">
56 <inkscape:grid
57 type="xygrid"
58 id="grid823" />
59 </sodipodi:namedview>
60 <rect
61 style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
62 id="rect1050"
63 width="11.5"
64 height="11.5"
65 x="2.25"
66 y="2.25"
67 ry="0.90789473" />
68 <rect
69 y="7.75"
70 x="7.75"
71 height="0.5"
72 width="0.5"
73 id="rect829-3"
74 style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
75</svg>
diff --git a/src/icons/dice-2.svg b/src/icons/dice-2.svg
new file mode 100644
index 0000000..087bafb
--- /dev/null
+++ b/src/icons/dice-2.svg
@@ -0,0 +1,82 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<svg
3 xmlns:dc="http://purl.org/dc/elements/1.1/"
4 xmlns:cc="http://creativecommons.org/ns#"
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:svg="http://www.w3.org/2000/svg"
7 xmlns="http://www.w3.org/2000/svg"
8 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
9 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10 width="16"
11 height="16"
12 viewBox="0 0 16 16"
13 version="1.1"
14 id="svg10"
15 sodipodi:docname="dice-2.svg"
16 inkscape:version="1.0.2 (e86c870879, 2021-01-15)"
17 inkscape:export-xdpi="192"
18 inkscape:export-ydpi="192"
19 style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round">
20 <metadata
21 id="metadata16">
22 <rdf:RDF>
23 <cc:Work
24 rdf:about="">
25 <dc:format>image/svg+xml</dc:format>
26 <dc:type
27 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
28 <dc:title></dc:title>
29 </cc:Work>
30 </rdf:RDF>
31 </metadata>
32 <defs
33 id="defs14" />
34 <sodipodi:namedview
35 pagecolor="#ffffff"
36 bordercolor="#666666"
37 borderopacity="1"
38 objecttolerance="10"
39 gridtolerance="10"
40 guidetolerance="10"
41 inkscape:pageopacity="0"
42 inkscape:pageshadow="2"
43 inkscape:window-width="1920"
44 inkscape:window-height="992"
45 id="namedview12"
46 showgrid="true"
47 inkscape:zoom="45.254834"
48 inkscape:cx="6.2812642"
49 inkscape:cy="6.954149"
50 inkscape:window-x="1536"
51 inkscape:window-y="0"
52 inkscape:window-maximized="1"
53 inkscape:current-layer="svg10"
54 showguides="false"
55 inkscape:document-rotation="0">
56 <inkscape:grid
57 type="xygrid"
58 id="grid823" />
59 </sodipodi:namedview>
60 <rect
61 style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
62 id="rect1050"
63 width="11.5"
64 height="11.5"
65 x="2.25"
66 y="2.25"
67 ry="0.90789473" />
68 <rect
69 y="4.75"
70 x="4.75"
71 height="0.5"
72 width="0.5"
73 id="rect829"
74 style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
75 <rect
76 y="10.75"
77 x="10.75"
78 height="0.5"
79 width="0.5"
80 id="rect829-6"
81 style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
82</svg>
diff --git a/src/icons/dice-3.svg b/src/icons/dice-3.svg
new file mode 100644
index 0000000..47da469
--- /dev/null
+++ b/src/icons/dice-3.svg
@@ -0,0 +1,89 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<svg
3 xmlns:dc="http://purl.org/dc/elements/1.1/"
4 xmlns:cc="http://creativecommons.org/ns#"
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:svg="http://www.w3.org/2000/svg"
7 xmlns="http://www.w3.org/2000/svg"
8 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
9 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10 width="16"
11 height="16"
12 viewBox="0 0 16 16"
13 version="1.1"
14 id="svg10"
15 sodipodi:docname="dice-3.svg"
16 inkscape:version="1.0.2 (e86c870879, 2021-01-15)"
17 inkscape:export-xdpi="192"
18 inkscape:export-ydpi="192"
19 style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round">
20 <metadata
21 id="metadata16">
22 <rdf:RDF>
23 <cc:Work
24 rdf:about="">
25 <dc:format>image/svg+xml</dc:format>
26 <dc:type
27 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
28 <dc:title></dc:title>
29 </cc:Work>
30 </rdf:RDF>
31 </metadata>
32 <defs
33 id="defs14" />
34 <sodipodi:namedview
35 pagecolor="#ffffff"
36 bordercolor="#666666"
37 borderopacity="1"
38 objecttolerance="10"
39 gridtolerance="10"
40 guidetolerance="10"
41 inkscape:pageopacity="0"
42 inkscape:pageshadow="2"
43 inkscape:window-width="1920"
44 inkscape:window-height="992"
45 id="namedview12"
46 showgrid="true"
47 inkscape:zoom="45.254834"
48 inkscape:cx="6.2812642"
49 inkscape:cy="6.954149"
50 inkscape:window-x="1536"
51 inkscape:window-y="0"
52 inkscape:window-maximized="1"
53 inkscape:current-layer="svg10"
54 showguides="false"
55 inkscape:document-rotation="0">
56 <inkscape:grid
57 type="xygrid"
58 id="grid823" />
59 </sodipodi:namedview>
60 <rect
61 style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
62 id="rect1050"
63 width="11.5"
64 height="11.5"
65 x="2.25"
66 y="2.25"
67 ry="0.90789473" />
68 <rect
69 y="4.75"
70 x="4.75"
71 height="0.5"
72 width="0.5"
73 id="rect829"
74 style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
75 <rect
76 y="7.75"
77 x="7.75"
78 height="0.5"
79 width="0.5"
80 id="rect829-3"
81 style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
82 <rect
83 y="10.75"
84 x="10.75"
85 height="0.5"
86 width="0.5"
87 id="rect829-6"
88 style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
89</svg>
diff --git a/src/icons/dice-4.svg b/src/icons/dice-4.svg
new file mode 100644
index 0000000..99f4663
--- /dev/null
+++ b/src/icons/dice-4.svg
@@ -0,0 +1,96 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<svg
3 xmlns:dc="http://purl.org/dc/elements/1.1/"
4 xmlns:cc="http://creativecommons.org/ns#"
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:svg="http://www.w3.org/2000/svg"
7 xmlns="http://www.w3.org/2000/svg"
8 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
9 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10 width="16"
11 height="16"
12 viewBox="0 0 16 16"
13 version="1.1"
14 id="svg10"
15 sodipodi:docname="dice-4.svg"
16 inkscape:version="1.0.2 (e86c870879, 2021-01-15)"
17 inkscape:export-xdpi="192"
18 inkscape:export-ydpi="192"
19 style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round">
20 <metadata
21 id="metadata16">
22 <rdf:RDF>
23 <cc:Work
24 rdf:about="">
25 <dc:format>image/svg+xml</dc:format>
26 <dc:type
27 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
28 <dc:title></dc:title>
29 </cc:Work>
30 </rdf:RDF>
31 </metadata>
32 <defs
33 id="defs14" />
34 <sodipodi:namedview
35 pagecolor="#ffffff"
36 bordercolor="#666666"
37 borderopacity="1"
38 objecttolerance="10"
39 gridtolerance="10"
40 guidetolerance="10"
41 inkscape:pageopacity="0"
42 inkscape:pageshadow="2"
43 inkscape:window-width="1920"
44 inkscape:window-height="992"
45 id="namedview12"
46 showgrid="true"
47 inkscape:zoom="32"
48 inkscape:cx="3.0045431"
49 inkscape:cy="7.0297423"
50 inkscape:window-x="1536"
51 inkscape:window-y="0"
52 inkscape:window-maximized="1"
53 inkscape:current-layer="svg10"
54 showguides="false"
55 inkscape:document-rotation="0">
56 <inkscape:grid
57 type="xygrid"
58 id="grid823" />
59 </sodipodi:namedview>
60 <rect
61 style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
62 id="rect1050"
63 width="11.5"
64 height="11.5"
65 x="2.25"
66 y="2.25"
67 ry="0.90789473" />
68 <rect
69 y="4.75"
70 x="4.75"
71 height="0.5"
72 width="0.5"
73 id="rect829"
74 style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
75 <rect
76 y="10.75"
77 x="10.75"
78 height="0.5"
79 width="0.5"
80 id="rect829-6"
81 style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
82 <rect
83 y="10.75"
84 x="4.75"
85 height="0.5"
86 width="0.5"
87 id="rect858"
88 style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
89 <rect
90 y="4.75"
91 x="10.75"
92 height="0.5"
93 width="0.5"
94 id="rect860"
95 style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
96</svg>
diff --git a/src/icons/dice-5.svg b/src/icons/dice-5.svg
new file mode 100644
index 0000000..a663465
--- /dev/null
+++ b/src/icons/dice-5.svg
@@ -0,0 +1,103 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<svg
3 xmlns:dc="http://purl.org/dc/elements/1.1/"
4 xmlns:cc="http://creativecommons.org/ns#"
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:svg="http://www.w3.org/2000/svg"
7 xmlns="http://www.w3.org/2000/svg"
8 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
9 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10 width="16"
11 height="16"
12 viewBox="0 0 16 16"
13 version="1.1"
14 id="svg10"
15 sodipodi:docname="dice-5.svg"
16 inkscape:version="1.0.2 (e86c870879, 2021-01-15)"
17 inkscape:export-xdpi="192"
18 inkscape:export-ydpi="192"
19 style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round">
20 <metadata
21 id="metadata16">
22 <rdf:RDF>
23 <cc:Work
24 rdf:about="">
25 <dc:format>image/svg+xml</dc:format>
26 <dc:type
27 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
28 <dc:title></dc:title>
29 </cc:Work>
30 </rdf:RDF>
31 </metadata>
32 <defs
33 id="defs14" />
34 <sodipodi:namedview
35 pagecolor="#ffffff"
36 bordercolor="#666666"
37 borderopacity="1"
38 objecttolerance="10"
39 gridtolerance="10"
40 guidetolerance="10"
41 inkscape:pageopacity="0"
42 inkscape:pageshadow="2"
43 inkscape:window-width="1920"
44 inkscape:window-height="992"
45 id="namedview12"
46 showgrid="true"
47 inkscape:zoom="32"
48 inkscape:cx="3.0045431"
49 inkscape:cy="7.0297423"
50 inkscape:window-x="1536"
51 inkscape:window-y="0"
52 inkscape:window-maximized="1"
53 inkscape:current-layer="svg10"
54 showguides="false"
55 inkscape:document-rotation="0">
56 <inkscape:grid
57 type="xygrid"
58 id="grid823" />
59 </sodipodi:namedview>
60 <rect
61 style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
62 id="rect1050"
63 width="11.5"
64 height="11.5"
65 x="2.25"
66 y="2.25"
67 ry="0.90789473" />
68 <rect
69 y="4.75"
70 x="4.75"
71 height="0.5"
72 width="0.5"
73 id="rect829"
74 style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
75 <rect
76 y="7.75"
77 x="7.75"
78 height="0.5"
79 width="0.5"
80 id="rect829-3"
81 style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
82 <rect
83 y="10.75"
84 x="10.75"
85 height="0.5"
86 width="0.5"
87 id="rect829-6"
88 style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
89 <rect
90 y="10.75"
91 x="4.75"
92 height="0.5"
93 width="0.5"
94 id="rect858"
95 style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
96 <rect
97 y="4.75"
98 x="10.75"
99 height="0.5"
100 width="0.5"
101 id="rect860"
102 style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
103</svg>
diff --git a/src/icons/dice-6.svg b/src/icons/dice-6.svg
new file mode 100644
index 0000000..0ee295d
--- /dev/null
+++ b/src/icons/dice-6.svg
@@ -0,0 +1,110 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<svg
3 xmlns:dc="http://purl.org/dc/elements/1.1/"
4 xmlns:cc="http://creativecommons.org/ns#"
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:svg="http://www.w3.org/2000/svg"
7 xmlns="http://www.w3.org/2000/svg"
8 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
9 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10 width="16"
11 height="16"
12 viewBox="0 0 16 16"
13 version="1.1"
14 id="svg10"
15 sodipodi:docname="dice-6.svg"
16 inkscape:version="1.0.2 (e86c870879, 2021-01-15)"
17 inkscape:export-xdpi="192"
18 inkscape:export-ydpi="192"
19 style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round">
20 <metadata
21 id="metadata16">
22 <rdf:RDF>
23 <cc:Work
24 rdf:about="">
25 <dc:format>image/svg+xml</dc:format>
26 <dc:type
27 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
28 <dc:title></dc:title>
29 </cc:Work>
30 </rdf:RDF>
31 </metadata>
32 <defs
33 id="defs14" />
34 <sodipodi:namedview
35 pagecolor="#ffffff"
36 bordercolor="#666666"
37 borderopacity="1"
38 objecttolerance="10"
39 gridtolerance="10"
40 guidetolerance="10"
41 inkscape:pageopacity="0"
42 inkscape:pageshadow="2"
43 inkscape:window-width="1920"
44 inkscape:window-height="992"
45 id="namedview12"
46 showgrid="true"
47 inkscape:zoom="45.254834"
48 inkscape:cx="6.2858773"
49 inkscape:cy="6.9507196"
50 inkscape:window-x="1536"
51 inkscape:window-y="0"
52 inkscape:window-maximized="1"
53 inkscape:current-layer="svg10"
54 showguides="false"
55 inkscape:document-rotation="0">
56 <inkscape:grid
57 type="xygrid"
58 id="grid823" />
59 </sodipodi:namedview>
60 <rect
61 style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
62 id="rect1050"
63 width="11.5"
64 height="11.5"
65 x="2.25"
66 y="2.25"
67 ry="0.90789473" />
68 <rect
69 y="4.75"
70 x="4.75"
71 height="0.5"
72 width="0.5"
73 id="rect829"
74 style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
75 <rect
76 y="7.75"
77 x="4.75"
78 height="0.5"
79 width="0.5"
80 id="rect829-3"
81 style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
82 <rect
83 y="10.75"
84 x="10.75"
85 height="0.5"
86 width="0.5"
87 id="rect829-6"
88 style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
89 <rect
90 y="10.75"
91 x="4.75"
92 height="0.5"
93 width="0.5"
94 id="rect858"
95 style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
96 <rect
97 y="4.75"
98 x="10.75"
99 height="0.5"
100 width="0.5"
101 id="rect860"
102 style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
103 <rect
104 y="7.75"
105 x="10.75"
106 height="0.5"
107 width="0.5"
108 id="rect970"
109 style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
110</svg>
diff --git a/src/icons/expand-alt.svg b/src/icons/expand-alt.svg
new file mode 100644
index 0000000..c21c442
--- /dev/null
+++ b/src/icons/expand-alt.svg
@@ -0,0 +1,94 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<svg
3 xmlns:dc="http://purl.org/dc/elements/1.1/"
4 xmlns:cc="http://creativecommons.org/ns#"
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:svg="http://www.w3.org/2000/svg"
7 xmlns="http://www.w3.org/2000/svg"
8 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
9 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10 width="16"
11 height="16"
12 viewBox="0 0 16 16"
13 version="1.1"
14 id="svg10"
15 sodipodi:docname="expand-alt.svg"
16 inkscape:version="1.0.2 (e86c870879, 2021-01-15)"
17 inkscape:export-xdpi="192"
18 inkscape:export-ydpi="192"
19 style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round">
20 <metadata
21 id="metadata16">
22 <rdf:RDF>
23 <cc:Work
24 rdf:about="">
25 <dc:format>image/svg+xml</dc:format>
26 <dc:type
27 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
28 <dc:title></dc:title>
29 </cc:Work>
30 </rdf:RDF>
31 </metadata>
32 <defs
33 id="defs14" />
34 <sodipodi:namedview
35 pagecolor="#ffffff"
36 bordercolor="#666666"
37 borderopacity="1"
38 objecttolerance="10"
39 gridtolerance="10"
40 guidetolerance="10"
41 inkscape:pageopacity="0"
42 inkscape:pageshadow="2"
43 inkscape:window-width="1920"
44 inkscape:window-height="992"
45 id="namedview12"
46 showgrid="true"
47 inkscape:zoom="8"
48 inkscape:cx="-23.524577"
49 inkscape:cy="31.772273"
50 inkscape:window-x="1536"
51 inkscape:window-y="0"
52 inkscape:window-maximized="1"
53 inkscape:current-layer="svg10"
54 showguides="false"
55 inkscape:document-rotation="0">
56 <inkscape:grid
57 type="xygrid"
58 id="grid823" />
59 </sodipodi:namedview>
60 <path
61 style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
62 d="M 2.250075,5.75 2.25,2.2503181 h 3.5"
63 id="rect927"
64 inkscape:connector-curvature="0"
65 sodipodi:nodetypes="ccc" />
66 <path
67 sodipodi:nodetypes="ccc"
68 inkscape:connector-curvature="0"
69 id="path816"
70 d="M 13.749682,5.75 13.75,2.2503181 h -3.5"
71 style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
72 <path
73 sodipodi:nodetypes="ccc"
74 inkscape:connector-curvature="0"
75 id="path818"
76 d="M 2.250075,10.25 2.25,13.749925 h 3.5"
77 style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
78 <path
79 style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
80 d="M 13.749682,10.25 13.75,13.749925 h -3.5"
81 id="path820"
82 inkscape:connector-curvature="0"
83 sodipodi:nodetypes="ccc" />
84 <path
85 style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
86 d="M 13.75,13.75 2.25,2.25"
87 id="path845"
88 sodipodi:nodetypes="cc" />
89 <path
90 style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
91 d="M 13.75,2.25 2.25,13.75"
92 id="path847"
93 sodipodi:nodetypes="cc" />
94</svg>
diff --git a/src/icons/list-unordered.svg b/src/icons/list-unordered.svg
index 46e51a9..d39ac13 100644
--- a/src/icons/list-unordered.svg
+++ b/src/icons/list-unordered.svg
@@ -70,7 +70,7 @@
70 d="m 6.75,12.249841 h 7.5" 70 d="m 6.75,12.249841 h 7.5"
71 style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 71 style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
72 <circle 72 <circle
73 style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" 73 style="opacity:1;fill:#010101;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
74 id="path845" 74 id="path845"
75 cx="2.75" 75 cx="2.75"
76 cy="4.25" 76 cy="4.25"
@@ -80,7 +80,7 @@
80 cy="12.25" 80 cy="12.25"
81 cx="2.75" 81 cx="2.75"
82 id="circle920" 82 id="circle920"
83 style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" /> 83 style="opacity:1;fill:#010101;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" />
84 <path 84 <path
85 style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 85 style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
86 d="m 6.75,8.25 h 7.5" 86 d="m 6.75,8.25 h 7.5"
@@ -88,7 +88,7 @@
88 inkscape:connector-curvature="0" 88 inkscape:connector-curvature="0"
89 sodipodi:nodetypes="cc" /> 89 sodipodi:nodetypes="cc" />
90 <circle 90 <circle
91 style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" 91 style="opacity:1;fill:#010101;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
92 id="circle846" 92 id="circle846"
93 cx="2.75" 93 cx="2.75"
94 cy="8.25" 94 cy="8.25"
diff --git a/src/icons/lock-open.svg b/src/icons/lock-open.svg
index cf8a6f9..0ad5f72 100644
--- a/src/icons/lock-open.svg
+++ b/src/icons/lock-open.svg
@@ -13,7 +13,7 @@
13 version="1.1" 13 version="1.1"
14 id="svg10" 14 id="svg10"
15 sodipodi:docname="lock-open.svg" 15 sodipodi:docname="lock-open.svg"
16 inkscape:version="0.92.4 5da689c313, 2019-01-14" 16 inkscape:version="1.0.2 (e86c870879, 2021-01-15)"
17 inkscape:export-xdpi="192" 17 inkscape:export-xdpi="192"
18 inkscape:export-ydpi="192" 18 inkscape:export-ydpi="192"
19 style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round"> 19 style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round">
@@ -40,18 +40,19 @@
40 guidetolerance="10" 40 guidetolerance="10"
41 inkscape:pageopacity="0" 41 inkscape:pageopacity="0"
42 inkscape:pageshadow="2" 42 inkscape:pageshadow="2"
43 inkscape:window-width="3840" 43 inkscape:window-width="1920"
44 inkscape:window-height="1983" 44 inkscape:window-height="992"
45 id="namedview12" 45 id="namedview12"
46 showgrid="true" 46 showgrid="true"
47 inkscape:zoom="64" 47 inkscape:zoom="64"
48 inkscape:cx="3.027223" 48 inkscape:cx="5.2678694"
49 inkscape:cy="5.6366166" 49 inkscape:cy="4.4751524"
50 inkscape:window-x="0" 50 inkscape:window-x="1536"
51 inkscape:window-y="0" 51 inkscape:window-y="0"
52 inkscape:window-maximized="1" 52 inkscape:window-maximized="1"
53 inkscape:current-layer="svg10" 53 inkscape:current-layer="svg10"
54 showguides="false"> 54 showguides="false"
55 inkscape:document-rotation="0">
55 <inkscape:grid 56 <inkscape:grid
56 type="xygrid" 57 type="xygrid"
57 id="grid823" /> 58 id="grid823" />
@@ -59,5 +60,6 @@
59 <path 60 <path
60 id="path825" 61 id="path825"
61 style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" 62 style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
62 d="M 4.7637283,4.25 V 4 c 0,-1.7949254 1.454764,-3.25 3.249689,-3.25 1.794925,0 3.2503107,1.4550746 3.2503107,3.25 V 7.75 M 3.5,7.75 h 9 c 0.4155,0 0.75,0.3345 0.75,0.75 v 5 c 0,0.4155 -0.3345,0.75 -0.75,0.75 h -9 c -0.4155,0 -0.75,-0.3345 -0.75,-0.75 v -5 C 2.75,8.0845 3.0845,7.75 3.5,7.75 Z" /> 63 d="M 4.75,4.25 V 4 C 4.75,2.2050746 6.205075,0.75 8,0.75 c 1.794925,0 3.25,1.4550746 3.25,3.25 v 3.75 m -7.75,0 h 9 c 0.4155,0 0.75,0.3345 0.75,0.75 v 5 c 0,0.4155 -0.3345,0.75 -0.75,0.75 h -9 c -0.4155,0 -0.75,-0.3345 -0.75,-0.75 v -5 C 2.75,8.0845 3.0845,7.75 3.5,7.75 Z"
64 sodipodi:nodetypes="cssscsssssssss" />
63</svg> 65</svg>
diff --git a/src/icons/lock-slash.svg b/src/icons/lock-slash.svg
new file mode 100644
index 0000000..b9a840b
--- /dev/null
+++ b/src/icons/lock-slash.svg
@@ -0,0 +1,79 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<svg
3 xmlns:dc="http://purl.org/dc/elements/1.1/"
4 xmlns:cc="http://creativecommons.org/ns#"
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:svg="http://www.w3.org/2000/svg"
7 xmlns="http://www.w3.org/2000/svg"
8 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
9 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10 width="16"
11 height="16"
12 viewBox="0 0 16 16"
13 version="1.1"
14 id="svg10"
15 sodipodi:docname="lock-slash.svg"
16 inkscape:version="1.0.2 (e86c870879, 2021-01-15)"
17 inkscape:export-xdpi="192"
18 inkscape:export-ydpi="192"
19 style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round">
20 <metadata
21 id="metadata16">
22 <rdf:RDF>
23 <cc:Work
24 rdf:about="">
25 <dc:format>image/svg+xml</dc:format>
26 <dc:type
27 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
28 <dc:title></dc:title>
29 </cc:Work>
30 </rdf:RDF>
31 </metadata>
32 <defs
33 id="defs14" />
34 <sodipodi:namedview
35 pagecolor="#ffffff"
36 bordercolor="#666666"
37 borderopacity="1"
38 objecttolerance="10"
39 gridtolerance="10"
40 guidetolerance="10"
41 inkscape:pageopacity="0"
42 inkscape:pageshadow="2"
43 inkscape:window-width="1920"
44 inkscape:window-height="992"
45 id="namedview12"
46 showgrid="true"
47 inkscape:zoom="64"
48 inkscape:cx="7.4967517"
49 inkscape:cy="12.422096"
50 inkscape:window-x="1536"
51 inkscape:window-y="0"
52 inkscape:window-maximized="1"
53 inkscape:current-layer="svg10"
54 showguides="false"
55 inkscape:document-rotation="0">
56 <inkscape:grid
57 type="xygrid"
58 id="grid823" />
59 </sodipodi:namedview>
60 <path
61 style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#0e0e0e;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
62 d="M 6.3272295,2.2211394 C 6.8187951,1.9221779 7.3825634,1.75 8,1.75 c 1.794925,0 3.25,1.4550746 3.25,3.25 v 1.75 c 0,0.5454276 0.448251,1 1,1 h 0.25 c 0.4155,0 0.75,0.3345 0.75,0.75 v 0.25"
63 id="path825"
64 sodipodi:nodetypes="cssccssc" />
65 <path
66 style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
67 d="M 1,1 15,15"
68 id="path842" />
69 <path
70 style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#0e0e0e;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
71 d="m 13.25,13.5 c 0,0.4155 -0.3345,0.75 -0.75,0.75 h -9 c -0.4155,0 -0.75,-0.3345 -0.75,-0.75 v -5 C 2.75,8.0845 3.0845,7.75 3.5,7.75 h 4.25"
72 id="path845"
73 sodipodi:nodetypes="csssssc" />
74 <path
75 style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#0e0e0e;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
76 d="m 4.75,7.75 v -3"
77 id="path847"
78 sodipodi:nodetypes="cc" />
79</svg>
diff --git a/src/icons/lock.svg b/src/icons/lock.svg
index a0d33f2..5f9e6a8 100644
--- a/src/icons/lock.svg
+++ b/src/icons/lock.svg
@@ -13,7 +13,7 @@
13 version="1.1" 13 version="1.1"
14 id="svg10" 14 id="svg10"
15 sodipodi:docname="lock.svg" 15 sodipodi:docname="lock.svg"
16 inkscape:version="0.92.4 5da689c313, 2019-01-14" 16 inkscape:version="1.0.2 (e86c870879, 2021-01-15)"
17 inkscape:export-xdpi="192" 17 inkscape:export-xdpi="192"
18 inkscape:export-ydpi="192" 18 inkscape:export-ydpi="192"
19 style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round"> 19 style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round">
@@ -40,18 +40,19 @@
40 guidetolerance="10" 40 guidetolerance="10"
41 inkscape:pageopacity="0" 41 inkscape:pageopacity="0"
42 inkscape:pageshadow="2" 42 inkscape:pageshadow="2"
43 inkscape:window-width="3840" 43 inkscape:window-width="1920"
44 inkscape:window-height="1983" 44 inkscape:window-height="992"
45 id="namedview12" 45 id="namedview12"
46 showgrid="true" 46 showgrid="true"
47 inkscape:zoom="64" 47 inkscape:zoom="64"
48 inkscape:cx="3.2201735" 48 inkscape:cx="4.6597907"
49 inkscape:cy="7.7049036" 49 inkscape:cy="12.26959"
50 inkscape:window-x="0" 50 inkscape:window-x="1536"
51 inkscape:window-y="0" 51 inkscape:window-y="0"
52 inkscape:window-maximized="1" 52 inkscape:window-maximized="1"
53 inkscape:current-layer="svg10" 53 inkscape:current-layer="svg10"
54 showguides="false"> 54 showguides="false"
55 inkscape:document-rotation="0">
55 <inkscape:grid 56 <inkscape:grid
56 type="xygrid" 57 type="xygrid"
57 id="grid823" /> 58 id="grid823" />
@@ -59,5 +60,6 @@
59 <path 60 <path
60 id="path825" 61 id="path825"
61 style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#0e0e0e;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" 62 style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#0e0e0e;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
62 d="M 4.7637283,7.75 V 5 c 0,-1.7949254 1.454764,-3.25 3.249689,-3.25 1.794925,0 3.2503107,1.4550746 3.2503107,3.25 V 7.75 M 3.5,7.75 h 9 c 0.4155,0 0.75,0.3345 0.75,0.75 v 5 c 0,0.4155 -0.3345,0.75 -0.75,0.75 h -9 c -0.4155,0 -0.75,-0.3345 -0.75,-0.75 v -5 C 2.75,8.0845 3.0845,7.75 3.5,7.75 Z" /> 63 d="M 4.75,7.75 V 5 C 4.75,3.2050746 6.205075,1.75 8,1.75 c 1.794925,0 3.25,1.4550746 3.25,3.25 v 2.75 m -7.75,0 h 9 c 0.4155,0 0.75,0.3345 0.75,0.75 v 5 c 0,0.4155 -0.3345,0.75 -0.75,0.75 h -9 c -0.4155,0 -0.75,-0.3345 -0.75,-0.75 v -5 C 2.75,8.0845 3.0845,7.75 3.5,7.75 Z"
64 sodipodi:nodetypes="cssscsssssssss" />
63</svg> 65</svg>
diff --git a/src/icons/message-slash.svg b/src/icons/message-slash.svg
index 7bb55b5..a2c3ca5 100644
--- a/src/icons/message-slash.svg
+++ b/src/icons/message-slash.svg
@@ -25,7 +25,7 @@
25 <dc:format>image/svg+xml</dc:format> 25 <dc:format>image/svg+xml</dc:format>
26 <dc:type 26 <dc:type
27 rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> 27 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
28 <dc:title></dc:title> 28 <dc:title />
29 </cc:Work> 29 </cc:Work>
30 </rdf:RDF> 30 </rdf:RDF>
31 </metadata> 31 </metadata>
@@ -58,15 +58,9 @@
58 id="grid823" /> 58 id="grid823" />
59 </sodipodi:namedview> 59 </sodipodi:namedview>
60 <path 60 <path
61 style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" 61 id="path842"
62 d="m 11.75,11.74975 h -7 l -3,3.0005 V 2.5 c 0,-0.1999306 0.077448,-0.3811068 0.2041028,-0.5152863"
63 id="rect817"
64 inkscape:connector-curvature="0"
65 sodipodi:nodetypes="ccccc" />
66 <path
67 style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" 62 style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
68 d="M 1,1 15,15" 63 d="m 1,1 14,14 m -3.25,-3.25025 h -7 l -3,3.0005 V 2.5 c 0,-0.1999306 0.077448,-0.3811068 0.2041028,-0.5152863" />
69 id="path842" />
70 <path 64 <path
71 style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" 65 style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
72 d="m 6.25,1.75 h 7.25 c 0.4155,0 0.75,0.3345 0.75,0.75 v 7.25" 66 d="m 6.25,1.75 h 7.25 c 0.4155,0 0.75,0.3345 0.75,0.75 v 7.25"
diff --git a/src/icons/scale.svg b/src/icons/scale.svg
new file mode 100644
index 0000000..cf37124
--- /dev/null
+++ b/src/icons/scale.svg
@@ -0,0 +1,118 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<svg
3 xmlns:dc="http://purl.org/dc/elements/1.1/"
4 xmlns:cc="http://creativecommons.org/ns#"
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:svg="http://www.w3.org/2000/svg"
7 xmlns="http://www.w3.org/2000/svg"
8 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
9 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10 width="16"
11 height="16"
12 viewBox="0 0 16 16"
13 version="1.1"
14 id="svg10"
15 sodipodi:docname="scale.svg"
16 inkscape:version="1.0.2 (e86c870879, 2021-01-15)"
17 inkscape:export-xdpi="192"
18 inkscape:export-ydpi="192"
19 style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round">
20 <metadata
21 id="metadata16">
22 <rdf:RDF>
23 <cc:Work
24 rdf:about="">
25 <dc:format>image/svg+xml</dc:format>
26 <dc:type
27 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
28 <dc:title />
29 </cc:Work>
30 </rdf:RDF>
31 </metadata>
32 <defs
33 id="defs14" />
34 <sodipodi:namedview
35 pagecolor="#ffffff"
36 bordercolor="#666666"
37 borderopacity="1"
38 objecttolerance="10"
39 gridtolerance="10"
40 guidetolerance="10"
41 inkscape:pageopacity="0"
42 inkscape:pageshadow="2"
43 inkscape:window-width="1920"
44 inkscape:window-height="992"
45 id="namedview12"
46 showgrid="true"
47 inkscape:zoom="16"
48 inkscape:cx="-16.703665"
49 inkscape:cy="0.096132126"
50 inkscape:window-x="1536"
51 inkscape:window-y="0"
52 inkscape:window-maximized="1"
53 inkscape:current-layer="svg10"
54 showguides="false"
55 inkscape:document-rotation="0">
56 <inkscape:grid
57 type="xygrid"
58 id="grid823" />
59 </sodipodi:namedview>
60 <path
61 id="rect1050"
62 style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
63 d="m 1.75,5.25 v -3.5 h 3.5"
64 sodipodi:nodetypes="ccc" />
65 <rect
66 style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
67 id="rect831"
68 width="6"
69 height="6"
70 x="8.25"
71 y="8.25"
72 ry="0.47368419" />
73 <path
74 id="path876"
75 style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
76 d="m 2.25,2.25 4,4"
77 sodipodi:nodetypes="cc" />
78 <path
79 id="path886"
80 style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
81 d="M 14.25,1.75 V 1.751"
82 sodipodi:nodetypes="cc" />
83 <path
84 id="path890"
85 style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
86 d="M 14.25,4.75 V 4.751"
87 sodipodi:nodetypes="cc" />
88 <path
89 id="path892"
90 style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
91 d="M 8.25,1.75 V 1.751"
92 sodipodi:nodetypes="cc" />
93 <path
94 id="path894"
95 style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
96 d="m 1.75,14.25 v 10e-4"
97 sodipodi:nodetypes="cc" />
98 <path
99 id="path896"
100 style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
101 d="M 1.75,8.25 V 8.251"
102 sodipodi:nodetypes="cc" />
103 <path
104 id="path898"
105 style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
106 d="m 4.75,14.25 v 10e-4"
107 sodipodi:nodetypes="cc" />
108 <path
109 id="path841"
110 style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
111 d="M 11.25,1.75 V 1.751"
112 sodipodi:nodetypes="cc" />
113 <path
114 id="path843"
115 style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
116 d="m 1.75,11.25 v 10e-4"
117 sodipodi:nodetypes="cc" />
118</svg>
diff --git a/src/icons/wallet.svg b/src/icons/wallet.svg
new file mode 100644
index 0000000..e12b6ce
--- /dev/null
+++ b/src/icons/wallet.svg
@@ -0,0 +1,70 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<svg
3 xmlns:dc="http://purl.org/dc/elements/1.1/"
4 xmlns:cc="http://creativecommons.org/ns#"
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:svg="http://www.w3.org/2000/svg"
7 xmlns="http://www.w3.org/2000/svg"
8 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
9 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10 width="16"
11 height="16"
12 viewBox="0 0 16 16"
13 version="1.1"
14 id="svg10"
15 sodipodi:docname="wallet.svg"
16 inkscape:version="1.0.2 (e86c870879, 2021-01-15)"
17 inkscape:export-xdpi="192"
18 inkscape:export-ydpi="192"
19 style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round">
20 <metadata
21 id="metadata16">
22 <rdf:RDF>
23 <cc:Work
24 rdf:about="">
25 <dc:format>image/svg+xml</dc:format>
26 <dc:type
27 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
28 <dc:title></dc:title>
29 </cc:Work>
30 </rdf:RDF>
31 </metadata>
32 <defs
33 id="defs14" />
34 <sodipodi:namedview
35 pagecolor="#ffffff"
36 bordercolor="#666666"
37 borderopacity="1"
38 objecttolerance="10"
39 gridtolerance="10"
40 guidetolerance="10"
41 inkscape:pageopacity="0"
42 inkscape:pageshadow="2"
43 inkscape:window-width="1920"
44 inkscape:window-height="992"
45 id="namedview12"
46 showgrid="true"
47 inkscape:zoom="22.627417"
48 inkscape:cx="6.2525876"
49 inkscape:cy="2.8667954"
50 inkscape:window-x="1536"
51 inkscape:window-y="0"
52 inkscape:window-maximized="1"
53 inkscape:current-layer="svg10"
54 showguides="false"
55 inkscape:document-rotation="0">
56 <inkscape:grid
57 type="xygrid"
58 id="grid823" />
59 </sodipodi:namedview>
60 <path
61 id="path832"
62 style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
63 d="m 4.75,5.75 h 9.5 v 7 H 2.5 C 2.0845,12.75 1.75,12.4155 1.75,12 V 4 C 1.75,3.5845 2.0845,3.25 2.5,3.25 h 10.75 v 2.5"
64 sodipodi:nodetypes="cccsssscc" />
65 <path
66 id="rect829-3"
67 style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
68 d="m 11.25,9.25 h -0.5 z"
69 sodipodi:nodetypes="ccc" />
70</svg>