diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/icons/atom.svg | 71 | ||||
-rw-r--r-- | src/icons/backpack.svg | 20 | ||||
-rw-r--r-- | src/icons/ban.svg | 21 | ||||
-rw-r--r-- | src/icons/bell-slash.svg | 10 | ||||
-rw-r--r-- | src/icons/block.svg (renamed from src/icons/box.svg) | 21 | ||||
-rw-r--r-- | src/icons/book.svg | 33 | ||||
-rw-r--r-- | src/icons/casette-tape.svg | 27 | ||||
-rw-r--r-- | src/icons/coffee-to-go.svg | 18 | ||||
-rw-r--r-- | src/icons/coins.svg | 30 | ||||
-rw-r--r-- | src/icons/database.svg | 27 | ||||
-rw-r--r-- | src/icons/expand-alt.svg | 36 | ||||
-rw-r--r-- | src/icons/presentation.svg | 20 | ||||
-rw-r--r-- | src/icons/thumbtack.svg | 14 | ||||
-rw-r--r-- | src/icons/trash-restore.svg | 10 | ||||
-rw-r--r-- | src/icons/trash.svg | 10 | ||||
-rw-r--r-- | src/icons/volume-slash.svg | 28 |
16 files changed, 153 insertions, 243 deletions
diff --git a/src/icons/atom.svg b/src/icons/atom.svg new file mode 100644 index 0000000..9a57c53 --- /dev/null +++ b/src/icons/atom.svg | |||
@@ -0,0 +1,71 @@ | |||
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="atom.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="45.254834" | ||
48 | inkscape:cx="3.4951951" | ||
49 | inkscape:cy="5.8476721" | ||
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 | <circle | ||
61 | style="fill:#010101;fill-rule:evenodd;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;paint-order:markers stroke fill" | ||
62 | id="path842" | ||
63 | cx="7.75" | ||
64 | cy="8.25" | ||
65 | r="0.5" /> | ||
66 | <path | ||
67 | id="ellipse848" | ||
68 | style="fill:none;fill-rule:evenodd;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;paint-order:markers stroke fill" | ||
69 | transform="matrix(0.70710678,0.70710678,0.70710678,-0.70710678,0,0)" | ||
70 | d="M 14.71381,-0.35355324 A 3.4001641,7.7718034 0 0 1 11.313646,7.4182501 3.4001641,7.7718034 0 0 1 7.9134822,-0.35355324 3.4001641,7.7718034 0 0 1 11.313646,-8.1253566 3.4001641,7.7718034 0 0 1 14.71381,-0.35355324 Z M 11.313646,3.0466109 A 7.7718034,3.4001641 0 0 0 19.08545,-0.35355324 7.7718034,3.4001641 0 0 0 11.313646,-3.7537174 7.7718034,3.4001641 0 0 0 3.5418429,-0.35355324 7.7718034,3.4001641 0 0 0 11.313646,3.0466109 Z" /> | ||
71 | </svg> | ||
diff --git a/src/icons/backpack.svg b/src/icons/backpack.svg index cdf2e4c..c5902b3 100644 --- a/src/icons/backpack.svg +++ b/src/icons/backpack.svg | |||
@@ -58,28 +58,12 @@ | |||
58 | id="grid823" /> | 58 | id="grid823" /> |
59 | </sodipodi:namedview> | 59 | </sodipodi:namedview> |
60 | <path | 60 | <path |
61 | id="rect831" | ||
62 | style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" | ||
63 | d="M 2.25,6 C 2.25,4.4765 3.4765,3.25 5,3.25 h 6 c 1.5235,0 2.75,1.2265 2.75,2.75 v 8 c 0,0.4155 -0.3345,0.75 -0.75,0.75 H 3 C 2.5845,14.75 2.25,14.4155 2.25,14 Z" | ||
64 | sodipodi:nodetypes="cssccsscc" /> | ||
65 | <path | ||
66 | style="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 | d="M 5.75,3.2500005 V 1.5 C 5.75,1.0845 6.0845,0.75 6.5,0.75 h 3 c 0.4155,0 0.75,0.3345 0.75,0.75 v 1.7500005" | ||
68 | id="rect907" | ||
69 | sodipodi:nodetypes="cssssc" /> | ||
70 | <path | ||
71 | style="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" | ||
72 | d="M 4.75,14.75 V 10 C 4.75,9.5845 5.0845,9.25 5.5,9.25 h 5 c 0.4155,0 0.75,0.3345 0.75,0.75 v 4.75" | ||
73 | id="path844" | ||
74 | sodipodi:nodetypes="cssssc" /> | ||
75 | <path | ||
76 | style="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" | 61 | style="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" |
77 | d="m 5.75,6.25 h 4.5" | 62 | d="m 5.75,6.25 h 4.5" |
78 | id="path846" | 63 | id="path846" |
79 | sodipodi:nodetypes="cc" /> | 64 | sodipodi:nodetypes="cc" /> |
80 | <path | 65 | <path |
81 | style="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" | ||
82 | d="m 4.75,11.75 h 6.5" | ||
83 | id="path885" | 66 | id="path885" |
84 | sodipodi:nodetypes="cc" /> | 67 | style="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" |
68 | d="m 4.75,11.75 h 6.5 m -6.5,3 V 10 C 4.75,9.5845 5.0845,9.25 5.5,9.25 h 5 c 0.4155,0 0.75,0.3345 0.75,0.75 v 4.75 M 5.75,3.2500005 V 1.5 C 5.75,1.0845 6.0845,0.75 6.5,0.75 h 3 c 0.4155,0 0.75,0.3345 0.75,0.75 V 3.2500005 M 2.25,6 C 2.25,4.4765 3.4765,3.25 5,3.25 h 6 c 1.5235,0 2.75,1.2265 2.75,2.75 v 8 c 0,0.4155 -0.3345,0.75 -0.75,0.75 H 3 C 2.5845,14.75 2.25,14.4155 2.25,14 Z" /> | ||
85 | </svg> | 69 | </svg> |
diff --git a/src/icons/ban.svg b/src/icons/ban.svg index b6d4b63..f5679a9 100644 --- a/src/icons/ban.svg +++ b/src/icons/ban.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="ban.svg" | 15 | sodipodi:docname="ban.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="4.3154444" | 48 | inkscape:cx="7.1901236" |
49 | inkscape:cy="7.4256441" | 49 | inkscape:cy="7.4199702" |
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,5 @@ | |||
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" | 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,3.25 9.5,9.5 M 14.75,8 A 6.75,6.75 0 0 1 8,14.75 6.75,6.75 0 0 1 1.25,8 6.75,6.75 0 0 1 8,1.25 6.75,6.75 0 0 1 14.75,8 Z" /> | 63 | d="m 3.602,3.6018519 8.796148,8.7962961 M 14.75,8 A 6.75,6.75 0 0 1 8,14.75 6.75,6.75 0 0 1 1.25,8 6.75,6.75 0 0 1 8,1.25 6.75,6.75 0 0 1 14.75,8 Z" /> |
63 | </svg> | 64 | </svg> |
diff --git a/src/icons/bell-slash.svg b/src/icons/bell-slash.svg index 4f6ac97..f6d9114 100644 --- a/src/icons/bell-slash.svg +++ b/src/icons/bell-slash.svg | |||
@@ -64,15 +64,9 @@ | |||
64 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
65 | sodipodi:nodetypes="csc" /> | 65 | sodipodi:nodetypes="csc" /> |
66 | <path | 66 | <path |
67 | id="path870" | 67 | id="path843" |
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" | ||
69 | d="m 10.75,10.75 h -8.5 c 0.9268757,-0.926876 2,-3.796875 2,-6 0,-0.1649946 -0.022087,-0.3410854 0,-0.5" | ||
70 | inkscape:connector-curvature="0" | ||
71 | sodipodi:nodetypes="ccsc" /> | ||
72 | <path | ||
73 | 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" | 68 | 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" |
74 | d="M 1,1 14.999999,15" | 69 | d="M 1,1 14.999999,15 M 10.75,10.75 h -8.5 c 0.9268757,-0.926876 2,-3.796875 2,-6 0,-0.1649946 -0.022087,-0.3410854 0,-0.5" /> |
75 | id="path843" /> | ||
76 | <path | 70 | <path |
77 | id="path846" | 71 | id="path846" |
78 | 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" | 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" |
diff --git a/src/icons/box.svg b/src/icons/block.svg index 8a1fe6b..270edfd 100644 --- a/src/icons/box.svg +++ b/src/icons/block.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="box.svg" | 15 | sodipodi:docname="block.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"> |
@@ -48,18 +48,19 @@ | |||
48 | guidetolerance="10" | 48 | guidetolerance="10" |
49 | inkscape:pageopacity="0" | 49 | inkscape:pageopacity="0" |
50 | inkscape:pageshadow="2" | 50 | inkscape:pageshadow="2" |
51 | inkscape:window-width="3840" | 51 | inkscape:window-width="1920" |
52 | inkscape:window-height="1983" | 52 | inkscape:window-height="992" |
53 | id="namedview12" | 53 | id="namedview12" |
54 | showgrid="true" | 54 | showgrid="true" |
55 | inkscape:zoom="64" | 55 | inkscape:zoom="4" |
56 | inkscape:cx="2.2801195" | 56 | inkscape:cx="-56.073648" |
57 | inkscape:cy="10.674723" | 57 | inkscape:cy="47.436991" |
58 | inkscape:window-x="0" | 58 | inkscape:window-x="1536" |
59 | inkscape:window-y="0" | 59 | inkscape:window-y="0" |
60 | inkscape:window-maximized="1" | 60 | inkscape:window-maximized="1" |
61 | inkscape:current-layer="svg10" | 61 | inkscape:current-layer="svg10" |
62 | showguides="true"> | 62 | showguides="true" |
63 | inkscape:document-rotation="0"> | ||
63 | <inkscape:grid | 64 | <inkscape:grid |
64 | type="xygrid" | 65 | type="xygrid" |
65 | id="grid823" /> | 66 | id="grid823" /> |
@@ -67,7 +68,7 @@ | |||
67 | <path | 68 | <path |
68 | id="path1118" | 69 | id="path1118" |
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 | 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 13.75,11.464256 7.7499999,14.929 1.75,11.464 V 4.536 L 7.7499999,1.0714883 13.75,4.536 Z M 1.75,4.536 7.75,8 m 6,-3.464 -6,3.464 m 0,6.929 V 8" | 71 | d="M 14.25,11.464256 7.7499999,15.2505 1.25,11.464 V 4.536 L 7.7499999,0.75 14.25,4.536 Z M 1.25,4.536 7.75,8.3215 m 6.5,-3.7855 -6.5,3.7855 m 0,6.929 v -6.929" |
71 | inkscape:connector-curvature="0" | 72 | inkscape:connector-curvature="0" |
72 | sodipodi:nodetypes="ccccccccccccc" /> | 73 | sodipodi:nodetypes="ccccccccccccc" /> |
73 | </svg> | 74 | </svg> |
diff --git a/src/icons/book.svg b/src/icons/book.svg index 4945366..16c9d64 100644 --- a/src/icons/book.svg +++ b/src/icons/book.svg | |||
@@ -13,7 +13,7 @@ | |||
13 | version="1.1" | 13 | version="1.1" |
14 | id="svg10" | 14 | id="svg10" |
15 | sodipodi:docname="book.svg" | 15 | sodipodi:docname="book.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,30 +40,37 @@ | |||
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="6.7253988" | 48 | inkscape:cx="5.5225314" |
49 | inkscape:cy="6.821598" | 49 | inkscape:cy="9.2750179" |
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="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:markers stroke fill" | ||
62 | d="M 13.25,11.25 H 4.5 C 3.5305,11.25 2.75,12.0305 2.75,13 M 4.5,1.234375 h 8.75 v 13.5 H 4.5 c -0.9695,0 -1.75,-0.7805 -1.75,-1.75 v -10 c 0,-0.9695 0.7805,-1.75 1.75,-1.75 z" /> | ||
63 | <path | ||
64 | 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" |
65 | d="m 6.75,4.25 h 3.5" | 62 | d="m 5.75,4.25 h 4.5" |
66 | id="path828" | 63 | id="path828" |
67 | inkscape:connector-curvature="0" | 64 | inkscape:connector-curvature="0" |
68 | sodipodi:nodetypes="cc" /> | 65 | sodipodi:nodetypes="cc" /> |
66 | <path | ||
67 | id="path832" | ||
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 | d="m 12.75,14.75 v -3.5 m 0.5,3.5 H 4 C 3.0305,14.75 2.25,13.961687 2.25,13 2.25,12.038312 3.0305,11.25 4,11.25 h 9.25 V 1.234375 H 4 c -0.9695,0 -1.75,0.7805 -1.75,1.75 V 13" /> | ||
70 | <path | ||
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 | d="m 5.75,6.75 h 4.5" | ||
73 | id="path833" | ||
74 | inkscape:connector-curvature="0" | ||
75 | sodipodi:nodetypes="cc" /> | ||
69 | </svg> | 76 | </svg> |
diff --git a/src/icons/casette-tape.svg b/src/icons/casette-tape.svg index 5f9a0e1..9355c21 100644 --- a/src/icons/casette-tape.svg +++ b/src/icons/casette-tape.svg | |||
@@ -57,35 +57,12 @@ | |||
57 | type="xygrid" | 57 | type="xygrid" |
58 | id="grid823" /> | 58 | id="grid823" /> |
59 | </sodipodi:namedview> | 59 | </sodipodi:namedview> |
60 | <rect | ||
61 | style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" | ||
62 | id="rect1050" | ||
63 | width="14.5" | ||
64 | height="10.5" | ||
65 | x="0.75" | ||
66 | y="2.75" | ||
67 | ry="0.75" /> | ||
68 | <path | 60 | <path |
69 | id="rect831" | 61 | id="rect831" |
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" | 62 | style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" |
71 | d="m 12.25,13.25 -1,-1.5 h -6.5 l -1,1.5" | 63 | d="m 12.25,13.25 -1,-1.5 h -6.5 l -1,1.5 M 1.5,2.75 h 13 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 -13 c -0.4155,0 -0.75,-0.3345 -0.75,-0.75 v -9 C 0.75,3.0845 1.0845,2.75 1.5,2.75 Z" /> |
72 | sodipodi:nodetypes="cccc" /> | ||
73 | <rect | ||
74 | style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.50001;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:markers stroke fill" | ||
75 | id="rect834" | ||
76 | width="8.4999895" | ||
77 | height="2.5" | ||
78 | x="3.750005" | ||
79 | y="6.2500048" | ||
80 | ry="0.74999523" /> | ||
81 | <path | ||
82 | id="rect831-3" | ||
83 | 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" | ||
84 | d="M 11.25,8.75 V 6.25" | ||
85 | sodipodi:nodetypes="cc" /> | ||
86 | <path | 64 | <path |
87 | id="path874" | 65 | id="path874" |
88 | style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" | 66 | style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" |
89 | d="M 4.75,8.75 V 6.25" | 67 | d="m 4.75,8.75 v -2.5 m 6.5,2.5 v -2.5 m -6.7499998,4.8e-6 h 6.9999988 c 0.415498,0 0.749996,0.3344978 0.749996,0.7499952 v 1.0000095 c 0,0.4154974 -0.334498,0.7499953 -0.749996,0.7499953 H 4.5000002 c -0.4154973,0 -0.7499952,-0.3344979 -0.7499952,-0.7499953 V 7 c 0,-0.4154974 0.3344979,-0.7499952 0.7499952,-0.7499952 z" /> |
90 | sodipodi:nodetypes="cc" /> | ||
91 | </svg> | 68 | </svg> |
diff --git a/src/icons/coffee-to-go.svg b/src/icons/coffee-to-go.svg index 0ba1443..90912df 100644 --- a/src/icons/coffee-to-go.svg +++ b/src/icons/coffee-to-go.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="64" | 47 | inkscape:zoom="22.627417" |
48 | inkscape:cx="6.3895968" | 48 | inkscape:cx="5.3242127" |
49 | inkscape:cy="7.9507506" | 49 | inkscape:cy="10.656219" |
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" |
@@ -58,15 +58,7 @@ | |||
58 | id="grid823" /> | 58 | id="grid823" /> |
59 | </sodipodi:namedview> | 59 | </sodipodi:namedview> |
60 | <path | 60 | <path |
61 | id="path835" | ||
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 1.75,4.25 h 12.5" | 63 | d="m 3.625,7.75 h 8.75 M 12,11.25 H 4 M 4.9999999,1.2501875 H 11 c 0.4155,0 0.551904,0.3847623 0.75,0.75 l 1,2.2654375 L 11.75,14 C 11.70754,14.413324 11.4155,14.75 11,14.75 H 4.9999999 c -0.4155,0 -0.7054148,-0.336899 -0.75,-0.75 L 3.25,4.234375 4.2499999,2.0001875 c 0.1697461,-0.3792447 0.3345,-0.75 0.75,-0.75 z M 1.75,4.25 h 12.5" /> |
63 | id="path836" /> | ||
64 | <path | ||
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:normal" | ||
66 | d="M 4.9999999,1.2501875 H 11 c 0.4155,0 0.551904,0.3847623 0.75,0.75 l 1,2.2654375 L 11.75,14 C 11.70754,14.413324 11.4155,14.75 11,14.75 H 4.9999999 c -0.4155,0 -0.7054148,-0.336899 -0.75,-0.75 L 3.25,4.234375 4.2499999,2.0001875 c 0.1697461,-0.3792447 0.3345,-0.75 0.75,-0.75 z" | ||
67 | id="path833" /> | ||
68 | <path | ||
69 | style="opacity:1;fill:#010101;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" | ||
70 | d="M 12,10.749925 H 4 L 3.625,7.75 h 8.75 z" | ||
71 | id="path835" /> | ||
72 | </svg> | 64 | </svg> |
diff --git a/src/icons/coins.svg b/src/icons/coins.svg index 5688319..5363872 100644 --- a/src/icons/coins.svg +++ b/src/icons/coins.svg | |||
@@ -58,33 +58,7 @@ | |||
58 | id="grid823" /> | 58 | id="grid823" /> |
59 | </sodipodi:namedview> | 59 | </sodipodi:namedview> |
60 | <path | 60 | <path |
61 | style="opacity:1;fill:none;fill-opacity:1;fill-rule: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.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" | 61 | id="path920" |
89 | sodipodi:nodetypes="cssc" /> | 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" |
63 | 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 m 0,3 c 0,1.1045686 -2.067003,1.9999996 -4,1.9999996 -0.734675,0 -1.9167417,-0.1293483 -2.4797402,-0.3503657 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 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 m 0,3 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 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" /> | ||
90 | </svg> | 64 | </svg> |
diff --git a/src/icons/database.svg b/src/icons/database.svg index b512266..4f2265e 100644 --- a/src/icons/database.svg +++ b/src/icons/database.svg | |||
@@ -58,30 +58,7 @@ | |||
58 | id="grid823" /> | 58 | id="grid823" /> |
59 | </sodipodi:namedview> | 59 | </sodipodi:namedview> |
60 | <path | 60 | <path |
61 | style="opacity:1;fill:none;fill-opacity:1;fill-rule: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.249963,2.75 v 10.5" | ||
63 | id="path839" | ||
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" | 61 | id="path841" |
86 | sodipodi:nodetypes="csc" /> | 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" |
63 | 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 m 10.5000434,-7 c 0,1.1045695 -2.626684,2 -5.250037,2 -2.6233526,0 -5.2500375,-0.8954305 -5.2500375,-2 m 10.5000745,3.5 c 0,1.104569 -2.626684,2 -5.250037,2 -2.6233526,0 -5.2500375,-0.895431 -5.2500375,-2 m 10.5000745,-7 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 2.7500375,13.25 V 2.75 m 10.4999255,0 v 10.5" /> | ||
87 | </svg> | 64 | </svg> |
diff --git a/src/icons/expand-alt.svg b/src/icons/expand-alt.svg index c21c442..7c4ac36 100644 --- a/src/icons/expand-alt.svg +++ b/src/icons/expand-alt.svg | |||
@@ -25,7 +25,7 @@ | |||
25 | <dc:format>image/svg+xml</dc:format> | 25 | <dc:format>image/svg+xml</dc:format> |
26 | <dc:type | 26 | <dc:type |
27 | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | 27 | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |
28 | <dc:title></dc:title> | 28 | <dc:title /> |
29 | </cc:Work> | 29 | </cc:Work> |
30 | </rdf:RDF> | 30 | </rdf:RDF> |
31 | </metadata> | 31 | </metadata> |
@@ -58,37 +58,7 @@ | |||
58 | id="grid823" /> | 58 | id="grid823" /> |
59 | </sodipodi:namedview> | 59 | </sodipodi:namedview> |
60 | <path | 60 | <path |
61 | style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" | ||
62 | d="M 2.250075,5.75 2.25,2.2503181 h 3.5" | ||
63 | id="rect927" | ||
64 | inkscape:connector-curvature="0" | ||
65 | sodipodi:nodetypes="ccc" /> | ||
66 | <path | ||
67 | sodipodi:nodetypes="ccc" | ||
68 | inkscape:connector-curvature="0" | ||
69 | id="path816" | ||
70 | d="M 13.749682,5.75 13.75,2.2503181 h -3.5" | ||
71 | style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" /> | ||
72 | <path | ||
73 | sodipodi:nodetypes="ccc" | ||
74 | inkscape:connector-curvature="0" | ||
75 | id="path818" | ||
76 | d="M 2.250075,10.25 2.25,13.749925 h 3.5" | ||
77 | style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" /> | ||
78 | <path | ||
79 | style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" | ||
80 | d="M 13.749682,10.25 13.75,13.749925 h -3.5" | ||
81 | id="path820" | ||
82 | inkscape:connector-curvature="0" | ||
83 | sodipodi:nodetypes="ccc" /> | ||
84 | <path | ||
85 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
86 | d="M 13.75,13.75 2.25,2.25" | ||
87 | id="path845" | ||
88 | sodipodi:nodetypes="cc" /> | ||
89 | <path | ||
90 | style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
91 | d="M 13.75,2.25 2.25,13.75" | ||
92 | id="path847" | 61 | id="path847" |
93 | sodipodi:nodetypes="cc" /> | 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" |
63 | d="m 13.75,2.25 -11.5,11.5 m 11.5,0 -11.5,-11.5 m 11.499682,8 3.18e-4,3.499925 h -3.5 M 2.250075,10.25 2.25,13.749925 h 3.5 M 13.749682,5.75 13.75,2.2503181 h -3.5 M 2.250075,5.75 2.25,2.2503181 h 3.5" /> | ||
94 | </svg> | 64 | </svg> |
diff --git a/src/icons/presentation.svg b/src/icons/presentation.svg index 4fce929..327d854 100644 --- a/src/icons/presentation.svg +++ b/src/icons/presentation.svg | |||
@@ -25,7 +25,7 @@ | |||
25 | <dc:format>image/svg+xml</dc:format> | 25 | <dc:format>image/svg+xml</dc:format> |
26 | <dc:type | 26 | <dc:type |
27 | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | 27 | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |
28 | <dc:title></dc:title> | 28 | <dc:title /> |
29 | </cc:Work> | 29 | </cc:Work> |
30 | </rdf:RDF> | 30 | </rdf:RDF> |
31 | </metadata> | 31 | </metadata> |
@@ -58,23 +58,7 @@ | |||
58 | id="grid823" /> | 58 | id="grid823" /> |
59 | </sodipodi:namedview> | 59 | </sodipodi:namedview> |
60 | <path | 60 | <path |
61 | id="rect1050" | ||
62 | style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" | ||
63 | d="M 13.25,2.25 V 9 c 0,0.4155 -0.3345,0.75 -0.75,0.75 H 3 C 2.5845,9.75 2.25,9.4155 2.25,9 V 2.25" | ||
64 | sodipodi:nodetypes="cssssc" /> | ||
65 | <path | ||
66 | id="path832" | ||
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 | d="m 1.25,1.75 h 13" | ||
69 | sodipodi:nodetypes="cc" /> | ||
70 | <path | ||
71 | id="path836" | ||
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 7.75,9.75 v 2.5" | ||
74 | sodipodi:nodetypes="cc" /> | ||
75 | <path | ||
76 | id="path838" | 61 | id="path838" |
77 | style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" | 62 | style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" |
78 | d="m 10.25,14.75 -2.5,-2.5 -2.5,2.5" | 63 | d="m 10.25,14.75 -2.5,-2.5 -2.5,2.5 m 2.5,-5 v 2.5 M 1.25,1.75 h 13 m -1,0.5 V 9 c 0,0.4155 -0.3345,0.75 -0.75,0.75 H 3 C 2.5845,9.75 2.25,9.4155 2.25,9 V 2.25" /> |
79 | sodipodi:nodetypes="ccc" /> | ||
80 | </svg> | 64 | </svg> |
diff --git a/src/icons/thumbtack.svg b/src/icons/thumbtack.svg index fa7e887..62b61be 100644 --- a/src/icons/thumbtack.svg +++ b/src/icons/thumbtack.svg | |||
@@ -46,7 +46,7 @@ | |||
46 | showgrid="true" | 46 | showgrid="true" |
47 | inkscape:zoom="16" | 47 | inkscape:zoom="16" |
48 | inkscape:cx="1.9143974" | 48 | inkscape:cx="1.9143974" |
49 | inkscape:cy="-3.4789728" | 49 | inkscape:cy="-3.4642512" |
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" |
@@ -58,15 +58,7 @@ | |||
58 | id="grid823" /> | 58 | id="grid823" /> |
59 | </sodipodi:namedview> | 59 | </sodipodi:namedview> |
60 | <path | 60 | <path |
61 | style="opacity:1;fill:none;fill-opacity:1;fill-rule: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 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" | ||
63 | id="rect816" | ||
64 | inkscape:connector-curvature="0" | ||
65 | sodipodi:nodetypes="ccccc" /> | ||
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" | ||
68 | d="M 6,10 1.7504927,14.249507 Z" | ||
69 | id="path819" | 61 | id="path819" |
70 | inkscape:connector-curvature="0" | 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" |
71 | sodipodi:nodetypes="ccc" /> | 63 | d="m 6,10 -4.2495073,4.249507 z m 4.249876,-8.7501232 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" /> |
72 | </svg> | 64 | </svg> |
diff --git a/src/icons/trash-restore.svg b/src/icons/trash-restore.svg index ac2eade..37582e9 100644 --- a/src/icons/trash-restore.svg +++ b/src/icons/trash-restore.svg | |||
@@ -30,7 +30,7 @@ | |||
30 | <dc:format>image/svg+xml</dc:format> | 30 | <dc:format>image/svg+xml</dc:format> |
31 | <dc:type | 31 | <dc:type |
32 | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | 32 | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |
33 | <dc:title></dc:title> | 33 | <dc:title /> |
34 | </cc:Work> | 34 | </cc:Work> |
35 | </rdf:RDF> | 35 | </rdf:RDF> |
36 | </metadata> | 36 | </metadata> |
@@ -63,9 +63,11 @@ | |||
63 | id="grid823" /> | 63 | id="grid823" /> |
64 | </sodipodi:namedview> | 64 | </sodipodi:namedview> |
65 | <path | 65 | <path |
66 | 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 | d="m 12.75,6.75 -1,7.25 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" | ||
68 | id="path834" /> | ||
69 | <path | ||
66 | id="rect907" | 70 | id="rect907" |
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" | 71 | 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" |
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" | 72 | 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 -8.5,-7.5e-5 h 12" /> |
69 | inkscape:connector-curvature="0" | ||
70 | sodipodi:nodetypes="cssssccssssccc" /> | ||
71 | </svg> | 73 | </svg> |
diff --git a/src/icons/trash.svg b/src/icons/trash.svg index 182a65c..f969d34 100644 --- a/src/icons/trash.svg +++ b/src/icons/trash.svg | |||
@@ -25,7 +25,7 @@ | |||
25 | <dc:format>image/svg+xml</dc:format> | 25 | <dc:format>image/svg+xml</dc:format> |
26 | <dc:type | 26 | <dc:type |
27 | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | 27 | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |
28 | <dc:title></dc:title> | 28 | <dc:title /> |
29 | </cc:Work> | 29 | </cc:Work> |
30 | </rdf:RDF> | 30 | </rdf:RDF> |
31 | </metadata> | 31 | </metadata> |
@@ -58,9 +58,11 @@ | |||
58 | id="grid823" /> | 58 | id="grid823" /> |
59 | </sodipodi:namedview> | 59 | </sodipodi:namedview> |
60 | <path | 60 | <path |
61 | style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#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 12.75,6.75 -1,7.25 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" | ||
63 | id="path833" /> | ||
64 | <path | ||
61 | id="rect907" | 65 | id="rect907" |
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" | 66 | 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" |
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" | 67 | 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 -8.5,-7.5e-5 h 12" /> |
64 | inkscape:connector-curvature="0" | ||
65 | sodipodi:nodetypes="cssssccssssccc" /> | ||
66 | </svg> | 68 | </svg> |
diff --git a/src/icons/volume-slash.svg b/src/icons/volume-slash.svg index 52e1dc4..2955529 100644 --- a/src/icons/volume-slash.svg +++ b/src/icons/volume-slash.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="5.6568543" | 47 | inkscape:zoom="16" |
48 | inkscape:cx="26.212631" | 48 | inkscape:cx="11.597516" |
49 | inkscape:cy="15.772418" | 49 | inkscape:cy="14.947974" |
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" |
@@ -71,30 +71,12 @@ | |||
71 | sodipodi:nodetypes="cc" /> | 71 | sodipodi:nodetypes="cc" /> |
72 | <path | 72 | <path |
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 | d="M 11.10711,11.121784 C 10.847807,11.383005 10.558889,11.598648 10.25624,11.75" | ||
75 | id="path815" | ||
76 | inkscape:connector-curvature="0" | ||
77 | sodipodi:nodetypes="cc" /> | ||
78 | <path | ||
79 | 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" | ||
80 | d="M 1,1 15,15" | ||
81 | id="path848" /> | ||
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:markers stroke fill" | ||
84 | d="m 10.24376,5.25 c 0.898838,0.4448574 1.677277,1.4583708 1.924517,2.5474441" | 74 | d="m 10.24376,5.25 c 0.898838,0.4448574 1.677277,1.4583708 1.924517,2.5474441" |
85 | id="path850" | 75 | id="path850" |
86 | inkscape:connector-curvature="0" | 76 | inkscape:connector-curvature="0" |
87 | sodipodi:nodetypes="cc" /> | 77 | sodipodi:nodetypes="cc" /> |
88 | <path | 78 | <path |
89 | 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" | ||
90 | d="m 13.302104,13.373081 c -0.591695,0.614618 -1.290672,1.104347 -2.057573,1.424567" | ||
91 | id="path852" | ||
92 | inkscape:connector-curvature="0" | ||
93 | sodipodi:nodetypes="cc" /> | ||
94 | <path | ||
95 | style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" | ||
96 | d="m 7.25,7.25 v 6.5 l -3.5,-3.5 H 1.5 C 1.0845,10.25 0.75,9.9155 0.75,9.5 V 7 C 0.75,6.5845 1.0845,6.25 1.5,6.25 H 3.75 L 5,5" | ||
97 | id="path854" | 79 | id="path854" |
98 | inkscape:connector-curvature="0" | 80 | style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill" |
99 | sodipodi:nodetypes="cccsssscc" /> | 81 | d="m 7.25,7.25 v 6.5 l -3.5,-3.5 H 1.5 C 1.0845,10.25 0.75,9.9155 0.75,9.5 V 7 C 0.75,6.5845 1.0845,6.25 1.5,6.25 H 3.75 L 5,5 m 8.302104,8.373081 c -0.591695,0.614618 -1.290672,1.104347 -2.057573,1.424567 M 1,1 15,15 M 11.10711,11.121784 C 10.847807,11.383005 10.558889,11.598648 10.25624,11.75" /> |
100 | </svg> | 82 | </svg> |