@muraldevkit/ds-pictograms 2.1.0 → 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.
Files changed (68) hide show
  1. package/dist/cjs/drawEraser.d.ts +5 -15
  2. package/dist/cjs/drawEraser.js +1 -5
  3. package/dist/cjs/drawStrokeFine.d.ts +6 -15
  4. package/dist/cjs/drawStrokeFine.js +1 -4
  5. package/dist/cjs/drawStrokeHighlighter.d.ts +5 -14
  6. package/dist/cjs/drawStrokeHighlighter.js +1 -4
  7. package/dist/cjs/drawStrokeMedium.d.ts +5 -14
  8. package/dist/cjs/drawStrokeMedium.js +1 -4
  9. package/dist/cjs/drawStrokeUltraFine.d.ts +8 -17
  10. package/dist/cjs/drawStrokeUltraFine.js +1 -4
  11. package/dist/cjs/fileGeneric.d.ts +3 -1
  12. package/dist/cjs/fileGeneric.js +1 -1
  13. package/dist/cjs/voteAdd.d.ts +1 -1
  14. package/dist/cjs/voteAdd.js +1 -1
  15. package/dist/cjs/voteAddTouch.d.ts +3 -3
  16. package/dist/cjs/voteAddTouch.js +1 -1
  17. package/dist/cjs/voteAnonymous.d.ts +2 -2
  18. package/dist/cjs/voteAnonymous.js +1 -1
  19. package/dist/cjs/voteRemove.d.ts +1 -1
  20. package/dist/cjs/voteRemove.js +1 -1
  21. package/dist/cjs/voteRemoveTouch.d.ts +3 -3
  22. package/dist/cjs/voteRemoveTouch.js +1 -1
  23. package/dist/esm/drawEraser.d.ts +5 -15
  24. package/dist/esm/drawEraser.js +1 -5
  25. package/dist/esm/drawStrokeFine.d.ts +6 -15
  26. package/dist/esm/drawStrokeFine.js +1 -4
  27. package/dist/esm/drawStrokeHighlighter.d.ts +5 -14
  28. package/dist/esm/drawStrokeHighlighter.js +1 -4
  29. package/dist/esm/drawStrokeMedium.d.ts +5 -14
  30. package/dist/esm/drawStrokeMedium.js +1 -4
  31. package/dist/esm/drawStrokeUltraFine.d.ts +8 -17
  32. package/dist/esm/drawStrokeUltraFine.js +1 -4
  33. package/dist/esm/fileGeneric.d.ts +3 -1
  34. package/dist/esm/fileGeneric.js +1 -1
  35. package/dist/esm/index.js +6 -22
  36. package/dist/esm/voteAdd.d.ts +1 -1
  37. package/dist/esm/voteAdd.js +1 -1
  38. package/dist/esm/voteAddTouch.d.ts +3 -3
  39. package/dist/esm/voteAddTouch.js +1 -1
  40. package/dist/esm/voteAnonymous.d.ts +2 -2
  41. package/dist/esm/voteAnonymous.js +1 -1
  42. package/dist/esm/voteRemove.d.ts +1 -1
  43. package/dist/esm/voteRemove.js +1 -1
  44. package/dist/esm/voteRemoveTouch.d.ts +3 -3
  45. package/dist/esm/voteRemoveTouch.js +1 -1
  46. package/dist/svg/draw-eraser.svg +4 -9
  47. package/dist/svg/draw-stroke-fine.svg +4 -8
  48. package/dist/svg/draw-stroke-highlighter.svg +4 -8
  49. package/dist/svg/draw-stroke-medium.svg +4 -8
  50. package/dist/svg/draw-stroke-ultra-fine.svg +4 -8
  51. package/dist/svg/file-generic.svg +2 -2
  52. package/dist/svg/vote-add-touch.svg +3 -3
  53. package/dist/svg/vote-add.svg +1 -1
  54. package/dist/svg/vote-anonymous.svg +2 -2
  55. package/dist/svg/vote-remove-touch.svg +3 -3
  56. package/dist/svg/vote-remove.svg +1 -1
  57. package/dist/types/drawEraser.d.ts +5 -15
  58. package/dist/types/drawStrokeFine.d.ts +6 -15
  59. package/dist/types/drawStrokeHighlighter.d.ts +5 -14
  60. package/dist/types/drawStrokeMedium.d.ts +5 -14
  61. package/dist/types/drawStrokeUltraFine.d.ts +8 -17
  62. package/dist/types/fileGeneric.d.ts +3 -1
  63. package/dist/types/voteAdd.d.ts +1 -1
  64. package/dist/types/voteAddTouch.d.ts +3 -3
  65. package/dist/types/voteAnonymous.d.ts +2 -2
  66. package/dist/types/voteRemove.d.ts +1 -1
  67. package/dist/types/voteRemoveTouch.d.ts +3 -3
  68. package/package.json +1 -1
@@ -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 class: "mrl-picto-draw-pen";
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 class: "mrl-picto-color-offset";
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.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";
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 e={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawStrokeFine"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
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:[]}]};export{e as drawStrokeFine};
1
+ var e={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:[]}]};export{e as drawStrokeFine};
@@ -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 class: "mrl-picto-draw-pen";
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 class: "mrl-picto-color-offset";
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 e={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawStrokeHighlighter"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
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:[]}]};export{e as drawStrokeHighlighter};
1
+ var e={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:[]}]};export{e as drawStrokeHighlighter};
@@ -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 class: "mrl-picto-draw-pen";
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 class: "mrl-picto-color-offset";
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 e={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawStrokeMedium"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
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:[]}]};export{e as drawStrokeMedium};
1
+ var e={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:[]}]};export{e as drawStrokeMedium};
@@ -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 class: "mrl-picto-draw-pen";
29
- readonly 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";
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 d: "M15.875 12.025h-7.75l2.92-9.348c.293-.936 1.617-.936 1.91 0l2.92 9.348Z";
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 class: "mrl-picto-color-offset";
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.954 2.677c-.292-.936-1.616-.936-1.909 0L5.812 19.429a2 2 0 0 0 1.91 2.596h8.559Z";
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 e={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawStrokeUltraFine"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
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:[]}]};export{e as drawStrokeUltraFine};
1
+ var e={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:[]}]};export{e as drawStrokeUltraFine};
@@ -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: "#919191";
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 [];
@@ -1 +1 @@
1
- var e={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:"#919191",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:[]}]};export{e as fileGeneric};
1
+ var e={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:[]}]};export{e as fileGeneric};