@muraldevkit/ds-pictograms 1.1.0 → 1.2.0

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 (91) hide show
  1. package/dist/cjs/colorBorder.d.ts +13 -3
  2. package/dist/cjs/colorBorder.js +2 -2
  3. package/dist/cjs/colorFill.d.ts +4 -3
  4. package/dist/cjs/colorFill.js +2 -2
  5. package/dist/cjs/colorPicker.d.ts +4 -3
  6. package/dist/cjs/colorPicker.js +2 -2
  7. package/dist/cjs/default/colorBorder.d.ts +13 -3
  8. package/dist/cjs/default/colorBorder.js +2 -2
  9. package/dist/cjs/default/colorFill.d.ts +4 -3
  10. package/dist/cjs/default/colorFill.js +2 -2
  11. package/dist/cjs/default/colorPicker.d.ts +4 -3
  12. package/dist/cjs/default/colorPicker.js +2 -2
  13. package/dist/cjs/default/drawEraser.d.ts +1 -1
  14. package/dist/cjs/default/drawEraser.js +1 -1
  15. package/dist/cjs/default/drawStrokeFine.d.ts +20 -50
  16. package/dist/cjs/default/drawStrokeFine.js +2 -2
  17. package/dist/cjs/default/drawStrokeHighlighter.d.ts +3 -3
  18. package/dist/cjs/default/drawStrokeHighlighter.js +1 -1
  19. package/dist/cjs/default/drawStrokeMedium.d.ts +20 -50
  20. package/dist/cjs/default/drawStrokeMedium.js +2 -2
  21. package/dist/cjs/default/drawStrokeUltraFine.d.ts +20 -52
  22. package/dist/cjs/default/drawStrokeUltraFine.js +2 -2
  23. package/dist/cjs/drawEraser.d.ts +1 -1
  24. package/dist/cjs/drawEraser.js +1 -1
  25. package/dist/cjs/drawStrokeFine.d.ts +20 -50
  26. package/dist/cjs/drawStrokeFine.js +2 -2
  27. package/dist/cjs/drawStrokeHighlighter.d.ts +3 -3
  28. package/dist/cjs/drawStrokeHighlighter.js +2 -2
  29. package/dist/cjs/drawStrokeMedium.d.ts +20 -50
  30. package/dist/cjs/drawStrokeMedium.js +2 -2
  31. package/dist/cjs/drawStrokeUltraFine.d.ts +20 -52
  32. package/dist/cjs/drawStrokeUltraFine.js +2 -2
  33. package/dist/esm/colorBorder.d.ts +13 -3
  34. package/dist/esm/colorBorder.js +1 -1
  35. package/dist/esm/colorFill.d.ts +4 -3
  36. package/dist/esm/colorFill.js +1 -1
  37. package/dist/esm/colorPicker.d.ts +4 -3
  38. package/dist/esm/colorPicker.js +1 -1
  39. package/dist/esm/default/colorBorder.d.ts +13 -3
  40. package/dist/esm/default/colorBorder.js +1 -1
  41. package/dist/esm/default/colorFill.d.ts +4 -3
  42. package/dist/esm/default/colorFill.js +1 -1
  43. package/dist/esm/default/colorPicker.d.ts +4 -3
  44. package/dist/esm/default/colorPicker.js +1 -1
  45. package/dist/esm/default/drawEraser.d.ts +1 -1
  46. package/dist/esm/default/drawEraser.js +1 -1
  47. package/dist/esm/default/drawStrokeFine.d.ts +20 -50
  48. package/dist/esm/default/drawStrokeFine.js +1 -1
  49. package/dist/esm/default/drawStrokeHighlighter.d.ts +3 -3
  50. package/dist/esm/default/drawStrokeHighlighter.js +1 -1
  51. package/dist/esm/default/drawStrokeMedium.d.ts +20 -50
  52. package/dist/esm/default/drawStrokeMedium.js +1 -1
  53. package/dist/esm/default/drawStrokeUltraFine.d.ts +20 -52
  54. package/dist/esm/default/drawStrokeUltraFine.js +1 -1
  55. package/dist/esm/default/index.js +11 -11
  56. package/dist/esm/drawEraser.d.ts +1 -1
  57. package/dist/esm/drawEraser.js +1 -1
  58. package/dist/esm/drawStrokeFine.d.ts +20 -50
  59. package/dist/esm/drawStrokeFine.js +1 -1
  60. package/dist/esm/drawStrokeHighlighter.d.ts +3 -3
  61. package/dist/esm/drawStrokeHighlighter.js +1 -1
  62. package/dist/esm/drawStrokeMedium.d.ts +20 -50
  63. package/dist/esm/drawStrokeMedium.js +1 -1
  64. package/dist/esm/drawStrokeUltraFine.d.ts +20 -52
  65. package/dist/esm/drawStrokeUltraFine.js +1 -1
  66. package/dist/esm/index.js +13 -13
  67. package/dist/svg/default/color-border.svg +3 -2
  68. package/dist/svg/default/color-fill.svg +2 -2
  69. package/dist/svg/default/color-picker.svg +2 -2
  70. package/dist/svg/default/draw-eraser.svg +2 -2
  71. package/dist/svg/default/draw-stroke-fine.svg +4 -11
  72. package/dist/svg/default/draw-stroke-highlighter.svg +3 -3
  73. package/dist/svg/default/draw-stroke-medium.svg +3 -10
  74. package/dist/svg/default/draw-stroke-ultra-fine.svg +3 -10
  75. package/dist/types/colorBorder.d.ts +13 -3
  76. package/dist/types/colorFill.d.ts +4 -3
  77. package/dist/types/colorPicker.d.ts +4 -3
  78. package/dist/types/default/colorBorder.d.ts +13 -3
  79. package/dist/types/default/colorFill.d.ts +4 -3
  80. package/dist/types/default/colorPicker.d.ts +4 -3
  81. package/dist/types/default/drawEraser.d.ts +1 -1
  82. package/dist/types/default/drawStrokeFine.d.ts +20 -50
  83. package/dist/types/default/drawStrokeHighlighter.d.ts +3 -3
  84. package/dist/types/default/drawStrokeMedium.d.ts +20 -50
  85. package/dist/types/default/drawStrokeUltraFine.d.ts +20 -52
  86. package/dist/types/drawEraser.d.ts +1 -1
  87. package/dist/types/drawStrokeFine.d.ts +20 -50
  88. package/dist/types/drawStrokeHighlighter.d.ts +3 -3
  89. package/dist/types/drawStrokeMedium.d.ts +20 -50
  90. package/dist/types/drawStrokeUltraFine.d.ts +20 -52
  91. package/package.json +1 -1
@@ -21,65 +21,33 @@ declare const drawStrokeUltraFine: {
21
21
  readonly children: readonly [];
22
22
  }];
23
23
  }, {
24
- readonly name: "g";
24
+ readonly name: "path";
25
25
  readonly type: "element";
26
26
  readonly value: "";
27
27
  readonly attributes: {
28
- readonly "clip-path": "url(#draw-stroke-ultra-fine-a)";
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";
29
30
  };
30
- readonly children: readonly [{
31
- readonly name: "path";
32
- readonly type: "element";
33
- readonly value: "";
34
- readonly attributes: {
35
- readonly class: "mrl-picto-draw-pen";
36
- readonly d: "M8.001 22.05h8.56a2 2 0 0 0 1.909-2.597L14.282 6.05H10.28L6.092 19.453a2 2 0 0 0 1.91 2.597Z";
37
- };
38
- readonly children: readonly [];
39
- }, {
40
- readonly name: "path";
41
- readonly type: "element";
42
- readonly value: "";
43
- readonly attributes: {
44
- readonly fill: "currentColor";
45
- readonly d: "M16.157 12.05H8.405l2.92-9.348c.293-.936 1.617-.936 1.91 0l2.92 9.348Z";
46
- };
47
- readonly children: readonly [];
48
- }, {
49
- readonly name: "path";
50
- readonly type: "element";
51
- readonly value: "";
52
- readonly attributes: {
53
- readonly class: "mrl-picto-color-offset";
54
- readonly "fill-rule": "evenodd";
55
- readonly d: "m18.066 11.454 2.313 7.403c.805 2.576-1.12 5.193-3.818 5.193H8c-2.698 0-4.622-2.617-3.818-5.193l2.313-7.402v-.002l2.922-9.348c.877-2.807 4.85-2.807 5.727 0l2.92 9.348Zm.404 8a2 2 0 0 1-1.91 2.596H8.002a2 2 0 0 1-1.909-2.597l5.235-16.751c.292-.936 1.616-.936 1.909 0l5.234 16.752Z";
56
- readonly "clip-rule": "evenodd";
57
- };
58
- readonly children: readonly [];
59
- }];
31
+ readonly children: readonly [];
60
32
  }, {
61
- readonly name: "defs";
33
+ readonly name: "path";
62
34
  readonly type: "element";
63
35
  readonly value: "";
64
- readonly attributes: {};
65
- readonly children: readonly [{
66
- readonly name: "clipPath";
67
- readonly type: "element";
68
- readonly value: "";
69
- readonly attributes: {
70
- readonly id: "draw-stroke-ultra-fine-a";
71
- };
72
- readonly children: readonly [{
73
- readonly name: "path";
74
- readonly type: "element";
75
- readonly value: "";
76
- readonly attributes: {
77
- readonly class: "mrl-picto-color-offset";
78
- readonly d: "M0 0h24v24H0z";
79
- };
80
- readonly children: readonly [];
81
- }];
82
- }];
36
+ 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";
38
+ };
39
+ readonly children: readonly [];
40
+ }, {
41
+ readonly name: "path";
42
+ readonly type: "element";
43
+ readonly value: "";
44
+ readonly attributes: {
45
+ readonly class: "mrl-picto-color-offset";
46
+ 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";
48
+ readonly "clip-rule": "evenodd";
49
+ };
50
+ readonly children: readonly [];
83
51
  }];
84
52
  };
85
53
  export { drawStrokeUltraFine };
@@ -1,4 +1,4 @@
1
- var r=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var s=Object.getOwnPropertyNames;var m=Object.prototype.hasOwnProperty;var o=(t,e)=>{for(var a in e)r(t,a,{get:e[a],enumerable:!0})},d=(t,e,a,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of s(e))!m.call(t,l)&&l!==a&&r(t,l,{get:()=>e[l],enumerable:!(n=c(e,l))||n.enumerable});return t};var p=t=>d(r({},"__esModule",{value:!0}),t);var u={};o(u,{drawStrokeUltraFine:()=>i});module.exports=p(u);const i={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:`
1
+ var r=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var m=(t,e)=>{for(var a in e)r(t,a,{get:e[a],enumerable:!0})},d=(t,e,a,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of o(e))!s.call(t,l)&&l!==a&&r(t,l,{get:()=>e[l],enumerable:!(n=c(e,l))||n.enumerable});return t};var p=t=>d(r({},"__esModule",{value:!0}),t);var u={};m(u,{drawStrokeUltraFine:()=>i});module.exports=p(u);const i={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
2
  .mrl-picto-draw-pen { fill: #BBBBBB; }
3
3
  .mrl-picto-color-offset { fill: #4e4e4e; }
4
- `,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{"clip-path":"url(#draw-stroke-ultra-fine-a)"},children:[{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-draw-pen",d:"M8.001 22.05h8.56a2 2 0 0 0 1.909-2.597L14.282 6.05H10.28L6.092 19.453a2 2 0 0 0 1.91 2.597Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M16.157 12.05H8.405l2.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:"m18.066 11.454 2.313 7.403c.805 2.576-1.12 5.193-3.818 5.193H8c-2.698 0-4.622-2.617-3.818-5.193l2.313-7.402v-.002l2.922-9.348c.877-2.807 4.85-2.807 5.727 0l2.92 9.348Zm.404 8a2 2 0 0 1-1.91 2.596H8.002a2 2 0 0 1-1.909-2.597l5.235-16.751c.292-.936 1.616-.936 1.909 0l5.234 16.752Z","clip-rule":"evenodd"},children:[]}]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"clipPath",type:"element",value:"",attributes:{id:"draw-stroke-ultra-fine-a"},children:[{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset",d:"M0 0h24v24H0z"},children:[]}]}]}]};
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:[]}]};
@@ -66,7 +66,7 @@ declare const drawEraser: {
66
66
  readonly attributes: {
67
67
  readonly class: "mrl-picto-color-offset";
68
68
  readonly "fill-rule": "evenodd";
69
- readonly d: "M9 0a7 7 0 0 0-7 7v13.75A3.25 3.25 0 0 0 5.25 24h13.5A3.25 3.25 0 0 0 22 20.75V7a7 7 0 0 0-7-7H9Zm0 2a5 5 0 0 0-5 5v13.75c0 .69.56 1.25 1.25 1.25h13.5c.69 0 1.25-.56 1.25-1.25V7a5 5 0 0 0-5-5H9Z";
69
+ 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";
70
70
  readonly "clip-rule": "evenodd";
71
71
  };
72
72
  readonly children: readonly [];
@@ -2,4 +2,4 @@ var r=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var c=Object.g
2
2
  .mrl-picto-draw-pen { fill: #BBBBBB; }
3
3
  .mrl-picto-draw-eraser-tip { fill: #DEDEDE; }
4
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:"M9 0a7 7 0 0 0-7 7v13.75A3.25 3.25 0 0 0 5.25 24h13.5A3.25 3.25 0 0 0 22 20.75V7a7 7 0 0 0-7-7H9Zm0 2a5 5 0 0 0-5 5v13.75c0 .69.56 1.25 1.25 1.25h13.5c.69 0 1.25-.56 1.25-1.25V7a5 5 0 0 0-5-5H9Z","clip-rule":"evenodd"},children:[]}]}};
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:[]}]}};
@@ -42,63 +42,33 @@ declare const drawStrokeFine: {
42
42
  readonly children: readonly [];
43
43
  }];
44
44
  }, {
45
- readonly name: "g";
45
+ readonly name: "path";
46
46
  readonly type: "element";
47
47
  readonly value: "";
48
48
  readonly attributes: {
49
- readonly "clip-path": "url(#mrl-draw-fine-path)";
49
+ readonly class: "mrl-picto-draw-pen";
50
+ 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";
50
51
  };
51
- readonly children: readonly [{
52
- readonly name: "path";
53
- readonly type: "element";
54
- readonly value: "";
55
- readonly attributes: {
56
- readonly class: "mrl-picto-draw-pen";
57
- readonly d: "M17.206 22H6.794A2 2 0 0 1 4.9 19.355l5.68-16.684c.461-1.355 2.379-1.355 2.84 0l5.68 16.684A2 2 0 0 1 17.206 22Z";
58
- };
59
- readonly children: readonly [];
60
- }, {
61
- readonly name: "path";
62
- readonly type: "element";
63
- readonly value: "";
64
- readonly attributes: {
65
- readonly d: "M16.596 12H7.404l3.176-9.329c.461-1.355 2.379-1.355 2.84 0L16.596 12Z";
66
- };
67
- readonly children: readonly [];
68
- }, {
69
- readonly name: "path";
70
- readonly type: "element";
71
- readonly value: "";
72
- readonly attributes: {
73
- readonly class: "mrl-picto-color-offset";
74
- readonly "fill-rule": "evenodd";
75
- readonly d: "m20.788 18.786-5.55-16.448c-1.052-3.117-5.424-3.117-6.476 0L5.66 11.535l-.007.02-2.44 7.231C2.348 21.344 4.233 24 6.912 24h10.176c2.678 0 4.564-2.656 3.7-5.214Zm-1.688.57A2 2 0 0 1 17.206 22H6.794A2 2 0 0 1 4.9 19.355l5.68-16.684c.461-1.355 2.379-1.355 2.84 0l5.68 16.684Z";
76
- readonly "clip-rule": "evenodd";
77
- };
78
- readonly children: readonly [];
79
- }];
52
+ readonly children: readonly [];
80
53
  }, {
81
- readonly name: "defs";
54
+ readonly name: "path";
82
55
  readonly type: "element";
83
56
  readonly value: "";
84
- readonly attributes: {};
85
- readonly children: readonly [{
86
- readonly name: "clipPath";
87
- readonly type: "element";
88
- readonly value: "";
89
- readonly attributes: {
90
- readonly id: "mrl-draw-fine-path";
91
- };
92
- readonly children: readonly [{
93
- readonly name: "path";
94
- readonly type: "element";
95
- readonly value: "";
96
- readonly attributes: {
97
- readonly d: "M0 0h24v24H0z";
98
- };
99
- readonly children: readonly [];
100
- }];
101
- }];
57
+ readonly attributes: {
58
+ 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";
59
+ };
60
+ readonly children: readonly [];
61
+ }, {
62
+ readonly name: "path";
63
+ readonly type: "element";
64
+ readonly value: "";
65
+ readonly attributes: {
66
+ readonly class: "mrl-picto-color-offset";
67
+ readonly "fill-rule": "evenodd";
68
+ 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";
69
+ readonly "clip-rule": "evenodd";
70
+ };
71
+ readonly children: readonly [];
102
72
  }];
103
73
  };
104
74
  };
@@ -1,4 +1,4 @@
1
- var r=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var d=(t,e)=>{for(var a in e)r(t,a,{get:e[a],enumerable:!0})},p=(t,e,a,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of c(e))!s.call(t,l)&&l!==a&&r(t,l,{get:()=>e[l],enumerable:!(n=m(e,l))||n.enumerable});return t};var u=t=>p(r({},"__esModule",{value:!0}),t);var h={};d(h,{drawStrokeFine:()=>i});module.exports=u(h);const i={classic:{name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor","data-mrl-svg-name":"drawStrokeFine"},children:[{name:"path",type:"element",value:"",attributes:{d:"M16 9V5H8v4s-2 2-2 6v3h12v-3c0-4-2-6-2-6zM6 19h12v5H6zM14 4c0-2.7-2-4-2-4s-2 1.3-2 4h4z"},children:[]}]},default:{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:`
1
+ var r=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var m=Object.prototype.hasOwnProperty;var o=(t,e)=>{for(var a in e)r(t,a,{get:e[a],enumerable:!0})},d=(t,e,a,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of c(e))!m.call(t,l)&&l!==a&&r(t,l,{get:()=>e[l],enumerable:!(n=s(e,l))||n.enumerable});return t};var p=t=>d(r({},"__esModule",{value:!0}),t);var v={};o(v,{drawStrokeFine:()=>i});module.exports=p(v);const i={classic:{name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor","data-mrl-svg-name":"drawStrokeFine"},children:[{name:"path",type:"element",value:"",attributes:{d:"M16 9V5H8v4s-2 2-2 6v3h12v-3c0-4-2-6-2-6zM6 19h12v5H6zM14 4c0-2.7-2-4-2-4s-2 1.3-2 4h4z"},children:[]}]},default:{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
2
  .mrl-picto-draw-pen { fill: #BBBBBB; }
3
3
  .mrl-picto-color-offset { fill: #4e4e4e; }
4
- `,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{"clip-path":"url(#mrl-draw-fine-path)"},children:[{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-draw-pen",d:"M17.206 22H6.794A2 2 0 0 1 4.9 19.355l5.68-16.684c.461-1.355 2.379-1.355 2.84 0l5.68 16.684A2 2 0 0 1 17.206 22Z"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M16.596 12H7.404l3.176-9.329c.461-1.355 2.379-1.355 2.84 0L16.596 12Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"m20.788 18.786-5.55-16.448c-1.052-3.117-5.424-3.117-6.476 0L5.66 11.535l-.007.02-2.44 7.231C2.348 21.344 4.233 24 6.912 24h10.176c2.678 0 4.564-2.656 3.7-5.214Zm-1.688.57A2 2 0 0 1 17.206 22H6.794A2 2 0 0 1 4.9 19.355l5.68-16.684c.461-1.355 2.379-1.355 2.84 0l5.68 16.684Z","clip-rule":"evenodd"},children:[]}]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"clipPath",type:"element",value:"",attributes:{id:"mrl-draw-fine-path"},children:[{name:"path",type:"element",value:"",attributes:{d:"M0 0h24v24H0z"},children:[]}]}]}]}};
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:[]}]}};
@@ -46,7 +46,7 @@ declare const drawStrokeHighlighter: {
46
46
  readonly type: "element";
47
47
  readonly value: "";
48
48
  readonly attributes: {
49
- readonly d: "M21.035 12H3.125l.72-5.599c.182-1.201 1.17-2.166 2.463-2.404l10.598-1.95c1.478-.272 2.893.673 3.072 2.05L21.034 12Z";
49
+ 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";
50
50
  };
51
51
  readonly children: readonly [];
52
52
  }, {
@@ -55,7 +55,7 @@ declare const drawStrokeHighlighter: {
55
55
  readonly value: "";
56
56
  readonly attributes: {
57
57
  readonly class: "mrl-picto-draw-pen";
58
- readonly d: "M3.123 12 2.02 19.725C1.848 20.927 2.809 22 4.057 22h15.886c1.232 0 2.188-1.047 2.042-2.236L21.035 12H3.123Z";
58
+ 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";
59
59
  };
60
60
  readonly children: readonly [];
61
61
  }, {
@@ -65,7 +65,7 @@ declare const drawStrokeHighlighter: {
65
65
  readonly attributes: {
66
66
  readonly class: "mrl-picto-color-offset";
67
67
  readonly "fill-rule": "evenodd";
68
- readonly d: "m23.02 11.746.95 7.775c.3 2.443-1.656 4.479-4.027 4.479H4.057C1.656 24-.313 21.912.04 19.442l1.12-7.847.704-5.47.004-.022C2.19 3.968 3.905 2.406 5.946 2.03L16.544.08c2.442-.45 5.068 1.087 5.416 3.755l.001.005 1.058 7.906Zm-3.042-7.65L21.035 12l.95 7.764c.146 1.19-.81 2.236-2.042 2.236H4.057c-1.248 0-2.209-1.073-2.037-2.275L3.123 12h.002l.72-5.599c.182-1.201 1.17-2.166 2.463-2.404l10.598-1.95c1.478-.272 2.893.673 3.072 2.05Z";
68
+ 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";
69
69
  readonly "clip-rule": "evenodd";
70
70
  };
71
71
  readonly children: readonly [];
@@ -1,4 +1,4 @@
1
- var a=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var s=Object.getOwnPropertyNames;var m=Object.prototype.hasOwnProperty;var o=(t,e)=>{for(var r in e)a(t,r,{get:e[r],enumerable:!0})},h=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of s(e))!m.call(t,l)&&l!==r&&a(t,l,{get:()=>e[l],enumerable:!(n=c(e,l))||n.enumerable});return t};var d=t=>h(a({},"__esModule",{value:!0}),t);var v={};o(v,{drawStrokeHighlighter:()=>i});module.exports=d(v);const i={classic:{name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor","data-mrl-svg-name":"drawStrokeHighlighter"},children:[{name:"path",type:"element",value:"",attributes:{d:"M15 0 9 3v3h6zM2 19h20v5H2zM16 8V7H8v1s0 9-6 9v1h20v-1c-6 0-6-9-6-9z"},children:[]}]},default:{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:`
1
+ var a=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var s=Object.getOwnPropertyNames;var m=Object.prototype.hasOwnProperty;var h=(t,e)=>{for(var r in e)a(t,r,{get:e[r],enumerable:!0})},o=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of s(e))!m.call(t,l)&&l!==r&&a(t,l,{get:()=>e[l],enumerable:!(n=c(e,l))||n.enumerable});return t};var d=t=>o(a({},"__esModule",{value:!0}),t);var v={};h(v,{drawStrokeHighlighter:()=>i});module.exports=d(v);const i={classic:{name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor","data-mrl-svg-name":"drawStrokeHighlighter"},children:[{name:"path",type:"element",value:"",attributes:{d:"M15 0 9 3v3h6zM2 19h20v5H2zM16 8V7H8v1s0 9-6 9v1h20v-1c-6 0-6-9-6-9z"},children:[]}]},default:{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
2
  .mrl-picto-draw-pen { fill: #BBBBBB; }
3
3
  .mrl-picto-color-offset { fill: #4e4e4e; }
4
- `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{d:"M21.035 12H3.125l.72-5.599c.182-1.201 1.17-2.166 2.463-2.404l10.598-1.95c1.478-.272 2.893.673 3.072 2.05L21.034 12Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-draw-pen",d:"M3.123 12 2.02 19.725C1.848 20.927 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:"m23.02 11.746.95 7.775c.3 2.443-1.656 4.479-4.027 4.479H4.057C1.656 24-.313 21.912.04 19.442l1.12-7.847.704-5.47.004-.022C2.19 3.968 3.905 2.406 5.946 2.03L16.544.08c2.442-.45 5.068 1.087 5.416 3.755l.001.005 1.058 7.906Zm-3.042-7.65L21.035 12l.95 7.764c.146 1.19-.81 2.236-2.042 2.236H4.057c-1.248 0-2.209-1.073-2.037-2.275L3.123 12h.002l.72-5.599c.182-1.201 1.17-2.166 2.463-2.404l10.598-1.95c1.478-.272 2.893.673 3.072 2.05Z","clip-rule":"evenodd"},children:[]}]}};
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:[]}]}};
@@ -42,63 +42,33 @@ declare const drawStrokeMedium: {
42
42
  readonly children: readonly [];
43
43
  }];
44
44
  }, {
45
- readonly name: "g";
45
+ readonly name: "path";
46
46
  readonly type: "element";
47
47
  readonly value: "";
48
48
  readonly attributes: {
49
- readonly "clip-path": "url(#mrl-draw-medium-path)";
49
+ readonly class: "mrl-picto-draw-pen";
50
+ 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";
50
51
  };
51
- readonly children: readonly [{
52
- readonly name: "path";
53
- readonly type: "element";
54
- readonly value: "";
55
- readonly attributes: {
56
- readonly class: "mrl-picto-draw-pen";
57
- readonly d: "M3.616 19.54a2 2 0 0 0 1.941 2.483h12.886a2 2 0 0 0 1.94-2.482L17.12 6.395H6.88L3.616 19.541Z";
58
- };
59
- readonly children: readonly [];
60
- }, {
61
- readonly name: "path";
62
- readonly type: "element";
63
- readonly value: "";
64
- readonly attributes: {
65
- readonly d: "M18.5 12h-13l1.502-6.585A4.5 4.5 0 0 1 11.369 2h1.262a4.5 4.5 0 0 1 4.367 3.415L18.5 12Z";
66
- };
67
- readonly children: readonly [];
68
- }, {
69
- readonly name: "path";
70
- readonly type: "element";
71
- readonly value: "";
72
- readonly attributes: {
73
- readonly class: "mrl-picto-color-offset";
74
- readonly "fill-rule": "evenodd";
75
- readonly d: "m5.056 4.952.005-.02A6.5 6.5 0 0 1 11.369 0h1.262a6.5 6.5 0 0 1 6.308 4.933l.005.019 1.37 6.009 2.01 8.098a4 4 0 0 1-3.881 4.963H5.557a4 4 0 0 1-3.882-4.963l2.009-8.091 1.372-6.016Zm.574 6.48L3.616 19.54a2 2 0 0 0 1.941 2.482h12.886a2 2 0 0 0 1.94-2.482l-2.014-8.117-1.37-6.009A4.5 4.5 0 0 0 12.63 2h-1.26a4.5 4.5 0 0 0-4.367 3.415L5.63 11.431Z";
76
- readonly "clip-rule": "evenodd";
77
- };
78
- readonly children: readonly [];
79
- }];
52
+ readonly children: readonly [];
80
53
  }, {
81
- readonly name: "defs";
54
+ readonly name: "path";
82
55
  readonly type: "element";
83
56
  readonly value: "";
84
- readonly attributes: {};
85
- readonly children: readonly [{
86
- readonly name: "clipPath";
87
- readonly type: "element";
88
- readonly value: "";
89
- readonly attributes: {
90
- readonly id: "mrl-draw-medium-path";
91
- };
92
- readonly children: readonly [{
93
- readonly name: "path";
94
- readonly type: "element";
95
- readonly value: "";
96
- readonly attributes: {
97
- readonly d: "M0 0h24v24H0z";
98
- };
99
- readonly children: readonly [];
100
- }];
101
- }];
57
+ readonly attributes: {
58
+ 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";
59
+ };
60
+ readonly children: readonly [];
61
+ }, {
62
+ readonly name: "path";
63
+ readonly type: "element";
64
+ readonly value: "";
65
+ readonly attributes: {
66
+ readonly class: "mrl-picto-color-offset";
67
+ readonly "fill-rule": "evenodd";
68
+ 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";
69
+ readonly "clip-rule": "evenodd";
70
+ };
71
+ readonly children: readonly [];
102
72
  }];
103
73
  };
104
74
  };
@@ -1,4 +1,4 @@
1
- var r=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var u=Object.prototype.hasOwnProperty;var h=(t,e)=>{for(var a in e)r(t,a,{get:e[a],enumerable:!0})},s=(t,e,a,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of d(e))!u.call(t,l)&&l!==a&&r(t,l,{get:()=>e[l],enumerable:!(n=m(e,l))||n.enumerable});return t};var p=t=>s(r({},"__esModule",{value:!0}),t);var c={};h(c,{drawStrokeMedium:()=>i});module.exports=p(c);const i={classic:{name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor","data-mrl-svg-name":"drawStrokeMedium"},children:[{name:"path",type:"element",value:"",attributes:{d:"M4 19h16v5H4zM19 16 16 6H8L5 16v2h14zM12 0c-1.7 0-3 1.7-3 5h6c0-3.3-1.3-5-3-5z"},children:[]}]},default:{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:`
1
+ var r=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var s=Object.getOwnPropertyNames;var d=Object.prototype.hasOwnProperty;var o=(t,e)=>{for(var a in e)r(t,a,{get:e[a],enumerable:!0})},c=(t,e,a,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of s(e))!d.call(t,l)&&l!==a&&r(t,l,{get:()=>e[l],enumerable:!(n=m(e,l))||n.enumerable});return t};var u=t=>c(r({},"__esModule",{value:!0}),t);var h={};o(h,{drawStrokeMedium:()=>i});module.exports=u(h);const i={classic:{name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor","data-mrl-svg-name":"drawStrokeMedium"},children:[{name:"path",type:"element",value:"",attributes:{d:"M4 19h16v5H4zM19 16 16 6H8L5 16v2h14zM12 0c-1.7 0-3 1.7-3 5h6c0-3.3-1.3-5-3-5z"},children:[]}]},default:{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
2
  .mrl-picto-draw-pen { fill: #BBBBBB; }
3
3
  .mrl-picto-color-offset { fill: #4e4e4e; }
4
- `,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{"clip-path":"url(#mrl-draw-medium-path)"},children:[{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-draw-pen",d:"M3.616 19.54a2 2 0 0 0 1.941 2.483h12.886a2 2 0 0 0 1.94-2.482L17.12 6.395H6.88L3.616 19.541Z"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M18.5 12h-13l1.502-6.585A4.5 4.5 0 0 1 11.369 2h1.262a4.5 4.5 0 0 1 4.367 3.415L18.5 12Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"m5.056 4.952.005-.02A6.5 6.5 0 0 1 11.369 0h1.262a6.5 6.5 0 0 1 6.308 4.933l.005.019 1.37 6.009 2.01 8.098a4 4 0 0 1-3.881 4.963H5.557a4 4 0 0 1-3.882-4.963l2.009-8.091 1.372-6.016Zm.574 6.48L3.616 19.54a2 2 0 0 0 1.941 2.482h12.886a2 2 0 0 0 1.94-2.482l-2.014-8.117-1.37-6.009A4.5 4.5 0 0 0 12.63 2h-1.26a4.5 4.5 0 0 0-4.367 3.415L5.63 11.431Z","clip-rule":"evenodd"},children:[]}]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"clipPath",type:"element",value:"",attributes:{id:"mrl-draw-medium-path"},children:[{name:"path",type:"element",value:"",attributes:{d:"M0 0h24v24H0z"},children:[]}]}]}]}};
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:[]}]}};
@@ -42,65 +42,33 @@ declare const drawStrokeUltraFine: {
42
42
  readonly children: readonly [];
43
43
  }];
44
44
  }, {
45
- readonly name: "g";
45
+ readonly name: "path";
46
46
  readonly type: "element";
47
47
  readonly value: "";
48
48
  readonly attributes: {
49
- readonly "clip-path": "url(#draw-stroke-ultra-fine-a)";
49
+ readonly class: "mrl-picto-draw-pen";
50
+ 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";
50
51
  };
51
- readonly children: readonly [{
52
- readonly name: "path";
53
- readonly type: "element";
54
- readonly value: "";
55
- readonly attributes: {
56
- readonly class: "mrl-picto-draw-pen";
57
- readonly d: "M8.001 22.05h8.56a2 2 0 0 0 1.909-2.597L14.282 6.05H10.28L6.092 19.453a2 2 0 0 0 1.91 2.597Z";
58
- };
59
- readonly children: readonly [];
60
- }, {
61
- readonly name: "path";
62
- readonly type: "element";
63
- readonly value: "";
64
- readonly attributes: {
65
- readonly fill: "currentColor";
66
- readonly d: "M16.157 12.05H8.405l2.92-9.348c.293-.936 1.617-.936 1.91 0l2.92 9.348Z";
67
- };
68
- readonly children: readonly [];
69
- }, {
70
- readonly name: "path";
71
- readonly type: "element";
72
- readonly value: "";
73
- readonly attributes: {
74
- readonly class: "mrl-picto-color-offset";
75
- readonly "fill-rule": "evenodd";
76
- readonly d: "m18.066 11.454 2.313 7.403c.805 2.576-1.12 5.193-3.818 5.193H8c-2.698 0-4.622-2.617-3.818-5.193l2.313-7.402v-.002l2.922-9.348c.877-2.807 4.85-2.807 5.727 0l2.92 9.348Zm.404 8a2 2 0 0 1-1.91 2.596H8.002a2 2 0 0 1-1.909-2.597l5.235-16.751c.292-.936 1.616-.936 1.909 0l5.234 16.752Z";
77
- readonly "clip-rule": "evenodd";
78
- };
79
- readonly children: readonly [];
80
- }];
52
+ readonly children: readonly [];
81
53
  }, {
82
- readonly name: "defs";
54
+ readonly name: "path";
83
55
  readonly type: "element";
84
56
  readonly value: "";
85
- readonly attributes: {};
86
- readonly children: readonly [{
87
- readonly name: "clipPath";
88
- readonly type: "element";
89
- readonly value: "";
90
- readonly attributes: {
91
- readonly id: "draw-stroke-ultra-fine-a";
92
- };
93
- readonly children: readonly [{
94
- readonly name: "path";
95
- readonly type: "element";
96
- readonly value: "";
97
- readonly attributes: {
98
- readonly class: "mrl-picto-color-offset";
99
- readonly d: "M0 0h24v24H0z";
100
- };
101
- readonly children: readonly [];
102
- }];
103
- }];
57
+ readonly attributes: {
58
+ readonly d: "M15.875 12.025h-7.75l2.92-9.348c.293-.936 1.617-.936 1.91 0l2.92 9.348Z";
59
+ };
60
+ readonly children: readonly [];
61
+ }, {
62
+ readonly name: "path";
63
+ readonly type: "element";
64
+ readonly value: "";
65
+ readonly attributes: {
66
+ readonly class: "mrl-picto-color-offset";
67
+ readonly "fill-rule": "evenodd";
68
+ 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";
69
+ readonly "clip-rule": "evenodd";
70
+ };
71
+ readonly children: readonly [];
104
72
  }];
105
73
  };
106
74
  };
@@ -1,4 +1,4 @@
1
- var r=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var s=Object.getOwnPropertyNames;var m=Object.prototype.hasOwnProperty;var o=(t,e)=>{for(var a in e)r(t,a,{get:e[a],enumerable:!0})},d=(t,e,a,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of s(e))!m.call(t,l)&&l!==a&&r(t,l,{get:()=>e[l],enumerable:!(n=c(e,l))||n.enumerable});return t};var u=t=>d(r({},"__esModule",{value:!0}),t);var p={};o(p,{drawStrokeUltraFine:()=>i});module.exports=u(p);const i={classic:{name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor","data-mrl-svg-name":"drawStrokeUltraFine"},children:[{name:"path",type:"element",value:"",attributes:{d:"M7 19h10v5H7zM16 17v-5l-1-2V6H9v4l-1 2v5l-1 1h10zM11 0h2v4h-2zM9 6h6l-1-1h-4z"},children:[]}]},default:{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:`
1
+ var r=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var m=Object.prototype.hasOwnProperty;var o=(t,e)=>{for(var a in e)r(t,a,{get:e[a],enumerable:!0})},d=(t,e,a,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of c(e))!m.call(t,l)&&l!==a&&r(t,l,{get:()=>e[l],enumerable:!(n=s(e,l))||n.enumerable});return t};var h=t=>d(r({},"__esModule",{value:!0}),t);var v={};o(v,{drawStrokeUltraFine:()=>i});module.exports=h(v);const i={classic:{name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor","data-mrl-svg-name":"drawStrokeUltraFine"},children:[{name:"path",type:"element",value:"",attributes:{d:"M7 19h10v5H7zM16 17v-5l-1-2V6H9v4l-1 2v5l-1 1h10zM11 0h2v4h-2zM9 6h6l-1-1h-4z"},children:[]}]},default:{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
2
  .mrl-picto-draw-pen { fill: #BBBBBB; }
3
3
  .mrl-picto-color-offset { fill: #4e4e4e; }
4
- `,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{"clip-path":"url(#draw-stroke-ultra-fine-a)"},children:[{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-draw-pen",d:"M8.001 22.05h8.56a2 2 0 0 0 1.909-2.597L14.282 6.05H10.28L6.092 19.453a2 2 0 0 0 1.91 2.597Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M16.157 12.05H8.405l2.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:"m18.066 11.454 2.313 7.403c.805 2.576-1.12 5.193-3.818 5.193H8c-2.698 0-4.622-2.617-3.818-5.193l2.313-7.402v-.002l2.922-9.348c.877-2.807 4.85-2.807 5.727 0l2.92 9.348Zm.404 8a2 2 0 0 1-1.91 2.596H8.002a2 2 0 0 1-1.909-2.597l5.235-16.751c.292-.936 1.616-.936 1.909 0l5.234 16.752Z","clip-rule":"evenodd"},children:[]}]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"clipPath",type:"element",value:"",attributes:{id:"draw-stroke-ultra-fine-a"},children:[{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset",d:"M0 0h24v24H0z"},children:[]}]}]}]}};
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:[]}]}};
@@ -21,6 +21,16 @@ declare const colorBorder: {
21
21
  readonly attributes: {};
22
22
  readonly children: readonly [];
23
23
  }];
24
+ }, {
25
+ readonly name: "path";
26
+ readonly type: "element";
27
+ readonly value: "";
28
+ readonly attributes: {
29
+ readonly "fill-rule": "evenodd";
30
+ readonly d: "M4 7.5A3.5 3.5 0 0 1 7.5 4h9A3.5 3.5 0 0 1 20 7.5v9a3.5 3.5 0 0 1-3.5 3.5h-9A3.5 3.5 0 0 1 4 16.5v-9Zm5 2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-5Z";
31
+ readonly "clip-rule": "evenodd";
32
+ };
33
+ readonly children: readonly [];
24
34
  }, {
25
35
  readonly name: "path";
26
36
  readonly type: "element";
@@ -28,7 +38,7 @@ declare const colorBorder: {
28
38
  readonly attributes: {
29
39
  readonly class: "mrl-picto-color-offset";
30
40
  readonly "fill-rule": "evenodd";
31
- readonly d: "M7 2a5 5 0 0 0-5 5v10a5 5 0 0 0 5 5h10a5 5 0 0 0 5-5V7a5 5 0 0 0-5-5H7Zm2.5 7a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5h-5Z";
41
+ readonly d: "M3 7.5A4.5 4.5 0 0 1 7.5 3h9A4.5 4.5 0 0 1 21 7.5v9a4.5 4.5 0 0 1-4.5 4.5h-9A4.5 4.5 0 0 1 3 16.5v-9Zm1 0A3.5 3.5 0 0 1 7.5 4h9A3.5 3.5 0 0 1 20 7.5v9a3.5 3.5 0 0 1-3.5 3.5h-9A3.5 3.5 0 0 1 4 16.5v-9Z";
32
42
  readonly "clip-rule": "evenodd";
33
43
  };
34
44
  readonly children: readonly [];
@@ -37,9 +47,9 @@ declare const colorBorder: {
37
47
  readonly type: "element";
38
48
  readonly value: "";
39
49
  readonly attributes: {
40
- readonly fill: "currentColor";
50
+ readonly class: "mrl-picto-color-offset";
41
51
  readonly "fill-rule": "evenodd";
42
- readonly d: "M16.5 7h-9a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5Zm-9-3A3.5 3.5 0 0 0 4 7.5v9A3.5 3.5 0 0 0 7.5 20h9a3.5 3.5 0 0 0 3.5-3.5v-9A3.5 3.5 0 0 0 16.5 4h-9Z";
52
+ readonly d: "M8 9.5A1.5 1.5 0 0 1 9.5 8h5A1.5 1.5 0 0 1 16 9.5v5a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 8 14.5v-5Zm1 0a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-5Z";
43
53
  readonly "clip-rule": "evenodd";
44
54
  };
45
55
  readonly children: readonly [];
@@ -1,3 +1,3 @@
1
1
  var e={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"colorBorder"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
2
2
  .mrl-picto-color-offset { fill: #4e4e4e; }
3
- `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M7 2a5 5 0 0 0-5 5v10a5 5 0 0 0 5 5h10a5 5 0 0 0 5-5V7a5 5 0 0 0-5-5H7Zm2.5 7a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5h-5Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor","fill-rule":"evenodd",d:"M16.5 7h-9a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5Zm-9-3A3.5 3.5 0 0 0 4 7.5v9A3.5 3.5 0 0 0 7.5 20h9a3.5 3.5 0 0 0 3.5-3.5v-9A3.5 3.5 0 0 0 16.5 4h-9Z","clip-rule":"evenodd"},children:[]}]}};export{e as colorBorder};
3
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{"fill-rule":"evenodd",d:"M4 7.5A3.5 3.5 0 0 1 7.5 4h9A3.5 3.5 0 0 1 20 7.5v9a3.5 3.5 0 0 1-3.5 3.5h-9A3.5 3.5 0 0 1 4 16.5v-9Zm5 2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-5Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M3 7.5A4.5 4.5 0 0 1 7.5 3h9A4.5 4.5 0 0 1 21 7.5v9a4.5 4.5 0 0 1-4.5 4.5h-9A4.5 4.5 0 0 1 3 16.5v-9Zm1 0A3.5 3.5 0 0 1 7.5 4h9A3.5 3.5 0 0 1 20 7.5v9a3.5 3.5 0 0 1-3.5 3.5h-9A3.5 3.5 0 0 1 4 16.5v-9Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M8 9.5A1.5 1.5 0 0 1 9.5 8h5A1.5 1.5 0 0 1 16 9.5v5a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 8 14.5v-5Zm1 0a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-5Z","clip-rule":"evenodd"},children:[]}]}};export{e as colorBorder};
@@ -26,8 +26,9 @@ declare const colorFill: {
26
26
  readonly type: "element";
27
27
  readonly value: "";
28
28
  readonly attributes: {
29
- readonly fill: "currentColor";
30
- readonly d: "M2 7a5 5 0 0 1 5-5h10a5 5 0 0 1 5 5v10a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5V7Z";
29
+ readonly "fill-rule": "evenodd";
30
+ readonly d: "M17 4H7a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3Z";
31
+ readonly "clip-rule": "evenodd";
31
32
  };
32
33
  readonly children: readonly [];
33
34
  }, {
@@ -37,7 +38,7 @@ declare const colorFill: {
37
38
  readonly attributes: {
38
39
  readonly class: "mrl-picto-color-offset";
39
40
  readonly "fill-rule": "evenodd";
40
- readonly d: "M17 4H7a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3ZM7 2a5 5 0 0 0-5 5v10a5 5 0 0 0 5 5h10a5 5 0 0 0 5-5V7a5 5 0 0 0-5-5H7Z";
41
+ readonly d: "M7 3h10a4 4 0 0 1 4 4v10a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4Zm0 1h10a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3Z";
41
42
  readonly "clip-rule": "evenodd";
42
43
  };
43
44
  readonly children: readonly [];
@@ -1,3 +1,3 @@
1
1
  var e={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"colorFill"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
2
2
  .mrl-picto-color-offset { fill: #4e4e4e; }
3
- `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M2 7a5 5 0 0 1 5-5h10a5 5 0 0 1 5 5v10a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5V7Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M17 4H7a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3ZM7 2a5 5 0 0 0-5 5v10a5 5 0 0 0 5 5h10a5 5 0 0 0 5-5V7a5 5 0 0 0-5-5H7Z","clip-rule":"evenodd"},children:[]}]}};export{e as colorFill};
3
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{"fill-rule":"evenodd",d:"M17 4H7a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M7 3h10a4 4 0 0 1 4 4v10a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4Zm0 1h10a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3Z","clip-rule":"evenodd"},children:[]}]}};export{e as colorFill};