@muraldevkit/ds-pictograms 2.0.1 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/availableSvgs/index.js +2 -0
- package/dist/cjs/drawEraser.d.ts +5 -15
- package/dist/cjs/drawEraser.js +1 -5
- package/dist/cjs/drawStrokeFine.d.ts +6 -15
- package/dist/cjs/drawStrokeFine.js +1 -4
- package/dist/cjs/drawStrokeHighlighter.d.ts +5 -14
- package/dist/cjs/drawStrokeHighlighter.js +1 -4
- package/dist/cjs/drawStrokeMedium.d.ts +5 -14
- package/dist/cjs/drawStrokeMedium.js +1 -4
- package/dist/cjs/drawStrokeUltraFine.d.ts +8 -17
- package/dist/cjs/drawStrokeUltraFine.js +1 -4
- package/dist/cjs/fileGeneric.d.ts +3 -1
- package/dist/cjs/fileGeneric.js +1 -1
- package/dist/cjs/index.d.ts +2 -0
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/voteAdd.d.ts +52 -32
- package/dist/cjs/voteAdd.js +1 -1
- package/dist/cjs/voteAddTouch.d.ts +53 -0
- package/dist/cjs/voteAddTouch.js +1 -0
- package/dist/cjs/voteAnonymous.d.ts +2 -2
- package/dist/cjs/voteAnonymous.js +1 -1
- package/dist/cjs/voteRemove.d.ts +52 -30
- package/dist/cjs/voteRemove.js +1 -1
- package/dist/cjs/voteRemoveTouch.d.ts +51 -0
- package/dist/cjs/voteRemoveTouch.js +1 -0
- package/dist/esm/drawEraser.d.ts +5 -15
- package/dist/esm/drawEraser.js +1 -5
- package/dist/esm/drawStrokeFine.d.ts +6 -15
- package/dist/esm/drawStrokeFine.js +1 -4
- package/dist/esm/drawStrokeHighlighter.d.ts +5 -14
- package/dist/esm/drawStrokeHighlighter.js +1 -4
- package/dist/esm/drawStrokeMedium.d.ts +5 -14
- package/dist/esm/drawStrokeMedium.js +1 -4
- package/dist/esm/drawStrokeUltraFine.d.ts +8 -17
- package/dist/esm/drawStrokeUltraFine.js +1 -4
- package/dist/esm/fileGeneric.d.ts +3 -1
- package/dist/esm/fileGeneric.js +1 -1
- package/dist/esm/index.d.ts +2 -0
- package/dist/esm/index.js +6 -22
- package/dist/esm/voteAdd.d.ts +52 -32
- package/dist/esm/voteAdd.js +1 -1
- package/dist/esm/voteAddTouch.d.ts +53 -0
- package/dist/esm/voteAddTouch.js +1 -0
- package/dist/esm/voteAnonymous.d.ts +2 -2
- package/dist/esm/voteAnonymous.js +1 -1
- package/dist/esm/voteRemove.d.ts +52 -30
- package/dist/esm/voteRemove.js +1 -1
- package/dist/esm/voteRemoveTouch.d.ts +51 -0
- package/dist/esm/voteRemoveTouch.js +1 -0
- package/dist/svg/draw-eraser.svg +4 -9
- package/dist/svg/draw-stroke-fine.svg +4 -8
- package/dist/svg/draw-stroke-highlighter.svg +4 -8
- package/dist/svg/draw-stroke-medium.svg +4 -8
- package/dist/svg/draw-stroke-ultra-fine.svg +4 -8
- package/dist/svg/file-generic.svg +2 -2
- package/dist/svg/vote-add-touch.svg +6 -0
- package/dist/svg/vote-add.svg +11 -5
- package/dist/svg/vote-anonymous.svg +2 -2
- package/dist/svg/vote-remove-touch.svg +6 -0
- package/dist/svg/vote-remove.svg +11 -5
- package/dist/types/drawEraser.d.ts +5 -15
- package/dist/types/drawStrokeFine.d.ts +6 -15
- package/dist/types/drawStrokeHighlighter.d.ts +5 -14
- package/dist/types/drawStrokeMedium.d.ts +5 -14
- package/dist/types/drawStrokeUltraFine.d.ts +8 -17
- package/dist/types/fileGeneric.d.ts +3 -1
- package/dist/types/index.d.ts +2 -0
- package/dist/types/voteAdd.d.ts +52 -32
- package/dist/types/voteAddTouch.d.ts +53 -0
- package/dist/types/voteAnonymous.d.ts +2 -2
- package/dist/types/voteRemove.d.ts +52 -30
- package/dist/types/voteRemoveTouch.d.ts +51 -0
- package/package.json +1 -1
package/dist/esm/voteRemove.d.ts
CHANGED
|
@@ -4,48 +4,70 @@ declare const voteRemove: {
|
|
|
4
4
|
readonly value: "";
|
|
5
5
|
readonly attributes: {
|
|
6
6
|
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
7
|
-
readonly width: "
|
|
7
|
+
readonly width: "73";
|
|
8
8
|
readonly height: "100";
|
|
9
9
|
readonly fill: "currentColor";
|
|
10
|
-
readonly viewBox: "0 0
|
|
10
|
+
readonly viewBox: "0 0 73 100";
|
|
11
11
|
readonly "data-mrl-svg-name": "voteRemove";
|
|
12
12
|
};
|
|
13
13
|
readonly children: readonly [{
|
|
14
|
-
readonly name: "
|
|
14
|
+
readonly name: "g";
|
|
15
15
|
readonly type: "element";
|
|
16
16
|
readonly value: "";
|
|
17
17
|
readonly attributes: {
|
|
18
|
-
readonly
|
|
19
|
-
readonly d: "M0 0h67.91v78.04H0V0Z";
|
|
18
|
+
readonly "clip-path": "url(#a)";
|
|
20
19
|
};
|
|
21
|
-
readonly children: readonly [
|
|
20
|
+
readonly children: readonly [{
|
|
21
|
+
readonly name: "path";
|
|
22
|
+
readonly type: "element";
|
|
23
|
+
readonly value: "";
|
|
24
|
+
readonly attributes: {
|
|
25
|
+
readonly fill: "#DCE1E5";
|
|
26
|
+
readonly d: "M63.928 75.021a1.704 1.704 0 0 1-1.707 1.705H1.615a1.708 1.708 0 0 1-1.707-1.705V1.705A1.704 1.704 0 0 1 1.615 0h60.606a1.708 1.708 0 0 1 1.707 1.705v73.316Z";
|
|
27
|
+
};
|
|
28
|
+
readonly children: readonly [];
|
|
29
|
+
}, {
|
|
30
|
+
readonly name: "path";
|
|
31
|
+
readonly type: "element";
|
|
32
|
+
readonly value: "";
|
|
33
|
+
readonly attributes: {
|
|
34
|
+
readonly fill: "#E02935";
|
|
35
|
+
readonly d: "M34.82 50.298a2.554 2.554 0 0 1 1.137-2.638 2.563 2.563 0 0 1 2.875.08l10.926 8.27a13.88 13.88 0 0 0-3.044-16.472 13.922 13.922 0 0 0-16.697-1.58 13.9 13.9 0 0 0-5.664 6.785 13.879 13.879 0 0 0-.424 8.823 13.895 13.895 0 0 0 4.985 7.296 13.925 13.925 0 0 0 8.382 2.82h.512L34.82 50.299Z";
|
|
36
|
+
};
|
|
37
|
+
readonly children: readonly [];
|
|
38
|
+
}, {
|
|
39
|
+
readonly name: "path";
|
|
40
|
+
readonly type: "element";
|
|
41
|
+
readonly value: "";
|
|
42
|
+
readonly attributes: {
|
|
43
|
+
readonly fill: "#393939";
|
|
44
|
+
readonly d: "m37.296 49.787 9.816 43.563 7.939-9.036L65.038 100l6.146-4.092-9.987-15.686 11.352-3.837-35.253-26.598Z";
|
|
45
|
+
};
|
|
46
|
+
readonly children: readonly [];
|
|
47
|
+
}];
|
|
22
48
|
}, {
|
|
23
|
-
readonly name: "
|
|
49
|
+
readonly name: "defs";
|
|
24
50
|
readonly type: "element";
|
|
25
51
|
readonly value: "";
|
|
26
|
-
readonly attributes: {
|
|
27
|
-
|
|
28
|
-
readonly
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
readonly fill: "#B7B7B7";
|
|
46
|
-
readonly d: "M45.403 73.874c.146-2.067.805-6.21 3.735-7.024 1.731-.482 1.445 1.216 1.113 3.186a27.789 27.789 0 0 0-.236 1.577c-.142 1.284-.164 1.794-.191 2.417-.02.465-.045.993-.122 1.953-.175 2.156-.43 4.354-1.45 6.245-.807 1.5-1.767 2.566-2.858 3.333 1.043 3.62 2.793 7.462 4.394 10.827-2.989 2.364-7.33 3.174-10.958 1.916-1.844-3.85-3.503-7.761-4.456-11.077-.63-.236-1.228-.59-1.88-1.091-1.24-.952-2.074-2.024-2.755-3.433-.886-1.836-1.282-2.824-1.634-5.34-.173-1.244-.172-2.674.167-3.944.264-.993.603-1.7 1.102-2.226.567-.595.782-.358.727.541l-.028.403c-.033.48-.053.768 0 1.236.04.35.138.538.27.533.17-.007.287-.303.296-.706.006-.285.006-.553.006-.81-.002-.737-.003-1.381.148-2.064.258-1.154.852-2.08 1.784-2.692.779-.508 1.173-.256 1.02.642-.124.728-.132 1.303-.142 1.918l-.002.064c-.004.33.024.611.18.676.157.066.374-.096.396-.522.035-.742.135-2.654.57-4.023.328-1.038.883-1.857 1.451-2.292 1.486-1.144 1.982-.66 1.905.814-.03.608-.06 1.1-.086 1.511-.063 1.026-.096 1.561-.04 2.202.038.45.215.71.398.676.223-.041.32-.218.383-.869a37.1 37.1 0 0 0 .102-1.772c.042-.931.09-2.02.186-3.044.02-.207.039-.407.056-.6.27-2.887.4-4.282.654-5.754.4-2.323 1.659-2.507 2.602-1.47.966 1.066.856 2.94.726 5.158a57.94 57.94 0 0 0-.087 1.82c-.081 2.849.015 3.764.23 5.783l.02.182c.031.293.072.6.12.91l.006-.004.197 1.01c.01.083.027.165.042.248l.008.041c.13.549.281 1.065.456 1.495l.044.104.03.073c.13.296.317.683.444.928l.009.016c.043.084.087.167.132.245-.003-.025.004-.008.018.035l.018.034.105.183a.425.425 0 0 0 .675-.178Z";
|
|
47
|
-
};
|
|
48
|
-
readonly children: readonly [];
|
|
52
|
+
readonly attributes: {};
|
|
53
|
+
readonly children: readonly [{
|
|
54
|
+
readonly name: "clipPath";
|
|
55
|
+
readonly type: "element";
|
|
56
|
+
readonly value: "";
|
|
57
|
+
readonly attributes: {
|
|
58
|
+
readonly id: "a";
|
|
59
|
+
};
|
|
60
|
+
readonly children: readonly [{
|
|
61
|
+
readonly name: "path";
|
|
62
|
+
readonly type: "element";
|
|
63
|
+
readonly value: "";
|
|
64
|
+
readonly attributes: {
|
|
65
|
+
readonly fill: "#fff";
|
|
66
|
+
readonly d: "M0 0h73v100H0z";
|
|
67
|
+
};
|
|
68
|
+
readonly children: readonly [];
|
|
69
|
+
}];
|
|
70
|
+
}];
|
|
49
71
|
}];
|
|
50
72
|
};
|
|
51
73
|
export { voteRemove };
|
package/dist/esm/voteRemove.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var e={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",width:"
|
|
1
|
+
var e={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",width:"73",height:"100",fill:"currentColor",viewBox:"0 0 73 100","data-mrl-svg-name":"voteRemove"},children:[{name:"g",type:"element",value:"",attributes:{"clip-path":"url(#a)"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#DCE1E5",d:"M63.928 75.021a1.704 1.704 0 0 1-1.707 1.705H1.615a1.708 1.708 0 0 1-1.707-1.705V1.705A1.704 1.704 0 0 1 1.615 0h60.606a1.708 1.708 0 0 1 1.707 1.705v73.316Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#E02935",d:"M34.82 50.298a2.554 2.554 0 0 1 1.137-2.638 2.563 2.563 0 0 1 2.875.08l10.926 8.27a13.88 13.88 0 0 0-3.044-16.472 13.922 13.922 0 0 0-16.697-1.58 13.9 13.9 0 0 0-5.664 6.785 13.879 13.879 0 0 0-.424 8.823 13.895 13.895 0 0 0 4.985 7.296 13.925 13.925 0 0 0 8.382 2.82h.512L34.82 50.299Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#393939",d:"m37.296 49.787 9.816 43.563 7.939-9.036L65.038 100l6.146-4.092-9.987-15.686 11.352-3.837-35.253-26.598Z"},children:[]}]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"clipPath",type:"element",value:"",attributes:{id:"a"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M0 0h73v100H0z"},children:[]}]}]}]};export{e as voteRemove};
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
declare const voteRemoveTouch: {
|
|
2
|
+
readonly name: "svg";
|
|
3
|
+
readonly type: "element";
|
|
4
|
+
readonly value: "";
|
|
5
|
+
readonly attributes: {
|
|
6
|
+
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
7
|
+
readonly width: "68";
|
|
8
|
+
readonly height: "100";
|
|
9
|
+
readonly fill: "currentColor";
|
|
10
|
+
readonly viewBox: "0 0 68 100";
|
|
11
|
+
readonly "data-mrl-svg-name": "voteRemoveTouch";
|
|
12
|
+
};
|
|
13
|
+
readonly children: readonly [{
|
|
14
|
+
readonly name: "path";
|
|
15
|
+
readonly type: "element";
|
|
16
|
+
readonly value: "";
|
|
17
|
+
readonly attributes: {
|
|
18
|
+
readonly fill: "#DCE1E5";
|
|
19
|
+
readonly d: "M0 2a2 2 0 0 1 2-2h63.91a2 2 0 0 1 2 2v74.04a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2Z";
|
|
20
|
+
};
|
|
21
|
+
readonly children: readonly [];
|
|
22
|
+
}, {
|
|
23
|
+
readonly name: "path";
|
|
24
|
+
readonly type: "element";
|
|
25
|
+
readonly value: "";
|
|
26
|
+
readonly attributes: {
|
|
27
|
+
readonly fill: "#E02935";
|
|
28
|
+
readonly d: "M39.84 66.64c8.5 0 15.392-6.674 15.392-14.906S48.341 36.828 39.84 36.828s-15.393 6.674-15.393 14.906S31.34 66.64 39.84 66.64Z";
|
|
29
|
+
};
|
|
30
|
+
readonly children: readonly [];
|
|
31
|
+
}, {
|
|
32
|
+
readonly name: "path";
|
|
33
|
+
readonly type: "element";
|
|
34
|
+
readonly value: "";
|
|
35
|
+
readonly attributes: {
|
|
36
|
+
readonly fill: "#DCE1E5";
|
|
37
|
+
readonly d: "M36.845 61.279s3.157-7.581 4.807-7.757c3.522-.377 3.204 13.186 3.204 13.186L32.84 68.26l4.005-6.981Z";
|
|
38
|
+
};
|
|
39
|
+
readonly children: readonly [];
|
|
40
|
+
}, {
|
|
41
|
+
readonly name: "path";
|
|
42
|
+
readonly type: "element";
|
|
43
|
+
readonly value: "";
|
|
44
|
+
readonly attributes: {
|
|
45
|
+
readonly fill: "#9BA8B6";
|
|
46
|
+
readonly d: "M45.403 73.874c.146-2.067.805-6.21 3.735-7.024 1.731-.482 1.445 1.216 1.113 3.186a27.789 27.789 0 0 0-.236 1.577c-.142 1.284-.164 1.794-.191 2.417-.02.465-.045.993-.122 1.953-.175 2.156-.43 4.354-1.45 6.245-.807 1.5-1.767 2.566-2.858 3.333 1.043 3.62 2.793 7.462 4.394 10.827-2.989 2.364-7.33 3.174-10.958 1.916-1.844-3.85-3.503-7.761-4.456-11.077-.63-.236-1.228-.59-1.88-1.091-1.24-.952-2.074-2.024-2.755-3.433-.886-1.836-1.282-2.824-1.634-5.34-.173-1.244-.172-2.674.167-3.944.264-.993.603-1.7 1.102-2.226.567-.595.782-.358.727.541l-.028.403c-.033.48-.053.768 0 1.236.04.35.138.538.27.533.17-.007.287-.303.296-.706.006-.285.006-.553.006-.81-.002-.737-.003-1.381.148-2.064.258-1.154.852-2.08 1.784-2.692.779-.508 1.173-.256 1.02.642-.124.728-.132 1.303-.142 1.918l-.002.064c-.004.33.024.611.18.676.157.066.374-.096.396-.522.035-.742.135-2.654.57-4.023.328-1.038.883-1.857 1.451-2.292 1.486-1.144 1.982-.66 1.905.814-.03.608-.06 1.1-.086 1.511-.063 1.026-.096 1.561-.04 2.202.038.45.215.71.398.676.223-.041.32-.218.383-.869a37.1 37.1 0 0 0 .102-1.772c.042-.931.09-2.02.186-3.044.02-.207.039-.407.056-.6.27-2.887.4-4.282.654-5.754.4-2.323 1.659-2.507 2.602-1.47.966 1.066.856 2.94.726 5.158a57.94 57.94 0 0 0-.087 1.82c-.081 2.849.015 3.764.23 5.783l.02.182c.031.293.072.6.12.91l.006-.004.197 1.01c.01.083.027.165.042.248l.008.041c.13.549.281 1.065.456 1.495l.044.104.03.073c.13.296.317.683.444.928l.009.016c.043.084.087.167.132.245-.003-.025.004-.008.018.035l.018.034.105.183a.425.425 0 0 0 .675-.178Z";
|
|
47
|
+
};
|
|
48
|
+
readonly children: readonly [];
|
|
49
|
+
}];
|
|
50
|
+
};
|
|
51
|
+
export { voteRemoveTouch };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var e={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",width:"68",height:"100",fill:"currentColor",viewBox:"0 0 68 100","data-mrl-svg-name":"voteRemoveTouch"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#DCE1E5",d:"M0 2a2 2 0 0 1 2-2h63.91a2 2 0 0 1 2 2v74.04a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#E02935",d:"M39.84 66.64c8.5 0 15.392-6.674 15.392-14.906S48.341 36.828 39.84 36.828s-15.393 6.674-15.393 14.906S31.34 66.64 39.84 66.64Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#DCE1E5",d:"M36.845 61.279s3.157-7.581 4.807-7.757c3.522-.377 3.204 13.186 3.204 13.186L32.84 68.26l4.005-6.981Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#9BA8B6",d:"M45.403 73.874c.146-2.067.805-6.21 3.735-7.024 1.731-.482 1.445 1.216 1.113 3.186a27.789 27.789 0 0 0-.236 1.577c-.142 1.284-.164 1.794-.191 2.417-.02.465-.045.993-.122 1.953-.175 2.156-.43 4.354-1.45 6.245-.807 1.5-1.767 2.566-2.858 3.333 1.043 3.62 2.793 7.462 4.394 10.827-2.989 2.364-7.33 3.174-10.958 1.916-1.844-3.85-3.503-7.761-4.456-11.077-.63-.236-1.228-.59-1.88-1.091-1.24-.952-2.074-2.024-2.755-3.433-.886-1.836-1.282-2.824-1.634-5.34-.173-1.244-.172-2.674.167-3.944.264-.993.603-1.7 1.102-2.226.567-.595.782-.358.727.541l-.028.403c-.033.48-.053.768 0 1.236.04.35.138.538.27.533.17-.007.287-.303.296-.706.006-.285.006-.553.006-.81-.002-.737-.003-1.381.148-2.064.258-1.154.852-2.08 1.784-2.692.779-.508 1.173-.256 1.02.642-.124.728-.132 1.303-.142 1.918l-.002.064c-.004.33.024.611.18.676.157.066.374-.096.396-.522.035-.742.135-2.654.57-4.023.328-1.038.883-1.857 1.451-2.292 1.486-1.144 1.982-.66 1.905.814-.03.608-.06 1.1-.086 1.511-.063 1.026-.096 1.561-.04 2.202.038.45.215.71.398.676.223-.041.32-.218.383-.869a37.1 37.1 0 0 0 .102-1.772c.042-.931.09-2.02.186-3.044.02-.207.039-.407.056-.6.27-2.887.4-4.282.654-5.754.4-2.323 1.659-2.507 2.602-1.47.966 1.066.856 2.94.726 5.158a57.94 57.94 0 0 0-.087 1.82c-.081 2.849.015 3.764.23 5.783l.02.182c.031.293.072.6.12.91l.006-.004.197 1.01c.01.083.027.165.042.248l.008.041c.13.549.281 1.065.456 1.495l.044.104.03.073c.13.296.317.683.444.928l.009.016c.043.084.087.167.132.245-.003-.025.004-.008.018.035l.018.034.105.183a.425.425 0 0 0 .675-.178Z"},children:[]}]};export{e as voteRemoveTouch};
|
package/dist/svg/draw-eraser.svg
CHANGED
|
@@ -1,10 +1,5 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24">
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
6
|
-
</style>
|
|
7
|
-
<path class="mrl-picto-draw-pen" d="M4 7a5 5 0 0 1 5-5h6a5 5 0 0 1 5 5v13.75c0 .69-.56 1.25-1.25 1.25H5.25C4.56 22 4 21.44 4 20.75V7Z"/>
|
|
8
|
-
<path class="mrl-picto-draw-eraser-tip" d="M9 2a5 5 0 0 0-5 5v5h16V7a5 5 0 0 0-5-5H9Z"/>
|
|
9
|
-
<path class="mrl-picto-color-offset" fill-rule="evenodd" d="M4.757 2.757A6 6 0 0 1 9 1h6a6 6 0 0 1 6 6v13.75A2.25 2.25 0 0 1 18.75 23H5.25A2.25 2.25 0 0 1 3 20.75V7a6 6 0 0 1 1.757-4.243Zm.707.707A5 5 0 0 1 9 2h6a5 5 0 0 1 5 5v13.75c0 .69-.56 1.25-1.25 1.25H5.25C4.56 22 4 21.44 4 20.75V7a5 5 0 0 1 1.464-3.536Z" clip-rule="evenodd"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
|
|
2
|
+
<path fill="#48525B" d="M4 7a5 5 0 0 1 5-5h6a5 5 0 0 1 5 5v13.75c0 .69-.56 1.25-1.25 1.25H5.25C4.56 22 4 21.44 4 20.75V7Z"/>
|
|
3
|
+
<path fill="#B8C1CC" d="M9 2a5 5 0 0 0-5 5v5h16V7a5 5 0 0 0-5-5H9Z"/>
|
|
4
|
+
<path fill="#DCE1E5" fill-rule="evenodd" d="M4.757 2.757A6 6 0 0 1 9 1h6a6 6 0 0 1 6 6v13.75A2.25 2.25 0 0 1 18.75 23H5.25A2.25 2.25 0 0 1 3 20.75V7a6 6 0 0 1 1.757-4.243Zm.707.707A5 5 0 0 1 9 2h6a5 5 0 0 1 5 5v13.75c0 .69-.56 1.25-1.25 1.25H5.25C4.56 22 4 21.44 4 20.75V7a5 5 0 0 1 1.464-3.536Z" clip-rule="evenodd"/>
|
|
10
5
|
</svg>
|
|
@@ -1,9 +1,5 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24">
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
</style>
|
|
6
|
-
<path class="mrl-picto-draw-pen" d="M16.597 12.163H7.403l-2.508 7.331a2 2 0 0 0 1.892 2.648h10.426a2 2 0 0 0 1.892-2.648l-2.508-7.331Z"/>
|
|
7
|
-
<path d="M13.42 2.872c-.463-1.352-2.377-1.352-2.84 0l-3.177 9.291h9.194l-3.178-9.29Z"/>
|
|
8
|
-
<path class="mrl-picto-color-offset" fill-rule="evenodd" d="m14.365 2.549 5.686 16.622a3 3 0 0 1-2.838 3.97H6.787a3 3 0 0 1-2.838-3.97L9.635 2.549c.77-2.255 3.96-2.255 4.73 0Zm-.946.323c-.463-1.352-2.376-1.352-2.838 0L4.895 19.494a2 2 0 0 0 1.892 2.648h10.426a2 2 0 0 0 1.892-2.648L13.42 2.872Z" clip-rule="evenodd"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
|
|
2
|
+
<path fill="#B8C1CC" d="M16.597 12.163H7.403l-2.508 7.331a2 2 0 0 0 1.892 2.648h10.426a2 2 0 0 0 1.892-2.648l-2.508-7.331Z"/>
|
|
3
|
+
<path fill="#48525B" d="M13.42 2.872c-.463-1.352-2.377-1.352-2.84 0l-3.177 9.291h9.194l-3.178-9.29Z"/>
|
|
4
|
+
<path fill="#DCE1E5" fill-rule="evenodd" d="m14.365 2.549 5.686 16.622a3 3 0 0 1-2.838 3.97H6.787a3 3 0 0 1-2.838-3.97L9.634 2.549c.772-2.255 3.96-2.255 4.731 0Zm-.946.323c-.463-1.352-2.376-1.352-2.838 0L4.895 19.494a2 2 0 0 0 1.892 2.648h10.426a2 2 0 0 0 1.892-2.648L13.419 2.872Z" clip-rule="evenodd"/>
|
|
9
5
|
</svg>
|
|
@@ -1,9 +1,5 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24">
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
</style>
|
|
6
|
-
<path d="M21.035 12H3.125l.72-5.6c.182-1.2 1.17-2.166 2.463-2.404l10.598-1.95c1.478-.272 2.893.673 3.072 2.05L21.035 12Z"/>
|
|
7
|
-
<path class="mrl-picto-draw-pen" d="M3.123 12 2.02 19.723C1.848 20.926 2.809 22 4.057 22h15.886c1.232 0 2.188-1.047 2.042-2.236L21.035 12H3.123Z"/>
|
|
8
|
-
<path class="mrl-picto-color-offset" fill-rule="evenodd" d="m22.028 11.878.95 7.764c.222 1.817-1.235 3.357-3.035 3.357H4.057c-1.824 0-3.29-1.58-3.027-3.416l1.122-7.86.703-5.461.001-.012C3.11 4.584 4.46 3.32 6.127 3.013l10.598-1.95c1.96-.36 3.98.88 4.244 2.902v.001l1.059 7.912Zm-5.122-9.832L6.308 3.996C5.015 4.234 4.027 5.2 3.845 6.4l-.72 5.6h-.002L2.02 19.723C1.848 20.926 2.809 22 4.057 22h15.886c1.232 0 2.188-1.046 2.042-2.236L21.035 12l-1.057-7.904c-.179-1.377-1.594-2.32-3.072-2.049Z" clip-rule="evenodd"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
|
|
2
|
+
<path fill="#48525B" d="M21.035 12H3.125l.72-5.6c.182-1.2 1.17-2.166 2.463-2.404l10.598-1.95c1.478-.272 2.893.673 3.072 2.05L21.035 12Z"/>
|
|
3
|
+
<path fill="#B8C1CC" d="M3.123 12 2.02 19.723C1.848 20.926 2.809 22 4.057 22h15.886c1.232 0 2.188-1.047 2.042-2.236L21.035 12H3.123Z"/>
|
|
4
|
+
<path fill="#DCE1E5" fill-rule="evenodd" d="m22.028 11.878.95 7.764c.222 1.817-1.235 3.357-3.035 3.357H4.057c-1.824 0-3.29-1.58-3.027-3.416l1.122-7.86.703-5.461.001-.012C3.11 4.584 4.46 3.32 6.127 3.013l10.598-1.95c1.96-.36 3.98.88 4.244 2.902v.001l1.059 7.912Zm-5.122-9.832L6.308 3.996C5.015 4.234 4.027 5.2 3.845 6.4l-.72 5.6h-.002L2.02 19.723C1.848 20.926 2.809 22 4.057 22h15.886c1.232 0 2.188-1.046 2.042-2.236L21.035 12l-1.057-7.904c-.179-1.377-1.594-2.32-3.072-2.049Z" clip-rule="evenodd"/>
|
|
9
5
|
</svg>
|
|
@@ -1,9 +1,5 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24">
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
</style>
|
|
6
|
-
<path class="mrl-picto-draw-pen" d="M3.617 19.529a2 2 0 0 0 1.94 2.483h12.887a1.999 1.999 0 0 0 1.94-2.482L18.5 11.989h-13l-1.884 7.54Z"/>
|
|
7
|
-
<path d="M18.5 11.989h-13l1.503-6.585a4.5 4.5 0 0 1 4.367-3.415h1.262a4.5 4.5 0 0 1 4.367 3.415l1.502 6.585Z"/>
|
|
8
|
-
<path class="mrl-picto-color-offset" fill-rule="evenodd" d="M18.444 22.011H5.558a2 2 0 0 1-1.941-2.482l2.014-8.108v-.001l1.373-6.016a4.5 4.5 0 0 1 4.367-3.415h1.26A4.5 4.5 0 0 1 17 5.403l1.37 6.009 2.014 8.117a2 2 0 0 1-1.94 2.482Zm.898-10.83 2.012 8.107a3.001 3.001 0 0 1-2.91 3.723H5.558a3 3 0 0 1-2.912-3.723L4.655 11.2l1.376-6.028.002-.01A5.5 5.5 0 0 1 11.37.99h1.26a5.502 5.502 0 0 1 5.34 4.173l.002.01 1.37 6.009Z" clip-rule="evenodd"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
|
|
2
|
+
<path fill="#B8C1CC" d="M3.617 19.529a2 2 0 0 0 1.94 2.483h12.887a1.999 1.999 0 0 0 1.94-2.482L18.5 11.989h-13l-1.884 7.54Z"/>
|
|
3
|
+
<path fill="#48525B" d="M18.5 11.989h-13l1.503-6.585a4.5 4.5 0 0 1 4.367-3.415h1.262a4.5 4.5 0 0 1 4.367 3.415l1.502 6.585Z"/>
|
|
4
|
+
<path fill="#DCE1E5" fill-rule="evenodd" d="M18.444 22.011H5.558a2 2 0 0 1-1.941-2.482l2.014-8.108v-.001l1.373-6.016a4.5 4.5 0 0 1 4.367-3.415h1.26A4.5 4.5 0 0 1 17 5.403l1.37 6.009 2.014 8.117a2 2 0 0 1-1.94 2.482Zm.898-10.83 2.012 8.107a3.001 3.001 0 0 1-2.91 3.723H5.558a3 3 0 0 1-2.912-3.723L4.655 11.2l1.376-6.028.002-.01A5.5 5.5 0 0 1 11.37.99h1.26a5.502 5.502 0 0 1 5.34 4.173l.002.01 1.37 6.009Z" clip-rule="evenodd"/>
|
|
9
5
|
</svg>
|
|
@@ -1,9 +1,5 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24">
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
</style>
|
|
6
|
-
<path class="mrl-picto-draw-pen" d="M7.72 22.025h8.56a2 2 0 0 0 1.909-2.596l-2.314-7.404h-7.75L5.81 19.428a2 2 0 0 0 1.91 2.597Z"/>
|
|
7
|
-
<path d="M15.875 12.025h-7.75l2.92-9.348c.293-.936 1.617-.936 1.91 0l2.92 9.348Z"/>
|
|
8
|
-
<path class="mrl-picto-color-offset" fill-rule="evenodd" d="M19.143 19.13a3 3 0 0 1-2.863 3.895H7.72a3 3 0 0 1-2.863-3.895L10.09 2.378c.585-1.87 3.233-1.87 3.818 0l5.234 16.752Zm-2.863 2.895a2 2 0 0 0 1.909-2.596L12.954 2.677c-.292-.936-1.616-.936-1.909 0L5.812 19.429a2 2 0 0 0 1.91 2.596h8.559Z" clip-rule="evenodd"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
|
|
2
|
+
<path fill="#B8C1CC" d="M7.72 22.025h8.56a2 2 0 0 0 1.909-2.596l-2.313-7.404H8.125L5.81 19.428a2 2 0 0 0 1.91 2.597Z"/>
|
|
3
|
+
<path fill="#48525B" d="M15.876 12.025H8.125l2.92-9.348c.293-.936 1.617-.936 1.91 0l2.92 9.348Z"/>
|
|
4
|
+
<path fill="#DCE1E5" fill-rule="evenodd" d="M19.143 19.13a3 3 0 0 1-2.863 3.895H7.72a3 3 0 0 1-2.863-3.895L10.09 2.378c.585-1.87 3.233-1.87 3.818 0l5.234 16.752Zm-2.863 2.895a2 2 0 0 0 1.909-2.596L12.955 2.677c-.293-.936-1.617-.936-1.91 0L5.812 19.429a2 2 0 0 0 1.91 2.596h8.559Z" clip-rule="evenodd"/>
|
|
9
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 40 40">
|
|
2
|
-
<path fill="#
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="currentColor" viewBox="0 0 40 40">
|
|
2
|
+
<path fill="#818F9C" d="M25.5 0 35 10v27a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h17.5Z"/>
|
|
3
3
|
<path fill="#fff" fill-opacity=".7" d="M35 11h-8a3 3 0 0 1-3-3V0h1.5L35 10v1Z"/>
|
|
4
4
|
<path fill="#fff" d="M14.802 28v-4.704h1.176v-1.092h-1.176v-.324c0-.648.3-.972.804-.972.204 0 .372.048.504.132l.276-.948c-.264-.144-.612-.216-1.02-.216-1.056 0-1.824.708-1.824 2.004v.324h-.96v1.092h.96V28h1.26Zm2.772-6.504c.432 0 .78-.348.78-.78a.778.778 0 0 0-.78-.78.778.778 0 0 0-.78.78c0 .432.348.78.78.78ZM18.198 28v-5.796h-1.26V28h1.26Zm2.89 0v-8.004h-1.26V28h1.26Zm4.322.144c.912 0 1.764-.3 2.352-.852l-.576-.828c-.42.42-1.08.648-1.656.648-1.092 0-1.74-.732-1.836-1.596h4.464v-.312c0-1.824-1.104-3.144-2.844-3.144-1.716 0-2.94 1.356-2.94 3.036 0 1.836 1.284 3.048 3.036 3.048Zm1.536-3.528h-3.264c.048-.696.552-1.524 1.62-1.524 1.14 0 1.608.84 1.644 1.524Z"/>
|
|
5
5
|
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="68" height="100" fill="currentColor" viewBox="0 0 68 100">
|
|
2
|
+
<path fill="#DCE1E5" d="M0 2a2 2 0 0 1 2-2h63.403a2 2 0 0 1 2 2v74.614a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2Z"/>
|
|
3
|
+
<path fill="#E02935" fill-rule="evenodd" d="M54.556 52.016c0 8.293-6.84 15.016-15.278 15.016S24 60.309 24 52.016 30.84 37 39.278 37s15.278 6.723 15.278 15.016Zm-8.11-6.692A9.975 9.975 0 0 0 39 42c-5.523 0-10 4.477-10 10s4.477 10 10 10a9.968 9.968 0 0 0 7.015-2.873A9.97 9.97 0 0 0 49 52a9.963 9.963 0 0 0-2.554-6.676Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="#DCE1E5" d="M37.366 60.061c1.939-3.567 3.377-7.773 4.873-7.946 1.655-.191 2.556 3.637 3.041 7.476.477 3.765 0 8.423 0 8.423s-11.303 1.356-12.927 0c-1.623-1.355 2.704-3.706 5.013-7.953Z"/>
|
|
5
|
+
<path fill="#9BA8B6" d="M46.026 73.596c.146-2.09.801-6.277 3.719-7.1 1.724-.486 1.439 1.23 1.108 3.22-.087.525-.177 1.068-.235 1.595a31.478 31.478 0 0 0-.19 2.442c-.02.47-.044 1.004-.121 1.974-.174 2.18-.43 4.4-1.443 6.312-.804 1.515-1.761 2.593-2.847 3.368 1.039 3.658 2.78 7.541 4.375 10.943-2.976 2.389-7.3 3.207-10.91 1.937-1.838-3.893-3.49-7.845-4.439-11.196-.628-.238-1.223-.596-1.872-1.103-1.234-.962-2.064-2.045-2.743-3.47-.883-1.855-1.276-2.854-1.627-5.396-.173-1.258-.172-2.703.165-3.986.264-1.004.601-1.718 1.098-2.25.565-.602.779-.362.724.547l-.027.407c-.034.486-.054.776 0 1.25.04.353.137.543.269.538.169-.007.285-.306.294-.713.006-.289.006-.56.005-.82-.001-.744-.002-1.395.148-2.085.257-1.167.85-2.103 1.777-2.72.776-.515 1.168-.26 1.016.647-.123.737-.133 1.318-.142 1.94l-.001.064c-.005.334.024.618.18.683.155.067.371-.096.394-.527.034-.75.133-2.683.566-4.067.326-1.049.88-1.877 1.445-2.315 1.48-1.157 1.974-.669 1.898.822a122.06 122.06 0 0 1-.087 1.527c-.062 1.037-.095 1.578-.04 2.225.039.456.215.719.397.684.223-.042.318-.221.382-.878.042-.433.07-1.065.102-1.791.041-.942.09-2.042.184-3.076l.056-.607c.27-2.918.399-4.328.652-5.816.397-2.347 1.651-2.534 2.59-1.485.963 1.077.853 2.97.724 5.213-.034.591-.07 1.207-.087 1.838-.081 2.88.016 3.805.23 5.845l.019.184c.03.297.072.607.12.92l.005-.004.196 1.022c.01.083.027.166.043.25l.008.041c.128.555.28 1.077.453 1.51l.043.106.031.074c.129.299.315.69.442.938l.008.016c.044.085.088.17.132.248-.003-.026.004-.008.018.035l.019.034.103.186a.42.42 0 0 0 .673-.18Z"/>
|
|
6
|
+
</svg>
|
package/dist/svg/vote-add.svg
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="
|
|
2
|
-
<path
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="73" height="100" fill="currentColor" viewBox="0 0 73 100">
|
|
2
|
+
<g clip-path="url(#a)">
|
|
3
|
+
<path fill="#DCE1E5" d="M63.97 75.021a1.704 1.704 0 0 1-1.707 1.705H1.658A1.708 1.708 0 0 1-.05 75.021V1.705A1.704 1.704 0 0 1 1.658 0h60.605a1.708 1.708 0 0 1 1.708 1.705v73.316Z"/>
|
|
4
|
+
<path fill="#E02935" d="M36.74 58.568a8.798 8.798 0 0 1-5.007-2.021 8.779 8.779 0 0 1-2.545-9.947 8.783 8.783 0 0 1 3.423-4.172 8.8 8.8 0 0 1 10.265.534 8.78 8.78 0 0 1 2.742 9.894l4.183 3.154a13.88 13.88 0 0 0-3.045-16.472 13.922 13.922 0 0 0-16.697-1.58 13.9 13.9 0 0 0-5.663 6.785 13.879 13.879 0 0 0-.425 8.823 13.895 13.895 0 0 0 4.986 7.296 13.925 13.925 0 0 0 8.381 2.82h.512l-1.11-5.114Z"/>
|
|
5
|
+
<path fill="#393939" d="m37.338 49.787 9.817 43.563 7.938-9.036L65.08 100l6.146-4.092-9.987-15.686 11.353-3.837-35.254-26.598Z"/>
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="a">
|
|
9
|
+
<path fill="#fff" d="M0 0h73v100H0z"/>
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
6
12
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="68" height="100" fill="currentColor" viewBox="0 0 68 100">
|
|
2
|
-
<path fill="#
|
|
3
|
-
<path fill="#
|
|
2
|
+
<path fill="#B8C1CC" d="M52.467 23.764H15.032v28.56h37.435v-28.56Z"/>
|
|
3
|
+
<path fill="#DCE1E5" d="m35.646 52.253 26.842 20.972-.644.86-27.057-21.188h-.071L5.94 74.299l-.644-.859 28.56-21.116-18.825-13.099L5.01 32.354l.572-.86 9.449 6.371V24.91h37.507v13.744l9.663-6.944.573.86-27.129 19.684Zm26.842-21.546L34.931 1.432 5.44 30.636a2.72 2.72 0 0 0-1.145 2.362v39.726A3.007 3.007 0 0 0 7.3 75.731h53.183a3.005 3.005 0 0 0 3.006-3.007V32.998a3.005 3.005 0 0 0-1.002-2.29Z"/>
|
|
4
4
|
<path fill="#2F2F2F" d="M36.076 33.356a2.22 2.22 0 0 0-4.367 0v2.505h4.367v-2.505Zm2.577 9.95h-9.52a.644.644 0 0 1-.645-.645v-6.156a.645.645 0 0 1 .645-.644h.644v-2.648a4.152 4.152 0 0 1 8.303 0v2.648h.573a.644.644 0 0 1 .644.644v6.228a.645.645 0 0 1-.644.572Z"/>
|
|
5
5
|
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="68" height="100" fill="currentColor" viewBox="0 0 68 100">
|
|
2
|
+
<path fill="#DCE1E5" d="M0 2a2 2 0 0 1 2-2h63.91a2 2 0 0 1 2 2v74.04a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2Z"/>
|
|
3
|
+
<path fill="#E02935" d="M39.84 66.64c8.5 0 15.392-6.674 15.392-14.906S48.341 36.828 39.84 36.828s-15.393 6.674-15.393 14.906S31.34 66.64 39.84 66.64Z"/>
|
|
4
|
+
<path fill="#DCE1E5" d="M36.845 61.279s3.157-7.581 4.807-7.757c3.522-.377 3.204 13.186 3.204 13.186L32.84 68.26l4.005-6.981Z"/>
|
|
5
|
+
<path fill="#9BA8B6" d="M45.403 73.874c.146-2.067.805-6.21 3.735-7.024 1.731-.482 1.445 1.216 1.113 3.186a27.789 27.789 0 0 0-.236 1.577c-.142 1.284-.164 1.794-.191 2.417-.02.465-.045.993-.122 1.953-.175 2.156-.43 4.354-1.45 6.245-.807 1.5-1.767 2.566-2.858 3.333 1.043 3.62 2.793 7.462 4.394 10.827-2.989 2.364-7.33 3.174-10.958 1.916-1.844-3.85-3.503-7.761-4.456-11.077-.63-.236-1.228-.59-1.88-1.091-1.24-.952-2.074-2.024-2.755-3.433-.886-1.836-1.282-2.824-1.634-5.34-.173-1.244-.172-2.674.167-3.944.264-.993.603-1.7 1.102-2.226.567-.595.782-.358.727.541l-.028.403c-.033.48-.053.768 0 1.236.04.35.138.538.27.533.17-.007.287-.303.296-.706.006-.285.006-.553.006-.81-.002-.737-.003-1.381.148-2.064.258-1.154.852-2.08 1.784-2.692.779-.508 1.173-.256 1.02.642-.124.728-.132 1.303-.142 1.918l-.002.064c-.004.33.024.611.18.676.157.066.374-.096.396-.522.035-.742.135-2.654.57-4.023.328-1.038.883-1.857 1.451-2.292 1.486-1.144 1.982-.66 1.905.814-.03.608-.06 1.1-.086 1.511-.063 1.026-.096 1.561-.04 2.202.038.45.215.71.398.676.223-.041.32-.218.383-.869a37.1 37.1 0 0 0 .102-1.772c.042-.931.09-2.02.186-3.044.02-.207.039-.407.056-.6.27-2.887.4-4.282.654-5.754.4-2.323 1.659-2.507 2.602-1.47.966 1.066.856 2.94.726 5.158a57.94 57.94 0 0 0-.087 1.82c-.081 2.849.015 3.764.23 5.783l.02.182c.031.293.072.6.12.91l.006-.004.197 1.01c.01.083.027.165.042.248l.008.041c.13.549.281 1.065.456 1.495l.044.104.03.073c.13.296.317.683.444.928l.009.016c.043.084.087.167.132.245-.003-.025.004-.008.018.035l.018.034.105.183a.425.425 0 0 0 .675-.178Z"/>
|
|
6
|
+
</svg>
|
package/dist/svg/vote-remove.svg
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="
|
|
2
|
-
<path
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="73" height="100" fill="currentColor" viewBox="0 0 73 100">
|
|
2
|
+
<g clip-path="url(#a)">
|
|
3
|
+
<path fill="#DCE1E5" d="M63.928 75.021a1.704 1.704 0 0 1-1.707 1.705H1.615a1.708 1.708 0 0 1-1.707-1.705V1.705A1.704 1.704 0 0 1 1.615 0h60.606a1.708 1.708 0 0 1 1.707 1.705v73.316Z"/>
|
|
4
|
+
<path fill="#E02935" d="M34.82 50.298a2.554 2.554 0 0 1 1.137-2.638 2.563 2.563 0 0 1 2.875.08l10.926 8.27a13.88 13.88 0 0 0-3.044-16.472 13.922 13.922 0 0 0-16.697-1.58 13.9 13.9 0 0 0-5.664 6.785 13.879 13.879 0 0 0-.424 8.823 13.895 13.895 0 0 0 4.985 7.296 13.925 13.925 0 0 0 8.382 2.82h.512L34.82 50.299Z"/>
|
|
5
|
+
<path fill="#393939" d="m37.296 49.787 9.816 43.563 7.939-9.036L65.038 100l6.146-4.092-9.987-15.686 11.352-3.837-35.253-26.598Z"/>
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="a">
|
|
9
|
+
<path fill="#fff" d="M0 0h73v100H0z"/>
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
6
12
|
</svg>
|
|
@@ -4,28 +4,18 @@ declare const drawEraser: {
|
|
|
4
4
|
readonly value: "";
|
|
5
5
|
readonly attributes: {
|
|
6
6
|
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
7
|
+
readonly width: "24";
|
|
8
|
+
readonly height: "24";
|
|
7
9
|
readonly fill: "currentColor";
|
|
8
10
|
readonly viewBox: "0 0 24 24";
|
|
9
11
|
readonly "data-mrl-svg-name": "drawEraser";
|
|
10
12
|
};
|
|
11
13
|
readonly children: readonly [{
|
|
12
|
-
readonly name: "style";
|
|
13
|
-
readonly type: "element";
|
|
14
|
-
readonly value: "";
|
|
15
|
-
readonly attributes: {};
|
|
16
|
-
readonly children: readonly [{
|
|
17
|
-
readonly name: "";
|
|
18
|
-
readonly type: "text";
|
|
19
|
-
readonly value: "\n .mrl-picto-draw-pen { fill: #BBBBBB; }\n .mrl-picto-draw-eraser-tip { fill: #DEDEDE; }\n .mrl-picto-color-offset { fill: #4e4e4e; }\n ";
|
|
20
|
-
readonly attributes: {};
|
|
21
|
-
readonly children: readonly [];
|
|
22
|
-
}];
|
|
23
|
-
}, {
|
|
24
14
|
readonly name: "path";
|
|
25
15
|
readonly type: "element";
|
|
26
16
|
readonly value: "";
|
|
27
17
|
readonly attributes: {
|
|
28
|
-
readonly
|
|
18
|
+
readonly fill: "#48525B";
|
|
29
19
|
readonly d: "M4 7a5 5 0 0 1 5-5h6a5 5 0 0 1 5 5v13.75c0 .69-.56 1.25-1.25 1.25H5.25C4.56 22 4 21.44 4 20.75V7Z";
|
|
30
20
|
};
|
|
31
21
|
readonly children: readonly [];
|
|
@@ -34,7 +24,7 @@ declare const drawEraser: {
|
|
|
34
24
|
readonly type: "element";
|
|
35
25
|
readonly value: "";
|
|
36
26
|
readonly attributes: {
|
|
37
|
-
readonly
|
|
27
|
+
readonly fill: "#B8C1CC";
|
|
38
28
|
readonly d: "M9 2a5 5 0 0 0-5 5v5h16V7a5 5 0 0 0-5-5H9Z";
|
|
39
29
|
};
|
|
40
30
|
readonly children: readonly [];
|
|
@@ -43,7 +33,7 @@ declare const drawEraser: {
|
|
|
43
33
|
readonly type: "element";
|
|
44
34
|
readonly value: "";
|
|
45
35
|
readonly attributes: {
|
|
46
|
-
readonly
|
|
36
|
+
readonly fill: "#DCE1E5";
|
|
47
37
|
readonly "fill-rule": "evenodd";
|
|
48
38
|
readonly d: "M4.757 2.757A6 6 0 0 1 9 1h6a6 6 0 0 1 6 6v13.75A2.25 2.25 0 0 1 18.75 23H5.25A2.25 2.25 0 0 1 3 20.75V7a6 6 0 0 1 1.757-4.243Zm.707.707A5 5 0 0 1 9 2h6a5 5 0 0 1 5 5v13.75c0 .69-.56 1.25-1.25 1.25H5.25C4.56 22 4 21.44 4 20.75V7a5 5 0 0 1 1.464-3.536Z";
|
|
49
39
|
readonly "clip-rule": "evenodd";
|
|
@@ -4,28 +4,18 @@ declare const drawStrokeFine: {
|
|
|
4
4
|
readonly value: "";
|
|
5
5
|
readonly attributes: {
|
|
6
6
|
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
7
|
+
readonly width: "24";
|
|
8
|
+
readonly height: "24";
|
|
7
9
|
readonly fill: "currentColor";
|
|
8
10
|
readonly viewBox: "0 0 24 24";
|
|
9
11
|
readonly "data-mrl-svg-name": "drawStrokeFine";
|
|
10
12
|
};
|
|
11
13
|
readonly children: readonly [{
|
|
12
|
-
readonly name: "style";
|
|
13
|
-
readonly type: "element";
|
|
14
|
-
readonly value: "";
|
|
15
|
-
readonly attributes: {};
|
|
16
|
-
readonly children: readonly [{
|
|
17
|
-
readonly name: "";
|
|
18
|
-
readonly type: "text";
|
|
19
|
-
readonly value: "\n .mrl-picto-draw-pen { fill: #BBBBBB; }\n .mrl-picto-color-offset { fill: #4e4e4e; }\n ";
|
|
20
|
-
readonly attributes: {};
|
|
21
|
-
readonly children: readonly [];
|
|
22
|
-
}];
|
|
23
|
-
}, {
|
|
24
14
|
readonly name: "path";
|
|
25
15
|
readonly type: "element";
|
|
26
16
|
readonly value: "";
|
|
27
17
|
readonly attributes: {
|
|
28
|
-
readonly
|
|
18
|
+
readonly fill: "#B8C1CC";
|
|
29
19
|
readonly d: "M16.597 12.163H7.403l-2.508 7.331a2 2 0 0 0 1.892 2.648h10.426a2 2 0 0 0 1.892-2.648l-2.508-7.331Z";
|
|
30
20
|
};
|
|
31
21
|
readonly children: readonly [];
|
|
@@ -34,6 +24,7 @@ declare const drawStrokeFine: {
|
|
|
34
24
|
readonly type: "element";
|
|
35
25
|
readonly value: "";
|
|
36
26
|
readonly attributes: {
|
|
27
|
+
readonly fill: "#48525B";
|
|
37
28
|
readonly d: "M13.42 2.872c-.463-1.352-2.377-1.352-2.84 0l-3.177 9.291h9.194l-3.178-9.29Z";
|
|
38
29
|
};
|
|
39
30
|
readonly children: readonly [];
|
|
@@ -42,9 +33,9 @@ declare const drawStrokeFine: {
|
|
|
42
33
|
readonly type: "element";
|
|
43
34
|
readonly value: "";
|
|
44
35
|
readonly attributes: {
|
|
45
|
-
readonly
|
|
36
|
+
readonly fill: "#DCE1E5";
|
|
46
37
|
readonly "fill-rule": "evenodd";
|
|
47
|
-
readonly d: "m14.365 2.549 5.686 16.622a3 3 0 0 1-2.838 3.97H6.787a3 3 0 0 1-2.838-3.97L9.
|
|
38
|
+
readonly d: "m14.365 2.549 5.686 16.622a3 3 0 0 1-2.838 3.97H6.787a3 3 0 0 1-2.838-3.97L9.634 2.549c.772-2.255 3.96-2.255 4.731 0Zm-.946.323c-.463-1.352-2.376-1.352-2.838 0L4.895 19.494a2 2 0 0 0 1.892 2.648h10.426a2 2 0 0 0 1.892-2.648L13.419 2.872Z";
|
|
48
39
|
readonly "clip-rule": "evenodd";
|
|
49
40
|
};
|
|
50
41
|
readonly children: readonly [];
|
|
@@ -4,27 +4,18 @@ declare const drawStrokeHighlighter: {
|
|
|
4
4
|
readonly value: "";
|
|
5
5
|
readonly attributes: {
|
|
6
6
|
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
7
|
+
readonly width: "24";
|
|
8
|
+
readonly height: "24";
|
|
7
9
|
readonly fill: "currentColor";
|
|
8
10
|
readonly viewBox: "0 0 24 24";
|
|
9
11
|
readonly "data-mrl-svg-name": "drawStrokeHighlighter";
|
|
10
12
|
};
|
|
11
13
|
readonly children: readonly [{
|
|
12
|
-
readonly name: "style";
|
|
13
|
-
readonly type: "element";
|
|
14
|
-
readonly value: "";
|
|
15
|
-
readonly attributes: {};
|
|
16
|
-
readonly children: readonly [{
|
|
17
|
-
readonly name: "";
|
|
18
|
-
readonly type: "text";
|
|
19
|
-
readonly value: "\n .mrl-picto-draw-pen { fill: #BBBBBB; }\n .mrl-picto-color-offset { fill: #4e4e4e; }\n ";
|
|
20
|
-
readonly attributes: {};
|
|
21
|
-
readonly children: readonly [];
|
|
22
|
-
}];
|
|
23
|
-
}, {
|
|
24
14
|
readonly name: "path";
|
|
25
15
|
readonly type: "element";
|
|
26
16
|
readonly value: "";
|
|
27
17
|
readonly attributes: {
|
|
18
|
+
readonly fill: "#48525B";
|
|
28
19
|
readonly d: "M21.035 12H3.125l.72-5.6c.182-1.2 1.17-2.166 2.463-2.404l10.598-1.95c1.478-.272 2.893.673 3.072 2.05L21.035 12Z";
|
|
29
20
|
};
|
|
30
21
|
readonly children: readonly [];
|
|
@@ -33,7 +24,7 @@ declare const drawStrokeHighlighter: {
|
|
|
33
24
|
readonly type: "element";
|
|
34
25
|
readonly value: "";
|
|
35
26
|
readonly attributes: {
|
|
36
|
-
readonly
|
|
27
|
+
readonly fill: "#B8C1CC";
|
|
37
28
|
readonly d: "M3.123 12 2.02 19.723C1.848 20.926 2.809 22 4.057 22h15.886c1.232 0 2.188-1.047 2.042-2.236L21.035 12H3.123Z";
|
|
38
29
|
};
|
|
39
30
|
readonly children: readonly [];
|
|
@@ -42,7 +33,7 @@ declare const drawStrokeHighlighter: {
|
|
|
42
33
|
readonly type: "element";
|
|
43
34
|
readonly value: "";
|
|
44
35
|
readonly attributes: {
|
|
45
|
-
readonly
|
|
36
|
+
readonly fill: "#DCE1E5";
|
|
46
37
|
readonly "fill-rule": "evenodd";
|
|
47
38
|
readonly d: "m22.028 11.878.95 7.764c.222 1.817-1.235 3.357-3.035 3.357H4.057c-1.824 0-3.29-1.58-3.027-3.416l1.122-7.86.703-5.461.001-.012C3.11 4.584 4.46 3.32 6.127 3.013l10.598-1.95c1.96-.36 3.98.88 4.244 2.902v.001l1.059 7.912Zm-5.122-9.832L6.308 3.996C5.015 4.234 4.027 5.2 3.845 6.4l-.72 5.6h-.002L2.02 19.723C1.848 20.926 2.809 22 4.057 22h15.886c1.232 0 2.188-1.046 2.042-2.236L21.035 12l-1.057-7.904c-.179-1.377-1.594-2.32-3.072-2.049Z";
|
|
48
39
|
readonly "clip-rule": "evenodd";
|
|
@@ -4,28 +4,18 @@ declare const drawStrokeMedium: {
|
|
|
4
4
|
readonly value: "";
|
|
5
5
|
readonly attributes: {
|
|
6
6
|
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
7
|
+
readonly width: "24";
|
|
8
|
+
readonly height: "24";
|
|
7
9
|
readonly fill: "currentColor";
|
|
8
10
|
readonly viewBox: "0 0 24 24";
|
|
9
11
|
readonly "data-mrl-svg-name": "drawStrokeMedium";
|
|
10
12
|
};
|
|
11
13
|
readonly children: readonly [{
|
|
12
|
-
readonly name: "style";
|
|
13
|
-
readonly type: "element";
|
|
14
|
-
readonly value: "";
|
|
15
|
-
readonly attributes: {};
|
|
16
|
-
readonly children: readonly [{
|
|
17
|
-
readonly name: "";
|
|
18
|
-
readonly type: "text";
|
|
19
|
-
readonly value: "\n .mrl-picto-draw-pen { fill: #BBBBBB; }\n .mrl-picto-color-offset { fill: #4e4e4e; }\n ";
|
|
20
|
-
readonly attributes: {};
|
|
21
|
-
readonly children: readonly [];
|
|
22
|
-
}];
|
|
23
|
-
}, {
|
|
24
14
|
readonly name: "path";
|
|
25
15
|
readonly type: "element";
|
|
26
16
|
readonly value: "";
|
|
27
17
|
readonly attributes: {
|
|
28
|
-
readonly
|
|
18
|
+
readonly fill: "#B8C1CC";
|
|
29
19
|
readonly d: "M3.617 19.529a2 2 0 0 0 1.94 2.483h12.887a1.999 1.999 0 0 0 1.94-2.482L18.5 11.989h-13l-1.884 7.54Z";
|
|
30
20
|
};
|
|
31
21
|
readonly children: readonly [];
|
|
@@ -34,6 +24,7 @@ declare const drawStrokeMedium: {
|
|
|
34
24
|
readonly type: "element";
|
|
35
25
|
readonly value: "";
|
|
36
26
|
readonly attributes: {
|
|
27
|
+
readonly fill: "#48525B";
|
|
37
28
|
readonly d: "M18.5 11.989h-13l1.503-6.585a4.5 4.5 0 0 1 4.367-3.415h1.262a4.5 4.5 0 0 1 4.367 3.415l1.502 6.585Z";
|
|
38
29
|
};
|
|
39
30
|
readonly children: readonly [];
|
|
@@ -42,7 +33,7 @@ declare const drawStrokeMedium: {
|
|
|
42
33
|
readonly type: "element";
|
|
43
34
|
readonly value: "";
|
|
44
35
|
readonly attributes: {
|
|
45
|
-
readonly
|
|
36
|
+
readonly fill: "#DCE1E5";
|
|
46
37
|
readonly "fill-rule": "evenodd";
|
|
47
38
|
readonly d: "M18.444 22.011H5.558a2 2 0 0 1-1.941-2.482l2.014-8.108v-.001l1.373-6.016a4.5 4.5 0 0 1 4.367-3.415h1.26A4.5 4.5 0 0 1 17 5.403l1.37 6.009 2.014 8.117a2 2 0 0 1-1.94 2.482Zm.898-10.83 2.012 8.107a3.001 3.001 0 0 1-2.91 3.723H5.558a3 3 0 0 1-2.912-3.723L4.655 11.2l1.376-6.028.002-.01A5.5 5.5 0 0 1 11.37.99h1.26a5.502 5.502 0 0 1 5.34 4.173l.002.01 1.37 6.009Z";
|
|
48
39
|
readonly "clip-rule": "evenodd";
|