diff options
58 files changed, 864 insertions, 564 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..53752db --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1 @@ | |||
output | |||
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..627f045 --- /dev/null +++ b/Makefile | |||
@@ -0,0 +1,10 @@ | |||
1 | all: build | ||
2 | |||
3 | clean: | ||
4 | @mkdir -p output | ||
5 | @rm -rf output/* | ||
6 | |||
7 | build: clean | ||
8 | @scripts/build.sh | ||
9 | |||
10 | .PHONY: all clean build | ||
diff --git a/scripts/build.sh b/scripts/build.sh new file mode 100755 index 0000000..2f5fd79 --- /dev/null +++ b/scripts/build.sh | |||
@@ -0,0 +1,20 @@ | |||
1 | #!/bin/bash | ||
2 | |||
3 | handle () { | ||
4 | scour -i "$1" -o "output${1#src}" \ | ||
5 | --enable-viewboxing \ | ||
6 | --enable-id-stripping \ | ||
7 | --enable-comment-stripping \ | ||
8 | --remove-descriptive-elements \ | ||
9 | --shorten-ids | ||
10 | } | ||
11 | |||
12 | mkdir -p output | ||
13 | |||
14 | find "src" \ | ||
15 | -type f \ | ||
16 | -name "*.svg" \ | ||
17 | | while read file_in | ||
18 | do | ||
19 | handle "$file_in" | ||
20 | done | ||
diff --git a/src/archive.svg b/src/archive.svg index 9458344..eae9a34 100644 --- a/src/archive.svg +++ b/src/archive.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="archive.svg" | 15 | sodipodi:docname="archive.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="90.509668" | 47 | inkscape:zoom="22.627417" |
48 | inkscape:cx="10.203363" | 48 | inkscape:cx="10.99131" |
49 | inkscape:cy="12.876713" | 49 | inkscape:cy="2.5989282" |
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,7 +60,7 @@ | |||
59 | <path | 60 | <path |
60 | id="rect820" | 61 | id="rect820" |
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 | 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 13.25,5.25 V 13 c 0,0.4155 -0.3345,0.75 -0.75,0.75 h -9 C 3.0845,13.75 2.75,13.4155 2.75,13 V 5.25 m -0.25,-3 h 11 c 0.4155,0 0.75,0.3344998 0.75,0.75 V 5.25 H 1.75 V 3 C 1.75,2.5845 2.0845,2.25 2.5,2.25 Z" | 63 | d="M 13.25,7.75 V 13 c 0,0.4155 -0.3345,0.75 -0.75,0.75 h -9 C 3.0845,13.75 2.75,13.4155 2.75,13 V 7.75 M 2.5,2.25 h 11 c 0.4155,0 0.75,0.3344998 0.75,0.75 V 5.25 H 1.75 V 3 C 1.75,2.5845 2.0845,2.25 2.5,2.25 Z" |
63 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
64 | sodipodi:nodetypes="csssscsssccss" /> | 65 | sodipodi:nodetypes="csssscsssccss" /> |
65 | <path | 66 | <path |
diff --git a/src/backward.svg b/src/backward.svg index dc9e7d5..e7af91b 100644 --- a/src/backward.svg +++ b/src/backward.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="backward.svg" | 15 | sodipodi:docname="backward.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"> |
@@ -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> |
@@ -40,25 +40,26 @@ | |||
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="32" | 47 | inkscape:zoom="32" |
48 | inkscape:cx="7.4139712" | 48 | inkscape:cx="7.4139712" |
49 | inkscape:cy="6.4299446" | 49 | inkscape:cy="6.4299446" |
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" /> |
58 | </sodipodi:namedview> | 59 | </sodipodi:namedview> |
59 | <path | 60 | <path |
60 | 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" | 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" |
61 | d="M 13.249966,3.75 8.7499658,8 13.249966,12.25 Z" | 62 | d="M 13.75,3.25 8.2500171,8 13.75,12.75 Z" |
62 | id="rect896" | 63 | id="rect896" |
63 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
64 | sodipodi:nodetypes="cccc" /> | 65 | sodipodi:nodetypes="cccc" /> |
@@ -66,6 +67,6 @@ | |||
66 | sodipodi:nodetypes="cccc" | 67 | sodipodi:nodetypes="cccc" |
67 | inkscape:connector-curvature="0" | 68 | inkscape:connector-curvature="0" |
68 | id="path900" | 69 | id="path900" |
69 | d="m 6.7499658,3.75 -4.5,4.25 4.5,4.25 z" | 70 | d="M 6.7499658,3.25 1.2499829,8 6.7499658,12.75 Z" |
70 | 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" /> | 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:markers stroke fill" /> |
71 | </svg> | 72 | </svg> |
diff --git a/src/bell-on.svg b/src/bell-on.svg index 55c2bb8..57bf39e 100644 --- a/src/bell-on.svg +++ b/src/bell-on.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="bell-on.svg" | 15 | sodipodi:docname="bell-on.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"> |
@@ -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> |
@@ -40,28 +40,29 @@ | |||
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="32" | 47 | inkscape:zoom="32" |
48 | inkscape:cx="1.4598666" | 48 | inkscape:cx="1.8166476" |
49 | inkscape:cy="-0.25694212" | 49 | inkscape:cy="16.004759" |
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="true"> | 54 | showguides="true" |
55 | inkscape:document-rotation="0"> | ||
55 | <inkscape:grid | 56 | <inkscape:grid |
56 | type="xygrid" | 57 | type="xygrid" |
57 | id="grid823" /> | 58 | id="grid823" /> |
58 | </sodipodi:namedview> | 59 | </sodipodi:namedview> |
59 | <path | 60 | <path |
60 | 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" | 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" |
61 | d="M 9.2570176,14.979347 C 8.6577465,15.327389 7.8940068,15.353914 7.2508004,14.982559 6.6134683,14.614595 6.2552755,13.948821 6.2505146,13.262501" | 62 | d="M 9.2570176,14.979347 C 8.6577465,15.327389 7.8940068,15.353914 7.2508004,14.982559 6.6134683,14.614595 6.2552755,13.948821 6.2505146,13.262501 Z" |
62 | id="path845" | 63 | id="path845" |
63 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
64 | sodipodi:nodetypes="csc" /> | 65 | sodipodi:nodetypes="cscc" /> |
65 | <path | 66 | <path |
66 | id="path870" | 67 | id="path870" |
67 | 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" | 68 | 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" |
diff --git a/src/bell-slash.svg b/src/bell-slash.svg index 7321682..4d12064 100644 --- a/src/bell-slash.svg +++ b/src/bell-slash.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="bell-slash.svg" | 15 | sodipodi:docname="bell-slash.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"> |
@@ -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> |
@@ -40,28 +40,29 @@ | |||
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="45.254834" | 47 | inkscape:zoom="45.254834" |
48 | inkscape:cx="-0.51149571" | 48 | inkscape:cx="4.5172262" |
49 | inkscape:cy="7.7960921" | 49 | inkscape:cy="14.868046" |
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="true"> | 54 | showguides="true" |
55 | inkscape:document-rotation="0"> | ||
55 | <inkscape:grid | 56 | <inkscape:grid |
56 | type="xygrid" | 57 | type="xygrid" |
57 | id="grid823" /> | 58 | id="grid823" /> |
58 | </sodipodi:namedview> | 59 | </sodipodi:namedview> |
59 | <path | 60 | <path |
60 | 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" | 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" |
61 | d="m 9.4817127,14.244055 c -0.3449634,0.601048 -0.9931184,1.00589 -1.7358292,1.00589 -0.7359277,0 -1.3790189,-0.397481 -1.7263019,-0.989471" | 62 | d="m 9.4817127,14.244055 c -0.3449634,0.601048 -0.9931184,1.00589 -1.7358292,1.00589 -0.7359277,0 -1.3790189,-0.397481 -1.7263019,-0.989471 z" |
62 | id="path845" | 63 | id="path845" |
63 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
64 | sodipodi:nodetypes="csc" /> | 65 | sodipodi:nodetypes="cscc" /> |
65 | <path | 66 | <path |
66 | id="path870" | 67 | id="path870" |
67 | 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" | 68 | 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" |
diff --git a/src/bell.svg b/src/bell.svg index 593c4b2..88ba2c4 100644 --- a/src/bell.svg +++ b/src/bell.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="bell.svg" | 15 | sodipodi:docname="bell.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"> |
@@ -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> |
@@ -40,28 +40,29 @@ | |||
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="90.509668" | 47 | inkscape:zoom="45.254834" |
48 | inkscape:cx="3.2068303" | 48 | inkscape:cx="0.65526867" |
49 | inkscape:cy="2.7785632" | 49 | inkscape:cy="13.711222" |
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="true"> | 54 | showguides="true" |
55 | inkscape:document-rotation="0"> | ||
55 | <inkscape:grid | 56 | <inkscape:grid |
56 | type="xygrid" | 57 | type="xygrid" |
57 | id="grid823" /> | 58 | id="grid823" /> |
58 | </sodipodi:namedview> | 59 | </sodipodi:namedview> |
59 | <path | 60 | <path |
60 | 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" | 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" |
61 | d="m 9.4817127,14.244055 c -0.3449634,0.601048 -0.9931184,1.00589 -1.7358292,1.00589 -0.7359277,0 -1.3790189,-0.397481 -1.7263019,-0.989471" | 62 | d="m 9.4817127,14.244055 c -0.3449634,0.601048 -0.9931184,1.00589 -1.7358292,1.00589 -0.7359277,0 -1.3790189,-0.397481 -1.7263019,-0.989471 z" |
62 | id="path845" | 63 | id="path845" |
63 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
64 | sodipodi:nodetypes="csc" /> | 65 | sodipodi:nodetypes="cscc" /> |
65 | <path | 66 | <path |
66 | id="path870" | 67 | id="path870" |
67 | 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" | 68 | 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" |
diff --git a/src/book-open.svg b/src/book-open.svg index 5dcce1f..ef54833 100644 --- a/src/book-open.svg +++ b/src/book-open.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="book-open.svg" | 15 | sodipodi:docname="book-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,24 +40,26 @@ | |||
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="22.627417" |
48 | inkscape:cx="7.5475204" | 48 | inkscape:cx="-0.43337968" |
49 | inkscape:cy="10.249354" | 49 | inkscape:cy="12.165568" |
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" /> |
58 | </sodipodi:namedview> | 59 | </sodipodi:namedview> |
59 | <path | 60 | <path |
60 | id="rect928" | 61 | id="path851" |
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 | style="opacity:1;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill" |
62 | d="m 8.0000375,5.25 c 0.1385208,0 0.2500375,0.1115167 0.2500375,0.2500375 V 13.999963 C 8.250075,14.138483 8.1385583,14.25 8.0000375,14.25 7.8615167,14.25 7.75,14.138483 7.75,13.999963 V 5.5000375 C 7.75,5.3615167 7.8615167,5.25 8.0000375,5.25 Z m 0.2500375,9 c 0,-1.385 1.115,-2.5 2.5,-2.5 H 15.25 v -9 l -4.499925,-10e-8 c -1.385,0 -2.5,1.115 -2.5,2.5 H 7.75 c 0,-1.385 -1.115,-2.5 -2.5,-2.5 L 0.75,2.75 v 9 h 4.5 c 1.385,0 2.5,1.115 2.5,2.5 z" /> | 63 | d="M 8.25,13.75 V 5 C 8.25,3.4765 9.4765,2.25 11,2.25 l 4.25,10e-8 V 12.75 h -4.5 C 9,12.75 8,14.25 8,14.25 c 0,0 -1,-1.5 -2.75,-1.5 H 0.75 V 2.2500001 L 5,2.25 c 1.5235,0 2.75,1.2265 2.75,2.75 v 8.719446 0.06111" |
64 | sodipodi:nodetypes="cccccscccccccc" /> | ||
63 | </svg> | 65 | </svg> |
diff --git a/src/server-x.svg b/src/bookmark-slash.svg index e0ef1be..ad55b21 100644 --- a/src/server-x.svg +++ b/src/bookmark-slash.svg | |||
@@ -12,8 +12,8 @@ | |||
12 | viewBox="0 0 16 16" | 12 | viewBox="0 0 16 16" |
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="server-disconnected.svg" | 15 | sodipodi:docname="bookmark-slash.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,56 +40,38 @@ | |||
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="16" | 47 | inkscape:zoom="22.627417" |
48 | inkscape:cx="-16.398188" | 48 | inkscape:cx="3.1044065" |
49 | inkscape:cy="-1.0324133" | 49 | inkscape:cy="9.3859786" |
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" /> |
58 | </sodipodi:namedview> | 59 | </sodipodi:namedview> |
59 | <path | 60 | <path |
60 | 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" | 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" |
61 | d="M 11.75,3.25 V 2.5 C 11.75,2.0845 11.4155,1.75 11,1.75 H 3 C 2.5845,1.75 2.25,2.0845 2.25,2.5 V 6 c 0,0.4155 0.3345,0.75 0.75,0.75 h 3.25" | 62 | d="M 12.25,12.333719 V 14 c 0,0.4155 -0.466497,0.678753 -0.75,0.375 L 8,11.75 4.5,14.375 C 4.1676005,14.6243 3.75,14.4155 3.75,14 V 3.75" |
62 | id="rect927" | 63 | id="rect817" |
63 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
64 | sodipodi:nodetypes="cssssssc" /> | 65 | sodipodi:nodetypes="csscssc" /> |
65 | <path | 66 | <path |
66 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal" | 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:markers stroke fill" |
67 | d="m 4.75,4.249925 h 1.5" | 68 | d="M 1,1 15,15" |
68 | id="path929" | 69 | id="path842" |
69 | inkscape:connector-curvature="0" | ||
70 | sodipodi:nodetypes="cc" /> | ||
71 | <path | ||
72 | 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" | ||
73 | d="M 6.25,9.75 H 3 c -0.4155,0 -0.75,0.3345 -0.75,0.75 V 14 c 0,0.4155 0.3345,0.75 0.75,0.75 h 8 c 0.4155,0 0.75,-0.3345 0.75,-0.75 v -0.75" | ||
74 | id="rect827" | ||
75 | inkscape:connector-curvature="0" | ||
76 | sodipodi:nodetypes="cssssssc" /> | ||
77 | <path | ||
78 | sodipodi:nodetypes="cc" | ||
79 | inkscape:connector-curvature="0" | ||
80 | id="path829" | ||
81 | d="m 4.75,12.25 h 1.5" | ||
82 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal" /> | ||
83 | <path | ||
84 | 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 | d="m 9.75,6.25 4,4" | ||
86 | id="path869" | ||
87 | inkscape:connector-curvature="0" | ||
88 | sodipodi:nodetypes="cc" /> | 70 | sodipodi:nodetypes="cc" /> |
89 | <path | 71 | <path |
90 | sodipodi:nodetypes="cc" | 72 | 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 | d="m 6,1.75 h 5.5 c 0.4155,0 0.75,0.3345 0.75,0.75 v 5.75" | ||
74 | id="path844" | ||
91 | inkscape:connector-curvature="0" | 75 | inkscape:connector-curvature="0" |
92 | id="path873" | 76 | sodipodi:nodetypes="cssc" /> |
93 | d="m 9.75,10.25 4,-4" | ||
94 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> | ||
95 | </svg> | 77 | </svg> |
diff --git a/src/bookmark.svg b/src/bookmark.svg index 15a1f53..4ef5cc4 100644 --- a/src/bookmark.svg +++ b/src/bookmark.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="bookmark.svg" | 15 | sodipodi:docname="bookmark.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"> |
@@ -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> |
@@ -40,25 +40,26 @@ | |||
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="22.627417" |
48 | inkscape:cx="8.1782192" | 48 | inkscape:cx="5.7507055" |
49 | inkscape:cy="5.6145016" | 49 | inkscape:cy="13.020257" |
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" /> |
58 | </sodipodi:namedview> | 59 | </sodipodi:namedview> |
59 | <path | 60 | <path |
60 | 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" | 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" |
61 | d="m 4.5,1.75 h 7 c 0.4155,0 0.75,0.3345 0.75,0.75 V 14 c 0,0.4155 -0.466497,0.678753 -0.75,0.375 L 8,10.625 4.5,14.375 C 4.2164972,14.678753 3.75,14.4155 3.75,14 V 2.5 C 3.75,2.0845 4.0845,1.75 4.5,1.75 Z" | 62 | d="m 4.5,1.75 h 7 c 0.4155,0 0.75,0.3345 0.75,0.75 V 14 c 0,0.4155 -0.466497,0.678753 -0.75,0.375 L 8,11.75 4.5,14.375 C 4.1676005,14.6243 3.75,14.4155 3.75,14 V 2.5 C 3.75,2.0845 4.0845,1.75 4.5,1.75 Z" |
62 | id="rect817" | 63 | id="rect817" |
63 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
64 | sodipodi:nodetypes="ssssscssss" /> | 65 | sodipodi:nodetypes="ssssscssss" /> |
diff --git a/src/calculator.svg b/src/calculator.svg index 5bb2773..fe47904 100644 --- a/src/calculator.svg +++ b/src/calculator.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="calculator.svg" | 15 | sodipodi:docname="calculator.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"> |
@@ -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> |
@@ -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="90.509668" | 47 | inkscape:zoom="32" |
48 | inkscape:cx="7.3946345" | 48 | inkscape:cx="8.3219861" |
49 | inkscape:cy="8.8611069" | 49 | inkscape:cy="11.060889" |
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,7 +60,8 @@ | |||
59 | <path | 60 | <path |
60 | id="path822" | 61 | id="path822" |
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 | 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 3,1.75 h 10 c 0.4155,0 0.75,0.3345 0.75,0.75 V 13 c 0,0.4155 -0.3345,0.75 -0.75,0.75 H 3 C 2.5845,13.75 2.25,13.4155 2.25,13 V 2.5 C 2.25,2.0845 2.5845,1.75 3,1.75 Z m -0.75,3.5 h 11.5" /> | 63 | d="m 2.5,1.25 h 11 c 0.4155,0 0.75,0.3345 0.75,0.75 v 11.5 c 0,0.4155 -0.3345,0.75 -0.75,0.75 H 2.5 C 2.0845,14.25 1.75,13.9155 1.75,13.5 V 2 C 1.75,1.5845 2.0845,1.25 2.5,1.25 Z m -0.75,3.5 h 12.5" |
64 | sodipodi:nodetypes="ssssssssscc" /> | ||
63 | <rect | 65 | <rect |
64 | 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" | 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:normal" |
65 | id="rect825" | 67 | id="rect825" |
diff --git a/src/calendar.svg b/src/calendar.svg index 189020b..7668d96 100644 --- a/src/calendar.svg +++ b/src/calendar.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="calendar.svg" | 15 | sodipodi:docname="calendar.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="16" | 47 | inkscape:zoom="32" |
48 | inkscape:cx="-32.30826" | 48 | inkscape:cx="4.6557215" |
49 | inkscape:cy="7.510315" | 49 | inkscape:cy="10.942964" |
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,7 +60,7 @@ | |||
59 | <path | 60 | <path |
60 | id="rect820" | 61 | id="rect820" |
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 | 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.25,4.25 h 11.5 v 0.5 H 2.25 Z m 9,-1 v -2 m -6.5,2 v -2 M 3,3.25 h 10 c 0.4155,0 0.75,0.3345 0.75,0.75 v 9.5 c 0,0.4155 -0.3345,0.75 -0.75,0.75 H 3 C 2.5845,14.25 2.25,13.9155 2.25,13.5 V 4 C 2.25,3.5845 2.5845,3.25 3,3.25 Z" | 63 | d="m 1.75,4.25 h 12.5 v 0.5 H 1.75 Z m 10,-1 v -2 m -7.5,2 v -2 m -1.75,2 h 11 c 0.4155,0 0.75,0.3345 0.75,0.75 v 10 c 0,0.4155 -0.3345,0.75 -0.75,0.75 H 2.5 C 2.0845,14.75 1.75,14.4155 1.75,14 V 4 C 1.75,3.5845 2.0845,3.25 2.5,3.25 Z" |
63 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
64 | sodipodi:nodetypes="cccccccccsssssssss" /> | 65 | sodipodi:nodetypes="cccccccccsssssssss" /> |
65 | </svg> | 66 | </svg> |
diff --git a/src/clipboard-text.svg b/src/clipboard-text.svg index a44c1c6..f968dfc 100644 --- a/src/clipboard-text.svg +++ b/src/clipboard-text.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="clipboard-text.svg" | 15 | sodipodi:docname="clipboard-text.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"> |
@@ -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 /> | 28 | <dc:title></dc:title> |
29 | </cc:Work> | 29 | </cc:Work> |
30 | </rdf:RDF> | 30 | </rdf:RDF> |
31 | </metadata> | 31 | </metadata> |
@@ -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="45.254834" | 47 | inkscape:zoom="22.627417" |
48 | inkscape:cx="1.3456224" | 48 | inkscape:cx="1.0935658" |
49 | inkscape:cy="8.9361749" | 49 | inkscape:cy="6.1289817" |
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,12 +60,12 @@ | |||
59 | <path | 60 | <path |
60 | id="rect814" | 61 | id="rect814" |
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 | 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 5.75,1.25 h 4.5 v 3 h -4.5 z m 4.5,1 h 2.25 c 0.4155,0 0.75,0.3345 0.75,0.75 v 11 c 0,0.4155 -0.3345,0.75 -0.75,0.75 h -9 C 3.0845,14.75 2.75,14.4155 2.75,14 V 3 C 2.75,2.5845 3.0845,2.25 3.5,2.25 h 2.25" | 63 | d="m 5.75,1.75 h 4.5 v 3 h -4.5 z m 7.016828,1.048501 C 13.049824,2.9056244 13.25,3.1785757 13.25,3.5 v 10 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 -10 c 0,-0.3051027 0.1803625,-0.5665303 0.4407177,-0.6839127" |
63 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
64 | sodipodi:nodetypes="ccccccssssssssc" /> | 65 | sodipodi:nodetypes="ccccccssssssc" /> |
65 | <path | 66 | <path |
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:normal" | 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" |
67 | d="M 10.25,7.75 H 5.75" | 68 | d="M 10.25,7.75 H 5.7499997" |
68 | id="rect815" | 69 | id="rect815" |
69 | inkscape:connector-curvature="0" | 70 | inkscape:connector-curvature="0" |
70 | sodipodi:nodetypes="cc" /> | 71 | sodipodi:nodetypes="cc" /> |
@@ -72,6 +73,6 @@ | |||
72 | sodipodi:nodetypes="cc" | 73 | sodipodi:nodetypes="cc" |
73 | inkscape:connector-curvature="0" | 74 | inkscape:connector-curvature="0" |
74 | id="path818" | 75 | id="path818" |
75 | d="M 10.25,10.75 H 5.75" | 76 | d="M 10.25,10.75 H 5.7499997" |
76 | 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" /> | 77 | 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" /> |
77 | </svg> | 78 | </svg> |
diff --git a/src/clipboard.svg b/src/clipboard.svg index 12405c0..a5c3b51 100644 --- a/src/clipboard.svg +++ b/src/clipboard.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="clipboard.svg" | 15 | sodipodi:docname="clipboard.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="22.627417" | 47 | inkscape:zoom="22.627417" |
48 | inkscape:cx="-1.7661863" | 48 | inkscape:cx="-5.5886019" |
49 | inkscape:cy="5.1751802" | 49 | inkscape:cy="10.018646" |
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,7 +60,7 @@ | |||
59 | <path | 60 | <path |
60 | id="rect814" | 61 | id="rect814" |
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 | 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 5.75,1.25 h 4.5 v 3 h -4.5 z m 4.5,1 h 2.25 c 0.4155,0 0.75,0.3345 0.75,0.75 v 11 c 0,0.4155 -0.3345,0.75 -0.75,0.75 h -9 C 3.0845,14.75 2.75,14.4155 2.75,14 V 3 C 2.75,2.5845 3.0845,2.25 3.5,2.25 h 2.25" | 63 | d="m 5.75,1.75 h 4.5 v 3 h -4.5 z m 7.016828,1.048501 C 13.049824,2.9056244 13.25,3.1785757 13.25,3.5 v 10 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 -10 c 0,-0.3051027 0.1803625,-0.5665303 0.4407177,-0.6839127" |
63 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
64 | sodipodi:nodetypes="ccccccssssssssc" /> | 65 | sodipodi:nodetypes="ccccccssssssc" /> |
65 | </svg> | 66 | </svg> |
diff --git a/src/coin.svg b/src/coin.svg index f4f3c57..3da871d 100644 --- a/src/coin.svg +++ b/src/coin.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="coin.svg" | 15 | sodipodi:docname="coin.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"> |
@@ -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> |
@@ -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="16" |
48 | inkscape:cx="7.4852242" | 48 | inkscape:cx="7.8942525" |
49 | inkscape:cy="10.884914" | 49 | inkscape:cy="12.428607" |
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="true"> | 54 | showguides="true" |
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="ellipse898" | 61 | id="ellipse898" |
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 | 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 14.75,9.75 c 0,1.656854 -3.022078,3 -6.75,3 -3.7279221,0 -6.75,-1.343146 -6.75,-3 m 9.5,-0.7 v 3.4 m -5.5,-3.4 v 3.4 m 9.5,-6.2 a 6.75,3 0 0 1 -6.75,3 6.75,3 0 0 1 -6.75,-3 6.75,3 0 0 1 6.75,-3 6.75,3 0 0 1 6.75,3 z m -13.5,3.5 v -3.5 m 13.5,0 v 3.5" /> | 63 | d="m 15.25,9.75 c 0,1.656854 -3.522078,3 -7.25,3 -3.7279221,0 -7.25,-1.343146 -7.25,-3 m 10,-0.7 v 3.4 m -5.5,-3.4 v 3.4 m 10,-6.2 c 0,1.6568542 -3.522078,3 -7.25,3 -3.7279221,0 -7.25,-1.3431458 -7.25,-3 0,-1.6568542 3.5220779,-3 7.25,-3 3.727922,0 7.25,1.3431458 7.25,3 z m -14.5,3.5 v -3.5 m 14.5,0 v 3.5" |
64 | sodipodi:nodetypes="cscccccssssscccc" /> | ||
63 | </svg> | 65 | </svg> |
diff --git a/src/coins.svg b/src/coins.svg index d359834..5688319 100644 --- a/src/coins.svg +++ b/src/coins.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="coins.svg" | 15 | sodipodi:docname="coins.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"> |
@@ -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> |
@@ -40,24 +40,51 @@ | |||
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="22.627417" |
48 | inkscape:cx="7.4582744" | 48 | inkscape:cx="-0.8331218" |
49 | inkscape:cy="7.2695172" | 49 | inkscape:cy="7.1839639" |
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="true"> | 54 | showguides="true" |
55 | inkscape:document-rotation="0"> | ||
55 | <inkscape:grid | 56 | <inkscape:grid |
56 | type="xygrid" | 57 | type="xygrid" |
57 | id="grid823" /> | 58 | id="grid823" /> |
58 | </sodipodi:namedview> | 59 | </sodipodi:namedview> |
59 | <path | 60 | <path |
60 | id="path920" | ||
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" | 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 8.768543,11.398828 C 9.3319365,11.620337 10.014507,11.75 10.750075,11.75 c 1.932997,0 3.5,-0.895431 3.5,-1.9999997 V 3.7500007 m 0,3 c 0,1.1045686 -1.567003,1.9999996 -3.5,1.9999996 -0.734675,0 -1.4164817,-0.1293483 -1.9794802,-0.3503657 M 14.250075,3.7500002 a 3.5,2 0 0 1 -3.5,2 3.5,2 0 0 1 -3.4999997,-2 3.5,2 0 0 1 3.4999997,-2 3.5,2 0 0 1 3.5,2 z m -12.5,2.5000002 V 12.25 c 0,1.104569 1.567003,2 3.5,2 1.932997,0 3.5,-0.895431 3.5,-2 V 6.2500004 m 0,3 c 0,1.1045686 -1.567003,1.9999996 -3.5,1.9999996 -1.932997,0 -3.5,-0.895431 -3.5,-1.9999996 M 8.7500749,6.25 a 3.5,2 0 0 1 -3.5,2 3.5,2 0 0 1 -3.5,-2 3.5,2 0 0 1 3.5,-2 3.5,2 0 0 1 3.5,2 z" /> | 62 | d="m 8.75,6.25 c 0,1.1045695 -2.0670034,2 -4.0000001,2 C 2.8170033,8.25 0.75,7.3545695 0.75,6.25 c 0,-1.1045695 2.0670033,-2 3.9999999,-2 C 6.6829966,4.25 8.75,5.1454305 8.75,6.25 Z" |
63 | id="path841" | ||
64 | sodipodi:nodetypes="sssss" /> | ||
65 | <path | ||
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:normal" | ||
67 | d="M 8.7500001,9.2500004 C 8.7500001,10.354569 6.682997,11.25 4.75,11.25 2.817003,11.25 0.7500001,10.354569 0.7500001,9.2500004" | ||
68 | id="path839" | ||
69 | sodipodi:nodetypes="csc" /> | ||
70 | <path | ||
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 | d="M 0.7500001,6.2500004 V 12.25 c 0,1.104569 2.0670029,2 3.9999999,2 1.932997,0 4.0000001,-0.895431 4.0000001,-2 V 6.2500004" | ||
73 | id="path837" | ||
74 | sodipodi:nodetypes="csssc" /> | ||
75 | <path | ||
76 | 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" | ||
77 | d="m 15.25,3.7500002 c 0,1.1045695 -2.067003,2 -4,2 -1.9329966,0 -4.0002597,-0.8954305 -4.0002597,-2 0,-1.1045695 2.0672631,-2 4.0002597,-2 1.932997,0 4,0.8954305 4,2 z" | ||
78 | id="path835" | ||
79 | sodipodi:nodetypes="sssss" /> | ||
80 | <path | ||
81 | 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" | ||
82 | d="m 15.25,6.7500007 c 0,1.1045686 -2.067003,1.9999996 -4,1.9999996 -0.734675,0 -1.9167417,-0.1293483 -2.4797402,-0.3503657" | ||
83 | id="path833" | ||
84 | sodipodi:nodetypes="csc" /> | ||
85 | <path | ||
86 | 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" | ||
87 | d="M 8.768208,11.398828 C 9.3316013,11.620337 10.514432,11.75 11.25,11.75 c 1.932997,0 4,-0.895431 4,-1.9999997 V 3.7500007" | ||
88 | id="path920" | ||
89 | sodipodi:nodetypes="cssc" /> | ||
63 | </svg> | 90 | </svg> |
diff --git a/src/credit-card.svg b/src/credit-card.svg index 4b5b085..5bda672 100644 --- a/src/credit-card.svg +++ b/src/credit-card.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="credit-card.svg" | 15 | sodipodi:docname="credit-card.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,26 +40,25 @@ | |||
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="22.627417" |
48 | inkscape:cx="3.5122436" | 48 | inkscape:cx="0.57945078" |
49 | inkscape:cy="8.8446032" | 49 | inkscape:cy="4.6798553" |
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" /> |
58 | </sodipodi:namedview> | 59 | </sodipodi:namedview> |
59 | <path | 60 | <path |
60 | id="path814" | 61 | id="path851" |
61 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill" | 62 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill" |
62 | d="m 1.25,6.2495 h 13.5 M 2,2.75 h 12 c 0.4155,0 0.75,0.3345 0.75,0.75 v 9 c 0,0.4155 -0.3345,0.75 -0.75,0.75 H 2 c -0.4155,0 -0.75,-0.3345 -0.75,-0.75 v -9 C 1.25,3.0845 1.5845,2.75 2,2.75 Z" | 63 | d="m 10.25,9.75 h 1.5 M 1.25,6.2495 h 13.5 M 2,2.75 h 12 c 0.4155,0 0.75,0.3345 0.75,0.75 v 9 c 0,0.4155 -0.3345,0.75 -0.75,0.75 H 2 c -0.4155,0 -0.75,-0.3345 -0.75,-0.75 v -9 C 1.25,3.0845 1.5845,2.75 2,2.75 Z" /> |
63 | inkscape:connector-curvature="0" | ||
64 | sodipodi:nodetypes="ccsssssssss" /> | ||
65 | </svg> | 64 | </svg> |
diff --git a/src/database.svg b/src/database.svg index bf1a977..b512266 100644 --- a/src/database.svg +++ b/src/database.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="database.svg" | 15 | sodipodi:docname="database.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,26 +40,48 @@ | |||
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="22.627417" |
48 | inkscape:cx="3.6954624" | 48 | inkscape:cx="3.3499456" |
49 | inkscape:cy="9.3154741" | 49 | inkscape:cy="11.005542" |
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" /> |
58 | </sodipodi:namedview> | 59 | </sodipodi:namedview> |
59 | <path | 60 | <path |
60 | id="ellipse997" | ||
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" | 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 13.250037,8.25 c 0,1.1045695 -2.626684,2 -5.250037,2 -2.6233526,0 -5.2500375,-0.8954305 -5.2500375,-2 m 10.5000745,4 c 0,1.104569 -2.626684,2 -5.250037,2 -2.6233526,0 -5.2500375,-0.895431 -5.2500375,-2 m 10.5000745,-8 c 0,1.1045695 -2.626684,2 -5.250037,2 -2.6233526,0 -5.2500375,-0.8954305 -5.2500375,-2 0,-1.1045695 2.6266849,-2 5.2500375,-2 2.623353,0 5.250037,0.8954305 5.250037,2 z m -10.4999995,8 v -8 m 10.4999255,0 v 8" | 62 | d="m 13.249963,2.75 v 10.5" |
63 | inkscape:connector-curvature="0" | 63 | id="path839" |
64 | sodipodi:nodetypes="csccscssssscccc" /> | 64 | sodipodi:nodetypes="cc" /> |
65 | <path | ||
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:normal" | ||
67 | d="m 2.7500375,13.25 0,-10.5" | ||
68 | id="path837" | ||
69 | sodipodi:nodetypes="cc" /> | ||
70 | <path | ||
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 | d="m 13.250037,2.75 c 0,1.1045695 -2.626684,2 -5.250037,2 -2.6233526,0 -5.2500375,-0.8954305 -5.2500375,-2 0,-1.1045695 2.6266849,-2 5.2500375,-2 2.623353,0 5.250037,0.8954305 5.250037,2 z" | ||
73 | id="path835" /> | ||
74 | <path | ||
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:normal" | ||
76 | d="m 13.250037,9.75 c 0,1.104569 -2.626684,2 -5.250037,2 -2.6233526,0 -5.2500375,-0.895431 -5.2500375,-2" | ||
77 | id="path833" /> | ||
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.250037,6.25 c 0,1.1045695 -2.626684,2 -5.250037,2 -2.6233526,0 -5.2500375,-0.8954305 -5.2500375,-2" | ||
81 | id="ellipse997" /> | ||
82 | <path | ||
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:normal" | ||
84 | d="m 13.250006,13.25 c 0,1.104569 -2.626622,2 -5.2499749,2 -2.6233526,0 -5.2500375,-0.895431 -5.2500375,-2" | ||
85 | id="path841" | ||
86 | sodipodi:nodetypes="csc" /> | ||
65 | </svg> | 87 | </svg> |
diff --git a/src/envelope-open.svg b/src/envelope-open.svg index 65b4497..800000c 100644 --- a/src/envelope-open.svg +++ b/src/envelope-open.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="envelope-open.svg" | 15 | sodipodi:docname="envelope-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,25 +40,26 @@ | |||
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="45.254834" | 47 | inkscape:zoom="16" |
48 | inkscape:cx="2.5612793" | 48 | inkscape:cx="-9.8068457" |
49 | inkscape:cy="3.0231249" | 49 | inkscape:cy="4.310494" |
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" /> |
58 | </sodipodi:namedview> | 59 | </sodipodi:namedview> |
59 | <path | 60 | <path |
60 | 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 | 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 | d="M 14.75,6.890625 V 13.5 c 0,0.4155 -0.3345,0.75 -0.75,0.75 H 2 C 1.5845,14.25 1.25,13.9155 1.25,13.5 V 6.859375 C 1.25,6.2408483 1.4539981,5.7638004 2,5.396 L 6.5344509,2.3414816 C 7.6174998,1.6119131 8.3774815,1.6123358 9.5020632,2.3785184 L 14,5.4429832 c 0.549417,0.3743202 0.75,0.852486 0.75,1.4476418 z" | 62 | d="M 14.75,6.890625 V 13.5 c 0,0.4155 -0.3345,0.75 -0.75,0.75 H 2 C 1.5845,14.25 1.25,13.9155 1.25,13.5 V 6.859375 C 1.25,6.2408483 1.4539981,5.7638004 2,5.396 L 6.5344509,2.3414816 C 7.6174998,1.6119131 8.3774815,1.6123358 9.5020632,2.3785184 L 14,5.4429832 c 0.549417,0.3743203 0.75,0.852486 0.75,1.4476418 z" |
62 | id="rect817" | 63 | id="rect817" |
63 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
64 | sodipodi:nodetypes="sssssssssss" /> | 65 | sodipodi:nodetypes="sssssssssss" /> |
diff --git a/src/envelope.svg b/src/envelope.svg index b486b7d..61835c7 100644 --- a/src/envelope.svg +++ b/src/envelope.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="envelope.svg" | 15 | sodipodi:docname="envelope.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="32" |
48 | inkscape:cx="2.1248621" | 48 | inkscape:cx="9.9177421" |
49 | inkscape:cy="8.2994341" | 49 | inkscape:cy="8.0317416" |
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,7 +60,7 @@ | |||
59 | <path | 60 | <path |
60 | id="path814" | 61 | id="path814" |
61 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill" | 62 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill" |
62 | d="m 1.25,4.9995 6.75,4.25 6.75,-4.25 M 2,2.8745 h 12 c 0.4155,0 0.75,0.3345 0.75,0.75 V 12.5 c 0,0.4155 -0.3345,0.75 -0.75,0.75 H 2 C 1.5845,13.25 1.25,12.9155 1.25,12.5 V 3.6245 c 0,-0.4155 0.3345,-0.75 0.75,-0.75 z" | 63 | d="M 1.25,4.5 8,8.75 14.75,4.5 M 2,2.75 h 12 c 0.4155,0 0.75,0.3345 0.75,0.75 v 9 c 0,0.4155 -0.3345,0.75 -0.75,0.75 H 2 c -0.4155,0 -0.75,-0.3345 -0.75,-0.75 v -9 C 1.25,3.0845 1.5845,2.75 2,2.75 Z" |
63 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
64 | sodipodi:nodetypes="cccsssssssss" /> | 65 | sodipodi:nodetypes="cccsssssssss" /> |
65 | </svg> | 66 | </svg> |
diff --git a/src/fast-backward.svg b/src/fast-backward.svg index 2309e4c..91a9604 100644 --- a/src/fast-backward.svg +++ b/src/fast-backward.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="fast-backward.svg" | 15 | sodipodi:docname="fast-backward.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"> |
@@ -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> |
@@ -40,25 +40,26 @@ | |||
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="22.627417" |
48 | inkscape:cx="15.137373" | 48 | inkscape:cx="4.3806441" |
49 | inkscape:cy="7.1974827" | 49 | inkscape:cy="4.3860369" |
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" /> |
58 | </sodipodi:namedview> | 59 | </sodipodi:namedview> |
59 | <path | 60 | <path |
60 | 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" | 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" |
61 | d="m 14.250075,3.75 -4.5,4.25 4.5,4.25 z" | 62 | d="M 14.75,3.25 9.2499625,8 14.75,12.75 Z" |
62 | id="rect896" | 63 | id="rect896" |
63 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
64 | sodipodi:nodetypes="cccc" /> | 65 | sodipodi:nodetypes="cccc" /> |
@@ -66,11 +67,11 @@ | |||
66 | sodipodi:nodetypes="cccc" | 67 | sodipodi:nodetypes="cccc" |
67 | inkscape:connector-curvature="0" | 68 | inkscape:connector-curvature="0" |
68 | id="path900" | 69 | id="path900" |
69 | d="m 7.750075,3.75 -4.5,4.25 4.5,4.25 z" | 70 | d="M 7.750075,3.25 2.2500375,8 7.750075,12.75 Z" |
70 | 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" /> | 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:markers stroke fill" /> |
71 | <path | 72 | <path |
72 | 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: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 | d="M 1.250075,12.25 V 3.75" | 74 | d="M 0.75,12.75 V 3.25" |
74 | id="path902" | 75 | id="path902" |
75 | inkscape:connector-curvature="0" | 76 | inkscape:connector-curvature="0" |
76 | sodipodi:nodetypes="cc" /> | 77 | sodipodi:nodetypes="cc" /> |
diff --git a/src/fast-forward.svg b/src/fast-forward.svg index d31ca30..5342ca6 100644 --- a/src/fast-forward.svg +++ b/src/fast-forward.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="fast-forward.svg" | 15 | sodipodi:docname="fast-forward.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"> |
@@ -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> |
@@ -40,25 +40,26 @@ | |||
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="22.627417" |
48 | inkscape:cx="15.137373" | 48 | inkscape:cx="8.4740633" |
49 | inkscape:cy="7.1974827" | 49 | inkscape:cy="11.050694" |
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" /> |
58 | </sodipodi:namedview> | 59 | </sodipodi:namedview> |
59 | <path | 60 | <path |
60 | 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" | 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" |
61 | d="M 1.25,3.75 5.75,8 1.25,12.25 Z" | 62 | d="M 0.75,3.25 6.25,8 0.75,12.75 Z" |
62 | id="rect896" | 63 | id="rect896" |
63 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
64 | sodipodi:nodetypes="cccc" /> | 65 | sodipodi:nodetypes="cccc" /> |
@@ -66,11 +67,11 @@ | |||
66 | sodipodi:nodetypes="cccc" | 67 | sodipodi:nodetypes="cccc" |
67 | inkscape:connector-curvature="0" | 68 | inkscape:connector-curvature="0" |
68 | id="path900" | 69 | id="path900" |
69 | d="M 7.75,3.75 12.25,8 7.75,12.25 Z" | 70 | d="M 7.75,3.25 13.25,8 7.75,12.75 Z" |
70 | 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" /> | 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:markers stroke fill" /> |
71 | <path | 72 | <path |
72 | 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: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 | d="M 14.25,12.25 V 3.75" | 74 | d="M 14.75,12.75 V 3.25" |
74 | id="path902" | 75 | id="path902" |
75 | inkscape:connector-curvature="0" | 76 | inkscape:connector-curvature="0" |
76 | sodipodi:nodetypes="cc" /> | 77 | sodipodi:nodetypes="cc" /> |
diff --git a/src/filter.svg b/src/filter.svg index 842916b..d8383ee 100644 --- a/src/filter.svg +++ b/src/filter.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="filter.svg" | 15 | sodipodi:docname="filter.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"> |
@@ -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> |
@@ -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="22.627417" | 47 | inkscape:zoom="5.6568543" |
48 | inkscape:cx="-11.365659" | 48 | inkscape:cx="-53.321891" |
49 | inkscape:cy="7.4817608" | 49 | inkscape:cy="3.0441426" |
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,7 +60,7 @@ | |||
59 | <path | 60 | <path |
60 | id="path853" | 61 | id="path853" |
61 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | 62 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
62 | d="m 1.75,2.75 4.5,5.75 v 4.25 l 3,1.5 V 8.5 l 4.5,-5.75 z" | 63 | d="m 0.75,1.75 5.5,6.75 v 4.75 l 3.5,1.5 V 8.5 l 5.5,-6.75 z" |
63 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
64 | sodipodi:nodetypes="ccccccc" /> | 65 | sodipodi:nodetypes="ccccccc" /> |
65 | </svg> | 66 | </svg> |
diff --git a/src/flask-potion.svg b/src/flask-potion.svg index ec34e10..cf0d01d 100644 --- a/src/flask-potion.svg +++ b/src/flask-potion.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="flask-potion.svg" | 15 | sodipodi:docname="flask-potion.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"> |
@@ -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> |
@@ -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="32" | 47 | inkscape:zoom="32" |
48 | inkscape:cx="2.5931977" | 48 | inkscape:cx="7.6198896" |
49 | inkscape:cy="0.5445267" | 49 | inkscape:cy="9.4184491" |
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,7 +60,7 @@ | |||
59 | <path | 60 | <path |
60 | id="path991" | 61 | id="path991" |
61 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | 62 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
62 | d="m 3.25,10.5 c 4.2444215,-2.0235049 5.2369176,1.002699 9.5,0 M 5.25,2.25 h 5.5 m -1,0 v 3.8341249 c 1.755487,0.6976645 3,2.4118368 3,4.4158751 0,1.523484 -0.717229,2.880791 -1.832447,3.75 H 5.0874055 C 3.9693549,13.380948 3.25,12.02574 3.25,10.5 c 0,-2.0019853 1.2473656,-3.7146981 3,-4.4137277 V 2.25" | 63 | d="m 2.75,10.5 c 4.2444215,-2.0235049 6.2369176,1.002699 10.5,0 m -8,-9.25 h 5.5 m -1,0 V 5.5839887 C 11.505487,6.2816532 13.25,8 13.25,10.5 c 0,2.023683 -1.217229,3.380791 -2.332447,4.25 H 5.0874055 C 3.9693549,13.880948 2.75,12.462907 2.75,10.5 2.75,8 4.4973656,6.2851657 6.25,5.5861361 V 1.25" |
63 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
64 | sodipodi:nodetypes="ccccccsccscc" /> | 65 | sodipodi:nodetypes="ccccccsccscc" /> |
65 | </svg> | 66 | </svg> |
diff --git a/src/flask.svg b/src/flask.svg index 0df476a..b78e113 100644 --- a/src/flask.svg +++ b/src/flask.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="flask.svg" | 15 | sodipodi:docname="flask.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"> |
@@ -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> |
@@ -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="22.627417" |
48 | inkscape:cx="5.5663238" | 48 | inkscape:cx="2.3495623" |
49 | inkscape:cy="8.880782" | 49 | inkscape:cy="12.015739" |
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,7 +60,7 @@ | |||
59 | <path | 60 | <path |
60 | id="path819" | 61 | id="path819" |
61 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | 62 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
62 | d="m 5.25,2.25 h 5.5 m -1,0 v 5 l 3,4 c 0.889481,1.185975 0.395631,2.5 -1,2.5 h -7.5 c -1.3828125,0 -1.9295029,-1.260663 -1,-2.5 l 3,-4 v -5" | 63 | d="m 5.25,1.25 h 5.5 m -1,0 v 6 l 3.5,5 c 0.85014,1.214485 0.395631,2.5 -1,2.5 h -8.5 c -1.3828125,0 -1.8883911,-1.23087 -1,-2.5 l 3.5,-5 v -6" |
63 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
64 | sodipodi:nodetypes="ccccsssscc" /> | 65 | sodipodi:nodetypes="ccccsssscc" /> |
65 | </svg> | 66 | </svg> |
diff --git a/src/forward.svg b/src/forward.svg index 4f168a8..c6cc9af 100644 --- a/src/forward.svg +++ b/src/forward.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="forward.svg" | 15 | sodipodi:docname="forward.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"> |
@@ -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> |
@@ -40,25 +40,26 @@ | |||
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="32" | 47 | inkscape:zoom="32" |
48 | inkscape:cx="7.4139712" | 48 | inkscape:cx="7.4139712" |
49 | inkscape:cy="6.4299446" | 49 | inkscape:cy="6.4299446" |
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" /> |
58 | </sodipodi:namedview> | 59 | </sodipodi:namedview> |
59 | <path | 60 | <path |
60 | 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" | 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" |
61 | d="M 2.75,3.75 7.25,8 2.75,12.25 Z" | 62 | d="M 2.25,3.25 7.75,8 2.25,12.75 Z" |
62 | id="rect896" | 63 | id="rect896" |
63 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
64 | sodipodi:nodetypes="cccc" /> | 65 | sodipodi:nodetypes="cccc" /> |
@@ -66,6 +67,6 @@ | |||
66 | sodipodi:nodetypes="cccc" | 67 | sodipodi:nodetypes="cccc" |
67 | inkscape:connector-curvature="0" | 68 | inkscape:connector-curvature="0" |
68 | id="path900" | 69 | id="path900" |
69 | d="M 9.25,3.75 13.75,8 9.25,12.25 Z" | 70 | d="M 9.25,3.25 14.75,8 9.25,12.75 Z" |
70 | 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" /> | 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:markers stroke fill" /> |
71 | </svg> | 72 | </svg> |
diff --git a/src/hash.svg b/src/hash.svg index 6a3ea2e..2618ce4 100644 --- a/src/hash.svg +++ b/src/hash.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="hash.svg" | 15 | sodipodi:docname="hash.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"> |
@@ -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> |
@@ -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="45.254834" | 47 | inkscape:zoom="32" |
48 | inkscape:cx="0.97586406" | 48 | inkscape:cx="2.3405024" |
49 | inkscape:cy="9.0440386" | 49 | inkscape:cy="6.4978882" |
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,7 +60,7 @@ | |||
59 | <path | 60 | <path |
60 | id="path822" | 61 | id="path822" |
61 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | 62 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
62 | d="M 5.2496819,13.75 6.25,2.75 m 2.9996819,11 L 10.25,2.75 m -7.5,3.5 h 10 m -10,4 h 10" | 63 | d="m 4.2500795,14.75 1.999841,-13 m 3,13 2.0001595,-13 M 1.75,5.75 h 12 m -12,5 h 12" |
63 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
64 | sodipodi:nodetypes="cccccccc" /> | 65 | sodipodi:nodetypes="cccccccc" /> |
65 | </svg> | 66 | </svg> |
diff --git a/src/layers-minus.svg b/src/layers-minus.svg index 68dbf65..5abff21 100644 --- a/src/layers-minus.svg +++ b/src/layers-minus.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="layers-minus.svg" | 15 | sodipodi:docname="layers-minus.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"> |
@@ -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> |
@@ -40,25 +40,26 @@ | |||
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="32" |
48 | inkscape:cx="3.046216" | 48 | inkscape:cx="3.6801561" |
49 | inkscape:cy="7.0757529" | 49 | inkscape:cy="3.9718131" |
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" /> |
58 | </sodipodi:namedview> | 59 | </sodipodi:namedview> |
59 | <path | 60 | <path |
60 | style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.50000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" | 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" |
61 | d="m 13.750455,11.750768 -5.2322379,2.358869 c -0.2910366,0.131209 -0.7406216,0.132401 -1.0344158,0 L 2.2495451,11.750768" | 62 | d="m 14.250626,11.750768 -5.7324089,2.859019 c -0.2856854,0.142484 -0.7460253,0.143791 -1.0344158,0 l -5.734085,-2.859019" |
62 | id="path821" | 63 | id="path821" |
63 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
64 | sodipodi:nodetypes="cssc" /> | 65 | sodipodi:nodetypes="cssc" /> |
@@ -66,11 +67,11 @@ | |||
66 | inkscape:connector-curvature="0" | 67 | inkscape:connector-curvature="0" |
67 | id="path825" | 68 | id="path825" |
68 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | 69 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
69 | d="M 9.2501821,2.25 H 14.249818" | 70 | d="m 9.750182,2.25 h 4.999636" |
70 | sodipodi:nodetypes="cc" /> | 71 | sodipodi:nodetypes="cc" /> |
71 | <path | 72 | <path |
72 | style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.50000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" | 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:normal" |
73 | d="m 8.5178687,5.3942498 5.0173343,2.3388305 c 0.292087,0.1361564 0.292081,0.3961965 0,0.5323391 L 8.5178685,10.604064 c -0.2893575,0.134873 -0.7423361,0.136142 -1.0344157,0 L 2.4661124,8.2654195 c -0.2974745,-0.1386565 -0.2921458,-0.3961555 0,-0.5323391 L 7.483453,5.3942498 c 0.2920957,-0.1361602 0.7398679,-0.1373035 1.0344157,0 z" | 74 | d="m 8.5178687,4.894 5.5175053,2.8390803 c 0.286553,0.1474483 0.286549,0.3849078 0,0.5323391 L 8.5178685,11.104213 c -0.2838766,0.146057 -0.747872,0.147438 -1.0344157,0 L 1.9662836,8.2654195 c -0.2918363,-0.1501609 -0.2866066,-0.3848542 0,-0.5323391 L 7.483453,4.894 c 0.2865574,-0.1474596 0.7454489,-0.1486904 1.0344157,0 z" |
74 | id="rect816-6" | 75 | id="rect816-6" |
75 | inkscape:connector-curvature="0" | 76 | inkscape:connector-curvature="0" |
76 | sodipodi:nodetypes="sssssssss" /> | 77 | sodipodi:nodetypes="sssssssss" /> |
diff --git a/src/layers-plus.svg b/src/layers-plus.svg index 6528ae1..b02aac6 100644 --- a/src/layers-plus.svg +++ b/src/layers-plus.svg | |||
@@ -12,8 +12,8 @@ | |||
12 | viewBox="0 0 16 16" | 12 | viewBox="0 0 16 16" |
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="layers-add.svg" | 15 | sodipodi:docname="layers-plus.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"> |
@@ -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> |
@@ -40,31 +40,32 @@ | |||
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="32" |
48 | inkscape:cx="3.046216" | 48 | inkscape:cx="3.6486042" |
49 | inkscape:cy="7.0757529" | 49 | inkscape:cy="8.2570298" |
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" /> |
58 | </sodipodi:namedview> | 59 | </sodipodi:namedview> |
59 | <path | 60 | <path |
60 | style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.50000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" | 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" |
61 | d="M 13.535551,8.2658698 8.5182171,10.604515 c -0.2893574,0.134873 -0.7423361,0.136142 -1.0344158,0 L 2.4664609,8.2658699 c -0.2974744,-0.1386566 -0.2921457,-0.3961555 0,-0.5323391 L 7.4838015,5.3947003" | 62 | d="m 14.25,8.25 -5.7317829,2.854439 c -0.285771,0.142315 -0.7478652,0.147425 -1.0344158,0 L 1.9664579,8.2658699 c -0.291843,-0.1501477 -0.2866201,-0.3848805 0,-0.5323391 L 7.4838015,4.895" |
62 | id="rect816" | 63 | id="rect816" |
63 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
64 | sodipodi:nodetypes="cssssc" /> | 65 | sodipodi:nodetypes="cssssc" /> |
65 | <path | 66 | <path |
66 | style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.50000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" | 67 | 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" |
67 | d="m 13.750455,11.750768 -5.2322379,2.358869 c -0.2910366,0.131209 -0.7406216,0.132401 -1.0344158,0 L 2.2495451,11.750768" | 68 | d="m 14.250452,11.750768 -5.7322349,2.858793 c -0.2856881,0.142479 -0.746019,0.143779 -1.0344158,0 L 1.7495421,11.750768" |
68 | id="path821" | 69 | id="path821" |
69 | inkscape:connector-curvature="0" | 70 | inkscape:connector-curvature="0" |
70 | sodipodi:nodetypes="cssc" /> | 71 | sodipodi:nodetypes="cssc" /> |
@@ -72,6 +73,6 @@ | |||
72 | inkscape:connector-curvature="0" | 73 | inkscape:connector-curvature="0" |
73 | id="path825" | 74 | id="path825" |
74 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | 75 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
75 | d="M 11.75,5.7503181 V 0.75031813 M 9.2501821,3.2503181 h 4.9996359" | 76 | d="M 12.25,5.7503181 V 0.75031813 M 9.750182,3.2503181 h 4.999636" |
76 | sodipodi:nodetypes="cccc" /> | 77 | sodipodi:nodetypes="cccc" /> |
77 | </svg> | 78 | </svg> |
diff --git a/src/layers.svg b/src/layers.svg index bbf93ed..82ca600 100644 --- a/src/layers.svg +++ b/src/layers.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="layers.svg" | 15 | sodipodi:docname="layers.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,25 +40,26 @@ | |||
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="45.254834" | 47 | inkscape:zoom="22.627417" |
48 | inkscape:cx="3.8405651" | 48 | inkscape:cx="-0.65380458" |
49 | inkscape:cy="10.025924" | 49 | inkscape:cy="10.114797" |
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" /> |
58 | </sodipodi:namedview> | 59 | </sodipodi:namedview> |
59 | <path | 60 | <path |
60 | style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.50000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" | 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" |
61 | d="m 8.5182142,1.899 5.0173338,2.3388304 c 0.292087,0.1361564 0.292081,0.3961965 0,0.5323391 L 8.518214,7.1088139 c -0.2893575,0.1348733 -0.7423361,0.136142 -1.0344157,0 L 2.4664579,4.7701696 c -0.2974745,-0.1386565 -0.2921458,-0.3961555 0,-0.5323391 L 7.4837985,1.899 c 0.2920957,-0.1361602 0.7398679,-0.1373035 1.0344157,0 z" | 62 | d="m 8.5182142,1.399 5.5173338,2.8388304 c 0.286556,0.1474414 0.28655,0.3849106 0,0.5323391 L 8.518214,7.6088139 c -0.2838781,0.1460541 -0.747867,0.1474279 -1.0344157,0 L 1.9664579,4.7701696 c -0.2918414,-0.150151 -0.2866137,-0.3848681 0,-0.5323391 L 7.4837985,1.399 c 0.2865646,-0.1474457 0.7454454,-0.1486837 1.0344157,0 z" |
62 | id="rect816" | 63 | id="rect816" |
63 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
64 | sodipodi:nodetypes="sssssssss" /> | 65 | sodipodi:nodetypes="sssssssss" /> |
@@ -66,11 +67,11 @@ | |||
66 | sodipodi:nodetypes="cssc" | 67 | sodipodi:nodetypes="cssc" |
67 | inkscape:connector-curvature="0" | 68 | inkscape:connector-curvature="0" |
68 | id="path819" | 69 | id="path819" |
69 | d="M 13.750452,8.2500002 8.518214,10.608869 c -0.2910368,0.131209 -0.7406215,0.132401 -1.0344157,0 L 2.2495421,8.2500003" | 70 | d="M 14.250452,8.2500002 8.518214,11.108869 c -0.2856868,0.142482 -0.7460204,0.143782 -1.0344157,0 L 1.7495421,8.2500003" |
70 | style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.50000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" /> | 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" /> |
71 | <path | 72 | <path |
72 | style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.50000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" | 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:normal" |
73 | d="m 13.750452,11.750317 -5.232238,2.358869 c -0.2910366,0.131209 -0.7406215,0.132401 -1.0344157,0 L 2.2495421,11.750317" | 74 | d="m 14.250452,11.750317 -5.732238,2.858869 c -0.2856867,0.142482 -0.7460204,0.143782 -1.0344157,0 L 1.7495421,11.750317" |
74 | id="path821" | 75 | id="path821" |
75 | inkscape:connector-curvature="0" | 76 | inkscape:connector-curvature="0" |
76 | sodipodi:nodetypes="cssc" /> | 77 | sodipodi:nodetypes="cssc" /> |
diff --git a/src/list-ordered.svg b/src/list-ordered.svg index cc2b87e..8e9a83f 100644 --- a/src/list-ordered.svg +++ b/src/list-ordered.svg | |||
@@ -45,8 +45,8 @@ | |||
45 | id="namedview12" | 45 | id="namedview12" |
46 | showgrid="true" | 46 | showgrid="true" |
47 | inkscape:zoom="8" | 47 | inkscape:zoom="8" |
48 | inkscape:cx="4.3556058" | 48 | inkscape:cx="-16.587334" |
49 | inkscape:cy="7.5516228" | 49 | inkscape:cy="9.4358757" |
50 | inkscape:window-x="1536" | 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" |
@@ -59,7 +59,7 @@ | |||
59 | </sodipodi:namedview> | 59 | </sodipodi:namedview> |
60 | <path | 60 | <path |
61 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | 61 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
62 | d="m 7.75,4.2503181 h 7.5" | 62 | d="m 6.75,4.2503181 h 7.5" |
63 | id="path814" | 63 | id="path814" |
64 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
65 | sodipodi:nodetypes="cc" /> | 65 | sodipodi:nodetypes="cc" /> |
@@ -67,30 +67,23 @@ | |||
67 | sodipodi:nodetypes="cc" | 67 | sodipodi:nodetypes="cc" |
68 | inkscape:connector-curvature="0" | 68 | inkscape:connector-curvature="0" |
69 | id="path819" | 69 | id="path819" |
70 | d="m 7.75,12.25 h 7.5" | 70 | d="m 6.75,12.25 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 | <path | 72 | <path |
73 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | 73 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
74 | d="m 3.7501875,6.2503181 v -4" | 74 | d="M 2.7500938,6.2503181 V 2.25 l -2.0001876,1" |
75 | id="path887" | 75 | id="path887" |
76 | inkscape:connector-curvature="0" | 76 | inkscape:connector-curvature="0" |
77 | sodipodi:nodetypes="cc" /> | 77 | sodipodi:nodetypes="ccc" /> |
78 | <path | ||
79 | sodipodi:nodetypes="cc" | ||
80 | inkscape:connector-curvature="0" | ||
81 | id="path889" | ||
82 | d="m 0.750075,14.25 v -4" | ||
83 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> | ||
84 | <path | 78 | <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" | 79 | 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 3.7502625,14.25 v -4" | 80 | d="m 6.75,8.25 h 7.5" |
87 | id="path891" | ||
88 | inkscape:connector-curvature="0" | ||
89 | sodipodi:nodetypes="cc" /> | ||
90 | <path | ||
91 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
92 | d="m 7.75,8.25 h 7.5" | ||
93 | id="path835" | 81 | id="path835" |
94 | inkscape:connector-curvature="0" | 82 | inkscape:connector-curvature="0" |
95 | sodipodi:nodetypes="cc" /> | 83 | sodipodi:nodetypes="cc" /> |
84 | <path | ||
85 | id="path845" | ||
86 | 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:markers stroke fill" | ||
87 | d="M 0.75,9.749996 C 1.3140259,9.0714052 2.2289022,8.9789022 2.75,9.5 3.2111991,9.961199 3.3701616,10.757697 2.8138648,11.313994 2.1853872,11.942472 0.75,12.5 0.75,13.75 h 2.5001352" | ||
88 | sodipodi:nodetypes="csscc" /> | ||
96 | </svg> | 89 | </svg> |
diff --git a/src/list-unordered.svg b/src/list-unordered.svg index 384d0bd..46e51a9 100644 --- a/src/list-unordered.svg +++ b/src/list-unordered.svg | |||
@@ -44,9 +44,9 @@ | |||
44 | inkscape:window-height="992" | 44 | inkscape:window-height="992" |
45 | id="namedview12" | 45 | id="namedview12" |
46 | showgrid="true" | 46 | showgrid="true" |
47 | inkscape:zoom="8" | 47 | inkscape:zoom="22.627417" |
48 | inkscape:cx="-3.100906" | 48 | inkscape:cx="8.0902013" |
49 | inkscape:cy="-3.8043303" | 49 | inkscape:cy="9.0484654" |
50 | inkscape:window-x="1536" | 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" |
@@ -59,7 +59,7 @@ | |||
59 | </sodipodi:namedview> | 59 | </sodipodi:namedview> |
60 | <path | 60 | <path |
61 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | 61 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
62 | d="m 7.75,4.25 h 7.5" | 62 | d="m 6.75,4.25 h 7.5" |
63 | id="path814" | 63 | id="path814" |
64 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
65 | sodipodi:nodetypes="cc" /> | 65 | sodipodi:nodetypes="cc" /> |
@@ -67,24 +67,30 @@ | |||
67 | sodipodi:nodetypes="cc" | 67 | sodipodi:nodetypes="cc" |
68 | inkscape:connector-curvature="0" | 68 | inkscape:connector-curvature="0" |
69 | id="path819" | 69 | id="path819" |
70 | d="m 7.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: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" |
74 | id="path845" | 74 | id="path845" |
75 | cx="2.25" | 75 | cx="2.75" |
76 | cy="4.25" | 76 | cy="4.25" |
77 | r="1.5" /> | 77 | r="0.5" /> |
78 | <circle | 78 | <circle |
79 | r="1.5" | 79 | r="0.5" |
80 | cy="12.25" | 80 | cy="12.25" |
81 | cx="2.25" | 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: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" /> |
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 7.75,8.25 h 7.5" | 86 | d="m 6.75,8.25 h 7.5" |
87 | id="path834" | 87 | id="path834" |
88 | inkscape:connector-curvature="0" | 88 | inkscape:connector-curvature="0" |
89 | sodipodi:nodetypes="cc" /> | 89 | sodipodi:nodetypes="cc" /> |
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" | ||
92 | id="circle846" | ||
93 | cx="2.75" | ||
94 | cy="8.25" | ||
95 | r="0.5" /> | ||
90 | </svg> | 96 | </svg> |
diff --git a/src/message-check.svg b/src/message-check.svg index 28b426b..b12abc9 100644 --- a/src/message-check.svg +++ b/src/message-check.svg | |||
@@ -45,8 +45,8 @@ | |||
45 | id="namedview12" | 45 | id="namedview12" |
46 | showgrid="true" | 46 | showgrid="true" |
47 | inkscape:zoom="32" | 47 | inkscape:zoom="32" |
48 | inkscape:cx="5.5090562" | 48 | inkscape:cx="5.5423089" |
49 | inkscape:cy="13.701933" | 49 | inkscape:cy="7.5726253" |
50 | inkscape:window-x="1536" | 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" |
@@ -59,7 +59,7 @@ | |||
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 | 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 2.5,2.25 h 11 c 0.4155,0 0.75,0.3345 0.75,0.75 v 7.4995 c 0,0.4155 -0.3345,0.75 -0.75,0.75 H 4.75 l -3,3.0005 V 3 C 1.75,2.5845 2.0845,2.25 2.5,2.25 Z" | 62 | d="m 2,2.25 h 12 c 0.4155,0 0.75,0.3345 0.75,0.75 v 7.4995 c 0,0.4155 -0.3345,0.75 -0.75,0.75 H 4.25 l -3,3.0005 V 3 C 1.25,2.5845 1.5845,2.25 2,2.25 Z" |
63 | id="rect817" | 63 | id="rect817" |
64 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
65 | sodipodi:nodetypes="ssssscccs" /> | 65 | sodipodi:nodetypes="ssssscccs" /> |
diff --git a/src/message-dots.svg b/src/message-dots.svg index 872d5d5..6307d12 100644 --- a/src/message-dots.svg +++ b/src/message-dots.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> |
@@ -59,7 +59,7 @@ | |||
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 | 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 2.5,2.25 h 11 c 0.4155,0 0.75,0.3345 0.75,0.75 v 7.4995 c 0,0.4155 -0.3345,0.75 -0.75,0.75 H 4.75 l -3,3.0005 V 10.4995 3 C 1.75,2.5845 2.0845,2.25 2.5,2.25 Z" | 62 | d="m 2,2.25 h 12 c 0.4155,0 0.75,0.3345 0.75,0.75 v 7.4995 c 0,0.4155 -0.3345,0.75 -0.75,0.75 H 4.25 l -3,3.0005 V 10.4995 3 C 1.25,2.5845 1.5845,2.25 2,2.25 Z" |
63 | id="rect817" | 63 | id="rect817" |
64 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
65 | sodipodi:nodetypes="ssssscccss" /> | 65 | sodipodi:nodetypes="ssssscccss" /> |
diff --git a/src/message-slash.svg b/src/message-slash.svg new file mode 100644 index 0000000..7a4a2c8 --- /dev/null +++ b/src/message-slash.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="message-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="16" | ||
48 | inkscape:cx="-2.2283688" | ||
49 | inkscape:cy="16.750939" | ||
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="path842" | ||
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" | ||
63 | d="m 1,1 14,14 m -3.75,-3.7505 h -7 l -3,3.0005 V 3 C 1.25,2.5845 1.5845,2.25 2,2.25 h 0.25" /> | ||
64 | <path | ||
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" | ||
66 | d="M 6.75,2.25 H 14 c 0.4155,0 0.75,0.3345 0.75,0.75 v 7.4995" | ||
67 | id="path844" | ||
68 | inkscape:connector-curvature="0" | ||
69 | sodipodi:nodetypes="cssc" /> | ||
70 | </svg> | ||
diff --git a/src/message-text.svg b/src/message-text.svg index df7df57..39b9230 100644 --- a/src/message-text.svg +++ b/src/message-text.svg | |||
@@ -59,13 +59,13 @@ | |||
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 | 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 2.5,2.25 h 11 c 0.4155,0 0.75,0.3345 0.75,0.75 v 7.4995 c 0,0.4155 -0.3345,0.75 -0.75,0.75 H 4.75 l -3,3.0005 V 3 C 1.75,2.5845 2.0845,2.25 2.5,2.25 Z" | 62 | d="m 2,2.25 h 12 c 0.4155,0 0.75,0.3345 0.75,0.75 v 7.4995 c 0,0.4155 -0.3345,0.75 -0.75,0.75 H 4.25 l -3,3.0005 V 3 C 1.25,2.5845 1.5845,2.25 2,2.25 Z" |
63 | id="rect817" | 63 | id="rect817" |
64 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
65 | sodipodi:nodetypes="ssssscccs" /> | 65 | sodipodi:nodetypes="ssssscccs" /> |
66 | <path | 66 | <path |
67 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | 67 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
68 | d="m 4.75,5.25 h 6.5" | 68 | d="m 4.25,5.25 h 7.5" |
69 | id="path852" | 69 | id="path852" |
70 | inkscape:connector-curvature="0" | 70 | inkscape:connector-curvature="0" |
71 | sodipodi:nodetypes="cc" /> | 71 | sodipodi:nodetypes="cc" /> |
@@ -73,6 +73,6 @@ | |||
73 | sodipodi:nodetypes="cc" | 73 | sodipodi:nodetypes="cc" |
74 | inkscape:connector-curvature="0" | 74 | inkscape:connector-curvature="0" |
75 | id="path854" | 75 | id="path854" |
76 | d="m 4.75,8.25 h 4.5" | 76 | d="m 4.25,8.25 h 5" |
77 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> | 77 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> |
78 | </svg> | 78 | </svg> |
diff --git a/src/message-x.svg b/src/message-x.svg index 68fa0bf..4ffc057 100644 --- a/src/message-x.svg +++ b/src/message-x.svg | |||
@@ -59,7 +59,7 @@ | |||
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 | 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 2.5,2.25 h 11 c 0.4155,0 0.75,0.3345 0.75,0.75 v 7.4995 c 0,0.4155 -0.335177,0.773704 -0.75,0.75 H 4.75 l -3,3.0005 V 3 C 1.75,2.5845 2.0845,2.25 2.5,2.25 Z" | 62 | d="m 2,2.25 h 12 c 0.4155,0 0.75,0.3345 0.75,0.75 v 7.4995 c 0,0.4155 -0.3345,0.75 -0.75,0.75 H 4.25 l -3,3.0005 V 3 C 1.25,2.5845 1.5845,2.25 2,2.25 Z" |
63 | id="rect817" | 63 | id="rect817" |
64 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
65 | sodipodi:nodetypes="ssssscccs" /> | 65 | sodipodi:nodetypes="ssssscccs" /> |
diff --git a/src/message.svg b/src/message.svg index 4ea95ae..e57179b 100644 --- a/src/message.svg +++ b/src/message.svg | |||
@@ -44,9 +44,9 @@ | |||
44 | inkscape:window-height="992" | 44 | inkscape:window-height="992" |
45 | id="namedview12" | 45 | id="namedview12" |
46 | showgrid="true" | 46 | showgrid="true" |
47 | inkscape:zoom="45.254834" | 47 | inkscape:zoom="16" |
48 | inkscape:cx="6.1824537" | 48 | inkscape:cx="-1.2927382" |
49 | inkscape:cy="10.887292" | 49 | inkscape:cy="3.6815575" |
50 | inkscape:window-x="1536" | 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" |
@@ -59,7 +59,7 @@ | |||
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 | 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 2.5,2.25 h 11 c 0.4155,0 0.75,0.3345 0.75,0.75 v 7.4995 c 0,0.4155 -0.3345,0.75 -0.75,0.75 H 4.75 l -3,3.0005 V 3 C 1.75,2.5845 2.0845,2.25 2.5,2.25 Z" | 62 | d="m 2,2.25 h 12 c 0.4155,0 0.75,0.3345 0.75,0.75 v 7.4995 c 0,0.4155 -0.3345,0.75 -0.75,0.75 H 4.25 l -3,3.0005 V 3 C 1.25,2.5845 1.5845,2.25 2,2.25 Z" |
63 | id="rect817" | 63 | id="rect817" |
64 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
65 | sodipodi:nodetypes="ssssscccs" /> | 65 | sodipodi:nodetypes="ssssscccs" /> |
diff --git a/src/messages-text.svg b/src/messages-text.svg index 49a2a87..9d891f0 100644 --- a/src/messages-text.svg +++ b/src/messages-text.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> |
@@ -44,9 +44,9 @@ | |||
44 | inkscape:window-height="992" | 44 | inkscape:window-height="992" |
45 | id="namedview12" | 45 | id="namedview12" |
46 | showgrid="true" | 46 | showgrid="true" |
47 | inkscape:zoom="16" | 47 | inkscape:zoom="45.254836" |
48 | inkscape:cx="1.069573" | 48 | inkscape:cx="4.6843174" |
49 | inkscape:cy="2.6621847" | 49 | inkscape:cy="7.1344958" |
50 | inkscape:window-x="1536" | 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" |
@@ -59,13 +59,13 @@ | |||
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 | 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 2.5,1.75 h 8 c 0.4155,0 0.75,0.3345 0.75,0.75 v 5.499875 c 0,0.4155 -0.3345,0.75 -0.75,0.75 H 4.75 l -3,3.00025 V 2.5 C 1.75,2.0845 2.0845,1.75 2.5,1.75 Z" | 62 | d="m 1.5,1.25 h 10 c 0.4155,0 0.75,0.3345 0.75,0.75 v 6.499875 c 0,0.4155 -0.3345,0.75 -0.75,0.75 H 3.25 L 0.75,11.75 V 2 C 0.75,1.5845 1.0845,1.25 1.5,1.25 Z" |
63 | id="rect817" | 63 | id="rect817" |
64 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
65 | sodipodi:nodetypes="ssssscccs" /> | 65 | sodipodi:nodetypes="ssssscccs" /> |
66 | <path | 66 | <path |
67 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | 67 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
68 | d="m 6.75,11.750125 h 4.5 l 3,3 V 6.25" | 68 | d="m 5.25,12.250125 h 7.5 L 15.25,14.75 v -9" |
69 | id="path816" | 69 | id="path816" |
70 | inkscape:connector-curvature="0" | 70 | inkscape:connector-curvature="0" |
71 | sodipodi:nodetypes="cccc" /> | 71 | sodipodi:nodetypes="cccc" /> |
@@ -73,6 +73,6 @@ | |||
73 | sodipodi:nodetypes="cc" | 73 | sodipodi:nodetypes="cc" |
74 | inkscape:connector-curvature="0" | 74 | inkscape:connector-curvature="0" |
75 | id="path854" | 75 | id="path854" |
76 | d="m 4.75,5.25 h 3.5" | 76 | d="m 3.75,4.25 h 5.5" |
77 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> | 77 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> |
78 | </svg> | 78 | </svg> |
diff --git a/src/messages.svg b/src/messages.svg index d772295..b3ed03a 100644 --- a/src/messages.svg +++ b/src/messages.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 /> | 28 | <dc:title></dc:title> |
29 | </cc:Work> | 29 | </cc:Work> |
30 | </rdf:RDF> | 30 | </rdf:RDF> |
31 | </metadata> | 31 | </metadata> |
@@ -44,9 +44,9 @@ | |||
44 | inkscape:window-height="992" | 44 | inkscape:window-height="992" |
45 | id="namedview12" | 45 | id="namedview12" |
46 | showgrid="true" | 46 | showgrid="true" |
47 | inkscape:zoom="32" | 47 | inkscape:zoom="45.254836" |
48 | inkscape:cx="3.9390356" | 48 | inkscape:cx="4.6843174" |
49 | inkscape:cy="6.9016021" | 49 | inkscape:cy="7.1344958" |
50 | inkscape:window-x="1536" | 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" |
@@ -59,13 +59,13 @@ | |||
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 | 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 2.5,1.75 h 8 c 0.4155,0 0.75,0.3345 0.75,0.75 v 5.499875 c 0,0.4155 -0.3345,0.75 -0.75,0.75 H 4.75 l -3,3.00025 V 2.5 C 1.75,2.0845 2.0845,1.75 2.5,1.75 Z" | 62 | d="m 1.5,1.25 h 10 c 0.4155,0 0.75,0.3345 0.75,0.75 v 6.499875 c 0,0.4155 -0.3345,0.75 -0.75,0.75 H 3.25 L 0.75,11.75 V 2 C 0.75,1.5845 1.0845,1.25 1.5,1.25 Z" |
63 | id="rect817" | 63 | id="rect817" |
64 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
65 | sodipodi:nodetypes="ssssscccs" /> | 65 | sodipodi:nodetypes="ssssscccs" /> |
66 | <path | 66 | <path |
67 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | 67 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
68 | d="m 6.75,11.750125 h 4.5 l 3,3 V 6.25" | 68 | d="m 5.25,12.250125 h 7.5 L 15.25,14.75 v -9" |
69 | id="path816" | 69 | id="path816" |
70 | inkscape:connector-curvature="0" | 70 | inkscape:connector-curvature="0" |
71 | sodipodi:nodetypes="cccc" /> | 71 | sodipodi:nodetypes="cccc" /> |
diff --git a/src/moon.svg b/src/moon.svg index 5cf9015..f320af0 100644 --- a/src/moon.svg +++ b/src/moon.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="moon.svg" | 15 | sodipodi:docname="moon.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"> |
@@ -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> |
@@ -40,24 +40,25 @@ | |||
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="90.509668" | 47 | inkscape:zoom="32" |
48 | inkscape:cx="5.1297705" | 48 | inkscape:cx="2.0795261" |
49 | inkscape:cy="7.6166785" | 49 | inkscape:cy="8.6925301" |
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" /> |
58 | </sodipodi:namedview> | 59 | </sodipodi:namedview> |
59 | <path | 60 | <path |
60 | 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" | 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" |
61 | d="M 8 2.25 A 5.75 5.75 0 0 0 2.25 8 A 5.75 5.75 0 0 0 8 13.75 A 5.75 5.75 0 0 0 13.230469 10.375 A 4.25 4.25 0 0 1 11.5 10.75 A 4.25 4.25 0 0 1 7.25 6.5 A 4.25 4.25 0 0 1 9.8847656 2.5742188 A 5.75 5.75 0 0 0 8 2.25 z " | 62 | d="M 8.0027265,1.75 A 6.2527265,6.2499999 0 0 0 1.75,7.9999998 6.2527265,6.2499999 0 0 0 8.0027265,14.25 6.2527265,6.2499999 0 0 0 13.690499,10.581522 4.6215805,4.6195651 0 0 1 11.808734,10.98913 4.6215805,4.6195651 0 0 1 7.1871535,6.3695651 4.6215805,4.6195651 0 0 1 10.052278,2.1024117 6.2527265,6.2499999 0 0 0 8.0027265,1.75 Z" |
62 | id="path816" /> | 63 | id="path816" /> |
63 | </svg> | 64 | </svg> |
diff --git a/src/paper-plane.svg b/src/parallelogram.svg index c207bd7..434e6c6 100644 --- a/src/paper-plane.svg +++ b/src/parallelogram.svg | |||
@@ -12,8 +12,8 @@ | |||
12 | viewBox="0 0 16 16" | 12 | viewBox="0 0 16 16" |
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="paper-plane.svg" | 15 | sodipodi:docname="bandcamp.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"> |
@@ -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> |
@@ -40,26 +40,27 @@ | |||
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="45.254834" | 47 | inkscape:zoom="22.627417" |
48 | inkscape:cx="6.4702633" | 48 | inkscape:cx="4.3514932" |
49 | inkscape:cy="5.8446816" | 49 | inkscape:cy="5.7331032" |
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" /> |
58 | </sodipodi:namedview> | 59 | </sodipodi:namedview> |
59 | <path | 60 | <path |
60 | id="path817" | 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" |
61 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | 62 | d="m 15.25,4.25 -5,7.5 h -9.5 l 5,-7.5 z" |
62 | d="m 9.249832,11 -1.5,2.75 v -4 l 4.5,-8 m -5,8 h -6 l 11,-8 1,11.5 -5,-3" | 63 | id="rect927" |
63 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
64 | sodipodi:nodetypes="ccccccccc" /> | 65 | sodipodi:nodetypes="ccccc" /> |
65 | </svg> | 66 | </svg> |
diff --git a/src/paste.svg b/src/paste.svg index 23a56e9..17ed9cd 100644 --- a/src/paste.svg +++ b/src/paste.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="paste.svg" | 15 | sodipodi:docname="paste.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="45.254836" | 47 | inkscape:zoom="22.627418" |
48 | inkscape:cx="4.0851808" | 48 | inkscape:cx="3.1937914" |
49 | inkscape:cy="8.7287094" | 49 | inkscape:cy="1.2503904" |
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,9 +60,9 @@ | |||
59 | <path | 60 | <path |
60 | id="rect814" | 61 | id="rect814" |
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 | 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 4.25,0.75 h 4 v 2.5 h -4 z m 4.5,1 H 10 c 0.4155,0 0.75,0.3345 0.75,0.75 v 1.75 m -6,8 H 2.5 c -0.4155,0 -0.75,-0.3345 -0.75,-0.75 v -9 C 1.75,2.0845 2.0845,1.75 2.5,1.75 h 1.75" | 63 | d="m 4.25,0.75 h 4 v 2.5 h -4 z m 6.5,1.75 v 1.75 m -6,8 H 2.5 c -0.4155,0 -0.75,-0.3345 -0.75,-0.75 v -9" |
63 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
64 | sodipodi:nodetypes="ccccccssccssssc" /> | 65 | sodipodi:nodetypes="ccccccccssc" /> |
65 | <path | 66 | <path |
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:normal" | 67 | 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" |
67 | d="m 7.75,7.25 h 6.5 v 8 h -6.5 z" | 68 | d="m 7.75,7.25 h 6.5 v 8 h -6.5 z" |
diff --git a/src/pause.svg b/src/pause.svg index e37cc81..846dec1 100644 --- a/src/pause.svg +++ b/src/pause.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="pause.svg" | 15 | sodipodi:docname="pause.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="22.627417" |
48 | inkscape:cx="6.2107605" | 48 | inkscape:cx="-0.78311683" |
49 | inkscape:cy="10.248502" | 49 | inkscape:cy="11.570111" |
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" /> |
@@ -60,16 +61,16 @@ | |||
60 | 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" | 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" |
61 | id="rect1050" | 62 | id="rect1050" |
62 | width="3" | 63 | width="3" |
63 | height="9.5" | 64 | height="10.5" |
64 | x="3.25" | 65 | x="3.25" |
65 | y="3.25" | 66 | y="2.75" |
66 | ry="0.75" /> | 67 | ry="0.82894742" /> |
67 | <rect | 68 | <rect |
68 | y="3.25" | 69 | y="2.75" |
69 | x="9.25" | 70 | x="9.75" |
70 | height="9.5" | 71 | height="10.5" |
71 | width="3" | 72 | width="3" |
72 | id="rect1052" | 73 | id="rect1052" |
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" | 74 | 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" |
74 | ry="0.75" /> | 75 | ry="0.82894742" /> |
75 | </svg> | 76 | </svg> |
diff --git a/src/play.svg b/src/play.svg index 5747dee..93fcf1b 100644 --- a/src/play.svg +++ b/src/play.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="play.svg" | 15 | sodipodi:docname="play.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"> |
@@ -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> |
@@ -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="45.254834" | 47 | inkscape:zoom="22.627417" |
48 | inkscape:cx="0.77506247" | 48 | inkscape:cx="4.6191648" |
49 | inkscape:cy="10.909643" | 49 | inkscape:cy="8.1928392" |
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" /> |
@@ -60,6 +61,6 @@ | |||
60 | sodipodi:nodetypes="cccc" | 61 | sodipodi:nodetypes="cccc" |
61 | inkscape:connector-curvature="0" | 62 | inkscape:connector-curvature="0" |
62 | id="path900" | 63 | id="path900" |
63 | d="M 4.25,3.25 11.75,8 4.25,12.75 Z" | 64 | d="M 3.75,2.75 12.25,8 3.75,13.25 Z" |
64 | 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" /> | 65 | 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" /> |
65 | </svg> | 66 | </svg> |
diff --git a/src/save.svg b/src/save.svg index 1ca7b08..051de5c 100644 --- a/src/save.svg +++ b/src/save.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="save.svg" | 15 | sodipodi:docname="save.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="22.627417" |
48 | inkscape:cx="2.690867" | 48 | inkscape:cx="3.0168536" |
49 | inkscape:cy="10.198036" | 49 | inkscape:cy="11.494129" |
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,7 +60,7 @@ | |||
59 | <path | 60 | <path |
60 | id="path816" | 61 | id="path816" |
61 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal" | 62 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal" |
62 | d="m 9.25,5.75 h -4.5 v -3.5 m 6.5,12 v -5.5 h -6.5 v 5.5 M 3,2.25 h 7.25 l 3.5,3.5 v 7.75 c 0,0.4155 -0.3345,0.75 -0.75,0.75 H 3 C 2.5845,14.25 2.25,13.9155 2.25,13.5 V 3 C 2.25,2.5845 2.5854846,2.2785873 3,2.25 Z" | 63 | d="m 9.25,5.75 h -4.5 v -4 m 6.5,12.5 v -5.5 h -6.5 v 5.5 M 2.5,1.75 h 7.75 l 4,4 v 7.75 c 0,0.4155 -0.3345,0.75 -0.75,0.75 H 2.5 C 2.0845,14.25 1.75,13.9155 1.75,13.5 V 2.5 C 1.75,2.0845 2.0845,1.75 2.5,1.75 Z" |
63 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
64 | sodipodi:nodetypes="cccccccsccssssss" /> | 65 | sodipodi:nodetypes="cccccccsccssssss" /> |
65 | </svg> | 66 | </svg> |
diff --git a/src/send.svg b/src/send.svg index 8a3f89f..a31d6c7 100644 --- a/src/send.svg +++ b/src/send.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="send.svg" | 15 | sodipodi:docname="send.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"> |
@@ -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> |
@@ -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="32" | 47 | inkscape:zoom="2.8284271" |
48 | inkscape:cx="-2.202389" | 48 | inkscape:cx="23.780176" |
49 | inkscape:cy="6.7368587" | 49 | inkscape:cy="42.244693" |
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,7 +60,7 @@ | |||
59 | <path | 60 | <path |
60 | id="path817" | 61 | id="path817" |
61 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | 62 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
62 | d="m 13.75,2.25 -7,7 m -5.5,-2.5 12.5,-4.5 -4.5,12.5 -2.5,-5.5 z" | 63 | d="m 8.25,8.75 h -5 m -2,-7 13.5,7 -13.5,6 2,-6 z" |
63 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
64 | sodipodi:nodetypes="ccccccc" /> | 65 | sodipodi:nodetypes="ccccccc" /> |
65 | </svg> | 66 | </svg> |
diff --git a/src/server-slash.svg b/src/server-slash.svg new file mode 100644 index 0000000..3253d91 --- /dev/null +++ b/src/server-slash.svg | |||
@@ -0,0 +1,72 @@ | |||
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="server-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 /> | ||
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="11.097938" | ||
49 | inkscape:cy="10.619564" | ||
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 4.7496819,12.25 h 1.5" | ||
63 | id="path835" /> | ||
64 | <path | ||
65 | id="path833" | ||
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:normal" | ||
67 | d="M 1,1 15,15 M 14.21408,14.230845 C 14.117153,14.532707 13.834885,14.75 13.5,14.75 H 2.5 C 2.0845,14.75 1.75,14.4155 1.75,14 v -3.5 c 0,-0.4155 0.3345,-0.75 0.75,-0.75 h 7.1058807 m -2.9175796,-3 H 2.5 C 2.0845,6.75 1.75,6.4155 1.75,6 V 2.5 c 0,-0.1960995 0.074509,-0.3741566 0.1968763,-0.5075213" /> | ||
68 | <path | ||
69 | 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" | ||
70 | d="m 6.25,1.75 h 7.25 c 0.4155,0 0.75,0.3345 0.75,0.75 V 6 c 0,0.4155 -0.3345,0.75 -0.75,0.75 h -2.25" | ||
71 | id="path845" /> | ||
72 | </svg> | ||
diff --git a/src/server.svg b/src/server.svg index 4722d39..6d86e87 100644 --- a/src/server.svg +++ b/src/server.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="server.svg" | 15 | sodipodi:docname="server.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="45.254834" | 47 | inkscape:zoom="22.627417" |
48 | inkscape:cx="2.8501924" | 48 | inkscape:cx="-5.7356359" |
49 | inkscape:cy="5.2499109" | 49 | inkscape:cy="8.1098958" |
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,9 +60,9 @@ | |||
59 | <rect | 60 | <rect |
60 | 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" | 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" |
61 | id="rect927" | 62 | id="rect927" |
62 | width="11.5" | 63 | width="12.5" |
63 | height="5" | 64 | height="5" |
64 | x="2.25" | 65 | x="1.75" |
65 | y="1.75" | 66 | y="1.75" |
66 | ry="0.75" /> | 67 | ry="0.75" /> |
67 | <path | 68 | <path |
@@ -73,9 +74,9 @@ | |||
73 | <rect | 74 | <rect |
74 | ry="0.75" | 75 | ry="0.75" |
75 | y="9.75" | 76 | y="9.75" |
76 | x="2.25" | 77 | x="1.75" |
77 | height="5" | 78 | height="5" |
78 | width="11.5" | 79 | width="12.5" |
79 | id="rect827" | 80 | id="rect827" |
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:normal" /> | 81 | 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" /> |
81 | <path | 82 | <path |
diff --git a/src/share.svg b/src/share.svg index 66e8501..3e9e557 100644 --- a/src/share.svg +++ b/src/share.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="share.svg" | 15 | sodipodi:docname="share.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"> |
@@ -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> |
@@ -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="22.627417" |
48 | inkscape:cx="9.2162707" | 48 | inkscape:cx="8.7975878" |
49 | inkscape:cy="10.607795" | 49 | inkscape:cy="11.643872" |
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="path823" | 61 | id="path823" |
61 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal" | 62 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal" |
62 | d="M 5.75,8 A 1.75,1.75 0 0 1 4,9.75 1.75,1.75 0 0 1 2.25,8 1.75,1.75 0 0 1 4,6.25 1.75,1.75 0 0 1 5.75,8 Z m 7.5,-4 A 1.75,1.75 0 0 1 11.5,5.75 1.75,1.75 0 0 1 9.75,4 1.75,1.75 0 0 1 11.5,2.25 1.75,1.75 0 0 1 13.25,4 Z m 0,8 A 1.75,1.75 0 0 1 11.5,13.75 1.75,1.75 0 0 1 9.75,12 1.75,1.75 0 0 1 11.5,10.25 1.75,1.75 0 0 1 13.25,12 Z M 5.5273914,7.1280734 9.9,4.75 M 5.5098034,8.8930085 9.9,11.25" /> | 63 | d="m 5.25,8.25 c 0,1.1 -0.8954304,2 -2,2 -1.1045697,0 -2,-0.8954307 -2,-2 0,-1.1 0.8954304,-2 2,-2 1.1,0 2,0.8954305 2,2 z m 9,-5.5 c 0,1.1 -0.89543,2 -2,2 -1.1,0 -2,-0.8954305 -2,-2 0,-1.1 0.895431,-2 2,-2 1.1,0 2,0.8954308 2,2 z m 0,10.5 c 0,1.1 -0.89543,2 -2,2 -1.1,0 -2,-0.89543 -2,-2 0,-1.1 0.89543,-2 2,-2 1.1,0 2,0.895431 2,2 z m -3.85,-1 -5.4,-3 m 0,-2 5.4,-3.5" |
64 | sodipodi:nodetypes="ssssssssssssssscccc" /> | ||
63 | </svg> | 65 | </svg> |
diff --git a/src/skip-backward.svg b/src/skip-backward.svg index d64fb90..0184d24 100644 --- a/src/skip-backward.svg +++ b/src/skip-backward.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="skip-backward.svg" | 15 | sodipodi:docname="skip-backward.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"> |
@@ -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> |
@@ -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="22.627417" |
48 | inkscape:cx="-0.1109936" | 48 | inkscape:cx="5.5368293" |
49 | inkscape:cy="10.719393" | 49 | inkscape:cy="11.782965" |
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" /> |
@@ -60,11 +61,11 @@ | |||
60 | sodipodi:nodetypes="cccc" | 61 | sodipodi:nodetypes="cccc" |
61 | inkscape:connector-curvature="0" | 62 | inkscape:connector-curvature="0" |
62 | id="path900" | 63 | id="path900" |
63 | d="m 11.750075,3.75 -5.5,4.25 5.5,4.25 z" | 64 | d="M 11.750075,3.25 5.25,8 l 6.500075,4.75 z" |
64 | 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" /> | 65 | 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" /> |
65 | <path | 66 | <path |
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 | 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 | d="M 4.250075,12.25 V 3.75" | 68 | d="M 3.75,12.75 V 3.25" |
68 | id="path902" | 69 | id="path902" |
69 | inkscape:connector-curvature="0" | 70 | inkscape:connector-curvature="0" |
70 | sodipodi:nodetypes="cc" /> | 71 | sodipodi:nodetypes="cc" /> |
diff --git a/src/skip-forward.svg b/src/skip-forward.svg index 18f8ac7..a58aa62 100644 --- a/src/skip-forward.svg +++ b/src/skip-forward.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="skip-forward.svg" | 15 | sodipodi:docname="skip-forward.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="32" |
48 | inkscape:cx="-0.4078686" | 48 | inkscape:cx="11.479377" |
49 | inkscape:cy="7.4537676" | 49 | inkscape:cy="6.9547746" |
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" /> |
@@ -60,11 +61,11 @@ | |||
60 | sodipodi:nodetypes="cccc" | 61 | sodipodi:nodetypes="cccc" |
61 | inkscape:connector-curvature="0" | 62 | inkscape:connector-curvature="0" |
62 | id="path900" | 63 | id="path900" |
63 | d="M 4.25,3.75 9.75,8 4.25,12.25 Z" | 64 | d="M 3.75,3.25 10.25,8 3.75,12.75 Z" |
64 | 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" /> | 65 | 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" /> |
65 | <path | 66 | <path |
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 | 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 | d="M 11.75,12.25 V 3.75" | 68 | d="M 11.75,12.75 V 3.25" |
68 | id="path902" | 69 | id="path902" |
69 | inkscape:connector-curvature="0" | 70 | inkscape:connector-curvature="0" |
70 | sodipodi:nodetypes="cc" /> | 71 | sodipodi:nodetypes="cc" /> |
diff --git a/src/star-filled.svg b/src/star-filled.svg new file mode 100644 index 0000000..0349b4e --- /dev/null +++ b/src/star-filled.svg | |||
@@ -0,0 +1,66 @@ | |||
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="star-filled.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="2.7617838" | ||
49 | inkscape:cy="7.7933279" | ||
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:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.48420322;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 11.535276,14.171691 -3.5337,-2.079205 -3.5649078,2.096445 C 4.0301879,14.427973 3.4853459,13.985461 3.6341416,13.516706 L 4.8870575,9.548847 1.8645066,7.3741551 C 1.3883113,7.0315379 1.5645732,6.2718453 2.1079967,6.2718453 H 6.0181221 L 7.4170324,2.240369 C 7.6416602,1.5930211 8.3229647,1.5959877 8.5620427,2.199631 l 1.4148052,4.0722139 h 3.8680871 c 0.556602,0 0.849268,0.6846272 0.379662,1.0237564 l -3.116684,2.250733 1.246358,3.9465137 c 0.167472,0.53029 -0.398993,0.928594 -0.818995,0.678843 z" | ||
63 | id="path814" | ||
64 | inkscape:connector-curvature="0" | ||
65 | sodipodi:nodetypes="scsscsscsscsscss" /> | ||
66 | </svg> | ||
diff --git a/src/tablet.svg b/src/tablet.svg index 6977b74..8a12e32 100644 --- a/src/tablet.svg +++ b/src/tablet.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="tablet.svg" | 15 | sodipodi:docname="tablet.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"> |
@@ -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> |
@@ -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="45.254834" | 47 | inkscape:zoom="22.627417" |
48 | inkscape:cx="7.0976793" | 48 | inkscape:cx="0.67832794" |
49 | inkscape:cy="11.793276" | 49 | inkscape:cy="-2.0465783" |
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" /> |
@@ -60,13 +61,13 @@ | |||
60 | 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" | 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" |
61 | id="rect927" | 62 | id="rect927" |
62 | width="10.5" | 63 | width="10.5" |
63 | height="12.5" | 64 | height="13.5" |
64 | x="2.75" | 65 | x="2.75" |
65 | y="1.75" | 66 | y="1.25" |
66 | ry="0.75" /> | 67 | ry="0.81" /> |
67 | <path | 68 | <path |
68 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | 69 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
69 | d="m 6.75,11.749925 h 2.5" | 70 | d="m 6.75,12.25 h 2.5" |
70 | id="path814" | 71 | id="path814" |
71 | inkscape:connector-curvature="0" | 72 | inkscape:connector-curvature="0" |
72 | sodipodi:nodetypes="cc" /> | 73 | sodipodi:nodetypes="cc" /> |
diff --git a/src/thumbtack.svg b/src/thumbtack.svg index 8e28435..fa7e887 100644 --- a/src/thumbtack.svg +++ b/src/thumbtack.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="thumbtack.svg" | 15 | sodipodi:docname="thumbtack.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,32 +40,33 @@ | |||
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="16" |
48 | inkscape:cx="3.0809946" | 48 | inkscape:cx="1.9143974" |
49 | inkscape:cy="6.1554892" | 49 | inkscape:cy="-3.4789728" |
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" /> |
58 | </sodipodi:namedview> | 59 | </sodipodi:namedview> |
59 | <path | 60 | <path |
60 | 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" | 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" |
61 | d="m 6.1997536,6.7495937 c 0.073332,0 0.07692,-0.026914 0.1357008,-0.08568 L 9.75,3.2502464 V 1.7497537 L 14.250247,6.25 H 12.749754 L 9.2502464,9.7500865 V 13.250086 L 2.7497536,6.7495937 Z" | 62 | d="m 10.249876,1.2498768 4.500247,4.5002463 C 11,7.4815735 10,9.548095 9.2502464,13.250086 L 2.7497536,6.7495937 C 6.5116261,6 8.5314414,5 10.249876,1.2498768 Z" |
62 | id="rect816" | 63 | id="rect816" |
63 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
64 | sodipodi:nodetypes="sscccccccs" /> | 65 | sodipodi:nodetypes="ccccc" /> |
65 | <path | 66 | <path |
66 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | 67 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
67 | d="M 3.7497536,11.749754 1.7504927,14.249507 4.2502463,12.250246 Z" | 68 | d="M 6,10 1.7504927,14.249507 Z" |
68 | id="path819" | 69 | id="path819" |
69 | inkscape:connector-curvature="0" | 70 | inkscape:connector-curvature="0" |
70 | sodipodi:nodetypes="cccc" /> | 71 | sodipodi:nodetypes="ccc" /> |
71 | </svg> | 72 | </svg> |
diff --git a/src/trash-restore.svg b/src/trash-restore.svg index dbc0c90..ac2eade 100644 --- a/src/trash-restore.svg +++ b/src/trash-restore.svg | |||
@@ -13,10 +13,15 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="trash-restore.svg" | 15 | sodipodi:docname="trash-restore.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"> |
20 | <path | ||
21 | id="path815" | ||
22 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
23 | d="m 7.75,6.75 v 5.5 m -2,-3.5 2,-2 2,2" | ||
24 | sodipodi:nodetypes="ccccc" /> | ||
20 | <metadata | 25 | <metadata |
21 | id="metadata16"> | 26 | id="metadata16"> |
22 | <rdf:RDF> | 27 | <rdf:RDF> |
@@ -40,18 +45,19 @@ | |||
40 | guidetolerance="10" | 45 | guidetolerance="10" |
41 | inkscape:pageopacity="0" | 46 | inkscape:pageopacity="0" |
42 | inkscape:pageshadow="2" | 47 | inkscape:pageshadow="2" |
43 | inkscape:window-width="3840" | 48 | inkscape:window-width="1920" |
44 | inkscape:window-height="1983" | 49 | inkscape:window-height="992" |
45 | id="namedview12" | 50 | id="namedview12" |
46 | showgrid="true" | 51 | showgrid="true" |
47 | inkscape:zoom="8" | 52 | inkscape:zoom="22.627417" |
48 | inkscape:cx="-10.041582" | 53 | inkscape:cx="5.1536011" |
49 | inkscape:cy="-33.356713" | 54 | inkscape:cy="9.2069366" |
50 | inkscape:window-x="0" | 55 | inkscape:window-x="1536" |
51 | inkscape:window-y="0" | 56 | inkscape:window-y="0" |
52 | inkscape:window-maximized="1" | 57 | inkscape:window-maximized="1" |
53 | inkscape:current-layer="svg10" | 58 | inkscape:current-layer="svg10" |
54 | showguides="false"> | 59 | showguides="false" |
60 | inkscape:document-rotation="0"> | ||
55 | <inkscape:grid | 61 | <inkscape:grid |
56 | type="xygrid" | 62 | type="xygrid" |
57 | id="grid823" /> | 63 | id="grid823" /> |
@@ -59,11 +65,7 @@ | |||
59 | <path | 65 | <path |
60 | id="rect907" | 66 | id="rect907" |
61 | style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#00050a;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" | 67 | style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#00050a;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" |
62 | d="M 5.25,3.7500008 V 1.9999997 c 0,-0.4155 0.3345,-0.75 0.75,-0.75 h 3.5 c 0.4155,0 0.75,0.3345 0.75,0.75 v 1.7500011 m 2.5,2.9999994 V 14 c 0,0.4155 -0.3345,0.75 -0.75,0.75 H 3.5 C 3.0845,14.75 2.75,14.4155 2.75,14 V 6.7500002 m -1,-3.0000745 h 12" | 68 | d="m 5.25,3.7500005 v -1.750001 c 0,-0.4155 0.3345,-0.75 0.75,-0.75 h 3.5 c 0.4155,0 0.75,0.3345 0.75,0.75 v 1.750001 M 12.75,6.75 11.75,14 C 11.69323,14.411603 11.4155,14.75 11,14.75 H 4.5 C 4.0845,14.75 3.8067728,14.411603 3.75,14 l -1,-7.25 m -1,-3.0000745 h 12" |
63 | inkscape:connector-curvature="0" | 69 | inkscape:connector-curvature="0" |
64 | sodipodi:nodetypes="cssssccssssccc" /> | 70 | sodipodi:nodetypes="cssssccssssccc" /> |
65 | <path | ||
66 | id="path815" | ||
67 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
68 | d="m 7.75,6.75 v 5.5 m -2.5,-3 2.5,-2.5 2.5,2.5" /> | ||
69 | </svg> | 71 | </svg> |
diff --git a/src/trash.svg b/src/trash.svg index 6798521..182a65c 100644 --- a/src/trash.svg +++ b/src/trash.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="trash.svg" | 15 | sodipodi:docname="trash.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"> |
@@ -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 /> | 28 | <dc:title></dc:title> |
29 | </cc:Work> | 29 | </cc:Work> |
30 | </rdf:RDF> | 30 | </rdf:RDF> |
31 | </metadata> | 31 | </metadata> |
@@ -40,38 +40,27 @@ | |||
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="16" | 47 | inkscape:zoom="22.627417" |
48 | inkscape:cx="-7.403682" | 48 | inkscape:cx="5.1536011" |
49 | inkscape:cy="-10.966056" | 49 | inkscape:cy="9.2069366" |
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" /> |
58 | </sodipodi:namedview> | 59 | </sodipodi:namedview> |
59 | <path | 60 | <path |
60 | sodipodi:nodetypes="cc" | ||
61 | inkscape:connector-curvature="0" | ||
62 | id="path853" | ||
63 | d="m 6.25,7.25 v 4" | ||
64 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> | ||
65 | <path | ||
66 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
67 | d="m 9.75,7.25 v 4" | ||
68 | id="path880" | ||
69 | inkscape:connector-curvature="0" | ||
70 | sodipodi:nodetypes="cc" /> | ||
71 | <path | ||
72 | id="rect907" | 61 | id="rect907" |
73 | style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#00050a;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" | 62 | style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#00050a;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" |
74 | d="M 5.75,4.25 V 2.499999 c 0,-0.4155 0.3345,-0.75 0.75,-0.75 h 3 c 0.4155,0 0.75,0.3345 0.75,0.75 V 4.25 m 2.5,0 v 9.25 c 0,0.4155 -0.3345,0.75 -0.75,0.75 H 4 C 3.5845,14.25 3.25,13.9155 3.25,13.5 V 4.25 m -1.5,-7.5e-5 h 12.5" | 63 | d="m 5.25,3.7500005 v -1.750001 c 0,-0.4155 0.3345,-0.75 0.75,-0.75 h 3.5 c 0.4155,0 0.75,0.3345 0.75,0.75 v 1.750001 M 12.75,6.75 11.75,14 C 11.69323,14.411603 11.4155,14.75 11,14.75 H 4.5 C 4.0845,14.75 3.8067728,14.411603 3.75,14 l -1,-7.25 m -1,-3.0000745 h 12" |
75 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
76 | sodipodi:nodetypes="cssssccssssccc" /> | 65 | sodipodi:nodetypes="cssssccssssccc" /> |
77 | </svg> | 66 | </svg> |