@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/cjs/drawEraser.d.ts
CHANGED
|
@@ -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";
|
package/dist/cjs/drawEraser.js
CHANGED
|
@@ -1,5 +1 @@
|
|
|
1
|
-
var r=Object.defineProperty;var
|
|
2
|
-
.mrl-picto-draw-pen { fill: #BBBBBB; }
|
|
3
|
-
.mrl-picto-draw-eraser-tip { fill: #DEDEDE; }
|
|
4
|
-
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
5
|
-
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{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"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-draw-eraser-tip",d:"M9 2a5 5 0 0 0-5 5v5h16V7a5 5 0 0 0-5-5H9Z"},children:[]},{name:"path",type:"element",value:"",attributes:{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"},children:[]}]};
|
|
1
|
+
var r=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var v=Object.prototype.hasOwnProperty;var s=(t,e)=>{for(var l in e)r(t,l,{get:e[l],enumerable:!0})},m=(t,e,l,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of h(e))!v.call(t,a)&&a!==l&&r(t,a,{get:()=>e[a],enumerable:!(n=d(e,a))||n.enumerable});return t};var u=t=>m(r({},"__esModule",{value:!0}),t);var c={};s(c,{drawEraser:()=>i});module.exports=u(c);const i={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawEraser"},children:[{name:"path",type:"element",value:"",attributes:{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"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#B8C1CC",d:"M9 2a5 5 0 0 0-5 5v5h16V7a5 5 0 0 0-5-5H9Z"},children:[]},{name:"path",type:"element",value:"",attributes:{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"},children:[]}]};
|
|
@@ -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 [];
|
|
@@ -1,4 +1 @@
|
|
|
1
|
-
var
|
|
2
|
-
.mrl-picto-draw-pen { fill: #BBBBBB; }
|
|
3
|
-
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
4
|
-
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{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"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M13.42 2.872c-.463-1.352-2.377-1.352-2.84 0l-3.177 9.291h9.194l-3.178-9.29Z"},children:[]},{name:"path",type:"element",value:"",attributes:{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"},children:[]}]};
|
|
1
|
+
var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var m=Object.prototype.hasOwnProperty;var c=(t,e)=>{for(var a in e)n(t,a,{get:e[a],enumerable:!0})},o=(t,e,a,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of h(e))!m.call(t,l)&&l!==a&&n(t,l,{get:()=>e[l],enumerable:!(r=d(e,l))||r.enumerable});return t};var s=t=>o(n({},"__esModule",{value:!0}),t);var u={};c(u,{drawStrokeFine:()=>i});module.exports=s(u);const i={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawStrokeFine"},children:[{name:"path",type:"element",value:"",attributes:{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"},children:[]},{name:"path",type:"element",value:"",attributes:{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"},children:[]},{name:"path",type:"element",value:"",attributes:{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"},children:[]}]};
|
|
@@ -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";
|
|
@@ -1,4 +1 @@
|
|
|
1
|
-
var a=Object.defineProperty;var
|
|
2
|
-
.mrl-picto-draw-pen { fill: #BBBBBB; }
|
|
3
|
-
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
4
|
-
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{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"},children:[]},{name:"path",type:"element",value:"",attributes:{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"},children:[]},{name:"path",type:"element",value:"",attributes:{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"},children:[]}]};
|
|
1
|
+
var a=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var d=Object.prototype.hasOwnProperty;var m=(l,e)=>{for(var r in e)a(l,r,{get:e[r],enumerable:!0})},o=(l,e,r,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of c(e))!d.call(l,t)&&t!==r&&a(l,t,{get:()=>e[t],enumerable:!(i=h(e,t))||i.enumerable});return l};var s=l=>o(a({},"__esModule",{value:!0}),l);var u={};m(u,{drawStrokeHighlighter:()=>n});module.exports=s(u);const n={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawStrokeHighlighter"},children:[{name:"path",type:"element",value:"",attributes:{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"},children:[]},{name:"path",type:"element",value:"",attributes:{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"},children:[]},{name:"path",type:"element",value:"",attributes:{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"},children:[]}]};
|
|
@@ -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";
|
|
@@ -1,4 +1 @@
|
|
|
1
|
-
var r=Object.defineProperty;var
|
|
2
|
-
.mrl-picto-draw-pen { fill: #BBBBBB; }
|
|
3
|
-
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
4
|
-
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{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"},children:[]},{name:"path",type:"element",value:"",attributes:{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"},children:[]},{name:"path",type:"element",value:"",attributes:{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"},children:[]}]};
|
|
1
|
+
var r=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var m=Object.prototype.hasOwnProperty;var u=(l,e)=>{for(var a in e)r(l,a,{get:e[a],enumerable:!0})},o=(l,e,a,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of h(e))!m.call(l,t)&&t!==a&&r(l,t,{get:()=>e[t],enumerable:!(i=d(e,t))||i.enumerable});return l};var s=l=>o(r({},"__esModule",{value:!0}),l);var v={};u(v,{drawStrokeMedium:()=>n});module.exports=s(v);const n={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawStrokeMedium"},children:[{name:"path",type:"element",value:"",attributes:{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"},children:[]},{name:"path",type:"element",value:"",attributes:{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"},children:[]},{name:"path",type:"element",value:"",attributes:{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"},children:[]}]};
|
|
@@ -4,29 +4,19 @@ declare const drawStrokeUltraFine: {
|
|
|
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": "drawStrokeUltraFine";
|
|
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
|
|
29
|
-
readonly d: "M7.72 22.025h8.56a2 2 0 0 0 1.909-2.596l-2.
|
|
18
|
+
readonly fill: "#B8C1CC";
|
|
19
|
+
readonly 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";
|
|
30
20
|
};
|
|
31
21
|
readonly children: readonly [];
|
|
32
22
|
}, {
|
|
@@ -34,7 +24,8 @@ declare const drawStrokeUltraFine: {
|
|
|
34
24
|
readonly type: "element";
|
|
35
25
|
readonly value: "";
|
|
36
26
|
readonly attributes: {
|
|
37
|
-
readonly
|
|
27
|
+
readonly fill: "#48525B";
|
|
28
|
+
readonly d: "M15.876 12.025H8.125l2.92-9.348c.293-.936 1.617-.936 1.91 0l2.92 9.348Z";
|
|
38
29
|
};
|
|
39
30
|
readonly children: readonly [];
|
|
40
31
|
}, {
|
|
@@ -42,9 +33,9 @@ declare const drawStrokeUltraFine: {
|
|
|
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: "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.
|
|
38
|
+
readonly 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";
|
|
48
39
|
readonly "clip-rule": "evenodd";
|
|
49
40
|
};
|
|
50
41
|
readonly children: readonly [];
|
|
@@ -1,4 +1 @@
|
|
|
1
|
-
var r=Object.defineProperty;var
|
|
2
|
-
.mrl-picto-draw-pen { fill: #BBBBBB; }
|
|
3
|
-
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
4
|
-
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{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"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M15.875 12.025h-7.75l2.92-9.348c.293-.936 1.617-.936 1.91 0l2.92 9.348Z"},children:[]},{name:"path",type:"element",value:"",attributes:{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"},children:[]}]};
|
|
1
|
+
var r=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var m=Object.prototype.hasOwnProperty;var c=(t,e)=>{for(var a in e)r(t,a,{get:e[a],enumerable:!0})},o=(t,e,a,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of h(e))!m.call(t,l)&&l!==a&&r(t,l,{get:()=>e[l],enumerable:!(n=d(e,l))||n.enumerable});return t};var s=t=>o(r({},"__esModule",{value:!0}),t);var u={};c(u,{drawStrokeUltraFine:()=>i});module.exports=s(u);const i={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawStrokeUltraFine"},children:[{name:"path",type:"element",value:"",attributes:{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"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#48525B",d:"M15.876 12.025H8.125l2.92-9.348c.293-.936 1.617-.936 1.91 0l2.92 9.348Z"},children:[]},{name:"path",type:"element",value:"",attributes:{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"},children:[]}]};
|
|
@@ -4,6 +4,8 @@ declare const fileGeneric: {
|
|
|
4
4
|
readonly value: "";
|
|
5
5
|
readonly attributes: {
|
|
6
6
|
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
7
|
+
readonly width: "40";
|
|
8
|
+
readonly height: "40";
|
|
7
9
|
readonly fill: "currentColor";
|
|
8
10
|
readonly viewBox: "0 0 40 40";
|
|
9
11
|
readonly "data-mrl-svg-name": "fileGeneric";
|
|
@@ -13,7 +15,7 @@ declare const fileGeneric: {
|
|
|
13
15
|
readonly type: "element";
|
|
14
16
|
readonly value: "";
|
|
15
17
|
readonly attributes: {
|
|
16
|
-
readonly fill: "#
|
|
18
|
+
readonly fill: "#818F9C";
|
|
17
19
|
readonly 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";
|
|
18
20
|
};
|
|
19
21
|
readonly children: readonly [];
|
package/dist/cjs/fileGeneric.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var h=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var r=Object.prototype.hasOwnProperty;var m=(t,e)=>{for(var a in e)h(t,a,{get:e[a],enumerable:!0})},f=(t,e,a,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of v(e))!r.call(t,l)&&l!==a&&h(t,l,{get:()=>e[l],enumerable:!(i=c(e,l))||i.enumerable});return t};var s=t=>f(h({},"__esModule",{value:!0}),t);var p={};m(p,{fileGeneric:()=>n});module.exports=s(p);const n={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileGeneric"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#
|
|
1
|
+
var h=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var r=Object.prototype.hasOwnProperty;var m=(t,e)=>{for(var a in e)h(t,a,{get:e[a],enumerable:!0})},f=(t,e,a,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of v(e))!r.call(t,l)&&l!==a&&h(t,l,{get:()=>e[l],enumerable:!(i=c(e,l))||i.enumerable});return t};var s=t=>f(h({},"__esModule",{value:!0}),t);var p={};m(p,{fileGeneric:()=>n});module.exports=s(p);const n={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",width:"40",height:"40",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileGeneric"},children:[{name:"path",type:"element",value:"",attributes:{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"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff","fill-opacity":".7",d:"M35 11h-8a3 3 0 0 1-3-3V0h1.5L35 10v1Z"},children:[]},{name:"path",type:"element",value:"",attributes:{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"},children:[]}]};
|
package/dist/cjs/index.d.ts
CHANGED
|
@@ -59,6 +59,8 @@ export { stickyRectangle } from './stickyRectangle';
|
|
|
59
59
|
export { stickyRound } from './stickyRound';
|
|
60
60
|
export { stickyRounded } from './stickyRounded';
|
|
61
61
|
export { sticky } from './sticky';
|
|
62
|
+
export { voteAddTouch } from './voteAddTouch';
|
|
62
63
|
export { voteAdd } from './voteAdd';
|
|
63
64
|
export { voteAnonymous } from './voteAnonymous';
|
|
65
|
+
export { voteRemoveTouch } from './voteRemoveTouch';
|
|
64
66
|
export { voteRemove } from './voteRemove';
|
package/dist/cjs/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var f=Object.defineProperty;var
|
|
1
|
+
var f=Object.defineProperty;var uo=Object.getOwnPropertyDescriptor;var Wo=Object.getOwnPropertyNames;var Go=Object.prototype.hasOwnProperty;var So=(r,o)=>{for(var t in o)f(r,t,{get:o[t],enumerable:!0})},vo=(r,o,t,m)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of Wo(o))!Go.call(r,e)&&e!==t&&f(r,e,{get:()=>o[e],enumerable:!(m=uo(o,e))||m.enumerable});return r};var bo=r=>vo(f({},"__esModule",{value:!0}),r);var yo={};So(yo,{brandSymbol:()=>p.brandSymbol,brandWordmark:()=>x.brandWordmark,checkboxCustom:()=>i.checkboxCustom,colorBorder:()=>d.colorBorder,colorBorderMixed:()=>l.colorBorderMixed,colorBorderNone:()=>a.colorBorderNone,colorFill:()=>g.colorFill,colorFillMixed:()=>s.colorFillMixed,colorFillNone:()=>c.colorFillNone,colorPicker:()=>n.colorPicker,colorTransparent:()=>h.colorTransparent,customColors:()=>w.customColors,drawEraser:()=>k.drawEraser,drawStrokeFine:()=>u.drawStrokeFine,drawStrokeHighlighter:()=>W.drawStrokeHighlighter,drawStrokeMedium:()=>G.drawStrokeMedium,drawStrokeUltraFine:()=>S.drawStrokeUltraFine,drawWeight10:()=>v.drawWeight10,drawWeight100:()=>b.drawWeight100,drawWeight20:()=>y.drawWeight20,drawWeight30:()=>F.drawWeight30,drawWeight40:()=>P.drawWeight40,drawWeight50:()=>R.drawWeight50,drawWeight60:()=>T.drawWeight60,drawWeight70:()=>A.drawWeight70,drawWeight80:()=>C.drawWeight80,drawWeight90:()=>M.drawWeight90,fileDoc:()=>B.fileDoc,fileGdoc:()=>L.fileGdoc,fileGeneric:()=>N.fileGeneric,fileGforms:()=>q.fileGforms,fileGmaps:()=>D.fileGmaps,fileGsheets:()=>E.fileGsheets,fileGslides:()=>H.fileGslides,fileLoom:()=>O.fileLoom,fileOnedrive:()=>U.fileOnedrive,filePdf:()=>V.filePdf,filePpt:()=>X.filePpt,fileSharepoint:()=>Y.fileSharepoint,fileStream:()=>Z.fileStream,fileTxt:()=>j.fileTxt,fileXls:()=>z.fileXls,fileZip:()=>I.fileZip,framesA4:()=>J.framesA4,framesCustom:()=>K.framesCustom,framesGrid:()=>Q.framesGrid,framesLetter:()=>_.framesLetter,framesPhone:()=>$.framesPhone,framesPresentation:()=>oo.framesPresentation,framesSquare:()=>ro.framesSquare,framesTablet:()=>eo.framesTablet,logoGmail:()=>to.logoGmail,logoGoogle:()=>fo.logoGoogle,logoMicrosoft:()=>mo.logoMicrosoft,logoSlackColor:()=>po.logoSlackColor,logoVimeo:()=>xo.logoVimeo,logoYoutube:()=>io.logoYoutube,sticky:()=>co.sticky,stickyRectangle:()=>lo.stickyRectangle,stickyRound:()=>ao.stickyRound,stickyRounded:()=>so.stickyRounded,voteAdd:()=>no.voteAdd,voteAddTouch:()=>go.voteAddTouch,voteAnonymous:()=>ho.voteAnonymous,voteRemove:()=>ko.voteRemove,voteRemoveTouch:()=>wo.voteRemoveTouch});module.exports=bo(yo);var p=require("./brandSymbol"),x=require("./brandWordmark"),i=require("./checkboxCustom"),l=require("./colorBorderMixed"),a=require("./colorBorderNone"),d=require("./colorBorder"),s=require("./colorFillMixed"),c=require("./colorFillNone"),g=require("./colorFill"),n=require("./colorPicker"),h=require("./colorTransparent"),w=require("./customColors"),k=require("./drawEraser"),u=require("./drawStrokeFine"),W=require("./drawStrokeHighlighter"),G=require("./drawStrokeMedium"),S=require("./drawStrokeUltraFine"),v=require("./drawWeight10"),b=require("./drawWeight100"),y=require("./drawWeight20"),F=require("./drawWeight30"),P=require("./drawWeight40"),R=require("./drawWeight50"),T=require("./drawWeight60"),A=require("./drawWeight70"),C=require("./drawWeight80"),M=require("./drawWeight90"),B=require("./fileDoc"),L=require("./fileGdoc"),N=require("./fileGeneric"),q=require("./fileGforms"),D=require("./fileGmaps"),E=require("./fileGsheets"),H=require("./fileGslides"),O=require("./fileLoom"),U=require("./fileOnedrive"),V=require("./filePdf"),X=require("./filePpt"),Y=require("./fileSharepoint"),Z=require("./fileStream"),j=require("./fileTxt"),z=require("./fileXls"),I=require("./fileZip"),J=require("./framesA4"),K=require("./framesCustom"),Q=require("./framesGrid"),_=require("./framesLetter"),$=require("./framesPhone"),oo=require("./framesPresentation"),ro=require("./framesSquare"),eo=require("./framesTablet"),to=require("./logoGmail"),fo=require("./logoGoogle"),mo=require("./logoMicrosoft"),po=require("./logoSlackColor"),xo=require("./logoVimeo"),io=require("./logoYoutube"),lo=require("./stickyRectangle"),ao=require("./stickyRound"),so=require("./stickyRounded"),co=require("./sticky"),go=require("./voteAddTouch"),no=require("./voteAdd"),ho=require("./voteAnonymous"),wo=require("./voteRemoveTouch"),ko=require("./voteRemove");
|
package/dist/cjs/voteAdd.d.ts
CHANGED
|
@@ -4,50 +4,70 @@ declare const voteAdd: {
|
|
|
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": "voteAdd";
|
|
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.403v78.614H0V0Z";
|
|
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.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";
|
|
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: "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";
|
|
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.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";
|
|
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
|
-
readonly
|
|
30
|
-
readonly
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
readonly value: "";
|
|
46
|
-
readonly attributes: {
|
|
47
|
-
readonly fill: "#B7B7B7";
|
|
48
|
-
readonly 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";
|
|
49
|
-
};
|
|
50
|
-
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
|
+
}];
|
|
51
71
|
}];
|
|
52
72
|
};
|
|
53
73
|
export { voteAdd };
|
package/dist/cjs/voteAdd.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var n=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var m=Object.prototype.hasOwnProperty;var u=(t,e)=>{for(var a in e)n(t,a,{get:e[a],enumerable:!0})},p=(t,e,a,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of d(e))!m.call(t,l)&&l!==a&&n(t,l,{get:()=>e[l],enumerable:!(i=h(e,l))||i.enumerable});return t};var s=t=>p(n({},"__esModule",{value:!0}),t);var v={};u(v,{voteAdd:()=>r});module.exports=s(v);const r={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":"voteAdd"},children:[{name:"g",type:"element",value:"",attributes:{"clip-path":"url(#a)"},children:[{name:"path",type:"element",value:"",attributes:{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"},children:[]},{name:"path",type:"element",value:"",attributes:{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"},children:[]},{name:"path",type:"element",value:"",attributes:{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"},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:[]}]}]}]};
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
declare const voteAddTouch: {
|
|
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": "voteAddTouch";
|
|
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.403a2 2 0 0 1 2 2v74.614a2 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 "fill-rule": "evenodd";
|
|
29
|
+
readonly 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";
|
|
30
|
+
readonly "clip-rule": "evenodd";
|
|
31
|
+
};
|
|
32
|
+
readonly children: readonly [];
|
|
33
|
+
}, {
|
|
34
|
+
readonly name: "path";
|
|
35
|
+
readonly type: "element";
|
|
36
|
+
readonly value: "";
|
|
37
|
+
readonly attributes: {
|
|
38
|
+
readonly fill: "#DCE1E5";
|
|
39
|
+
readonly 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";
|
|
40
|
+
};
|
|
41
|
+
readonly children: readonly [];
|
|
42
|
+
}, {
|
|
43
|
+
readonly name: "path";
|
|
44
|
+
readonly type: "element";
|
|
45
|
+
readonly value: "";
|
|
46
|
+
readonly attributes: {
|
|
47
|
+
readonly fill: "#9BA8B6";
|
|
48
|
+
readonly 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";
|
|
49
|
+
};
|
|
50
|
+
readonly children: readonly [];
|
|
51
|
+
}];
|
|
52
|
+
};
|
|
53
|
+
export { voteAddTouch };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var c=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var r=Object.getOwnPropertyNames;var h=Object.prototype.hasOwnProperty;var s=(l,e)=>{for(var a in e)c(l,a,{get:e[a],enumerable:!0})},u=(l,e,a,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of r(e))!h.call(l,t)&&t!==a&&c(l,t,{get:()=>e[t],enumerable:!(n=d(e,t))||n.enumerable});return l};var m=l=>u(c({},"__esModule",{value:!0}),l);var v={};s(v,{voteAddTouch:()=>i});module.exports=m(v);const i={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":"voteAddTouch"},children:[{name:"path",type:"element",value:"",attributes:{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"},children:[]},{name:"path",type:"element",value:"",attributes:{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"},children:[]},{name:"path",type:"element",value:"",attributes:{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"},children:[]},{name:"path",type:"element",value:"",attributes:{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"},children:[]}]};
|