Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/img
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2020-05-23 10:39:08 +0300
committerdartcafe <github@dartcafe.de>2020-05-23 10:39:08 +0300
commit716fbb82b0658ffebe2472464dd31c6f8717f2a1 (patch)
treed1badbc416ea8bfc575a34ff739ad73f7f0138b2 /img
parent987d3cc7de12b810ceb28e042fdf154da8941480 (diff)
some more refactoring and icon work
Diffstat (limited to 'img')
-rw-r--r--img/app.pngbin195 -> 0 bytes
-rw-r--r--img/app.svg45
-rw-r--r--img/clock.svg10
-rw-r--r--img/clone.svg11
-rw-r--r--img/confirmed.svg62
-rw-r--r--img/favicon-mask.svg22
-rw-r--r--img/favicon-touch.pngbin1277 -> 0 bytes
-rw-r--r--img/favicon-touch.svg46
-rw-r--r--img/favicon.icobin3262 -> 0 bytes
-rw-r--r--img/favicon.pngbin349 -> 0 bytes
-rw-r--r--img/favicon.svg46
-rw-r--r--img/handle.svg5
-rw-r--r--img/icon-polls.svg38
-rw-r--r--img/maybe-toggle.svg14
-rw-r--r--img/maybe-vote-bordered.svg12
-rw-r--r--img/maybe-vote-variant.svg83
-rw-r--r--img/maybe-vote.svg24
-rw-r--r--img/move.svg5
-rw-r--r--img/no-toggle.svg14
-rw-r--r--img/no-vote-bordered.svg12
-rw-r--r--img/no-vote.svg6
-rw-r--r--img/questionmark.svg30
-rw-r--r--img/unconfirmed.svg58
-rw-r--r--img/unvoted-vote-bordered.svg9
-rw-r--r--img/yes-toggle.svg14
-rw-r--r--img/yes-vote-bordered.svg12
-rw-r--r--img/yes-vote.svg6
27 files changed, 180 insertions, 404 deletions
diff --git a/img/app.png b/img/app.png
deleted file mode 100644
index 84a879bb..00000000
--- a/img/app.png
+++ /dev/null
Binary files differ
diff --git a/img/app.svg b/img/app.svg
index cbf61396..f94d056b 100644
--- a/img/app.svg
+++ b/img/app.svg
@@ -1,38 +1,7 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- id="svg8"
- viewBox="0 0 32 32"
- x="0px"
- y="0px"
- enable-background="new 0 0 595.275 311.111"
- width="32"
- height="32"
- xml:space="preserve"
- version="1.1"><metadata
- id="metadata14"><rdf:RDF><cc:Work
- rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
- id="defs12" /><rect
- id="rect2"
- y="2"
- x="3"
- height="26"
- width="7"
- style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.93541431" /><rect
- id="rect4"
- y="12"
- x="12"
- height="16"
- width="7"
- style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.93541431" /><rect
- id="rect6"
- y="8"
- x="21"
- height="20"
- width="7"
- style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.8918826" /></svg> \ No newline at end of file
+<svg xmlns="http://www.w3.org/2000/svg" height="32" width="32" viewBox="0 0 32 32">
+ <g fill="#fff">
+ <rect y="2" x="3" height="26" width="7" />
+ <rect y="12" x="12" height="16" width="7" />
+ <rect y="8" x="21" height="20" width="7" />
+ </g>
+</svg>
diff --git a/img/clock.svg b/img/clock.svg
new file mode 100644
index 00000000..f6755829
--- /dev/null
+++ b/img/clock.svg
@@ -0,0 +1,10 @@
+<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewBox="0 0 16 16">
+ <g fill="none" stroke-width="1.5" stroke="#000" stroke-linejoin="round" stroke-linecap="round">
+ <circle
+ r="6.5"
+ cy="8"
+ cx="8" />
+ <path
+ id="path4530"
+ d="m 8.00005,5.6251078 v 2.375 l 2.90625,2.1562502"/>
+</g></svg>
diff --git a/img/clone.svg b/img/clone.svg
new file mode 100644
index 00000000..22839489
--- /dev/null
+++ b/img/clone.svg
@@ -0,0 +1,11 @@
+<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewBox="0 0 16 16">
+ <g
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ stroke="#000"
+ stroke-width="1.5"
+ fill="none">
+ <path style="fill:none" d="m 2.5,11.5 h -1 v -10 h 11 v 1" />
+ <rect style="fill:none;" width="10" height="10" x="4.5" y="4.5" />
+ </g>
+</svg>
diff --git a/img/confirmed.svg b/img/confirmed.svg
new file mode 100644
index 00000000..cafad0f1
--- /dev/null
+++ b/img/confirmed.svg
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ height="16"
+ width="16"
+ version="1.1"
+ viewBox="0 0 16 16"
+ id="svg4"
+ sodipodi:docname="confirmed.svg"
+ inkscape:version="0.92.4 (5da689c313, 2019-01-14)">
+ <metadata
+ id="metadata10">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs8" />
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1525"
+ inkscape:window-height="878"
+ id="namedview6"
+ showgrid="false"
+ inkscape:zoom="22.627417"
+ inkscape:cx="2.2078972"
+ inkscape:cy="7.2362528"
+ inkscape:window-x="1165"
+ inkscape:window-y="329"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="svg4" />
+ <path
+ d="M 4.3744829,7.0267474 8.0129825,10.665245 14.653249,4.0249852"
+ id="path2"
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:#000000;stroke-width:1.81924975" />
+ <path
+ style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
+ d="M 14,9.1057089 V 14 H 2.0000005 V 2.0000005 H 12.506951"
+ id="rect817"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+</svg>
diff --git a/img/favicon-mask.svg b/img/favicon-mask.svg
deleted file mode 100644
index a29f9e9b..00000000
--- a/img/favicon-mask.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- id="svg10"
- viewBox="0 0 32 32"
- x="0px"
- y="0px"
- enable-background="new 0 0 595.275 311.111"
- width="32"
- height="32"
- xml:space="preserve"
- version="1.1"><metadata
- id="metadata16"><rdf:RDF><cc:Work
- rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
- id="defs14" /><path
- id="rect2"
- d="M 5 0 C 2.23 0 0 2.23 0 5 L 0 27 C 0 29.77 2.23 32 5 32 L 27 32 C 29.77 32 32 29.77 32 27 L 32 5 C 32 2.23 29.77 0 27 0 L 5 0 z M 3 3 L 10 3 L 10 28 L 3 28 L 3 3 z M 21 8 L 28 8 L 28 28 L 21 28 L 21 8 z M 12 13 L 19 13 L 19 28 L 12 28 L 12 13 z " /></svg> \ No newline at end of file
diff --git a/img/favicon-touch.png b/img/favicon-touch.png
deleted file mode 100644
index ad5b5138..00000000
--- a/img/favicon-touch.png
+++ /dev/null
Binary files differ
diff --git a/img/favicon-touch.svg b/img/favicon-touch.svg
deleted file mode 100644
index e0f7ca74..00000000
--- a/img/favicon-touch.svg
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- id="svg10"
- viewBox="0 0 128 128"
- x="0px"
- y="0px"
- enable-background="new 0 0 595.275 311.111"
- width="128"
- height="128"
- xml:space="preserve"
- version="1.1"><metadata
- id="metadata16"><rdf:RDF><cc:Work
- rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
- id="defs14" /><rect
- id="rect2"
- fill="#0082c9"
- x="0"
- y="0"
- width="128"
- height="128"
- ry="20"
- rx="20" /><rect
- id="rect4"
- y="12.00002"
- x="12"
- height="100"
- width="28"
- style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.9172495" /><rect
- id="rect6"
- y="52"
- x="48"
- height="60"
- width="28"
- style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.90571111" /><rect
- id="rect8"
- y="32"
- x="84"
- height="80"
- width="27.999994"
- style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.85391259" /></svg> \ No newline at end of file
diff --git a/img/favicon.ico b/img/favicon.ico
deleted file mode 100644
index 9090c139..00000000
--- a/img/favicon.ico
+++ /dev/null
Binary files differ
diff --git a/img/favicon.png b/img/favicon.png
deleted file mode 100644
index e2816043..00000000
--- a/img/favicon.png
+++ /dev/null
Binary files differ
diff --git a/img/favicon.svg b/img/favicon.svg
deleted file mode 100644
index 3f6d8b1b..00000000
--- a/img/favicon.svg
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- id="svg10"
- viewBox="0 0 32 32"
- x="0px"
- y="0px"
- enable-background="new 0 0 595.275 311.111"
- width="32"
- height="32"
- xml:space="preserve"
- version="1.1"><metadata
- id="metadata16"><rdf:RDF><cc:Work
- rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
- id="defs14" /><rect
- id="rect2"
- fill="#0082c9"
- x="0"
- y="0"
- width="32"
- height="32"
- ry="5"
- rx="5" /><rect
- id="rect4"
- y="3"
- x="3"
- height="25"
- width="7"
- style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.91724908" /><rect
- id="rect6"
- y="13"
- x="12"
- height="15"
- width="7"
- style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.90571117" /><rect
- id="rect8"
- y="8"
- x="21"
- height="20"
- width="7"
- style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.8918826" /></svg> \ No newline at end of file
diff --git a/img/handle.svg b/img/handle.svg
new file mode 100644
index 00000000..56d8bce3
--- /dev/null
+++ b/img/handle.svg
@@ -0,0 +1,5 @@
+<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16">
+ <path
+ d="M 2,2 H 14 M 2,6 H 14 M 2,10 H 14 M 2,14 H 14"
+ stroke="#000" stroke-width="2" fill="none"/>
+</svg>
diff --git a/img/icon-polls.svg b/img/icon-polls.svg
deleted file mode 100644
index f280267d..00000000
--- a/img/icon-polls.svg
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- version="1.1"
- xml:space="preserve"
- height="32"
- width="32"
- enable-background="new 0 0 595.275 311.111"
- y="0px"
- x="0px"
- viewBox="0 0 32 32"
- id="svg8"><metadata
- id="metadata14"><rdf:RDF><cc:Work
- rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
- id="defs12" /><rect
- style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.93541431"
- width="7"
- height="26"
- x="3"
- y="2"
- id="rect2" /><rect
- style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.93541431"
- width="7"
- height="16"
- x="12"
- y="12"
- id="rect4" /><rect
- style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.8918826"
- width="7"
- height="20"
- x="21"
- y="8"
- id="rect6" /></svg> \ No newline at end of file
diff --git a/img/maybe-toggle.svg b/img/maybe-toggle.svg
deleted file mode 100644
index b8583faf..00000000
--- a/img/maybe-toggle.svg
+++ /dev/null
@@ -1,14 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16">
- <path
- d="m 9.8721084,10.669674 -2.4237061,0 0,-0.328979 q 0,-0.5505384 0.2215576,-0.9735121 Q 7.8915175,8.9374954 8.6031875,8.2795365 L 9.032875,7.8901322 Q 9.4155654,7.5410111 9.5901259,7.2321732 9.7714003,6.9233353 9.7714003,6.6144974 q 0,-0.4699707 -0.3222656,-0.7318115 -0.3222656,-0.2685547 -0.8996582,-0.2685547 -0.5438232,0 -1.1749267,0.2282715 -0.6311036,0.2215576 -1.315918,0.6646728 l 0,-2.1081543 Q 6.8710097,4.1169388 7.5423964,3.9826615 8.2137832,3.8483841 8.8381728,3.8483841 q 1.6381832,0 2.4975582,0.6713867 0.859375,0.6646729 0.859375,1.9470215 0,0.657959 -0.261841,1.1816406 -0.26184,0.5169678 -0.892944,1.114502 L 10.610633,9.1456253 Q 10.154091,9.5618851 10.0131,9.8170119 9.8721084,10.065426 9.8721084,10.36755 l 0,0.302124 z m -2.4237061,0.993653 2.4237061,0 0,2.390136 -2.4237061,0 0,-2.390136 z"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.75px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#ffc107;fill-opacity:1" />
- <rect
- style="opacity:1;fill:none;fill-opacity:0.71372549;fill-rule:nonzero;stroke:#ffc107;stroke-width:1.45034671;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- width="12.22084"
- height="12.572014"
- x="3.0164487"
- y="2.6649165" />
- <path
- style="opacity:1;fill:none;fill-opacity:0.71372549;fill-rule:nonzero;stroke:#ffc107;stroke-width:1.45034671;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 2.2943963,13.334791 -1.53061183,0 0,-12.57201403 12.22084053,0 0,1.17665813" />
-</svg>
diff --git a/img/maybe-vote-bordered.svg b/img/maybe-vote-bordered.svg
deleted file mode 100644
index 737da61d..00000000
--- a/img/maybe-vote-bordered.svg
+++ /dev/null
@@ -1,12 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16">
- <path
- d="M 8.7452395,9.7187502 H 6.3215333 V 9.3897706 q 0,-0.550537 0.2215576,-0.9735107 Q 6.7646485,7.9865723 7.4763185,7.3286134 L 7.906006,6.9392091 Q 8.2886965,6.590088 8.463257,6.2812501 8.6445313,5.9724122 8.6445313,5.6635743 q 0,-0.4699707 -0.3222655,-0.7318115 -0.3222656,-0.2685547 -0.8996583,-0.2685547 -0.5438232,0 -1.1749267,0.2282715 -0.6311036,0.2215576 -1.315918,0.6646728 V 3.4479981 Q 5.7441407,3.1660157 6.4155274,3.0317384 7.0869142,2.897461 7.7113038,2.897461 q 1.6381837,0 2.4975582,0.6713867 0.859375,0.6646729 0.859375,1.9470215 0,0.657959 -0.261841,1.1816406 -0.26184,0.5169678 -0.8929438,1.114502 L 9.4837647,8.1947022 Q 9.0272218,8.6109621 8.8862307,8.866089 8.7452395,9.114502 8.7452395,9.4166261 Z M 6.3215333,10.712403 h 2.4237062 v 2.390136 H 6.3215333 Z"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.75px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#ffc107;fill-opacity:1" />
- <rect
- style="fill:none;fill-opacity:1;stroke:#ffc107;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- width="15.000062"
- height="15.000061"
- x="0.49996963"
- y="0.49996981"
- ry="2.0592685" />
-</svg>
diff --git a/img/maybe-vote-variant.svg b/img/maybe-vote-variant.svg
deleted file mode 100644
index 1be11a44..00000000
--- a/img/maybe-vote-variant.svg
+++ /dev/null
@@ -1,83 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- id="svg4"
- version="1.1"
- width="16"
- height="16"
- sodipodi:docname="maybe-vote-variant.svg"
- inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
- <sodipodi:namedview
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1"
- objecttolerance="10"
- gridtolerance="10"
- guidetolerance="10"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:window-width="1920"
- inkscape:window-height="1017"
- id="namedview6"
- showgrid="false"
- inkscape:zoom="14.75"
- inkscape:cx="8"
- inkscape:cy="14.865201"
- inkscape:window-x="-8"
- inkscape:window-y="-8"
- inkscape:window-maximized="1"
- inkscape:current-layer="svg4">
- <inkscape:grid
- type="xygrid"
- id="grid836" />
- </sodipodi:namedview>
- <metadata
- id="metadata10">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <defs
- id="defs8" />
- <text
- xml:space="preserve"
- style="font-style:normal;font-weight:normal;font-size:15.00649071px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:1.02316976"
- x="-0.80368948"
- y="12.559312"
- id="text818"
- transform="scale(1.09019,0.9172713)"><tspan
- sodipodi:role="line"
- id="tspan816"
- x="-0.80368948"
- y="12.559312"
- style="font-size:14.66666698px;fill:#ffc107;fill-opacity:1;stroke-width:1.02316976">(</tspan></text>
- <text
- xml:space="preserve"
- style="font-style:normal;font-weight:normal;font-size:40.9271431px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:1.02317846"
- x="9.9630442"
- y="12.478945"
- id="text828"
- transform="scale(1.0901993,0.91726348)"><tspan
- sodipodi:role="line"
- id="tspan826"
- x="9.9630442"
- y="12.478945"
- style="font-size:14.66666698px;fill:#ffc107;fill-opacity:1;stroke-width:1.02317846">)</tspan></text>
- <path
- inkscape:connector-curvature="0"
- d="m 11.924,4.0659992 -4.9320001,4.97 -2.828,-2.83 L 2.75,7.6179992 6.9919999,11.861 13.357,5.4959992 l -1.433,-1.432 z"
- id="path816"
- style="fill:#ffc107;fill-opacity:1" />
-</svg>
diff --git a/img/maybe-vote.svg b/img/maybe-vote.svg
index 0ee10177..36f42b4d 100644
--- a/img/maybe-vote.svg
+++ b/img/maybe-vote.svg
@@ -23,8 +23,28 @@
</metadata>
<defs
id="defs8" />
+ <g
+ id="text818"
+ style="font-style:normal;font-weight:normal;font-size:10.03817844px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffc10f;fill-opacity:0.94117647;stroke:none;stroke-width:0.6844213"
+ transform="matrix(1.2792345,0,0,1.0763308,-0.2918408,-1.3872412)"
+ aria-label="(">
+ <path
+ id="path853"
+ style="font-size:9.81086349px;fill:#ffc10f;fill-opacity:0.94117647;stroke-width:0.6844213"
+ d="m 3.7425891,4.3526202 q -0.6419218,1.101806 -0.9533017,2.1796596 -0.31138,1.0778537 -0.31138,2.1844501 0,1.1065964 0.31138,2.1940311 0.3161704,1.082644 0.9533017,2.17966 H 2.9761153 Q 2.2575462,11.964662 1.8982617,10.877228 1.5437676,9.7897931 1.5437676,8.7167299 q 0,-1.0682727 0.3544941,-2.1509169 0.3544941,-1.0826441 1.0778536,-2.2131928 z" />
+ </g>
<path
id="path2"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.75px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#ffc107;fill-opacity:1;stroke-width:1.33733869"
- d="M 8.971553,10.357894 H 5.8118163 V 9.9065792 q 0,-0.7552632 0.2888402,-1.3355264 Q 6.3894968,7.9815791 7.3172868,7.0789476 L 7.8774618,6.544737 q 0.498906,-0.4789474 0.726477,-0.9026315 0.2363235,-0.4236843 0.2363235,-0.8473684 0,-0.644737 -0.4201309,-1.0039475 -0.4201313,-0.3684211 -1.1728666,-0.3684211 -0.7089715,0 -1.5317287,0.3131579 Q 4.8927789,4.0394738 4,4.6473685 V 1.7552632 Q 5.059081,1.3684211 5.9343545,1.1842107 6.8096281,1 7.6236325,1 9.7593,1 10.879649,1.9210527 12,2.8328948 12,4.5921054 12,5.4947371 11.658643,6.213158 11.317287,6.9223685 10.494529,7.7421055 L 9.934355,8.2671054 Q 9.339168,8.8381581 9.155361,9.188158 8.971553,9.5289475 8.971553,9.9434213 Z m -3.1597367,1.36316 H 8.971553 V 15 H 5.8118163 Z" />
+ d="M 4.2292965,7.4561992 6.8988209,10.399892 11.770704,5.0276561"
+ style="fill:none;fill-opacity:1;stroke:#ffc10f;stroke-width:1.40162849;stroke-opacity:0.94117647" />
+ <g
+ id="text818-2"
+ style="font-style:normal;font-weight:normal;font-size:10.03817844px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffc10f;fill-opacity:0.94117647;stroke:none;stroke-width:0.6844213"
+ transform="matrix(-1.2792345,0,0,-1.0763308,-2.4031246,-1.3872405)"
+ aria-label="(">
+ <path
+ id="path856"
+ style="font-size:9.81086349px;fill:#ffc10f;fill-opacity:0.94117647;stroke-width:0.6844213"
+ d="m -10.871757,-13.09042 q -0.641921,1.101806 -0.953301,2.179659 -0.31138,1.0778541 -0.31138,2.1844505 0,1.1065964 0.31138,2.194031 0.31617,1.0826441 0.953301,2.1796596 h -0.766473 q -0.718569,-1.1257582 -1.077854,-2.2131928 -0.354494,-1.0874346 -0.354494,-2.1604978 0,-1.0682727 0.354494,-2.1509165 0.354494,-1.082644 1.077854,-2.213193 z" />
+ </g>
</svg>
diff --git a/img/move.svg b/img/move.svg
new file mode 100644
index 00000000..f273cafb
--- /dev/null
+++ b/img/move.svg
@@ -0,0 +1,5 @@
+<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewBox="0 0 16 16">
+ <path d="m 14,13 v 1 H 2 V 13 M 2,3 V 2 h 12 v 1" fill="none" stroke="#000000" style="stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;" />
+ <path d="m 9,7 v 2 h 3 v 2.5 L 16,8 12,4.5 V 7 Z" fill="#000000" stroke-width="1px" />
+ <path d="M 7,7 V 9 H 4 v 2.5 L 0,8 4,4.5 V 7 Z" fill="#000000" stroke-width="1px" />
+</svg>
diff --git a/img/no-toggle.svg b/img/no-toggle.svg
deleted file mode 100644
index 2cd454d8..00000000
--- a/img/no-toggle.svg
+++ /dev/null
@@ -1,14 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16">
- <path
- d="m 14.051685,12.468195 -1.414,1.414 -3.535987,-3.535993 -3.535,3.535993 -1.415,-1.414 3.536,-3.535989 -3.536,-3.536 1.415,-1.414 3.535,3.536 3.515987,-3.555 1.434,1.434 -3.535993,3.535 z"
- style="fill:#f45573;fill-opacity:1;stroke:none;stroke-opacity:1" />
- <rect
- style="opacity:1;fill:none;fill-opacity:0.71372549;fill-rule:nonzero;stroke:#f45573;stroke-width:1.45034671;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- width="12.22084"
- height="12.572014"
- x="3.0173023"
- y="2.6650629" />
- <path
- style="opacity:1;fill:none;fill-opacity:0.71372549;fill-rule:nonzero;stroke:#f45573;stroke-width:1.45034671;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 2.2938232,13.334937 -1.52918518,0 0,-12.57201374 12.22084498,0 0,1.17862924" />
-</svg>
diff --git a/img/no-vote-bordered.svg b/img/no-vote-bordered.svg
deleted file mode 100644
index fd99205d..00000000
--- a/img/no-vote-bordered.svg
+++ /dev/null
@@ -1,12 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16">
- <path
- d="M 12.95,11.5455 11.536,12.9595 8,9.4235 4.465,12.9595 3.05,11.5455 6.586,8.0095 3.05,4.4735 4.465,3.0595 8,6.5955 l 3.516,-3.555 1.434,1.434 -3.536,3.535 z"
- style="fill:#f45573;fill-opacity:1;stroke:none;stroke-opacity:1" />
- <rect
- style="fill:none;fill-opacity:1;stroke:#f45573;stroke-width:0.99993926;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- width="15.000062"
- height="15.000061"
- x="0.49948388"
- y="0.50045538"
- ry="2.0592685" />
-</svg>
diff --git a/img/no-vote.svg b/img/no-vote.svg
deleted file mode 100644
index bea96475..00000000
--- a/img/no-vote.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16">
- <path
- d="M12.95 11.536l-1.414 1.414L8 9.414 4.465 12.95 3.05 11.536 6.586 8 3.05 4.464 4.465 3.05 8 6.586l3.516-3.555 1.434 1.434L9.414 8z"
- fill="#EFB4A7"
- style="fill:#f45573;fill-opacity:1;stroke:none;stroke-opacity:1" />
-</svg>
diff --git a/img/questionmark.svg b/img/questionmark.svg
deleted file mode 100644
index f2e369d8..00000000
--- a/img/questionmark.svg
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- id="svg4"
- version="1.1"
- width="16"
- height="16">
- <metadata
- id="metadata10">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <defs
- id="defs8" />
- <path
- id="path2"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.75px;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold';fill:#000000;fill-opacity:1;stroke-width:1.33733869"
- d="M 8.971553,10.357895 H 5.8118161 V 9.9065791 q 0,-0.7552619 0.2888403,-1.3355259 0.2888401,-0.5894748 1.2166301,-1.492105 L 7.8774614,6.5447368 Q 8.3763673,6.0657896 8.6039384,5.6421056 8.8402623,5.2184211 8.8402623,4.794737 q 0,-0.6447368 -0.4201313,-1.0039474 -0.4201313,-0.3684211 -1.1728664,-0.3684211 -0.7089716,0 -1.5317285,0.313158 Q 4.8927789,4.0394738 4,4.6473686 V 1.7552632 Q 5.0590809,1.3684211 5.9343543,1.1842106 6.8096279,1 7.6236322,1 9.7592993,1 10.879649,1.9210525 12,2.8328948 12,4.5921053 12,5.494737 11.658642,6.2131578 11.317287,6.922369 10.494529,7.742105 L 9.9343545,8.2671057 Q 9.3391687,8.8381576 9.1553609,9.1881576 8.971553,9.5289468 8.971553,9.9434222 Z M 5.8118161,11.721053 H 8.971553 V 15 H 5.8118161 Z" />
-</svg>
diff --git a/img/unconfirmed.svg b/img/unconfirmed.svg
new file mode 100644
index 00000000..60f90a20
--- /dev/null
+++ b/img/unconfirmed.svg
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ height="16"
+ width="16"
+ version="1.1"
+ viewBox="0 0 16 16"
+ id="svg4"
+ sodipodi:docname="unconfirmed.svg"
+ inkscape:version="0.92.4 (5da689c313, 2019-01-14)">
+ <metadata
+ id="metadata10">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs8" />
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1525"
+ inkscape:window-height="878"
+ id="namedview6"
+ showgrid="false"
+ inkscape:zoom="22.627417"
+ inkscape:cx="-0.78353168"
+ inkscape:cy="3.8959275"
+ inkscape:window-x="1165"
+ inkscape:window-y="329"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="svg4" />
+ <rect
+ style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
+ id="rect817"
+ width="11.999999"
+ height="11.999999"
+ x="2.0000005"
+ y="2.0000005" />
+</svg>
diff --git a/img/unvoted-vote-bordered.svg b/img/unvoted-vote-bordered.svg
deleted file mode 100644
index 3bbd71d9..00000000
--- a/img/unvoted-vote-bordered.svg
+++ /dev/null
@@ -1,9 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16">
- <rect
- style="fill:none;fill-opacity:1;stroke:#ffc107;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- width="15.000062"
- height="15.000061"
- x="0.49996963"
- y="0.49996981"
- ry="2.0592685" />
-</svg>
diff --git a/img/yes-toggle.svg b/img/yes-toggle.svg
deleted file mode 100644
index 690628ba..00000000
--- a/img/yes-toggle.svg
+++ /dev/null
@@ -1,14 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16">
- <path
- d="M 8.0021297,12.218986 4.040336,8.2571749 5.171248,7.1254625 8.0021297,9.9539497 13.079631,4.8460305 14.22655,5.9937501 Z"
- style="fill:#49bc49;fill-opacity:1" />
- <rect
- style="opacity:1;fill:none;fill-opacity:0.71372549;fill-rule:nonzero;stroke:#49bc49;stroke-width:1.45034671;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- width="12.22084"
- height="12.572014"
- x="3.0941355"
- y="2.7473993" />
- <path
- style="opacity:1;fill:none;fill-opacity:0.71372549;fill-rule:nonzero;stroke:#49bc49;stroke-width:1.45034671;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="m 2.3685379,13.417275 -1.52706618,0 0,-12.57201512 12.22084228,0 0,1.17644712" />
-</svg>
diff --git a/img/yes-vote-bordered.svg b/img/yes-vote-bordered.svg
deleted file mode 100644
index 59f22158..00000000
--- a/img/yes-vote-bordered.svg
+++ /dev/null
@@ -1,12 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16">
- <path
- d="m 6.586499,12.606 -4.95,-4.95 1.413,-1.414 3.537,3.534 6.344002,-6.382 1.433,1.434 z"
- style="fill:#49bc49;fill-opacity:1" />
- <rect
- style="fill:none;fill-opacity:1;stroke:#49bc49;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- width="15.000971"
- height="15.000972"
- x="0.49951425"
- y="0.49951378"
- ry="2.0593936" />
-</svg>
diff --git a/img/yes-vote.svg b/img/yes-vote.svg
deleted file mode 100644
index 32e6aafd..00000000
--- a/img/yes-vote.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16">
- <path
- d="M6.09 12.5L1.14 7.55l1.413-1.414L6.09 9.67l6.344-6.382 1.433 1.434z"
- fill="#84C33F"
- style="fill:#49bc49;fill-opacity:1" />
-</svg>