@muraldevkit/ds-pictograms 1.2.0 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (102) hide show
  1. package/README.md +4 -0
  2. package/dist/availableSvgs/index.d.ts +2 -0
  3. package/dist/availableSvgs/index.js +67 -0
  4. package/dist/cjs/default/framesA4.d.ts +45 -0
  5. package/dist/cjs/default/framesA4.js +3 -0
  6. package/dist/cjs/default/framesCustom.d.ts +54 -0
  7. package/dist/cjs/default/framesCustom.js +3 -0
  8. package/dist/cjs/default/framesGrid.d.ts +54 -0
  9. package/dist/cjs/default/framesGrid.js +3 -0
  10. package/dist/cjs/default/framesLetter.d.ts +45 -0
  11. package/dist/cjs/default/framesLetter.js +3 -0
  12. package/dist/cjs/default/framesPhone.d.ts +45 -0
  13. package/dist/cjs/default/framesPhone.js +3 -0
  14. package/dist/cjs/default/framesPresentation.d.ts +45 -0
  15. package/dist/cjs/default/framesPresentation.js +3 -0
  16. package/dist/cjs/default/framesSquare.d.ts +45 -0
  17. package/dist/cjs/default/framesSquare.js +3 -0
  18. package/dist/cjs/default/framesTablet.d.ts +45 -0
  19. package/dist/cjs/default/framesTablet.js +3 -0
  20. package/dist/cjs/default/index.d.ts +8 -0
  21. package/dist/cjs/default/index.js +1 -1
  22. package/dist/cjs/framesA4.d.ts +47 -0
  23. package/dist/cjs/framesA4.js +3 -0
  24. package/dist/cjs/framesCustom.d.ts +56 -0
  25. package/dist/cjs/framesCustom.js +3 -0
  26. package/dist/cjs/framesGrid.d.ts +56 -0
  27. package/dist/cjs/framesGrid.js +3 -0
  28. package/dist/cjs/framesLetter.d.ts +47 -0
  29. package/dist/cjs/framesLetter.js +3 -0
  30. package/dist/cjs/framesPhone.d.ts +47 -0
  31. package/dist/cjs/framesPhone.js +3 -0
  32. package/dist/cjs/framesPresentation.d.ts +47 -0
  33. package/dist/cjs/framesPresentation.js +3 -0
  34. package/dist/cjs/framesSquare.d.ts +47 -0
  35. package/dist/cjs/framesSquare.js +3 -0
  36. package/dist/cjs/framesTablet.d.ts +47 -0
  37. package/dist/cjs/framesTablet.js +3 -0
  38. package/dist/cjs/index.d.ts +8 -0
  39. package/dist/cjs/index.js +1 -1
  40. package/dist/esm/default/framesA4.d.ts +45 -0
  41. package/dist/esm/default/framesA4.js +3 -0
  42. package/dist/esm/default/framesCustom.d.ts +54 -0
  43. package/dist/esm/default/framesCustom.js +3 -0
  44. package/dist/esm/default/framesGrid.d.ts +54 -0
  45. package/dist/esm/default/framesGrid.js +3 -0
  46. package/dist/esm/default/framesLetter.d.ts +45 -0
  47. package/dist/esm/default/framesLetter.js +3 -0
  48. package/dist/esm/default/framesPhone.d.ts +45 -0
  49. package/dist/esm/default/framesPhone.js +3 -0
  50. package/dist/esm/default/framesPresentation.d.ts +45 -0
  51. package/dist/esm/default/framesPresentation.js +3 -0
  52. package/dist/esm/default/framesSquare.d.ts +45 -0
  53. package/dist/esm/default/framesSquare.js +3 -0
  54. package/dist/esm/default/framesTablet.d.ts +45 -0
  55. package/dist/esm/default/framesTablet.js +3 -0
  56. package/dist/esm/default/index.d.ts +8 -0
  57. package/dist/esm/default/index.js +21 -5
  58. package/dist/esm/framesA4.d.ts +47 -0
  59. package/dist/esm/framesA4.js +3 -0
  60. package/dist/esm/framesCustom.d.ts +56 -0
  61. package/dist/esm/framesCustom.js +3 -0
  62. package/dist/esm/framesGrid.d.ts +56 -0
  63. package/dist/esm/framesGrid.js +3 -0
  64. package/dist/esm/framesLetter.d.ts +47 -0
  65. package/dist/esm/framesLetter.js +3 -0
  66. package/dist/esm/framesPhone.d.ts +47 -0
  67. package/dist/esm/framesPhone.js +3 -0
  68. package/dist/esm/framesPresentation.d.ts +47 -0
  69. package/dist/esm/framesPresentation.js +3 -0
  70. package/dist/esm/framesSquare.d.ts +47 -0
  71. package/dist/esm/framesSquare.js +3 -0
  72. package/dist/esm/framesTablet.d.ts +47 -0
  73. package/dist/esm/framesTablet.js +3 -0
  74. package/dist/esm/index.d.ts +8 -0
  75. package/dist/esm/index.js +23 -7
  76. package/dist/svg/default/frames-a4.svg +7 -0
  77. package/dist/svg/default/frames-custom.svg +8 -0
  78. package/dist/svg/default/frames-grid.svg +8 -0
  79. package/dist/svg/default/frames-letter.svg +7 -0
  80. package/dist/svg/default/frames-phone.svg +7 -0
  81. package/dist/svg/default/frames-presentation.svg +7 -0
  82. package/dist/svg/default/frames-square.svg +7 -0
  83. package/dist/svg/default/frames-tablet.svg +7 -0
  84. package/dist/types/default/framesA4.d.ts +45 -0
  85. package/dist/types/default/framesCustom.d.ts +54 -0
  86. package/dist/types/default/framesGrid.d.ts +54 -0
  87. package/dist/types/default/framesLetter.d.ts +45 -0
  88. package/dist/types/default/framesPhone.d.ts +45 -0
  89. package/dist/types/default/framesPresentation.d.ts +45 -0
  90. package/dist/types/default/framesSquare.d.ts +45 -0
  91. package/dist/types/default/framesTablet.d.ts +45 -0
  92. package/dist/types/default/index.d.ts +8 -0
  93. package/dist/types/framesA4.d.ts +47 -0
  94. package/dist/types/framesCustom.d.ts +56 -0
  95. package/dist/types/framesGrid.d.ts +56 -0
  96. package/dist/types/framesLetter.d.ts +47 -0
  97. package/dist/types/framesPhone.d.ts +47 -0
  98. package/dist/types/framesPresentation.d.ts +47 -0
  99. package/dist/types/framesSquare.d.ts +47 -0
  100. package/dist/types/framesTablet.d.ts +47 -0
  101. package/dist/types/index.d.ts +8 -0
  102. package/package.json +1 -1
package/README.md CHANGED
@@ -17,6 +17,10 @@ Review the design system's global usage guidelines to learn how to install compo
17
17
 
18
18
  After you have installed the package into your project, you can import the pictograms you need into your file and use the `@muraldevkit/ds-component-svg` package to render the SVG HTML.
19
19
 
20
+ ## Available SVGs file
21
+
22
+ A file will be available at `@muraldevkit/ds-pictograms/dist/availableSvgs/index.js`. It can be used to check if an icon exists by a given name. A type definition is included at `@muraldevkit/ds-pictograms/dist/availableSvgs/index.d.ts`.
23
+
20
24
  ## Themes
21
25
 
22
26
  The pictograms package supports multiple themes. The index file will include pictograms from every theme. You can then specify the theme to render via the `mrl-svg` component prop. This is helpful when rendering an pictogram that has an associated feature flag where you'll need to dynamically toggle between the the theme within the product.
@@ -0,0 +1,2 @@
1
+ declare const availableSvgs: string[];
2
+ export { availableSvgs };
@@ -0,0 +1,67 @@
1
+ var availableSvgs = [
2
+ 'brandSymbol',
3
+ 'brandWordmark',
4
+ 'drawEraser',
5
+ 'drawStrokeFine',
6
+ 'drawStrokeHighlighter',
7
+ 'drawStrokeMedium',
8
+ 'drawStrokeUltraFine',
9
+ 'drawWeight10',
10
+ 'drawWeight100',
11
+ 'drawWeight20',
12
+ 'drawWeight30',
13
+ 'drawWeight40',
14
+ 'drawWeight50',
15
+ 'drawWeight60',
16
+ 'drawWeight70',
17
+ 'drawWeight80',
18
+ 'drawWeight90',
19
+ 'logoGmail',
20
+ 'logoSlackColor',
21
+ 'stickyRectangle',
22
+ 'stickyRound',
23
+ 'stickyRounded',
24
+ 'sticky',
25
+ 'voteAdd',
26
+ 'voteAnonymous',
27
+ 'voteRemove',
28
+ 'checkboxCustom',
29
+ 'colorBorderMixed',
30
+ 'colorBorderNone',
31
+ 'colorBorder',
32
+ 'colorFillMixed',
33
+ 'colorFillNone',
34
+ 'colorFill',
35
+ 'colorPicker',
36
+ 'colorTransparent',
37
+ 'customColors',
38
+ 'fileDoc',
39
+ 'fileGdoc',
40
+ 'fileGeneric',
41
+ 'fileGforms',
42
+ 'fileGmaps',
43
+ 'fileGsheets',
44
+ 'fileGslides',
45
+ 'fileLoom',
46
+ 'fileOnedrive',
47
+ 'filePdf',
48
+ 'filePpt',
49
+ 'fileSharepoint',
50
+ 'fileStream',
51
+ 'fileTxt',
52
+ 'fileXls',
53
+ 'fileZip',
54
+ 'framesA4',
55
+ 'framesCustom',
56
+ 'framesGrid',
57
+ 'framesLetter',
58
+ 'framesPhone',
59
+ 'framesPresentation',
60
+ 'framesSquare',
61
+ 'framesTablet',
62
+ 'logoGoogle',
63
+ 'logoMicrosoft',
64
+ 'logoVimeo',
65
+ 'logoYoutube'
66
+ ];
67
+ module.exports = availableSvgs;
@@ -0,0 +1,45 @@
1
+ declare const framesA4: {
2
+ readonly name: "svg";
3
+ readonly type: "element";
4
+ readonly value: "";
5
+ readonly attributes: {
6
+ readonly xmlns: "http://www.w3.org/2000/svg";
7
+ readonly fill: "currentColor";
8
+ readonly viewBox: "0 0 36 36";
9
+ readonly "data-mrl-svg-name": "framesA4";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "style";
13
+ readonly type: "element";
14
+ readonly value: "";
15
+ readonly attributes: {};
16
+ readonly children: readonly [{
17
+ readonly name: "";
18
+ readonly type: "text";
19
+ readonly value: "\n .mrl-picto-border { fill: #4e4e4e; }\n ";
20
+ readonly attributes: {};
21
+ readonly children: readonly [];
22
+ }];
23
+ }, {
24
+ readonly name: "path";
25
+ readonly type: "element";
26
+ readonly value: "";
27
+ readonly attributes: {
28
+ readonly fill: "#fff";
29
+ readonly d: "m22.711 10.056 2.078 1.859a.734.734 0 0 1 .244.546v14.706a.733.733 0 0 1-.733.733H11.833a.733.733 0 0 1-.733-.733V8.833c0-.405.328-.733.733-.733h8.4c.179 0 .352.066.486.185l1.992 1.77Z";
30
+ };
31
+ readonly children: readonly [];
32
+ }, {
33
+ readonly name: "path";
34
+ readonly type: "element";
35
+ readonly value: "";
36
+ readonly attributes: {
37
+ readonly class: "mrl-picto-border";
38
+ readonly "fill-rule": "evenodd";
39
+ readonly d: "m25.523 11.095-2.078-1.86-1.995-1.772A1.833 1.833 0 0 0 20.232 7h-8.399C10.821 7 10 7.82 10 8.833v18.334c0 1.012.82 1.833 1.833 1.833H24.3c1.012 0 1.833-.82 1.833-1.833V12.46c0-.521-.222-1.018-.61-1.366Zm-5.012-2.94a.734.734 0 0 0-.279-.055h-8.399a.733.733 0 0 0-.733.733v18.334c0 .405.328.733.733.733H24.3a.733.733 0 0 0 .733-.733V12.46a.734.734 0 0 0-.077-.328h-3.712a.733.733 0 0 1-.733-.733V8.155Z";
40
+ readonly "clip-rule": "evenodd";
41
+ };
42
+ readonly children: readonly [];
43
+ }];
44
+ };
45
+ export { framesA4 };
@@ -0,0 +1,3 @@
1
+ var r=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var d=(t,e)=>{for(var a in e)r(t,a,{get:e[a],enumerable:!0})},v=(t,e,a,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of i(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=>v(r({},"__esModule",{value:!0}),t);var u={};d(u,{framesA4:()=>m});module.exports=o(u);const m={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 36 36","data-mrl-svg-name":"framesA4"},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:"m22.711 10.056 2.078 1.859a.734.734 0 0 1 .244.546v14.706a.733.733 0 0 1-.733.733H11.833a.733.733 0 0 1-.733-.733V8.833c0-.405.328-.733.733-.733h8.4c.179 0 .352.066.486.185l1.992 1.77Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-border","fill-rule":"evenodd",d:"m25.523 11.095-2.078-1.86-1.995-1.772A1.833 1.833 0 0 0 20.232 7h-8.399C10.821 7 10 7.82 10 8.833v18.334c0 1.012.82 1.833 1.833 1.833H24.3c1.012 0 1.833-.82 1.833-1.833V12.46c0-.521-.222-1.018-.61-1.366Zm-5.012-2.94a.734.734 0 0 0-.279-.055h-8.399a.733.733 0 0 0-.733.733v18.334c0 .405.328.733.733.733H24.3a.733.733 0 0 0 .733-.733V12.46a.734.734 0 0 0-.077-.328h-3.712a.733.733 0 0 1-.733-.733V8.155Z","clip-rule":"evenodd"},children:[]}]};
@@ -0,0 +1,54 @@
1
+ declare const framesCustom: {
2
+ readonly name: "svg";
3
+ readonly type: "element";
4
+ readonly value: "";
5
+ readonly attributes: {
6
+ readonly xmlns: "http://www.w3.org/2000/svg";
7
+ readonly fill: "currentColor";
8
+ readonly viewBox: "0 0 36 36";
9
+ readonly "data-mrl-svg-name": "framesCustom";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "style";
13
+ readonly type: "element";
14
+ readonly value: "";
15
+ readonly attributes: {};
16
+ readonly children: readonly [{
17
+ readonly name: "";
18
+ readonly type: "text";
19
+ readonly value: "\n .mrl-picto-border { fill: #4e4e4e; }\n ";
20
+ readonly attributes: {};
21
+ readonly children: readonly [];
22
+ }];
23
+ }, {
24
+ readonly name: "path";
25
+ readonly type: "element";
26
+ readonly value: "";
27
+ readonly attributes: {
28
+ readonly fill: "#fff";
29
+ readonly d: "M2.085 7.953c0-.466.373-.844.834-.844h30.164a.84.84 0 0 1 .834.844v21.094a.839.839 0 0 1-.834.844H2.92a.839.839 0 0 1-.834-.844V7.953Z";
30
+ };
31
+ readonly children: readonly [];
32
+ }, {
33
+ readonly name: "path";
34
+ readonly type: "element";
35
+ readonly value: "";
36
+ readonly attributes: {
37
+ readonly class: "mrl-picto-border";
38
+ readonly "fill-rule": "evenodd";
39
+ readonly d: "M2.919 5.844h30.164c1.152 0 2.085.944 2.085 2.11v21.093c0 1.165-.933 2.11-2.085 2.11H2.92c-1.152 0-2.085-.945-2.085-2.11V7.953c0-1.165.933-2.11 2.085-2.11Zm0 1.265a.839.839 0 0 0-.834.844v21.094c0 .466.373.844.834.844h30.164a.84.84 0 0 0 .834-.844V7.953a.839.839 0 0 0-.834-.844H2.92Z";
40
+ readonly "clip-rule": "evenodd";
41
+ };
42
+ readonly children: readonly [];
43
+ }, {
44
+ readonly name: "path";
45
+ readonly type: "element";
46
+ readonly value: "";
47
+ readonly attributes: {
48
+ readonly class: "mrl-picto-border";
49
+ readonly d: "M32.664 29.469a.84.84 0 0 1 .834-.844h1.668a.84.84 0 0 1 .834.844v1.687a.839.839 0 0 1-.834.844h-1.668a.839.839 0 0 1-.834-.844V29.47ZM0 29.469c0-.466.373-.844.834-.844h1.668a.84.84 0 0 1 .834.844v1.687a.839.839 0 0 1-.834.844H.834A.839.839 0 0 1 0 31.156V29.47ZM0 5.844C0 5.378.373 5 .834 5h1.668a.84.84 0 0 1 .834.844V7.53a.839.839 0 0 1-.834.844H.834A.839.839 0 0 1 0 7.531V5.844Zm32.664 0A.84.84 0 0 1 33.498 5h1.668a.84.84 0 0 1 .834.844V7.53a.839.839 0 0 1-.834.844h-1.668a.839.839 0 0 1-.834-.844V5.844Z";
50
+ };
51
+ readonly children: readonly [];
52
+ }];
53
+ };
54
+ export { framesCustom };
@@ -0,0 +1,3 @@
1
+ var r=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var s=Object.getOwnPropertyNames;var i=Object.prototype.hasOwnProperty;var h=(t,e)=>{for(var l in e)r(t,l,{get:e[l],enumerable:!0})},d=(t,e,l,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of s(e))!i.call(t,a)&&a!==l&&r(t,a,{get:()=>e[a],enumerable:!(n=c(e,a))||n.enumerable});return t};var o=t=>d(r({},"__esModule",{value:!0}),t);var u={};h(u,{framesCustom:()=>m});module.exports=o(u);const m={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 36 36","data-mrl-svg-name":"framesCustom"},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:"M2.085 7.953c0-.466.373-.844.834-.844h30.164a.84.84 0 0 1 .834.844v21.094a.839.839 0 0 1-.834.844H2.92a.839.839 0 0 1-.834-.844V7.953Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-border","fill-rule":"evenodd",d:"M2.919 5.844h30.164c1.152 0 2.085.944 2.085 2.11v21.093c0 1.165-.933 2.11-2.085 2.11H2.92c-1.152 0-2.085-.945-2.085-2.11V7.953c0-1.165.933-2.11 2.085-2.11Zm0 1.265a.839.839 0 0 0-.834.844v21.094c0 .466.373.844.834.844h30.164a.84.84 0 0 0 .834-.844V7.953a.839.839 0 0 0-.834-.844H2.92Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-border",d:"M32.664 29.469a.84.84 0 0 1 .834-.844h1.668a.84.84 0 0 1 .834.844v1.687a.839.839 0 0 1-.834.844h-1.668a.839.839 0 0 1-.834-.844V29.47ZM0 29.469c0-.466.373-.844.834-.844h1.668a.84.84 0 0 1 .834.844v1.687a.839.839 0 0 1-.834.844H.834A.839.839 0 0 1 0 31.156V29.47ZM0 5.844C0 5.378.373 5 .834 5h1.668a.84.84 0 0 1 .834.844V7.53a.839.839 0 0 1-.834.844H.834A.839.839 0 0 1 0 7.531V5.844Zm32.664 0A.84.84 0 0 1 33.498 5h1.668a.84.84 0 0 1 .834.844V7.53a.839.839 0 0 1-.834.844h-1.668a.839.839 0 0 1-.834-.844V5.844Z"},children:[]}]};
@@ -0,0 +1,54 @@
1
+ declare const framesGrid: {
2
+ readonly name: "svg";
3
+ readonly type: "element";
4
+ readonly value: "";
5
+ readonly attributes: {
6
+ readonly xmlns: "http://www.w3.org/2000/svg";
7
+ readonly fill: "currentColor";
8
+ readonly viewBox: "0 0 36 36";
9
+ readonly "data-mrl-svg-name": "framesGrid";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "style";
13
+ readonly type: "element";
14
+ readonly value: "";
15
+ readonly attributes: {};
16
+ readonly children: readonly [{
17
+ readonly name: "";
18
+ readonly type: "text";
19
+ readonly value: "\n .mrl-picto-border { fill: #4e4e4e; }\n ";
20
+ readonly attributes: {};
21
+ readonly children: readonly [];
22
+ }];
23
+ }, {
24
+ readonly name: "path";
25
+ readonly type: "element";
26
+ readonly value: "";
27
+ readonly attributes: {
28
+ readonly fill: "#fff";
29
+ readonly d: "M1.312 7.167a.87.87 0 0 1 .874-.867h31.628a.87.87 0 0 1 .874.867v21.666a.87.87 0 0 1-.874.867H2.186a.87.87 0 0 1-.874-.867V7.167Z";
30
+ };
31
+ readonly children: readonly [];
32
+ }, {
33
+ readonly name: "path";
34
+ readonly type: "element";
35
+ readonly value: "";
36
+ readonly attributes: {
37
+ readonly class: "mrl-picto-border";
38
+ readonly "fill-rule": "evenodd";
39
+ readonly d: "M2.186 5h31.628C35.021 5 36 5.97 36 7.167v21.666A2.176 2.176 0 0 1 33.814 31H2.186A2.176 2.176 0 0 1 0 28.833V7.167C0 5.97.979 5 2.186 5Zm0 1.3a.87.87 0 0 0-.874.867v21.666a.87.87 0 0 0 .874.867h31.628a.87.87 0 0 0 .874-.867V7.167a.87.87 0 0 0-.874-.867H2.186Z";
40
+ readonly "clip-rule": "evenodd";
41
+ };
42
+ readonly children: readonly [];
43
+ }, {
44
+ readonly name: "path";
45
+ readonly type: "element";
46
+ readonly value: "";
47
+ readonly attributes: {
48
+ readonly class: "mrl-picto-border";
49
+ readonly d: "M3.06 8.467a.87.87 0 0 1 .875-.867h2.623a.87.87 0 0 1 .874.867v2.6a.87.87 0 0 1-.874.866H3.935a.87.87 0 0 1-.875-.866v-2.6Zm5.247 0A.87.87 0 0 1 9.18 7.6h2.623a.87.87 0 0 1 .874.867v2.6a.87.87 0 0 1-.874.866H9.181a.87.87 0 0 1-.874-.866v-2.6Zm5.246 0a.87.87 0 0 1 .874-.867h2.623a.87.87 0 0 1 .875.867v2.6a.87.87 0 0 1-.875.866h-2.623a.87.87 0 0 1-.874-.866v-2.6Zm-10.493 5.2a.87.87 0 0 1 .875-.867h2.623a.87.87 0 0 1 .874.867v2.6a.87.87 0 0 1-.874.866H3.935a.87.87 0 0 1-.875-.866v-2.6Zm0 5.2A.87.87 0 0 1 3.935 18h2.623a.87.87 0 0 1 .874.867v2.6a.87.87 0 0 1-.874.866H3.935a.87.87 0 0 1-.875-.866v-2.6Zm5.247-5.2a.87.87 0 0 1 .874-.867h2.623a.87.87 0 0 1 .874.867v2.6a.87.87 0 0 1-.874.866H9.181a.87.87 0 0 1-.874-.866v-2.6Z";
50
+ };
51
+ readonly children: readonly [];
52
+ }];
53
+ };
54
+ export { framesGrid };
@@ -0,0 +1,3 @@
1
+ var r=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var h=Object.prototype.hasOwnProperty;var s=(a,e)=>{for(var l in e)r(a,l,{get:e[l],enumerable:!0})},d=(a,e,l,v)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of i(e))!h.call(a,t)&&t!==l&&r(a,t,{get:()=>e[t],enumerable:!(v=m(e,t))||v.enumerable});return a};var c=a=>d(r({},"__esModule",{value:!0}),a);var o={};s(o,{framesGrid:()=>n});module.exports=c(o);const n={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 36 36","data-mrl-svg-name":"framesGrid"},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.312 7.167a.87.87 0 0 1 .874-.867h31.628a.87.87 0 0 1 .874.867v21.666a.87.87 0 0 1-.874.867H2.186a.87.87 0 0 1-.874-.867V7.167Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-border","fill-rule":"evenodd",d:"M2.186 5h31.628C35.021 5 36 5.97 36 7.167v21.666A2.176 2.176 0 0 1 33.814 31H2.186A2.176 2.176 0 0 1 0 28.833V7.167C0 5.97.979 5 2.186 5Zm0 1.3a.87.87 0 0 0-.874.867v21.666a.87.87 0 0 0 .874.867h31.628a.87.87 0 0 0 .874-.867V7.167a.87.87 0 0 0-.874-.867H2.186Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-border",d:"M3.06 8.467a.87.87 0 0 1 .875-.867h2.623a.87.87 0 0 1 .874.867v2.6a.87.87 0 0 1-.874.866H3.935a.87.87 0 0 1-.875-.866v-2.6Zm5.247 0A.87.87 0 0 1 9.18 7.6h2.623a.87.87 0 0 1 .874.867v2.6a.87.87 0 0 1-.874.866H9.181a.87.87 0 0 1-.874-.866v-2.6Zm5.246 0a.87.87 0 0 1 .874-.867h2.623a.87.87 0 0 1 .875.867v2.6a.87.87 0 0 1-.875.866h-2.623a.87.87 0 0 1-.874-.866v-2.6Zm-10.493 5.2a.87.87 0 0 1 .875-.867h2.623a.87.87 0 0 1 .874.867v2.6a.87.87 0 0 1-.874.866H3.935a.87.87 0 0 1-.875-.866v-2.6Zm0 5.2A.87.87 0 0 1 3.935 18h2.623a.87.87 0 0 1 .874.867v2.6a.87.87 0 0 1-.874.866H3.935a.87.87 0 0 1-.875-.866v-2.6Zm5.247-5.2a.87.87 0 0 1 .874-.867h2.623a.87.87 0 0 1 .874.867v2.6a.87.87 0 0 1-.874.866H9.181a.87.87 0 0 1-.874-.866v-2.6Z"},children:[]}]};
@@ -0,0 +1,45 @@
1
+ declare const framesLetter: {
2
+ readonly name: "svg";
3
+ readonly type: "element";
4
+ readonly value: "";
5
+ readonly attributes: {
6
+ readonly xmlns: "http://www.w3.org/2000/svg";
7
+ readonly fill: "currentColor";
8
+ readonly viewBox: "0 0 36 36";
9
+ readonly "data-mrl-svg-name": "framesLetter";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "style";
13
+ readonly type: "element";
14
+ readonly value: "";
15
+ readonly attributes: {};
16
+ readonly children: readonly [{
17
+ readonly name: "";
18
+ readonly type: "text";
19
+ readonly value: "\n .mrl-picto-border { fill: #4e4e4e; }\n ";
20
+ readonly attributes: {};
21
+ readonly children: readonly [];
22
+ }];
23
+ }, {
24
+ readonly name: "path";
25
+ readonly type: "element";
26
+ readonly value: "";
27
+ readonly attributes: {
28
+ readonly fill: "#fff";
29
+ readonly d: "m23.267 10.001 2.374 1.886c.164.13.26.323.26.525V27.28c0 .38-.329.689-.734.689H10.833c-.405 0-.733-.309-.733-.689V8.721c0-.38.328-.689.733-.689h9.672c.172 0 .34.058.472.162L23.267 10Z";
30
+ };
31
+ readonly children: readonly [];
32
+ }, {
33
+ readonly name: "path";
34
+ readonly type: "element";
35
+ readonly value: "";
36
+ readonly attributes: {
37
+ readonly class: "mrl-picto-border";
38
+ readonly "fill-rule": "evenodd";
39
+ readonly d: "m26.351 11.099-2.374-1.886-2.293-1.81A1.906 1.906 0 0 0 20.504 7h-9.671C9.82 7 9 7.77 9 8.72v18.56c0 .95.82 1.72 1.833 1.72h14.334C26.18 29 27 28.23 27 27.28V12.411a1.68 1.68 0 0 0-.649-1.313Zm-.534.994h-4.312c-.405 0-.733-.308-.733-.688V8.08a.775.775 0 0 0-.267-.048h-9.672c-.405 0-.733.309-.733.689v18.558c0 .38.328.689.733.689h14.334c.405 0 .733-.309.733-.689V12.412a.655.655 0 0 0-.083-.319Z";
40
+ readonly "clip-rule": "evenodd";
41
+ };
42
+ readonly children: readonly [];
43
+ }];
44
+ };
45
+ export { framesLetter };
@@ -0,0 +1,3 @@
1
+ var a=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var d=(t,e)=>{for(var r in e)a(t,r,{get:e[r],enumerable:!0})},h=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of i(e))!s.call(t,l)&&l!==r&&a(t,l,{get:()=>e[l],enumerable:!(n=m(e,l))||n.enumerable});return t};var o=t=>h(a({},"__esModule",{value:!0}),t);var u={};d(u,{framesLetter:()=>c});module.exports=o(u);const c={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 36 36","data-mrl-svg-name":"framesLetter"},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:"m23.267 10.001 2.374 1.886c.164.13.26.323.26.525V27.28c0 .38-.329.689-.734.689H10.833c-.405 0-.733-.309-.733-.689V8.721c0-.38.328-.689.733-.689h9.672c.172 0 .34.058.472.162L23.267 10Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-border","fill-rule":"evenodd",d:"m26.351 11.099-2.374-1.886-2.293-1.81A1.906 1.906 0 0 0 20.504 7h-9.671C9.82 7 9 7.77 9 8.72v18.56c0 .95.82 1.72 1.833 1.72h14.334C26.18 29 27 28.23 27 27.28V12.411a1.68 1.68 0 0 0-.649-1.313Zm-.534.994h-4.312c-.405 0-.733-.308-.733-.688V8.08a.775.775 0 0 0-.267-.048h-9.672c-.405 0-.733.309-.733.689v18.558c0 .38.328.689.733.689h14.334c.405 0 .733-.309.733-.689V12.412a.655.655 0 0 0-.083-.319Z","clip-rule":"evenodd"},children:[]}]};
@@ -0,0 +1,45 @@
1
+ declare const framesPhone: {
2
+ readonly name: "svg";
3
+ readonly type: "element";
4
+ readonly value: "";
5
+ readonly attributes: {
6
+ readonly xmlns: "http://www.w3.org/2000/svg";
7
+ readonly fill: "currentColor";
8
+ readonly viewBox: "0 0 36 36";
9
+ readonly "data-mrl-svg-name": "framesPhone";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "style";
13
+ readonly type: "element";
14
+ readonly value: "";
15
+ readonly attributes: {};
16
+ readonly children: readonly [{
17
+ readonly name: "";
18
+ readonly type: "text";
19
+ readonly value: "\n .mrl-picto-border { fill: #4e4e4e; }\n ";
20
+ readonly attributes: {};
21
+ readonly children: readonly [];
22
+ }];
23
+ }, {
24
+ readonly name: "path";
25
+ readonly type: "element";
26
+ readonly value: "";
27
+ readonly attributes: {
28
+ readonly fill: "#fff";
29
+ 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";
30
+ };
31
+ readonly children: readonly [];
32
+ }, {
33
+ readonly name: "path";
34
+ readonly type: "element";
35
+ readonly value: "";
36
+ readonly attributes: {
37
+ readonly class: "mrl-picto-border";
38
+ readonly "fill-rule": "evenodd";
39
+ 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";
40
+ readonly "clip-rule": "evenodd";
41
+ };
42
+ readonly children: readonly [];
43
+ }];
44
+ };
45
+ 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})},o=(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 d=t=>o(r({},"__esModule",{value:!0}),t);var v={};h(v,{framesPhone:()=>i});module.exports=d(v);const i={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,45 @@
1
+ declare const framesPresentation: {
2
+ readonly name: "svg";
3
+ readonly type: "element";
4
+ readonly value: "";
5
+ readonly attributes: {
6
+ readonly xmlns: "http://www.w3.org/2000/svg";
7
+ readonly fill: "currentColor";
8
+ readonly viewBox: "0 0 36 36";
9
+ readonly "data-mrl-svg-name": "framesPresentation";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "style";
13
+ readonly type: "element";
14
+ readonly value: "";
15
+ readonly attributes: {};
16
+ readonly children: readonly [{
17
+ readonly name: "";
18
+ readonly type: "text";
19
+ readonly value: "\n .mrl-picto-border { fill: #4e4e4e; }\n ";
20
+ readonly attributes: {};
21
+ readonly children: readonly [];
22
+ }];
23
+ }, {
24
+ readonly name: "path";
25
+ readonly type: "element";
26
+ readonly value: "";
27
+ readonly attributes: {
28
+ readonly fill: "#fff";
29
+ 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";
30
+ };
31
+ readonly children: readonly [];
32
+ }, {
33
+ readonly name: "path";
34
+ readonly type: "element";
35
+ readonly value: "";
36
+ readonly attributes: {
37
+ readonly class: "mrl-picto-border";
38
+ readonly "fill-rule": "evenodd";
39
+ 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";
40
+ readonly "clip-rule": "evenodd";
41
+ };
42
+ readonly children: readonly [];
43
+ }];
44
+ };
45
+ export { framesPresentation };
@@ -0,0 +1,3 @@
1
+ var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var s=Object.getOwnPropertyNames;var m=Object.prototype.hasOwnProperty;var o=(t,e)=>{for(var r in e)n(t,r,{get:e[r],enumerable:!0})},d=(t,e,r,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of s(e))!m.call(t,l)&&l!==r&&n(t,l,{get:()=>e[l],enumerable:!(a=i(e,l))||a.enumerable});return t};var v=t=>d(n({},"__esModule",{value:!0}),t);var u={};o(u,{framesPresentation:()=>c});module.exports=v(u);const c={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,45 @@
1
+ declare const framesSquare: {
2
+ readonly name: "svg";
3
+ readonly type: "element";
4
+ readonly value: "";
5
+ readonly attributes: {
6
+ readonly xmlns: "http://www.w3.org/2000/svg";
7
+ readonly fill: "currentColor";
8
+ readonly viewBox: "0 0 36 36";
9
+ readonly "data-mrl-svg-name": "framesSquare";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "style";
13
+ readonly type: "element";
14
+ readonly value: "";
15
+ readonly attributes: {};
16
+ readonly children: readonly [{
17
+ readonly name: "";
18
+ readonly type: "text";
19
+ readonly value: "\n .mrl-picto-border { fill: #4e4e4e; }\n ";
20
+ readonly attributes: {};
21
+ readonly children: readonly [];
22
+ }];
23
+ }, {
24
+ readonly name: "path";
25
+ readonly type: "element";
26
+ readonly value: "";
27
+ readonly attributes: {
28
+ readonly fill: "#fff";
29
+ 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";
30
+ };
31
+ readonly children: readonly [];
32
+ }, {
33
+ readonly name: "path";
34
+ readonly type: "element";
35
+ readonly value: "";
36
+ readonly attributes: {
37
+ readonly class: "mrl-picto-border";
38
+ readonly "fill-rule": "evenodd";
39
+ 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";
40
+ readonly "clip-rule": "evenodd";
41
+ };
42
+ readonly children: readonly [];
43
+ }];
44
+ };
45
+ export { framesSquare };
@@ -0,0 +1,3 @@
1
+ var r=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var s=Object.getOwnPropertyNames;var c=Object.prototype.hasOwnProperty;var u=(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))!c.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={};u(o,{framesSquare:()=>i});module.exports=v(o);const i={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,45 @@
1
+ declare const framesTablet: {
2
+ readonly name: "svg";
3
+ readonly type: "element";
4
+ readonly value: "";
5
+ readonly attributes: {
6
+ readonly xmlns: "http://www.w3.org/2000/svg";
7
+ readonly fill: "currentColor";
8
+ readonly viewBox: "0 0 36 36";
9
+ readonly "data-mrl-svg-name": "framesTablet";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "style";
13
+ readonly type: "element";
14
+ readonly value: "";
15
+ readonly attributes: {};
16
+ readonly children: readonly [{
17
+ readonly name: "";
18
+ readonly type: "text";
19
+ readonly value: "\n .mrl-picto-border { fill: #4e4e4e; }\n ";
20
+ readonly attributes: {};
21
+ readonly children: readonly [];
22
+ }];
23
+ }, {
24
+ readonly name: "path";
25
+ readonly type: "element";
26
+ readonly value: "";
27
+ readonly attributes: {
28
+ readonly fill: "#fff";
29
+ 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";
30
+ };
31
+ readonly children: readonly [];
32
+ }, {
33
+ readonly name: "path";
34
+ readonly type: "element";
35
+ readonly value: "";
36
+ readonly attributes: {
37
+ readonly class: "mrl-picto-border";
38
+ readonly "fill-rule": "evenodd";
39
+ 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";
40
+ readonly "clip-rule": "evenodd";
41
+ };
42
+ readonly children: readonly [];
43
+ }];
44
+ };
45
+ 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})},v=(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=>v(r({},"__esModule",{value:!0}),t);var u={};d(u,{framesTablet:()=>i});module.exports=o(u);const i={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';
@@ -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");
@@ -0,0 +1,47 @@
1
+ declare const framesA4: {
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": "framesA4";
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: "m22.711 10.056 2.078 1.859a.734.734 0 0 1 .244.546v14.706a.733.733 0 0 1-.733.733H11.833a.733.733 0 0 1-.733-.733V8.833c0-.405.328-.733.733-.733h8.4c.179 0 .352.066.486.185l1.992 1.77Z";
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: "m25.523 11.095-2.078-1.86-1.995-1.772A1.833 1.833 0 0 0 20.232 7h-8.399C10.821 7 10 7.82 10 8.833v18.334c0 1.012.82 1.833 1.833 1.833H24.3c1.012 0 1.833-.82 1.833-1.833V12.46c0-.521-.222-1.018-.61-1.366Zm-5.012-2.94a.734.734 0 0 0-.279-.055h-8.399a.733.733 0 0 0-.733.733v18.334c0 .405.328.733.733.733H24.3a.733.733 0 0 0 .733-.733V12.46a.734.734 0 0 0-.077-.328h-3.712a.733.733 0 0 1-.733-.733V8.155Z";
41
+ readonly "clip-rule": "evenodd";
42
+ };
43
+ readonly children: readonly [];
44
+ }];
45
+ };
46
+ };
47
+ export { framesA4 };
@@ -0,0 +1,3 @@
1
+ var r=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var i=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 i(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,{framesA4:()=>m});module.exports=v(o);const m={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":"framesA4"},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:"m22.711 10.056 2.078 1.859a.734.734 0 0 1 .244.546v14.706a.733.733 0 0 1-.733.733H11.833a.733.733 0 0 1-.733-.733V8.833c0-.405.328-.733.733-.733h8.4c.179 0 .352.066.486.185l1.992 1.77Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-border","fill-rule":"evenodd",d:"m25.523 11.095-2.078-1.86-1.995-1.772A1.833 1.833 0 0 0 20.232 7h-8.399C10.821 7 10 7.82 10 8.833v18.334c0 1.012.82 1.833 1.833 1.833H24.3c1.012 0 1.833-.82 1.833-1.833V12.46c0-.521-.222-1.018-.61-1.366Zm-5.012-2.94a.734.734 0 0 0-.279-.055h-8.399a.733.733 0 0 0-.733.733v18.334c0 .405.328.733.733.733H24.3a.733.733 0 0 0 .733-.733V12.46a.734.734 0 0 0-.077-.328h-3.712a.733.733 0 0 1-.733-.733V8.155Z","clip-rule":"evenodd"},children:[]}]}};