@muraldevkit/ds-pictograms 1.0.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 (220) 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/default/fileGdoc.d.ts +80 -0
  24. package/dist/cjs/default/fileGdoc.js +1 -0
  25. package/dist/cjs/default/fileGforms.d.ts +40 -0
  26. package/dist/cjs/default/fileGforms.js +1 -0
  27. package/dist/cjs/default/fileGmaps.d.ts +58 -0
  28. package/dist/cjs/default/fileGmaps.js +1 -0
  29. package/dist/cjs/default/fileGsheets.d.ts +40 -0
  30. package/dist/cjs/default/fileGsheets.js +1 -0
  31. package/dist/cjs/default/fileGslides.d.ts +40 -0
  32. package/dist/cjs/default/fileGslides.js +1 -0
  33. package/dist/cjs/default/fileLoom.d.ts +22 -0
  34. package/dist/cjs/default/fileLoom.js +1 -0
  35. package/dist/cjs/default/fileOnedrive.d.ts +80 -0
  36. package/dist/cjs/default/fileOnedrive.js +1 -0
  37. package/dist/cjs/default/fileSharepoint.d.ts +128 -0
  38. package/dist/cjs/default/fileSharepoint.js +1 -0
  39. package/dist/cjs/default/fileStream.d.ts +40 -0
  40. package/dist/cjs/default/fileStream.js +1 -0
  41. package/dist/cjs/default/index.d.ts +11 -0
  42. package/dist/cjs/default/index.js +1 -1
  43. package/dist/cjs/default/logoVimeo.d.ts +24 -0
  44. package/dist/cjs/default/logoVimeo.js +1 -0
  45. package/dist/cjs/default/logoYoutube.d.ts +31 -0
  46. package/dist/cjs/default/logoYoutube.js +1 -0
  47. package/dist/cjs/drawEraser.d.ts +1 -1
  48. package/dist/cjs/drawEraser.js +1 -1
  49. package/dist/cjs/drawStrokeFine.d.ts +20 -50
  50. package/dist/cjs/drawStrokeFine.js +2 -2
  51. package/dist/cjs/drawStrokeHighlighter.d.ts +3 -3
  52. package/dist/cjs/drawStrokeHighlighter.js +2 -2
  53. package/dist/cjs/drawStrokeMedium.d.ts +20 -50
  54. package/dist/cjs/drawStrokeMedium.js +2 -2
  55. package/dist/cjs/drawStrokeUltraFine.d.ts +20 -52
  56. package/dist/cjs/drawStrokeUltraFine.js +2 -2
  57. package/dist/cjs/fileGdoc.d.ts +82 -0
  58. package/dist/cjs/fileGdoc.js +1 -0
  59. package/dist/cjs/fileGforms.d.ts +42 -0
  60. package/dist/cjs/fileGforms.js +1 -0
  61. package/dist/cjs/fileGmaps.d.ts +60 -0
  62. package/dist/cjs/fileGmaps.js +1 -0
  63. package/dist/cjs/fileGsheets.d.ts +42 -0
  64. package/dist/cjs/fileGsheets.js +1 -0
  65. package/dist/cjs/fileGslides.d.ts +42 -0
  66. package/dist/cjs/fileGslides.js +1 -0
  67. package/dist/cjs/fileLoom.d.ts +24 -0
  68. package/dist/cjs/fileLoom.js +1 -0
  69. package/dist/cjs/fileOnedrive.d.ts +82 -0
  70. package/dist/cjs/fileOnedrive.js +1 -0
  71. package/dist/cjs/fileSharepoint.d.ts +130 -0
  72. package/dist/cjs/fileSharepoint.js +1 -0
  73. package/dist/cjs/fileStream.d.ts +42 -0
  74. package/dist/cjs/fileStream.js +1 -0
  75. package/dist/cjs/index.d.ts +11 -0
  76. package/dist/cjs/index.js +1 -1
  77. package/dist/cjs/logoVimeo.d.ts +26 -0
  78. package/dist/cjs/logoVimeo.js +1 -0
  79. package/dist/cjs/logoYoutube.d.ts +33 -0
  80. package/dist/cjs/logoYoutube.js +1 -0
  81. package/dist/esm/colorBorder.d.ts +13 -3
  82. package/dist/esm/colorBorder.js +1 -1
  83. package/dist/esm/colorFill.d.ts +4 -3
  84. package/dist/esm/colorFill.js +1 -1
  85. package/dist/esm/colorPicker.d.ts +4 -3
  86. package/dist/esm/colorPicker.js +1 -1
  87. package/dist/esm/default/colorBorder.d.ts +13 -3
  88. package/dist/esm/default/colorBorder.js +1 -1
  89. package/dist/esm/default/colorFill.d.ts +4 -3
  90. package/dist/esm/default/colorFill.js +1 -1
  91. package/dist/esm/default/colorPicker.d.ts +4 -3
  92. package/dist/esm/default/colorPicker.js +1 -1
  93. package/dist/esm/default/drawEraser.d.ts +1 -1
  94. package/dist/esm/default/drawEraser.js +1 -1
  95. package/dist/esm/default/drawStrokeFine.d.ts +20 -50
  96. package/dist/esm/default/drawStrokeFine.js +1 -1
  97. package/dist/esm/default/drawStrokeHighlighter.d.ts +3 -3
  98. package/dist/esm/default/drawStrokeHighlighter.js +1 -1
  99. package/dist/esm/default/drawStrokeMedium.d.ts +20 -50
  100. package/dist/esm/default/drawStrokeMedium.js +1 -1
  101. package/dist/esm/default/drawStrokeUltraFine.d.ts +20 -52
  102. package/dist/esm/default/drawStrokeUltraFine.js +1 -1
  103. package/dist/esm/default/fileGdoc.d.ts +80 -0
  104. package/dist/esm/default/fileGdoc.js +1 -0
  105. package/dist/esm/default/fileGforms.d.ts +40 -0
  106. package/dist/esm/default/fileGforms.js +1 -0
  107. package/dist/esm/default/fileGmaps.d.ts +58 -0
  108. package/dist/esm/default/fileGmaps.js +1 -0
  109. package/dist/esm/default/fileGsheets.d.ts +40 -0
  110. package/dist/esm/default/fileGsheets.js +1 -0
  111. package/dist/esm/default/fileGslides.d.ts +40 -0
  112. package/dist/esm/default/fileGslides.js +1 -0
  113. package/dist/esm/default/fileLoom.d.ts +22 -0
  114. package/dist/esm/default/fileLoom.js +1 -0
  115. package/dist/esm/default/fileOnedrive.d.ts +80 -0
  116. package/dist/esm/default/fileOnedrive.js +1 -0
  117. package/dist/esm/default/fileSharepoint.d.ts +128 -0
  118. package/dist/esm/default/fileSharepoint.js +1 -0
  119. package/dist/esm/default/fileStream.d.ts +40 -0
  120. package/dist/esm/default/fileStream.js +1 -0
  121. package/dist/esm/default/index.d.ts +11 -0
  122. package/dist/esm/default/index.js +14 -14
  123. package/dist/esm/default/logoVimeo.d.ts +24 -0
  124. package/dist/esm/default/logoVimeo.js +1 -0
  125. package/dist/esm/default/logoYoutube.d.ts +31 -0
  126. package/dist/esm/default/logoYoutube.js +1 -0
  127. package/dist/esm/drawEraser.d.ts +1 -1
  128. package/dist/esm/drawEraser.js +1 -1
  129. package/dist/esm/drawStrokeFine.d.ts +20 -50
  130. package/dist/esm/drawStrokeFine.js +1 -1
  131. package/dist/esm/drawStrokeHighlighter.d.ts +3 -3
  132. package/dist/esm/drawStrokeHighlighter.js +1 -1
  133. package/dist/esm/drawStrokeMedium.d.ts +20 -50
  134. package/dist/esm/drawStrokeMedium.js +1 -1
  135. package/dist/esm/drawStrokeUltraFine.d.ts +20 -52
  136. package/dist/esm/drawStrokeUltraFine.js +1 -1
  137. package/dist/esm/fileGdoc.d.ts +82 -0
  138. package/dist/esm/fileGdoc.js +1 -0
  139. package/dist/esm/fileGforms.d.ts +42 -0
  140. package/dist/esm/fileGforms.js +1 -0
  141. package/dist/esm/fileGmaps.d.ts +60 -0
  142. package/dist/esm/fileGmaps.js +1 -0
  143. package/dist/esm/fileGsheets.d.ts +42 -0
  144. package/dist/esm/fileGsheets.js +1 -0
  145. package/dist/esm/fileGslides.d.ts +42 -0
  146. package/dist/esm/fileGslides.js +1 -0
  147. package/dist/esm/fileLoom.d.ts +24 -0
  148. package/dist/esm/fileLoom.js +1 -0
  149. package/dist/esm/fileOnedrive.d.ts +82 -0
  150. package/dist/esm/fileOnedrive.js +1 -0
  151. package/dist/esm/fileSharepoint.d.ts +130 -0
  152. package/dist/esm/fileSharepoint.js +1 -0
  153. package/dist/esm/fileStream.d.ts +42 -0
  154. package/dist/esm/fileStream.js +1 -0
  155. package/dist/esm/index.d.ts +11 -0
  156. package/dist/esm/index.js +17 -17
  157. package/dist/esm/logoVimeo.d.ts +26 -0
  158. package/dist/esm/logoVimeo.js +1 -0
  159. package/dist/esm/logoYoutube.d.ts +33 -0
  160. package/dist/esm/logoYoutube.js +1 -0
  161. package/dist/svg/default/color-border.svg +3 -2
  162. package/dist/svg/default/color-fill.svg +2 -2
  163. package/dist/svg/default/color-picker.svg +2 -2
  164. package/dist/svg/default/draw-eraser.svg +2 -2
  165. package/dist/svg/default/draw-stroke-fine.svg +4 -11
  166. package/dist/svg/default/draw-stroke-highlighter.svg +3 -3
  167. package/dist/svg/default/draw-stroke-medium.svg +3 -10
  168. package/dist/svg/default/draw-stroke-ultra-fine.svg +3 -10
  169. package/dist/svg/default/file-gdoc.svg +13 -0
  170. package/dist/svg/default/file-gforms.svg +5 -0
  171. package/dist/svg/default/file-gmaps.svg +7 -0
  172. package/dist/svg/default/file-gsheets.svg +5 -0
  173. package/dist/svg/default/file-gslides.svg +5 -0
  174. package/dist/svg/default/file-loom.svg +3 -0
  175. package/dist/svg/default/file-onedrive.svg +13 -0
  176. package/dist/svg/default/file-sharepoint.svg +19 -0
  177. package/dist/svg/default/file-stream.svg +5 -0
  178. package/dist/svg/default/logo-vimeo.svg +3 -0
  179. package/dist/svg/default/logo-youtube.svg +4 -0
  180. package/dist/types/colorBorder.d.ts +13 -3
  181. package/dist/types/colorFill.d.ts +4 -3
  182. package/dist/types/colorPicker.d.ts +4 -3
  183. package/dist/types/default/colorBorder.d.ts +13 -3
  184. package/dist/types/default/colorFill.d.ts +4 -3
  185. package/dist/types/default/colorPicker.d.ts +4 -3
  186. package/dist/types/default/drawEraser.d.ts +1 -1
  187. package/dist/types/default/drawStrokeFine.d.ts +20 -50
  188. package/dist/types/default/drawStrokeHighlighter.d.ts +3 -3
  189. package/dist/types/default/drawStrokeMedium.d.ts +20 -50
  190. package/dist/types/default/drawStrokeUltraFine.d.ts +20 -52
  191. package/dist/types/default/fileGdoc.d.ts +80 -0
  192. package/dist/types/default/fileGforms.d.ts +40 -0
  193. package/dist/types/default/fileGmaps.d.ts +58 -0
  194. package/dist/types/default/fileGsheets.d.ts +40 -0
  195. package/dist/types/default/fileGslides.d.ts +40 -0
  196. package/dist/types/default/fileLoom.d.ts +22 -0
  197. package/dist/types/default/fileOnedrive.d.ts +80 -0
  198. package/dist/types/default/fileSharepoint.d.ts +128 -0
  199. package/dist/types/default/fileStream.d.ts +40 -0
  200. package/dist/types/default/index.d.ts +11 -0
  201. package/dist/types/default/logoVimeo.d.ts +24 -0
  202. package/dist/types/default/logoYoutube.d.ts +31 -0
  203. package/dist/types/drawEraser.d.ts +1 -1
  204. package/dist/types/drawStrokeFine.d.ts +20 -50
  205. package/dist/types/drawStrokeHighlighter.d.ts +3 -3
  206. package/dist/types/drawStrokeMedium.d.ts +20 -50
  207. package/dist/types/drawStrokeUltraFine.d.ts +20 -52
  208. package/dist/types/fileGdoc.d.ts +82 -0
  209. package/dist/types/fileGforms.d.ts +42 -0
  210. package/dist/types/fileGmaps.d.ts +60 -0
  211. package/dist/types/fileGsheets.d.ts +42 -0
  212. package/dist/types/fileGslides.d.ts +42 -0
  213. package/dist/types/fileLoom.d.ts +24 -0
  214. package/dist/types/fileOnedrive.d.ts +82 -0
  215. package/dist/types/fileSharepoint.d.ts +130 -0
  216. package/dist/types/fileStream.d.ts +42 -0
  217. package/dist/types/index.d.ts +11 -0
  218. package/dist/types/logoVimeo.d.ts +26 -0
  219. package/dist/types/logoYoutube.d.ts +33 -0
  220. package/package.json +1 -1
@@ -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
- var r=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var d=Object.prototype.hasOwnProperty;var c=(l,e)=>{for(var a in e)r(l,a,{get:e[a],enumerable:!0})},s=(l,e,a,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of v(e))!d.call(l,t)&&t!==a&&r(l,t,{get:()=>e[t],enumerable:!(o=i(e,t))||o.enumerable});return l};var u=l=>s(r({},"__esModule",{value:!0}),l);var m={};c(m,{colorBorder:()=>n});module.exports=u(m);const n={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:`
1
+ var r=Object.defineProperty;var v=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var i=Object.prototype.hasOwnProperty;var c=(l,e)=>{for(var a in e)r(l,a,{get:e[a],enumerable:!0})},h=(l,e,a,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of d(e))!i.call(l,t)&&t!==a&&r(l,t,{get:()=>e[t],enumerable:!(o=v(e,t))||o.enumerable});return l};var s=l=>h(r({},"__esModule",{value:!0}),l);var m={};c(m,{colorBorder:()=>n});module.exports=s(m);const n={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:[]}]}};
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:[]}]}};
@@ -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
- var r=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var u=(l,e)=>{for(var a in e)r(l,a,{get:e[a],enumerable:!0})},m=(l,e,a,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of c(e))!s.call(l,t)&&t!==a&&r(l,t,{get:()=>e[t],enumerable:!(n=i(e,t))||n.enumerable});return l};var v=l=>m(r({},"__esModule",{value:!0}),l);var d={};u(d,{colorFill:()=>o});module.exports=v(d);const o={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:`
1
+ var r=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var d=Object.prototype.hasOwnProperty;var s=(l,e)=>{for(var a in e)r(l,a,{get:e[a],enumerable:!0})},u=(l,e,a,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of c(e))!d.call(l,t)&&t!==a&&r(l,t,{get:()=>e[t],enumerable:!(n=i(e,t))||n.enumerable});return l};var v=l=>u(r({},"__esModule",{value:!0}),l);var m={};s(m,{colorFill:()=>o});module.exports=v(m);const o={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:[]}]}};
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:[]}]}};
@@ -26,8 +26,9 @@ declare const colorPicker: {
26
26
  readonly type: "element";
27
27
  readonly value: "";
28
28
  readonly attributes: {
29
- readonly fill: "currentColor";
30
- readonly d: "M12 2c-.51 0-.975.176-1.35.516-.369.334-.63.804-.79 1.364-.477 1.65-1.217 3.152-1.875 4.124l-.001.001C6.494 10.224 5 12.605 5 15.385 5 19.32 8.176 22 12 22s7-2.68 7-6.616c0-2.964-1.68-5.45-2.952-7.332-.86-1.271-1.482-2.699-1.909-4.172-.16-.56-.42-1.03-.789-1.364A1.972 1.972 0 0 0 12 2Z";
29
+ readonly "fill-rule": "evenodd";
30
+ readonly d: "m7.961 7.994.001-.001c.662-.975 1.406-2.48 1.887-4.136.16-.56.422-1.032.793-1.367.378-.34.845-.517 1.358-.517.514 0 .98.176 1.358.517.37.335.633.807.793 1.367.43 1.478 1.055 2.91 1.92 4.184 1.278 1.887 2.968 4.38 2.968 7.353 0 3.946-3.194 6.634-7.039 6.634-3.845 0-7.04-2.688-7.04-6.634 0-2.787 1.503-5.175 3.001-7.4Z";
31
+ readonly "clip-rule": "evenodd";
31
32
  };
32
33
  readonly children: readonly [];
33
34
  }, {
@@ -37,7 +38,7 @@ declare const colorPicker: {
37
38
  readonly attributes: {
38
39
  readonly class: "mrl-picto-color-offset";
39
40
  readonly "fill-rule": "evenodd";
40
- readonly d: "m7.961 7.994.001-.001c.662-.975 1.406-2.48 1.887-4.136.16-.56.422-1.032.793-1.367A1.99 1.99 0 0 1 12 1.973c.514 0 .98.176 1.358.517.37.335.633.807.793 1.367.43 1.478 1.055 2.91 1.92 4.184 1.278 1.886 2.968 4.38 2.968 7.353 0 3.946-3.194 6.633-7.039 6.633-3.845 0-7.04-2.687-7.04-6.633 0-2.787 1.503-5.175 3.001-7.4Zm8.073-4.687c-.233-.814-.655-1.642-1.367-2.285A3.94 3.94 0 0 0 12 0a3.94 3.94 0 0 0-2.667 1.022c-.712.643-1.134 1.47-1.367 2.286C7.54 4.77 6.884 6.084 6.343 6.88l-.005.008C4.873 9.063 3 11.922 3 15.394 3 20.609 7.26 24 12 24s9-3.391 9-8.606c0-3.587-1.987-6.516-3.222-8.335l-.088-.13c-.728-1.073-1.274-2.308-1.656-3.622Z";
41
+ readonly d: "M7.132 7.436v-.002l.003-.003c.6-.884 1.3-2.293 1.753-3.85.197-.69.54-1.342 1.084-1.833A2.986 2.986 0 0 1 12 .973c.756 0 1.463.265 2.028.775.544.491.887 1.144 1.084 1.832.405 1.395 1.042 2.802 1.837 3.975-.017-.025.017.025 0 0 1.252 1.846 3.09 4.557 3.09 7.839 0 4.584-3.731 7.634-8.039 7.634s-8.04-3.05-8.04-7.634c0-3.132 1.69-5.758 3.172-7.958Zm7.02-3.579c-.161-.56-.423-1.032-.794-1.367A1.986 1.986 0 0 0 12 1.973c-.514 0-.98.176-1.358.517-.37.335-.633.807-.793 1.367-.48 1.655-1.225 3.161-1.887 4.136v.001c-1.5 2.225-3.001 4.613-3.001 7.4 0 3.946 3.194 6.634 7.039 6.634 3.845 0 7.04-2.688 7.04-6.634 0-2.973-1.69-5.466-2.97-7.353-.864-1.274-1.49-2.706-1.919-4.184Z";
41
42
  readonly "clip-rule": "evenodd";
42
43
  };
43
44
  readonly children: readonly [];
@@ -1,3 +1,3 @@
1
- var c=Object.defineProperty;var o=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var m=(t,e)=>{for(var r in e)c(t,r,{get:e[r],enumerable:!0})},u=(t,e,r,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of i(e))!s.call(t,l)&&l!==r&&c(t,l,{get:()=>e[l],enumerable:!(a=o(e,l))||a.enumerable});return t};var d=t=>u(c({},"__esModule",{value:!0}),t);var p={};m(p,{colorPicker:()=>n});module.exports=d(p);const n={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":"colorPicker"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
1
+ var c=Object.defineProperty;var o=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var d=(l,e)=>{for(var r in e)c(l,r,{get:e[r],enumerable:!0})},m=(l,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of i(e))!s.call(l,t)&&t!==r&&c(l,t,{get:()=>e[t],enumerable:!(n=o(e,t))||n.enumerable});return l};var u=l=>m(c({},"__esModule",{value:!0}),l);var v={};d(v,{colorPicker:()=>a});module.exports=u(v);const a={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":"colorPicker"},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:"M12 2c-.51 0-.975.176-1.35.516-.369.334-.63.804-.79 1.364-.477 1.65-1.217 3.152-1.875 4.124l-.001.001C6.494 10.224 5 12.605 5 15.385 5 19.32 8.176 22 12 22s7-2.68 7-6.616c0-2.964-1.68-5.45-2.952-7.332-.86-1.271-1.482-2.699-1.909-4.172-.16-.56-.42-1.03-.789-1.364A1.972 1.972 0 0 0 12 2Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"m7.961 7.994.001-.001c.662-.975 1.406-2.48 1.887-4.136.16-.56.422-1.032.793-1.367A1.99 1.99 0 0 1 12 1.973c.514 0 .98.176 1.358.517.37.335.633.807.793 1.367.43 1.478 1.055 2.91 1.92 4.184 1.278 1.886 2.968 4.38 2.968 7.353 0 3.946-3.194 6.633-7.039 6.633-3.845 0-7.04-2.687-7.04-6.633 0-2.787 1.503-5.175 3.001-7.4Zm8.073-4.687c-.233-.814-.655-1.642-1.367-2.285A3.94 3.94 0 0 0 12 0a3.94 3.94 0 0 0-2.667 1.022c-.712.643-1.134 1.47-1.367 2.286C7.54 4.77 6.884 6.084 6.343 6.88l-.005.008C4.873 9.063 3 11.922 3 15.394 3 20.609 7.26 24 12 24s9-3.391 9-8.606c0-3.587-1.987-6.516-3.222-8.335l-.088-.13c-.728-1.073-1.274-2.308-1.656-3.622Z","clip-rule":"evenodd"},children:[]}]}};
3
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{"fill-rule":"evenodd",d:"m7.961 7.994.001-.001c.662-.975 1.406-2.48 1.887-4.136.16-.56.422-1.032.793-1.367.378-.34.845-.517 1.358-.517.514 0 .98.176 1.358.517.37.335.633.807.793 1.367.43 1.478 1.055 2.91 1.92 4.184 1.278 1.887 2.968 4.38 2.968 7.353 0 3.946-3.194 6.634-7.039 6.634-3.845 0-7.04-2.688-7.04-6.634 0-2.787 1.503-5.175 3.001-7.4Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M7.132 7.436v-.002l.003-.003c.6-.884 1.3-2.293 1.753-3.85.197-.69.54-1.342 1.084-1.833A2.986 2.986 0 0 1 12 .973c.756 0 1.463.265 2.028.775.544.491.887 1.144 1.084 1.832.405 1.395 1.042 2.802 1.837 3.975-.017-.025.017.025 0 0 1.252 1.846 3.09 4.557 3.09 7.839 0 4.584-3.731 7.634-8.039 7.634s-8.04-3.05-8.04-7.634c0-3.132 1.69-5.758 3.172-7.958Zm7.02-3.579c-.161-.56-.423-1.032-.794-1.367A1.986 1.986 0 0 0 12 1.973c-.514 0-.98.176-1.358.517-.37.335-.633.807-.793 1.367-.48 1.655-1.225 3.161-1.887 4.136v.001c-1.5 2.225-3.001 4.613-3.001 7.4 0 3.946 3.194 6.634 7.039 6.634 3.845 0 7.04-2.688 7.04-6.634 0-2.973-1.69-5.466-2.97-7.353-.864-1.274-1.49-2.706-1.919-4.184Z","clip-rule":"evenodd"},children:[]}]}};
@@ -20,6 +20,16 @@ declare const colorBorder: {
20
20
  readonly attributes: {};
21
21
  readonly children: readonly [];
22
22
  }];
23
+ }, {
24
+ readonly name: "path";
25
+ readonly type: "element";
26
+ readonly value: "";
27
+ readonly attributes: {
28
+ readonly "fill-rule": "evenodd";
29
+ 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";
30
+ readonly "clip-rule": "evenodd";
31
+ };
32
+ readonly children: readonly [];
23
33
  }, {
24
34
  readonly name: "path";
25
35
  readonly type: "element";
@@ -27,7 +37,7 @@ declare const colorBorder: {
27
37
  readonly attributes: {
28
38
  readonly class: "mrl-picto-color-offset";
29
39
  readonly "fill-rule": "evenodd";
30
- 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";
40
+ 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";
31
41
  readonly "clip-rule": "evenodd";
32
42
  };
33
43
  readonly children: readonly [];
@@ -36,9 +46,9 @@ declare const colorBorder: {
36
46
  readonly type: "element";
37
47
  readonly value: "";
38
48
  readonly attributes: {
39
- readonly fill: "currentColor";
49
+ readonly class: "mrl-picto-color-offset";
40
50
  readonly "fill-rule": "evenodd";
41
- 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";
51
+ 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";
42
52
  readonly "clip-rule": "evenodd";
43
53
  };
44
54
  readonly children: readonly [];
@@ -1,3 +1,3 @@
1
- var r=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var c=Object.prototype.hasOwnProperty;var d=(l,e)=>{for(var a in e)r(l,a,{get:e[a],enumerable:!0})},s=(l,e,a,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of v(e))!c.call(l,t)&&t!==a&&r(l,t,{get:()=>e[t],enumerable:!(o=i(e,t))||o.enumerable});return l};var m=l=>s(r({},"__esModule",{value:!0}),l);var u={};d(u,{colorBorder:()=>n});module.exports=m(u);const n={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:`
1
+ var r=Object.defineProperty;var v=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var i=Object.prototype.hasOwnProperty;var c=(l,e)=>{for(var a in e)r(l,a,{get:e[a],enumerable:!0})},h=(l,e,a,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of d(e))!i.call(l,t)&&t!==a&&r(l,t,{get:()=>e[t],enumerable:!(o=v(e,t))||o.enumerable});return l};var s=l=>h(r({},"__esModule",{value:!0}),l);var m={};c(m,{colorBorder:()=>n});module.exports=s(m);const n={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:[]}]};
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:[]}]};
@@ -25,8 +25,9 @@ declare const colorFill: {
25
25
  readonly type: "element";
26
26
  readonly value: "";
27
27
  readonly attributes: {
28
- readonly fill: "currentColor";
29
- 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";
28
+ readonly "fill-rule": "evenodd";
29
+ 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";
30
+ readonly "clip-rule": "evenodd";
30
31
  };
31
32
  readonly children: readonly [];
32
33
  }, {
@@ -36,7 +37,7 @@ declare const colorFill: {
36
37
  readonly attributes: {
37
38
  readonly class: "mrl-picto-color-offset";
38
39
  readonly "fill-rule": "evenodd";
39
- 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";
40
+ 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";
40
41
  readonly "clip-rule": "evenodd";
41
42
  };
42
43
  readonly children: readonly [];
@@ -1,3 +1,3 @@
1
- var r=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var m=(l,e)=>{for(var a in e)r(l,a,{get:e[a],enumerable:!0})},u=(l,e,a,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of c(e))!s.call(l,t)&&t!==a&&r(l,t,{get:()=>e[t],enumerable:!(n=i(e,t))||n.enumerable});return l};var v=l=>u(r({},"__esModule",{value:!0}),l);var d={};m(d,{colorFill:()=>o});module.exports=v(d);const o={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:`
1
+ var r=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var d=(l,e)=>{for(var a in e)r(l,a,{get:e[a],enumerable:!0})},v=(l,e,a,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of c(e))!s.call(l,t)&&t!==a&&r(l,t,{get:()=>e[t],enumerable:!(n=i(e,t))||n.enumerable});return l};var m=l=>v(r({},"__esModule",{value:!0}),l);var u={};d(u,{colorFill:()=>o});module.exports=m(u);const o={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:[]}]};
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:[]}]};
@@ -25,8 +25,9 @@ declare const colorPicker: {
25
25
  readonly type: "element";
26
26
  readonly value: "";
27
27
  readonly attributes: {
28
- readonly fill: "currentColor";
29
- readonly d: "M12 2c-.51 0-.975.176-1.35.516-.369.334-.63.804-.79 1.364-.477 1.65-1.217 3.152-1.875 4.124l-.001.001C6.494 10.224 5 12.605 5 15.385 5 19.32 8.176 22 12 22s7-2.68 7-6.616c0-2.964-1.68-5.45-2.952-7.332-.86-1.271-1.482-2.699-1.909-4.172-.16-.56-.42-1.03-.789-1.364A1.972 1.972 0 0 0 12 2Z";
28
+ readonly "fill-rule": "evenodd";
29
+ readonly d: "m7.961 7.994.001-.001c.662-.975 1.406-2.48 1.887-4.136.16-.56.422-1.032.793-1.367.378-.34.845-.517 1.358-.517.514 0 .98.176 1.358.517.37.335.633.807.793 1.367.43 1.478 1.055 2.91 1.92 4.184 1.278 1.887 2.968 4.38 2.968 7.353 0 3.946-3.194 6.634-7.039 6.634-3.845 0-7.04-2.688-7.04-6.634 0-2.787 1.503-5.175 3.001-7.4Z";
30
+ readonly "clip-rule": "evenodd";
30
31
  };
31
32
  readonly children: readonly [];
32
33
  }, {
@@ -36,7 +37,7 @@ declare const colorPicker: {
36
37
  readonly attributes: {
37
38
  readonly class: "mrl-picto-color-offset";
38
39
  readonly "fill-rule": "evenodd";
39
- readonly d: "m7.961 7.994.001-.001c.662-.975 1.406-2.48 1.887-4.136.16-.56.422-1.032.793-1.367A1.99 1.99 0 0 1 12 1.973c.514 0 .98.176 1.358.517.37.335.633.807.793 1.367.43 1.478 1.055 2.91 1.92 4.184 1.278 1.886 2.968 4.38 2.968 7.353 0 3.946-3.194 6.633-7.039 6.633-3.845 0-7.04-2.687-7.04-6.633 0-2.787 1.503-5.175 3.001-7.4Zm8.073-4.687c-.233-.814-.655-1.642-1.367-2.285A3.94 3.94 0 0 0 12 0a3.94 3.94 0 0 0-2.667 1.022c-.712.643-1.134 1.47-1.367 2.286C7.54 4.77 6.884 6.084 6.343 6.88l-.005.008C4.873 9.063 3 11.922 3 15.394 3 20.609 7.26 24 12 24s9-3.391 9-8.606c0-3.587-1.987-6.516-3.222-8.335l-.088-.13c-.728-1.073-1.274-2.308-1.656-3.622Z";
40
+ readonly d: "M7.132 7.436v-.002l.003-.003c.6-.884 1.3-2.293 1.753-3.85.197-.69.54-1.342 1.084-1.833A2.986 2.986 0 0 1 12 .973c.756 0 1.463.265 2.028.775.544.491.887 1.144 1.084 1.832.405 1.395 1.042 2.802 1.837 3.975-.017-.025.017.025 0 0 1.252 1.846 3.09 4.557 3.09 7.839 0 4.584-3.731 7.634-8.039 7.634s-8.04-3.05-8.04-7.634c0-3.132 1.69-5.758 3.172-7.958Zm7.02-3.579c-.161-.56-.423-1.032-.794-1.367A1.986 1.986 0 0 0 12 1.973c-.514 0-.98.176-1.358.517-.37.335-.633.807-.793 1.367-.48 1.655-1.225 3.161-1.887 4.136v.001c-1.5 2.225-3.001 4.613-3.001 7.4 0 3.946 3.194 6.634 7.039 6.634 3.845 0 7.04-2.688 7.04-6.634 0-2.973-1.69-5.466-2.97-7.353-.864-1.274-1.49-2.706-1.919-4.184Z";
40
41
  readonly "clip-rule": "evenodd";
41
42
  };
42
43
  readonly children: readonly [];
@@ -1,3 +1,3 @@
1
- var c=Object.defineProperty;var o=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var m=(t,e)=>{for(var r in e)c(t,r,{get:e[r],enumerable:!0})},u=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of i(e))!s.call(t,l)&&l!==r&&c(t,l,{get:()=>e[l],enumerable:!(n=o(e,l))||n.enumerable});return t};var d=t=>u(c({},"__esModule",{value:!0}),t);var p={};m(p,{colorPicker:()=>a});module.exports=d(p);const a={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"colorPicker"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
1
+ var c=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var d=(l,e)=>{for(var r in e)c(l,r,{get:e[r],enumerable:!0})},m=(l,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of i(e))!s.call(l,t)&&t!==r&&c(l,t,{get:()=>e[t],enumerable:!(n=a(e,t))||n.enumerable});return l};var u=l=>m(c({},"__esModule",{value:!0}),l);var v={};d(v,{colorPicker:()=>o});module.exports=u(v);const o={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"colorPicker"},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:"M12 2c-.51 0-.975.176-1.35.516-.369.334-.63.804-.79 1.364-.477 1.65-1.217 3.152-1.875 4.124l-.001.001C6.494 10.224 5 12.605 5 15.385 5 19.32 8.176 22 12 22s7-2.68 7-6.616c0-2.964-1.68-5.45-2.952-7.332-.86-1.271-1.482-2.699-1.909-4.172-.16-.56-.42-1.03-.789-1.364A1.972 1.972 0 0 0 12 2Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"m7.961 7.994.001-.001c.662-.975 1.406-2.48 1.887-4.136.16-.56.422-1.032.793-1.367A1.99 1.99 0 0 1 12 1.973c.514 0 .98.176 1.358.517.37.335.633.807.793 1.367.43 1.478 1.055 2.91 1.92 4.184 1.278 1.886 2.968 4.38 2.968 7.353 0 3.946-3.194 6.633-7.039 6.633-3.845 0-7.04-2.687-7.04-6.633 0-2.787 1.503-5.175 3.001-7.4Zm8.073-4.687c-.233-.814-.655-1.642-1.367-2.285A3.94 3.94 0 0 0 12 0a3.94 3.94 0 0 0-2.667 1.022c-.712.643-1.134 1.47-1.367 2.286C7.54 4.77 6.884 6.084 6.343 6.88l-.005.008C4.873 9.063 3 11.922 3 15.394 3 20.609 7.26 24 12 24s9-3.391 9-8.606c0-3.587-1.987-6.516-3.222-8.335l-.088-.13c-.728-1.073-1.274-2.308-1.656-3.622Z","clip-rule":"evenodd"},children:[]}]};
3
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{"fill-rule":"evenodd",d:"m7.961 7.994.001-.001c.662-.975 1.406-2.48 1.887-4.136.16-.56.422-1.032.793-1.367.378-.34.845-.517 1.358-.517.514 0 .98.176 1.358.517.37.335.633.807.793 1.367.43 1.478 1.055 2.91 1.92 4.184 1.278 1.887 2.968 4.38 2.968 7.353 0 3.946-3.194 6.634-7.039 6.634-3.845 0-7.04-2.688-7.04-6.634 0-2.787 1.503-5.175 3.001-7.4Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M7.132 7.436v-.002l.003-.003c.6-.884 1.3-2.293 1.753-3.85.197-.69.54-1.342 1.084-1.833A2.986 2.986 0 0 1 12 .973c.756 0 1.463.265 2.028.775.544.491.887 1.144 1.084 1.832.405 1.395 1.042 2.802 1.837 3.975-.017-.025.017.025 0 0 1.252 1.846 3.09 4.557 3.09 7.839 0 4.584-3.731 7.634-8.039 7.634s-8.04-3.05-8.04-7.634c0-3.132 1.69-5.758 3.172-7.958Zm7.02-3.579c-.161-.56-.423-1.032-.794-1.367A1.986 1.986 0 0 0 12 1.973c-.514 0-.98.176-1.358.517-.37.335-.633.807-.793 1.367-.48 1.655-1.225 3.161-1.887 4.136v.001c-1.5 2.225-3.001 4.613-3.001 7.4 0 3.946 3.194 6.634 7.039 6.634 3.845 0 7.04-2.688 7.04-6.634 0-2.973-1.69-5.466-2.97-7.353-.864-1.274-1.49-2.706-1.919-4.184Z","clip-rule":"evenodd"},children:[]}]};
@@ -45,7 +45,7 @@ declare const drawEraser: {
45
45
  readonly attributes: {
46
46
  readonly class: "mrl-picto-color-offset";
47
47
  readonly "fill-rule": "evenodd";
48
- 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";
48
+ 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
49
  readonly "clip-rule": "evenodd";
50
50
  };
51
51
  readonly children: readonly [];
@@ -2,4 +2,4 @@ var r=Object.defineProperty;var s=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:[]}]};
@@ -21,63 +21,33 @@ declare const drawStrokeFine: {
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(#mrl-draw-fine-path)";
28
+ readonly class: "mrl-picto-draw-pen";
29
+ 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";
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: "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";
37
- };
38
- readonly children: readonly [];
39
- }, {
40
- readonly name: "path";
41
- readonly type: "element";
42
- readonly value: "";
43
- readonly attributes: {
44
- readonly d: "M16.596 12H7.404l3.176-9.329c.461-1.355 2.379-1.355 2.84 0L16.596 12Z";
45
- };
46
- readonly children: readonly [];
47
- }, {
48
- readonly name: "path";
49
- readonly type: "element";
50
- readonly value: "";
51
- readonly attributes: {
52
- readonly class: "mrl-picto-color-offset";
53
- readonly "fill-rule": "evenodd";
54
- 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";
55
- readonly "clip-rule": "evenodd";
56
- };
57
- readonly children: readonly [];
58
- }];
31
+ readonly children: readonly [];
59
32
  }, {
60
- readonly name: "defs";
33
+ readonly name: "path";
61
34
  readonly type: "element";
62
35
  readonly value: "";
63
- readonly attributes: {};
64
- readonly children: readonly [{
65
- readonly name: "clipPath";
66
- readonly type: "element";
67
- readonly value: "";
68
- readonly attributes: {
69
- readonly id: "mrl-draw-fine-path";
70
- };
71
- readonly children: readonly [{
72
- readonly name: "path";
73
- readonly type: "element";
74
- readonly value: "";
75
- readonly attributes: {
76
- readonly d: "M0 0h24v24H0z";
77
- };
78
- readonly children: readonly [];
79
- }];
80
- }];
36
+ readonly attributes: {
37
+ 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
+ };
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: "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";
48
+ readonly "clip-rule": "evenodd";
49
+ };
50
+ readonly children: readonly [];
81
51
  }];
82
52
  };
83
53
  export { drawStrokeFine };
@@ -1,4 +1,4 @@
1
- var n=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var p=Object.prototype.hasOwnProperty;var d=(t,e)=>{for(var a in e)n(t,a,{get:e[a],enumerable:!0})},s=(t,e,a,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of c(e))!p.call(t,l)&&l!==a&&n(t,l,{get:()=>e[l],enumerable:!(r=m(e,l))||r.enumerable});return t};var u=t=>s(n({},"__esModule",{value:!0}),t);var h={};d(h,{drawStrokeFine:()=>i});module.exports=u(h);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":"drawStrokeFine"},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 m=Object.prototype.hasOwnProperty;var s=(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))!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={};s(u,{drawStrokeFine:()=>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":"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:[]}]};
@@ -25,7 +25,7 @@ declare const drawStrokeHighlighter: {
25
25
  readonly type: "element";
26
26
  readonly value: "";
27
27
  readonly attributes: {
28
- 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";
28
+ 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
29
  };
30
30
  readonly children: readonly [];
31
31
  }, {
@@ -34,7 +34,7 @@ declare const drawStrokeHighlighter: {
34
34
  readonly value: "";
35
35
  readonly attributes: {
36
36
  readonly class: "mrl-picto-draw-pen";
37
- 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";
37
+ 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
38
  };
39
39
  readonly children: readonly [];
40
40
  }, {
@@ -44,7 +44,7 @@ declare const drawStrokeHighlighter: {
44
44
  readonly attributes: {
45
45
  readonly class: "mrl-picto-color-offset";
46
46
  readonly "fill-rule": "evenodd";
47
- 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";
47
+ 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
48
  readonly "clip-rule": "evenodd";
49
49
  };
50
50
  readonly children: readonly [];
@@ -1,4 +1,4 @@
1
1
  var a=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var m=Object.prototype.hasOwnProperty;var s=(t,e)=>{for(var r in e)a(t,r,{get:e[r],enumerable:!0})},d=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of o(e))!m.call(t,l)&&l!==r&&a(t,l,{get:()=>e[l],enumerable:!(n=i(e,l))||n.enumerable});return t};var p=t=>d(a({},"__esModule",{value:!0}),t);var h={};s(h,{drawStrokeHighlighter:()=>c});module.exports=p(h);const c={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:[]}]};
@@ -21,63 +21,33 @@ declare const drawStrokeMedium: {
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(#mrl-draw-medium-path)";
28
+ readonly class: "mrl-picto-draw-pen";
29
+ 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";
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: "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";
37
- };
38
- readonly children: readonly [];
39
- }, {
40
- readonly name: "path";
41
- readonly type: "element";
42
- readonly value: "";
43
- readonly attributes: {
44
- 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";
45
- };
46
- readonly children: readonly [];
47
- }, {
48
- readonly name: "path";
49
- readonly type: "element";
50
- readonly value: "";
51
- readonly attributes: {
52
- readonly class: "mrl-picto-color-offset";
53
- readonly "fill-rule": "evenodd";
54
- 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";
55
- readonly "clip-rule": "evenodd";
56
- };
57
- readonly children: readonly [];
58
- }];
31
+ readonly children: readonly [];
59
32
  }, {
60
- readonly name: "defs";
33
+ readonly name: "path";
61
34
  readonly type: "element";
62
35
  readonly value: "";
63
- readonly attributes: {};
64
- readonly children: readonly [{
65
- readonly name: "clipPath";
66
- readonly type: "element";
67
- readonly value: "";
68
- readonly attributes: {
69
- readonly id: "mrl-draw-medium-path";
70
- };
71
- readonly children: readonly [{
72
- readonly name: "path";
73
- readonly type: "element";
74
- readonly value: "";
75
- readonly attributes: {
76
- readonly d: "M0 0h24v24H0z";
77
- };
78
- readonly children: readonly [];
79
- }];
80
- }];
36
+ readonly attributes: {
37
+ 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
+ };
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: "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
+ readonly "clip-rule": "evenodd";
49
+ };
50
+ readonly children: readonly [];
81
51
  }];
82
52
  };
83
53
  export { drawStrokeMedium };
@@ -1,4 +1,4 @@
1
- var r=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var p=Object.prototype.hasOwnProperty;var u=(t,e)=>{for(var a in e)r(t,a,{get:e[a],enumerable:!0})},h=(t,e,a,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of d(e))!p.call(t,l)&&l!==a&&r(t,l,{get:()=>e[l],enumerable:!(n=m(e,l))||n.enumerable});return t};var s=t=>h(r({},"__esModule",{value:!0}),t);var c={};u(c,{drawStrokeMedium:()=>i});module.exports=s(c);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":"drawStrokeMedium"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
1
+ var r=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var d=Object.prototype.hasOwnProperty;var s=(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 o(e))!d.call(t,l)&&l!==a&&r(t,l,{get:()=>e[l],enumerable:!(n=m(e,l))||n.enumerable});return t};var p=t=>c(r({},"__esModule",{value:!0}),t);var u={};s(u,{drawStrokeMedium:()=>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":"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:[]}]};