@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,3 @@
1
+ var e={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:[]}]};export{e as framesPhone};
@@ -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 e={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:[]}]};export{e as framesPresentation};
@@ -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 e={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:[]}]};export{e as framesSquare};
@@ -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 e={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:[]}]};export{e as framesTablet};
@@ -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';