@muraldevkit/ds-pictograms 1.1.0 → 1.3.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 (187) 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/framesA4.d.ts +45 -0
  24. package/dist/cjs/default/framesA4.js +3 -0
  25. package/dist/cjs/default/framesCustom.d.ts +54 -0
  26. package/dist/cjs/default/framesCustom.js +3 -0
  27. package/dist/cjs/default/framesGrid.d.ts +54 -0
  28. package/dist/cjs/default/framesGrid.js +3 -0
  29. package/dist/cjs/default/framesLetter.d.ts +45 -0
  30. package/dist/cjs/default/framesLetter.js +3 -0
  31. package/dist/cjs/default/framesPhone.d.ts +45 -0
  32. package/dist/cjs/default/framesPhone.js +3 -0
  33. package/dist/cjs/default/framesPresentation.d.ts +45 -0
  34. package/dist/cjs/default/framesPresentation.js +3 -0
  35. package/dist/cjs/default/framesSquare.d.ts +45 -0
  36. package/dist/cjs/default/framesSquare.js +3 -0
  37. package/dist/cjs/default/framesTablet.d.ts +45 -0
  38. package/dist/cjs/default/framesTablet.js +3 -0
  39. package/dist/cjs/default/index.d.ts +8 -0
  40. package/dist/cjs/default/index.js +1 -1
  41. package/dist/cjs/drawEraser.d.ts +1 -1
  42. package/dist/cjs/drawEraser.js +1 -1
  43. package/dist/cjs/drawStrokeFine.d.ts +20 -50
  44. package/dist/cjs/drawStrokeFine.js +2 -2
  45. package/dist/cjs/drawStrokeHighlighter.d.ts +3 -3
  46. package/dist/cjs/drawStrokeHighlighter.js +2 -2
  47. package/dist/cjs/drawStrokeMedium.d.ts +20 -50
  48. package/dist/cjs/drawStrokeMedium.js +2 -2
  49. package/dist/cjs/drawStrokeUltraFine.d.ts +20 -52
  50. package/dist/cjs/drawStrokeUltraFine.js +2 -2
  51. package/dist/cjs/framesA4.d.ts +47 -0
  52. package/dist/cjs/framesA4.js +3 -0
  53. package/dist/cjs/framesCustom.d.ts +56 -0
  54. package/dist/cjs/framesCustom.js +3 -0
  55. package/dist/cjs/framesGrid.d.ts +56 -0
  56. package/dist/cjs/framesGrid.js +3 -0
  57. package/dist/cjs/framesLetter.d.ts +47 -0
  58. package/dist/cjs/framesLetter.js +3 -0
  59. package/dist/cjs/framesPhone.d.ts +47 -0
  60. package/dist/cjs/framesPhone.js +3 -0
  61. package/dist/cjs/framesPresentation.d.ts +47 -0
  62. package/dist/cjs/framesPresentation.js +3 -0
  63. package/dist/cjs/framesSquare.d.ts +47 -0
  64. package/dist/cjs/framesSquare.js +3 -0
  65. package/dist/cjs/framesTablet.d.ts +47 -0
  66. package/dist/cjs/framesTablet.js +3 -0
  67. package/dist/cjs/index.d.ts +8 -0
  68. package/dist/cjs/index.js +1 -1
  69. package/dist/esm/colorBorder.d.ts +13 -3
  70. package/dist/esm/colorBorder.js +1 -1
  71. package/dist/esm/colorFill.d.ts +4 -3
  72. package/dist/esm/colorFill.js +1 -1
  73. package/dist/esm/colorPicker.d.ts +4 -3
  74. package/dist/esm/colorPicker.js +1 -1
  75. package/dist/esm/default/colorBorder.d.ts +13 -3
  76. package/dist/esm/default/colorBorder.js +1 -1
  77. package/dist/esm/default/colorFill.d.ts +4 -3
  78. package/dist/esm/default/colorFill.js +1 -1
  79. package/dist/esm/default/colorPicker.d.ts +4 -3
  80. package/dist/esm/default/colorPicker.js +1 -1
  81. package/dist/esm/default/drawEraser.d.ts +1 -1
  82. package/dist/esm/default/drawEraser.js +1 -1
  83. package/dist/esm/default/drawStrokeFine.d.ts +20 -50
  84. package/dist/esm/default/drawStrokeFine.js +1 -1
  85. package/dist/esm/default/drawStrokeHighlighter.d.ts +3 -3
  86. package/dist/esm/default/drawStrokeHighlighter.js +1 -1
  87. package/dist/esm/default/drawStrokeMedium.d.ts +20 -50
  88. package/dist/esm/default/drawStrokeMedium.js +1 -1
  89. package/dist/esm/default/drawStrokeUltraFine.d.ts +20 -52
  90. package/dist/esm/default/drawStrokeUltraFine.js +1 -1
  91. package/dist/esm/default/framesA4.d.ts +45 -0
  92. package/dist/esm/default/framesA4.js +3 -0
  93. package/dist/esm/default/framesCustom.d.ts +54 -0
  94. package/dist/esm/default/framesCustom.js +3 -0
  95. package/dist/esm/default/framesGrid.d.ts +54 -0
  96. package/dist/esm/default/framesGrid.js +3 -0
  97. package/dist/esm/default/framesLetter.d.ts +45 -0
  98. package/dist/esm/default/framesLetter.js +3 -0
  99. package/dist/esm/default/framesPhone.d.ts +45 -0
  100. package/dist/esm/default/framesPhone.js +3 -0
  101. package/dist/esm/default/framesPresentation.d.ts +45 -0
  102. package/dist/esm/default/framesPresentation.js +3 -0
  103. package/dist/esm/default/framesSquare.d.ts +45 -0
  104. package/dist/esm/default/framesSquare.js +3 -0
  105. package/dist/esm/default/framesTablet.d.ts +45 -0
  106. package/dist/esm/default/framesTablet.js +3 -0
  107. package/dist/esm/default/index.d.ts +8 -0
  108. package/dist/esm/default/index.js +30 -14
  109. package/dist/esm/drawEraser.d.ts +1 -1
  110. package/dist/esm/drawEraser.js +1 -1
  111. package/dist/esm/drawStrokeFine.d.ts +20 -50
  112. package/dist/esm/drawStrokeFine.js +1 -1
  113. package/dist/esm/drawStrokeHighlighter.d.ts +3 -3
  114. package/dist/esm/drawStrokeHighlighter.js +1 -1
  115. package/dist/esm/drawStrokeMedium.d.ts +20 -50
  116. package/dist/esm/drawStrokeMedium.js +1 -1
  117. package/dist/esm/drawStrokeUltraFine.d.ts +20 -52
  118. package/dist/esm/drawStrokeUltraFine.js +1 -1
  119. package/dist/esm/framesA4.d.ts +47 -0
  120. package/dist/esm/framesA4.js +3 -0
  121. package/dist/esm/framesCustom.d.ts +56 -0
  122. package/dist/esm/framesCustom.js +3 -0
  123. package/dist/esm/framesGrid.d.ts +56 -0
  124. package/dist/esm/framesGrid.js +3 -0
  125. package/dist/esm/framesLetter.d.ts +47 -0
  126. package/dist/esm/framesLetter.js +3 -0
  127. package/dist/esm/framesPhone.d.ts +47 -0
  128. package/dist/esm/framesPhone.js +3 -0
  129. package/dist/esm/framesPresentation.d.ts +47 -0
  130. package/dist/esm/framesPresentation.js +3 -0
  131. package/dist/esm/framesSquare.d.ts +47 -0
  132. package/dist/esm/framesSquare.js +3 -0
  133. package/dist/esm/framesTablet.d.ts +47 -0
  134. package/dist/esm/framesTablet.js +3 -0
  135. package/dist/esm/index.d.ts +8 -0
  136. package/dist/esm/index.js +29 -13
  137. package/dist/svg/default/color-border.svg +3 -2
  138. package/dist/svg/default/color-fill.svg +2 -2
  139. package/dist/svg/default/color-picker.svg +2 -2
  140. package/dist/svg/default/draw-eraser.svg +2 -2
  141. package/dist/svg/default/draw-stroke-fine.svg +4 -11
  142. package/dist/svg/default/draw-stroke-highlighter.svg +3 -3
  143. package/dist/svg/default/draw-stroke-medium.svg +3 -10
  144. package/dist/svg/default/draw-stroke-ultra-fine.svg +3 -10
  145. package/dist/svg/default/frames-a4.svg +7 -0
  146. package/dist/svg/default/frames-custom.svg +8 -0
  147. package/dist/svg/default/frames-grid.svg +8 -0
  148. package/dist/svg/default/frames-letter.svg +7 -0
  149. package/dist/svg/default/frames-phone.svg +7 -0
  150. package/dist/svg/default/frames-presentation.svg +7 -0
  151. package/dist/svg/default/frames-square.svg +7 -0
  152. package/dist/svg/default/frames-tablet.svg +7 -0
  153. package/dist/types/colorBorder.d.ts +13 -3
  154. package/dist/types/colorFill.d.ts +4 -3
  155. package/dist/types/colorPicker.d.ts +4 -3
  156. package/dist/types/default/colorBorder.d.ts +13 -3
  157. package/dist/types/default/colorFill.d.ts +4 -3
  158. package/dist/types/default/colorPicker.d.ts +4 -3
  159. package/dist/types/default/drawEraser.d.ts +1 -1
  160. package/dist/types/default/drawStrokeFine.d.ts +20 -50
  161. package/dist/types/default/drawStrokeHighlighter.d.ts +3 -3
  162. package/dist/types/default/drawStrokeMedium.d.ts +20 -50
  163. package/dist/types/default/drawStrokeUltraFine.d.ts +20 -52
  164. package/dist/types/default/framesA4.d.ts +45 -0
  165. package/dist/types/default/framesCustom.d.ts +54 -0
  166. package/dist/types/default/framesGrid.d.ts +54 -0
  167. package/dist/types/default/framesLetter.d.ts +45 -0
  168. package/dist/types/default/framesPhone.d.ts +45 -0
  169. package/dist/types/default/framesPresentation.d.ts +45 -0
  170. package/dist/types/default/framesSquare.d.ts +45 -0
  171. package/dist/types/default/framesTablet.d.ts +45 -0
  172. package/dist/types/default/index.d.ts +8 -0
  173. package/dist/types/drawEraser.d.ts +1 -1
  174. package/dist/types/drawStrokeFine.d.ts +20 -50
  175. package/dist/types/drawStrokeHighlighter.d.ts +3 -3
  176. package/dist/types/drawStrokeMedium.d.ts +20 -50
  177. package/dist/types/drawStrokeUltraFine.d.ts +20 -52
  178. package/dist/types/framesA4.d.ts +47 -0
  179. package/dist/types/framesCustom.d.ts +56 -0
  180. package/dist/types/framesGrid.d.ts +56 -0
  181. package/dist/types/framesLetter.d.ts +47 -0
  182. package/dist/types/framesPhone.d.ts +47 -0
  183. package/dist/types/framesPresentation.d.ts +47 -0
  184. package/dist/types/framesSquare.d.ts +47 -0
  185. package/dist/types/framesTablet.d.ts +47 -0
  186. package/dist/types/index.d.ts +8 -0
  187. package/package.json +1 -1
@@ -0,0 +1,47 @@
1
+ declare const framesPhone: {
2
+ readonly default: {
3
+ readonly name: "svg";
4
+ readonly type: "element";
5
+ readonly value: "";
6
+ readonly attributes: {
7
+ readonly xmlns: "http://www.w3.org/2000/svg";
8
+ readonly fill: "currentColor";
9
+ readonly viewBox: "0 0 36 36";
10
+ readonly "data-mrl-svg-name": "framesPhone";
11
+ };
12
+ readonly children: readonly [{
13
+ readonly name: "style";
14
+ readonly type: "element";
15
+ readonly value: "";
16
+ readonly attributes: {};
17
+ readonly children: readonly [{
18
+ readonly name: "";
19
+ readonly type: "text";
20
+ readonly value: "\n .mrl-picto-border { fill: #4e4e4e; }\n ";
21
+ readonly attributes: {};
22
+ readonly children: readonly [];
23
+ }];
24
+ }, {
25
+ readonly name: "path";
26
+ readonly type: "element";
27
+ readonly value: "";
28
+ readonly attributes: {
29
+ readonly fill: "#fff";
30
+ readonly d: "M13.1 8.833c0-.405.328-.733.733-.733h8.83c.405 0 .733.328.733.733v18.334a.733.733 0 0 1-.733.733h-8.83a.733.733 0 0 1-.733-.733V8.833Z";
31
+ };
32
+ readonly children: readonly [];
33
+ }, {
34
+ readonly name: "path";
35
+ readonly type: "element";
36
+ readonly value: "";
37
+ readonly attributes: {
38
+ readonly class: "mrl-picto-border";
39
+ readonly "fill-rule": "evenodd";
40
+ readonly d: "M13.833 7h8.83c1.012 0 1.833.82 1.833 1.833v18.334c0 1.012-.82 1.833-1.833 1.833h-8.83A1.833 1.833 0 0 1 12 27.167V8.833C12 7.821 12.82 7 13.833 7Zm0 1.1a.733.733 0 0 0-.733.733v18.334c0 .405.328.733.733.733h8.83a.733.733 0 0 0 .733-.733V8.833a.733.733 0 0 0-.733-.733h-8.83Z";
41
+ readonly "clip-rule": "evenodd";
42
+ };
43
+ readonly children: readonly [];
44
+ }];
45
+ };
46
+ };
47
+ export { framesPhone };
@@ -0,0 +1,3 @@
1
+ var r=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var h=(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 m(e))!s.call(t,l)&&l!==a&&r(t,l,{get:()=>e[l],enumerable:!(n=c(e,l))||n.enumerable});return t};var o=t=>d(r({},"__esModule",{value:!0}),t);var u={};h(u,{framesPhone:()=>i});module.exports=o(u);const i={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 36 36","data-mrl-svg-name":"framesPhone"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
2
+ .mrl-picto-border { fill: #4e4e4e; }
3
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M13.1 8.833c0-.405.328-.733.733-.733h8.83c.405 0 .733.328.733.733v18.334a.733.733 0 0 1-.733.733h-8.83a.733.733 0 0 1-.733-.733V8.833Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-border","fill-rule":"evenodd",d:"M13.833 7h8.83c1.012 0 1.833.82 1.833 1.833v18.334c0 1.012-.82 1.833-1.833 1.833h-8.83A1.833 1.833 0 0 1 12 27.167V8.833C12 7.821 12.82 7 13.833 7Zm0 1.1a.733.733 0 0 0-.733.733v18.334c0 .405.328.733.733.733h8.83a.733.733 0 0 0 .733-.733V8.833a.733.733 0 0 0-.733-.733h-8.83Z","clip-rule":"evenodd"},children:[]}]}};
@@ -0,0 +1,47 @@
1
+ declare const framesPresentation: {
2
+ readonly default: {
3
+ readonly name: "svg";
4
+ readonly type: "element";
5
+ readonly value: "";
6
+ readonly attributes: {
7
+ readonly xmlns: "http://www.w3.org/2000/svg";
8
+ readonly fill: "currentColor";
9
+ readonly viewBox: "0 0 36 36";
10
+ readonly "data-mrl-svg-name": "framesPresentation";
11
+ };
12
+ readonly children: readonly [{
13
+ readonly name: "style";
14
+ readonly type: "element";
15
+ readonly value: "";
16
+ readonly attributes: {};
17
+ readonly children: readonly [{
18
+ readonly name: "";
19
+ readonly type: "text";
20
+ readonly value: "\n .mrl-picto-border { fill: #4e4e4e; }\n ";
21
+ readonly attributes: {};
22
+ readonly children: readonly [];
23
+ }];
24
+ }, {
25
+ readonly name: "path";
26
+ readonly type: "element";
27
+ readonly value: "";
28
+ readonly attributes: {
29
+ readonly fill: "#fff";
30
+ readonly d: "M1.142 8.833c0-.405.341-.733.762-.733h32.192c.421 0 .762.328.762.733v18.334c0 .405-.341.733-.762.733H1.904c-.421 0-.762-.328-.762-.733V8.833Z";
31
+ };
32
+ readonly children: readonly [];
33
+ }, {
34
+ readonly name: "path";
35
+ readonly type: "element";
36
+ readonly value: "";
37
+ readonly attributes: {
38
+ readonly class: "mrl-picto-border";
39
+ readonly "fill-rule": "evenodd";
40
+ readonly d: "M1.904 7h32.192C35.148 7 36 7.82 36 8.833v18.334C36 28.179 35.148 29 34.096 29H1.904C.852 29 0 28.18 0 27.167V8.833C0 7.821.852 7 1.904 7Zm0 1.1c-.421 0-.762.328-.762.733v18.334c0 .405.341.733.762.733h32.192c.421 0 .762-.328.762-.733V8.833c0-.405-.341-.733-.762-.733H1.904Z";
41
+ readonly "clip-rule": "evenodd";
42
+ };
43
+ readonly children: readonly [];
44
+ }];
45
+ };
46
+ };
47
+ export { framesPresentation };
@@ -0,0 +1,3 @@
1
+ var a=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var s=Object.getOwnPropertyNames;var m=Object.prototype.hasOwnProperty;var d=(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=i(e,l))||n.enumerable});return t};var u=t=>o(a({},"__esModule",{value:!0}),t);var v={};d(v,{framesPresentation:()=>c});module.exports=u(v);const c={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 36 36","data-mrl-svg-name":"framesPresentation"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
2
+ .mrl-picto-border { fill: #4e4e4e; }
3
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M1.142 8.833c0-.405.341-.733.762-.733h32.192c.421 0 .762.328.762.733v18.334c0 .405-.341.733-.762.733H1.904c-.421 0-.762-.328-.762-.733V8.833Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-border","fill-rule":"evenodd",d:"M1.904 7h32.192C35.148 7 36 7.82 36 8.833v18.334C36 28.179 35.148 29 34.096 29H1.904C.852 29 0 28.18 0 27.167V8.833C0 7.821.852 7 1.904 7Zm0 1.1c-.421 0-.762.328-.762.733v18.334c0 .405.341.733.762.733h32.192c.421 0 .762-.328.762-.733V8.833c0-.405-.341-.733-.762-.733H1.904Z","clip-rule":"evenodd"},children:[]}]}};
@@ -0,0 +1,47 @@
1
+ declare const framesSquare: {
2
+ readonly default: {
3
+ readonly name: "svg";
4
+ readonly type: "element";
5
+ readonly value: "";
6
+ readonly attributes: {
7
+ readonly xmlns: "http://www.w3.org/2000/svg";
8
+ readonly fill: "currentColor";
9
+ readonly viewBox: "0 0 36 36";
10
+ readonly "data-mrl-svg-name": "framesSquare";
11
+ };
12
+ readonly children: readonly [{
13
+ readonly name: "style";
14
+ readonly type: "element";
15
+ readonly value: "";
16
+ readonly attributes: {};
17
+ readonly children: readonly [{
18
+ readonly name: "";
19
+ readonly type: "text";
20
+ readonly value: "\n .mrl-picto-border { fill: #4e4e4e; }\n ";
21
+ readonly attributes: {};
22
+ readonly children: readonly [];
23
+ }];
24
+ }, {
25
+ readonly name: "path";
26
+ readonly type: "element";
27
+ readonly value: "";
28
+ readonly attributes: {
29
+ readonly fill: "#fff";
30
+ readonly d: "M8.1 8.833c0-.405.328-.733.733-.733h18.334c.405 0 .733.328.733.733v18.334a.733.733 0 0 1-.733.733H8.833a.733.733 0 0 1-.733-.733V8.833Z";
31
+ };
32
+ readonly children: readonly [];
33
+ }, {
34
+ readonly name: "path";
35
+ readonly type: "element";
36
+ readonly value: "";
37
+ readonly attributes: {
38
+ readonly class: "mrl-picto-border";
39
+ readonly "fill-rule": "evenodd";
40
+ readonly d: "M8.833 7h18.334C28.179 7 29 7.82 29 8.833v18.334C29 28.179 28.18 29 27.167 29H8.833A1.833 1.833 0 0 1 7 27.167V8.833C7 7.821 7.82 7 8.833 7Zm0 1.1a.733.733 0 0 0-.733.733v18.334c0 .405.328.733.733.733h18.334a.733.733 0 0 0 .733-.733V8.833a.733.733 0 0 0-.733-.733H8.833Z";
41
+ readonly "clip-rule": "evenodd";
42
+ };
43
+ readonly children: readonly [];
44
+ }];
45
+ };
46
+ };
47
+ export { framesSquare };
@@ -0,0 +1,3 @@
1
+ var r=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var s=Object.getOwnPropertyNames;var u=Object.prototype.hasOwnProperty;var c=(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))!u.call(t,l)&&l!==a&&r(t,l,{get:()=>e[l],enumerable:!(n=m(e,l))||n.enumerable});return t};var v=t=>d(r({},"__esModule",{value:!0}),t);var o={};c(o,{framesSquare:()=>i});module.exports=v(o);const i={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 36 36","data-mrl-svg-name":"framesSquare"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
2
+ .mrl-picto-border { fill: #4e4e4e; }
3
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M8.1 8.833c0-.405.328-.733.733-.733h18.334c.405 0 .733.328.733.733v18.334a.733.733 0 0 1-.733.733H8.833a.733.733 0 0 1-.733-.733V8.833Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-border","fill-rule":"evenodd",d:"M8.833 7h18.334C28.179 7 29 7.82 29 8.833v18.334C29 28.179 28.18 29 27.167 29H8.833A1.833 1.833 0 0 1 7 27.167V8.833C7 7.821 7.82 7 8.833 7Zm0 1.1a.733.733 0 0 0-.733.733v18.334c0 .405.328.733.733.733h18.334a.733.733 0 0 0 .733-.733V8.833a.733.733 0 0 0-.733-.733H8.833Z","clip-rule":"evenodd"},children:[]}]}};
@@ -0,0 +1,47 @@
1
+ declare const framesTablet: {
2
+ readonly default: {
3
+ readonly name: "svg";
4
+ readonly type: "element";
5
+ readonly value: "";
6
+ readonly attributes: {
7
+ readonly xmlns: "http://www.w3.org/2000/svg";
8
+ readonly fill: "currentColor";
9
+ readonly viewBox: "0 0 36 36";
10
+ readonly "data-mrl-svg-name": "framesTablet";
11
+ };
12
+ readonly children: readonly [{
13
+ readonly name: "style";
14
+ readonly type: "element";
15
+ readonly value: "";
16
+ readonly attributes: {};
17
+ readonly children: readonly [{
18
+ readonly name: "";
19
+ readonly type: "text";
20
+ readonly value: "\n .mrl-picto-border { fill: #4e4e4e; }\n ";
21
+ readonly attributes: {};
22
+ readonly children: readonly [];
23
+ }];
24
+ }, {
25
+ readonly name: "path";
26
+ readonly type: "element";
27
+ readonly value: "";
28
+ readonly attributes: {
29
+ readonly fill: "#fff";
30
+ readonly d: "M10.1 8.833c0-.405.328-.733.733-.733h13.714c.405 0 .733.328.733.733v18.334a.733.733 0 0 1-.733.733H10.833a.733.733 0 0 1-.733-.733V8.833Z";
31
+ };
32
+ readonly children: readonly [];
33
+ }, {
34
+ readonly name: "path";
35
+ readonly type: "element";
36
+ readonly value: "";
37
+ readonly attributes: {
38
+ readonly class: "mrl-picto-border";
39
+ readonly "fill-rule": "evenodd";
40
+ readonly d: "M10.833 7h13.714c1.012 0 1.833.82 1.833 1.833v18.334c0 1.012-.82 1.833-1.833 1.833H10.833A1.833 1.833 0 0 1 9 27.167V8.833C9 7.821 9.82 7 10.833 7Zm0 1.1a.733.733 0 0 0-.733.733v18.334c0 .405.328.733.733.733h13.714a.733.733 0 0 0 .733-.733V8.833a.733.733 0 0 0-.733-.733H10.833Z";
41
+ readonly "clip-rule": "evenodd";
42
+ };
43
+ readonly children: readonly [];
44
+ }];
45
+ };
46
+ };
47
+ export { framesTablet };
@@ -0,0 +1,3 @@
1
+ var r=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var d=(t,e)=>{for(var a in e)r(t,a,{get:e[a],enumerable:!0})},u=(t,e,a,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of m(e))!s.call(t,l)&&l!==a&&r(t,l,{get:()=>e[l],enumerable:!(n=c(e,l))||n.enumerable});return t};var v=t=>u(r({},"__esModule",{value:!0}),t);var o={};d(o,{framesTablet:()=>i});module.exports=v(o);const i={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 36 36","data-mrl-svg-name":"framesTablet"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
2
+ .mrl-picto-border { fill: #4e4e4e; }
3
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M10.1 8.833c0-.405.328-.733.733-.733h13.714c.405 0 .733.328.733.733v18.334a.733.733 0 0 1-.733.733H10.833a.733.733 0 0 1-.733-.733V8.833Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-border","fill-rule":"evenodd",d:"M10.833 7h13.714c1.012 0 1.833.82 1.833 1.833v18.334c0 1.012-.82 1.833-1.833 1.833H10.833A1.833 1.833 0 0 1 9 27.167V8.833C9 7.821 9.82 7 10.833 7Zm0 1.1a.733.733 0 0 0-.733.733v18.334c0 .405.328.733.733.733h13.714a.733.733 0 0 0 .733-.733V8.833a.733.733 0 0 0-.733-.733H10.833Z","clip-rule":"evenodd"},children:[]}]}};
@@ -50,6 +50,14 @@ export { fileStream } from './fileStream';
50
50
  export { fileTxt } from './fileTxt';
51
51
  export { fileXls } from './fileXls';
52
52
  export { fileZip } from './fileZip';
53
+ export { framesA4 } from './framesA4';
54
+ export { framesCustom } from './framesCustom';
55
+ export { framesGrid } from './framesGrid';
56
+ export { framesLetter } from './framesLetter';
57
+ export { framesPhone } from './framesPhone';
58
+ export { framesPresentation } from './framesPresentation';
59
+ export { framesSquare } from './framesSquare';
60
+ export { framesTablet } from './framesTablet';
53
61
  export { logoGoogle } from './logoGoogle';
54
62
  export { logoMicrosoft } from './logoMicrosoft';
55
63
  export { logoVimeo } from './logoVimeo';
package/dist/cjs/index.js CHANGED
@@ -1 +1 @@
1
- var f=Object.defineProperty;var io=Object.getOwnPropertyDescriptor;var lo=Object.getOwnPropertyNames;var ao=Object.prototype.hasOwnProperty;var co=(r,o)=>{for(var t in o)f(r,t,{get:o[t],enumerable:!0})},go=(r,o,t,m)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of lo(o))!ao.call(r,e)&&e!==t&&f(r,e,{get:()=>o[e],enumerable:!(m=io(o,e))||m.enumerable});return r};var so=r=>go(f({},"__esModule",{value:!0}),r);var no={};co(no,{brandSymbol:()=>p.brandSymbol,brandWordmark:()=>x.brandWordmark,checkboxCustom:()=>A.checkboxCustom,colorBorder:()=>D.colorBorder,colorBorderMixed:()=>N.colorBorderMixed,colorBorderNone:()=>T.colorBorderNone,colorFill:()=>L.colorFill,colorFillMixed:()=>E.colorFillMixed,colorFillNone:()=>H.colorFillNone,colorPicker:()=>O.colorPicker,colorTransparent:()=>U.colorTransparent,customColors:()=>V.customColors,drawEraser:()=>i.drawEraser,drawStrokeFine:()=>l.drawStrokeFine,drawStrokeHighlighter:()=>d.drawStrokeHighlighter,drawStrokeMedium:()=>a.drawStrokeMedium,drawStrokeUltraFine:()=>c.drawStrokeUltraFine,drawWeight10:()=>g.drawWeight10,drawWeight100:()=>s.drawWeight100,drawWeight20:()=>n.drawWeight20,drawWeight30:()=>h.drawWeight30,drawWeight40:()=>w.drawWeight40,drawWeight50:()=>k.drawWeight50,drawWeight60:()=>W.drawWeight60,drawWeight70:()=>u.drawWeight70,drawWeight80:()=>G.drawWeight80,drawWeight90:()=>S.drawWeight90,fileDoc:()=>X.fileDoc,fileGdoc:()=>Y.fileGdoc,fileGeneric:()=>Z.fileGeneric,fileGforms:()=>j.fileGforms,fileGmaps:()=>q.fileGmaps,fileGsheets:()=>z.fileGsheets,fileGslides:()=>I.fileGslides,fileLoom:()=>J.fileLoom,fileOnedrive:()=>K.fileOnedrive,filePdf:()=>Q.filePdf,filePpt:()=>_.filePpt,fileSharepoint:()=>$.fileSharepoint,fileStream:()=>oo.fileStream,fileTxt:()=>ro.fileTxt,fileXls:()=>eo.fileXls,fileZip:()=>to.fileZip,logoGmail:()=>y.logoGmail,logoGoogle:()=>fo.logoGoogle,logoMicrosoft:()=>mo.logoMicrosoft,logoSlackColor:()=>b.logoSlackColor,logoVimeo:()=>po.logoVimeo,logoYoutube:()=>xo.logoYoutube,sticky:()=>R.sticky,stickyRectangle:()=>v.stickyRectangle,stickyRound:()=>F.stickyRound,stickyRounded:()=>M.stickyRounded,voteAdd:()=>B.voteAdd,voteAnonymous:()=>C.voteAnonymous,voteRemove:()=>P.voteRemove});module.exports=so(no);var p=require("./brandSymbol"),x=require("./brandWordmark"),i=require("./drawEraser"),l=require("./drawStrokeFine"),d=require("./drawStrokeHighlighter"),a=require("./drawStrokeMedium"),c=require("./drawStrokeUltraFine"),g=require("./drawWeight10"),s=require("./drawWeight100"),n=require("./drawWeight20"),h=require("./drawWeight30"),w=require("./drawWeight40"),k=require("./drawWeight50"),W=require("./drawWeight60"),u=require("./drawWeight70"),G=require("./drawWeight80"),S=require("./drawWeight90"),y=require("./logoGmail"),b=require("./logoSlackColor"),v=require("./stickyRectangle"),F=require("./stickyRound"),M=require("./stickyRounded"),R=require("./sticky"),B=require("./voteAdd"),C=require("./voteAnonymous"),P=require("./voteRemove"),A=require("./checkboxCustom"),N=require("./colorBorderMixed"),T=require("./colorBorderNone"),D=require("./colorBorder"),E=require("./colorFillMixed"),H=require("./colorFillNone"),L=require("./colorFill"),O=require("./colorPicker"),U=require("./colorTransparent"),V=require("./customColors"),X=require("./fileDoc"),Y=require("./fileGdoc"),Z=require("./fileGeneric"),j=require("./fileGforms"),q=require("./fileGmaps"),z=require("./fileGsheets"),I=require("./fileGslides"),J=require("./fileLoom"),K=require("./fileOnedrive"),Q=require("./filePdf"),_=require("./filePpt"),$=require("./fileSharepoint"),oo=require("./fileStream"),ro=require("./fileTxt"),eo=require("./fileXls"),to=require("./fileZip"),fo=require("./logoGoogle"),mo=require("./logoMicrosoft"),po=require("./logoVimeo"),xo=require("./logoYoutube");
1
+ var f=Object.defineProperty;var wo=Object.getOwnPropertyDescriptor;var ko=Object.getOwnPropertyNames;var Wo=Object.prototype.hasOwnProperty;var uo=(r,o)=>{for(var t in o)f(r,t,{get:o[t],enumerable:!0})},Go=(r,o,t,m)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of ko(o))!Wo.call(r,e)&&e!==t&&f(r,e,{get:()=>o[e],enumerable:!(m=wo(o,e))||m.enumerable});return r};var So=r=>Go(f({},"__esModule",{value:!0}),r);var bo={};uo(bo,{brandSymbol:()=>p.brandSymbol,brandWordmark:()=>x.brandWordmark,checkboxCustom:()=>B.checkboxCustom,colorBorder:()=>N.colorBorder,colorBorderMixed:()=>T.colorBorderMixed,colorBorderNone:()=>L.colorBorderNone,colorFill:()=>E.colorFill,colorFillMixed:()=>q.colorFillMixed,colorFillNone:()=>D.colorFillNone,colorPicker:()=>H.colorPicker,colorTransparent:()=>O.colorTransparent,customColors:()=>U.customColors,drawEraser:()=>i.drawEraser,drawStrokeFine:()=>l.drawStrokeFine,drawStrokeHighlighter:()=>a.drawStrokeHighlighter,drawStrokeMedium:()=>d.drawStrokeMedium,drawStrokeUltraFine:()=>s.drawStrokeUltraFine,drawWeight10:()=>c.drawWeight10,drawWeight100:()=>g.drawWeight100,drawWeight20:()=>n.drawWeight20,drawWeight30:()=>h.drawWeight30,drawWeight40:()=>w.drawWeight40,drawWeight50:()=>k.drawWeight50,drawWeight60:()=>W.drawWeight60,drawWeight70:()=>u.drawWeight70,drawWeight80:()=>G.drawWeight80,drawWeight90:()=>S.drawWeight90,fileDoc:()=>V.fileDoc,fileGdoc:()=>X.fileGdoc,fileGeneric:()=>Y.fileGeneric,fileGforms:()=>Z.fileGforms,fileGmaps:()=>j.fileGmaps,fileGsheets:()=>z.fileGsheets,fileGslides:()=>I.fileGslides,fileLoom:()=>J.fileLoom,fileOnedrive:()=>K.fileOnedrive,filePdf:()=>Q.filePdf,filePpt:()=>_.filePpt,fileSharepoint:()=>$.fileSharepoint,fileStream:()=>oo.fileStream,fileTxt:()=>ro.fileTxt,fileXls:()=>eo.fileXls,fileZip:()=>to.fileZip,framesA4:()=>fo.framesA4,framesCustom:()=>mo.framesCustom,framesGrid:()=>po.framesGrid,framesLetter:()=>xo.framesLetter,framesPhone:()=>io.framesPhone,framesPresentation:()=>lo.framesPresentation,framesSquare:()=>ao.framesSquare,framesTablet:()=>so.framesTablet,logoGmail:()=>b.logoGmail,logoGoogle:()=>co.logoGoogle,logoMicrosoft:()=>go.logoMicrosoft,logoSlackColor:()=>y.logoSlackColor,logoVimeo:()=>no.logoVimeo,logoYoutube:()=>ho.logoYoutube,sticky:()=>C.sticky,stickyRectangle:()=>v.stickyRectangle,stickyRound:()=>F.stickyRound,stickyRounded:()=>P.stickyRounded,voteAdd:()=>M.voteAdd,voteAnonymous:()=>R.voteAnonymous,voteRemove:()=>A.voteRemove});module.exports=So(bo);var p=require("./brandSymbol"),x=require("./brandWordmark"),i=require("./drawEraser"),l=require("./drawStrokeFine"),a=require("./drawStrokeHighlighter"),d=require("./drawStrokeMedium"),s=require("./drawStrokeUltraFine"),c=require("./drawWeight10"),g=require("./drawWeight100"),n=require("./drawWeight20"),h=require("./drawWeight30"),w=require("./drawWeight40"),k=require("./drawWeight50"),W=require("./drawWeight60"),u=require("./drawWeight70"),G=require("./drawWeight80"),S=require("./drawWeight90"),b=require("./logoGmail"),y=require("./logoSlackColor"),v=require("./stickyRectangle"),F=require("./stickyRound"),P=require("./stickyRounded"),C=require("./sticky"),M=require("./voteAdd"),R=require("./voteAnonymous"),A=require("./voteRemove"),B=require("./checkboxCustom"),T=require("./colorBorderMixed"),L=require("./colorBorderNone"),N=require("./colorBorder"),q=require("./colorFillMixed"),D=require("./colorFillNone"),E=require("./colorFill"),H=require("./colorPicker"),O=require("./colorTransparent"),U=require("./customColors"),V=require("./fileDoc"),X=require("./fileGdoc"),Y=require("./fileGeneric"),Z=require("./fileGforms"),j=require("./fileGmaps"),z=require("./fileGsheets"),I=require("./fileGslides"),J=require("./fileLoom"),K=require("./fileOnedrive"),Q=require("./filePdf"),_=require("./filePpt"),$=require("./fileSharepoint"),oo=require("./fileStream"),ro=require("./fileTxt"),eo=require("./fileXls"),to=require("./fileZip"),fo=require("./framesA4"),mo=require("./framesCustom"),po=require("./framesGrid"),xo=require("./framesLetter"),io=require("./framesPhone"),lo=require("./framesPresentation"),ao=require("./framesSquare"),so=require("./framesTablet"),co=require("./logoGoogle"),go=require("./logoMicrosoft"),no=require("./logoVimeo"),ho=require("./logoYoutube");
@@ -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};
@@ -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
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":"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:[]}]}};export{e as colorPicker};
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:[]}]}};export{e as colorPicker};
@@ -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
1
  var e={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"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};
@@ -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
1
  var e={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"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};
@@ -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
1
  var e={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"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:[]}]};export{e as colorPicker};
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:[]}]};export{e as colorPicker};
@@ -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 e={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2
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:[]}]};export{e as drawEraser};
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:[]}]};export{e as drawEraser};