@muraldevkit/ds-pictograms 1.0.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (220) hide show
  1. package/dist/cjs/colorBorder.d.ts +13 -3
  2. package/dist/cjs/colorBorder.js +2 -2
  3. package/dist/cjs/colorFill.d.ts +4 -3
  4. package/dist/cjs/colorFill.js +2 -2
  5. package/dist/cjs/colorPicker.d.ts +4 -3
  6. package/dist/cjs/colorPicker.js +2 -2
  7. package/dist/cjs/default/colorBorder.d.ts +13 -3
  8. package/dist/cjs/default/colorBorder.js +2 -2
  9. package/dist/cjs/default/colorFill.d.ts +4 -3
  10. package/dist/cjs/default/colorFill.js +2 -2
  11. package/dist/cjs/default/colorPicker.d.ts +4 -3
  12. package/dist/cjs/default/colorPicker.js +2 -2
  13. package/dist/cjs/default/drawEraser.d.ts +1 -1
  14. package/dist/cjs/default/drawEraser.js +1 -1
  15. package/dist/cjs/default/drawStrokeFine.d.ts +20 -50
  16. package/dist/cjs/default/drawStrokeFine.js +2 -2
  17. package/dist/cjs/default/drawStrokeHighlighter.d.ts +3 -3
  18. package/dist/cjs/default/drawStrokeHighlighter.js +1 -1
  19. package/dist/cjs/default/drawStrokeMedium.d.ts +20 -50
  20. package/dist/cjs/default/drawStrokeMedium.js +2 -2
  21. package/dist/cjs/default/drawStrokeUltraFine.d.ts +20 -52
  22. package/dist/cjs/default/drawStrokeUltraFine.js +2 -2
  23. package/dist/cjs/default/fileGdoc.d.ts +80 -0
  24. package/dist/cjs/default/fileGdoc.js +1 -0
  25. package/dist/cjs/default/fileGforms.d.ts +40 -0
  26. package/dist/cjs/default/fileGforms.js +1 -0
  27. package/dist/cjs/default/fileGmaps.d.ts +58 -0
  28. package/dist/cjs/default/fileGmaps.js +1 -0
  29. package/dist/cjs/default/fileGsheets.d.ts +40 -0
  30. package/dist/cjs/default/fileGsheets.js +1 -0
  31. package/dist/cjs/default/fileGslides.d.ts +40 -0
  32. package/dist/cjs/default/fileGslides.js +1 -0
  33. package/dist/cjs/default/fileLoom.d.ts +22 -0
  34. package/dist/cjs/default/fileLoom.js +1 -0
  35. package/dist/cjs/default/fileOnedrive.d.ts +80 -0
  36. package/dist/cjs/default/fileOnedrive.js +1 -0
  37. package/dist/cjs/default/fileSharepoint.d.ts +128 -0
  38. package/dist/cjs/default/fileSharepoint.js +1 -0
  39. package/dist/cjs/default/fileStream.d.ts +40 -0
  40. package/dist/cjs/default/fileStream.js +1 -0
  41. package/dist/cjs/default/index.d.ts +11 -0
  42. package/dist/cjs/default/index.js +1 -1
  43. package/dist/cjs/default/logoVimeo.d.ts +24 -0
  44. package/dist/cjs/default/logoVimeo.js +1 -0
  45. package/dist/cjs/default/logoYoutube.d.ts +31 -0
  46. package/dist/cjs/default/logoYoutube.js +1 -0
  47. package/dist/cjs/drawEraser.d.ts +1 -1
  48. package/dist/cjs/drawEraser.js +1 -1
  49. package/dist/cjs/drawStrokeFine.d.ts +20 -50
  50. package/dist/cjs/drawStrokeFine.js +2 -2
  51. package/dist/cjs/drawStrokeHighlighter.d.ts +3 -3
  52. package/dist/cjs/drawStrokeHighlighter.js +2 -2
  53. package/dist/cjs/drawStrokeMedium.d.ts +20 -50
  54. package/dist/cjs/drawStrokeMedium.js +2 -2
  55. package/dist/cjs/drawStrokeUltraFine.d.ts +20 -52
  56. package/dist/cjs/drawStrokeUltraFine.js +2 -2
  57. package/dist/cjs/fileGdoc.d.ts +82 -0
  58. package/dist/cjs/fileGdoc.js +1 -0
  59. package/dist/cjs/fileGforms.d.ts +42 -0
  60. package/dist/cjs/fileGforms.js +1 -0
  61. package/dist/cjs/fileGmaps.d.ts +60 -0
  62. package/dist/cjs/fileGmaps.js +1 -0
  63. package/dist/cjs/fileGsheets.d.ts +42 -0
  64. package/dist/cjs/fileGsheets.js +1 -0
  65. package/dist/cjs/fileGslides.d.ts +42 -0
  66. package/dist/cjs/fileGslides.js +1 -0
  67. package/dist/cjs/fileLoom.d.ts +24 -0
  68. package/dist/cjs/fileLoom.js +1 -0
  69. package/dist/cjs/fileOnedrive.d.ts +82 -0
  70. package/dist/cjs/fileOnedrive.js +1 -0
  71. package/dist/cjs/fileSharepoint.d.ts +130 -0
  72. package/dist/cjs/fileSharepoint.js +1 -0
  73. package/dist/cjs/fileStream.d.ts +42 -0
  74. package/dist/cjs/fileStream.js +1 -0
  75. package/dist/cjs/index.d.ts +11 -0
  76. package/dist/cjs/index.js +1 -1
  77. package/dist/cjs/logoVimeo.d.ts +26 -0
  78. package/dist/cjs/logoVimeo.js +1 -0
  79. package/dist/cjs/logoYoutube.d.ts +33 -0
  80. package/dist/cjs/logoYoutube.js +1 -0
  81. package/dist/esm/colorBorder.d.ts +13 -3
  82. package/dist/esm/colorBorder.js +1 -1
  83. package/dist/esm/colorFill.d.ts +4 -3
  84. package/dist/esm/colorFill.js +1 -1
  85. package/dist/esm/colorPicker.d.ts +4 -3
  86. package/dist/esm/colorPicker.js +1 -1
  87. package/dist/esm/default/colorBorder.d.ts +13 -3
  88. package/dist/esm/default/colorBorder.js +1 -1
  89. package/dist/esm/default/colorFill.d.ts +4 -3
  90. package/dist/esm/default/colorFill.js +1 -1
  91. package/dist/esm/default/colorPicker.d.ts +4 -3
  92. package/dist/esm/default/colorPicker.js +1 -1
  93. package/dist/esm/default/drawEraser.d.ts +1 -1
  94. package/dist/esm/default/drawEraser.js +1 -1
  95. package/dist/esm/default/drawStrokeFine.d.ts +20 -50
  96. package/dist/esm/default/drawStrokeFine.js +1 -1
  97. package/dist/esm/default/drawStrokeHighlighter.d.ts +3 -3
  98. package/dist/esm/default/drawStrokeHighlighter.js +1 -1
  99. package/dist/esm/default/drawStrokeMedium.d.ts +20 -50
  100. package/dist/esm/default/drawStrokeMedium.js +1 -1
  101. package/dist/esm/default/drawStrokeUltraFine.d.ts +20 -52
  102. package/dist/esm/default/drawStrokeUltraFine.js +1 -1
  103. package/dist/esm/default/fileGdoc.d.ts +80 -0
  104. package/dist/esm/default/fileGdoc.js +1 -0
  105. package/dist/esm/default/fileGforms.d.ts +40 -0
  106. package/dist/esm/default/fileGforms.js +1 -0
  107. package/dist/esm/default/fileGmaps.d.ts +58 -0
  108. package/dist/esm/default/fileGmaps.js +1 -0
  109. package/dist/esm/default/fileGsheets.d.ts +40 -0
  110. package/dist/esm/default/fileGsheets.js +1 -0
  111. package/dist/esm/default/fileGslides.d.ts +40 -0
  112. package/dist/esm/default/fileGslides.js +1 -0
  113. package/dist/esm/default/fileLoom.d.ts +22 -0
  114. package/dist/esm/default/fileLoom.js +1 -0
  115. package/dist/esm/default/fileOnedrive.d.ts +80 -0
  116. package/dist/esm/default/fileOnedrive.js +1 -0
  117. package/dist/esm/default/fileSharepoint.d.ts +128 -0
  118. package/dist/esm/default/fileSharepoint.js +1 -0
  119. package/dist/esm/default/fileStream.d.ts +40 -0
  120. package/dist/esm/default/fileStream.js +1 -0
  121. package/dist/esm/default/index.d.ts +11 -0
  122. package/dist/esm/default/index.js +14 -14
  123. package/dist/esm/default/logoVimeo.d.ts +24 -0
  124. package/dist/esm/default/logoVimeo.js +1 -0
  125. package/dist/esm/default/logoYoutube.d.ts +31 -0
  126. package/dist/esm/default/logoYoutube.js +1 -0
  127. package/dist/esm/drawEraser.d.ts +1 -1
  128. package/dist/esm/drawEraser.js +1 -1
  129. package/dist/esm/drawStrokeFine.d.ts +20 -50
  130. package/dist/esm/drawStrokeFine.js +1 -1
  131. package/dist/esm/drawStrokeHighlighter.d.ts +3 -3
  132. package/dist/esm/drawStrokeHighlighter.js +1 -1
  133. package/dist/esm/drawStrokeMedium.d.ts +20 -50
  134. package/dist/esm/drawStrokeMedium.js +1 -1
  135. package/dist/esm/drawStrokeUltraFine.d.ts +20 -52
  136. package/dist/esm/drawStrokeUltraFine.js +1 -1
  137. package/dist/esm/fileGdoc.d.ts +82 -0
  138. package/dist/esm/fileGdoc.js +1 -0
  139. package/dist/esm/fileGforms.d.ts +42 -0
  140. package/dist/esm/fileGforms.js +1 -0
  141. package/dist/esm/fileGmaps.d.ts +60 -0
  142. package/dist/esm/fileGmaps.js +1 -0
  143. package/dist/esm/fileGsheets.d.ts +42 -0
  144. package/dist/esm/fileGsheets.js +1 -0
  145. package/dist/esm/fileGslides.d.ts +42 -0
  146. package/dist/esm/fileGslides.js +1 -0
  147. package/dist/esm/fileLoom.d.ts +24 -0
  148. package/dist/esm/fileLoom.js +1 -0
  149. package/dist/esm/fileOnedrive.d.ts +82 -0
  150. package/dist/esm/fileOnedrive.js +1 -0
  151. package/dist/esm/fileSharepoint.d.ts +130 -0
  152. package/dist/esm/fileSharepoint.js +1 -0
  153. package/dist/esm/fileStream.d.ts +42 -0
  154. package/dist/esm/fileStream.js +1 -0
  155. package/dist/esm/index.d.ts +11 -0
  156. package/dist/esm/index.js +17 -17
  157. package/dist/esm/logoVimeo.d.ts +26 -0
  158. package/dist/esm/logoVimeo.js +1 -0
  159. package/dist/esm/logoYoutube.d.ts +33 -0
  160. package/dist/esm/logoYoutube.js +1 -0
  161. package/dist/svg/default/color-border.svg +3 -2
  162. package/dist/svg/default/color-fill.svg +2 -2
  163. package/dist/svg/default/color-picker.svg +2 -2
  164. package/dist/svg/default/draw-eraser.svg +2 -2
  165. package/dist/svg/default/draw-stroke-fine.svg +4 -11
  166. package/dist/svg/default/draw-stroke-highlighter.svg +3 -3
  167. package/dist/svg/default/draw-stroke-medium.svg +3 -10
  168. package/dist/svg/default/draw-stroke-ultra-fine.svg +3 -10
  169. package/dist/svg/default/file-gdoc.svg +13 -0
  170. package/dist/svg/default/file-gforms.svg +5 -0
  171. package/dist/svg/default/file-gmaps.svg +7 -0
  172. package/dist/svg/default/file-gsheets.svg +5 -0
  173. package/dist/svg/default/file-gslides.svg +5 -0
  174. package/dist/svg/default/file-loom.svg +3 -0
  175. package/dist/svg/default/file-onedrive.svg +13 -0
  176. package/dist/svg/default/file-sharepoint.svg +19 -0
  177. package/dist/svg/default/file-stream.svg +5 -0
  178. package/dist/svg/default/logo-vimeo.svg +3 -0
  179. package/dist/svg/default/logo-youtube.svg +4 -0
  180. package/dist/types/colorBorder.d.ts +13 -3
  181. package/dist/types/colorFill.d.ts +4 -3
  182. package/dist/types/colorPicker.d.ts +4 -3
  183. package/dist/types/default/colorBorder.d.ts +13 -3
  184. package/dist/types/default/colorFill.d.ts +4 -3
  185. package/dist/types/default/colorPicker.d.ts +4 -3
  186. package/dist/types/default/drawEraser.d.ts +1 -1
  187. package/dist/types/default/drawStrokeFine.d.ts +20 -50
  188. package/dist/types/default/drawStrokeHighlighter.d.ts +3 -3
  189. package/dist/types/default/drawStrokeMedium.d.ts +20 -50
  190. package/dist/types/default/drawStrokeUltraFine.d.ts +20 -52
  191. package/dist/types/default/fileGdoc.d.ts +80 -0
  192. package/dist/types/default/fileGforms.d.ts +40 -0
  193. package/dist/types/default/fileGmaps.d.ts +58 -0
  194. package/dist/types/default/fileGsheets.d.ts +40 -0
  195. package/dist/types/default/fileGslides.d.ts +40 -0
  196. package/dist/types/default/fileLoom.d.ts +22 -0
  197. package/dist/types/default/fileOnedrive.d.ts +80 -0
  198. package/dist/types/default/fileSharepoint.d.ts +128 -0
  199. package/dist/types/default/fileStream.d.ts +40 -0
  200. package/dist/types/default/index.d.ts +11 -0
  201. package/dist/types/default/logoVimeo.d.ts +24 -0
  202. package/dist/types/default/logoYoutube.d.ts +31 -0
  203. package/dist/types/drawEraser.d.ts +1 -1
  204. package/dist/types/drawStrokeFine.d.ts +20 -50
  205. package/dist/types/drawStrokeHighlighter.d.ts +3 -3
  206. package/dist/types/drawStrokeMedium.d.ts +20 -50
  207. package/dist/types/drawStrokeUltraFine.d.ts +20 -52
  208. package/dist/types/fileGdoc.d.ts +82 -0
  209. package/dist/types/fileGforms.d.ts +42 -0
  210. package/dist/types/fileGmaps.d.ts +60 -0
  211. package/dist/types/fileGsheets.d.ts +42 -0
  212. package/dist/types/fileGslides.d.ts +42 -0
  213. package/dist/types/fileLoom.d.ts +24 -0
  214. package/dist/types/fileOnedrive.d.ts +82 -0
  215. package/dist/types/fileSharepoint.d.ts +130 -0
  216. package/dist/types/fileStream.d.ts +42 -0
  217. package/dist/types/index.d.ts +11 -0
  218. package/dist/types/logoVimeo.d.ts +26 -0
  219. package/dist/types/logoYoutube.d.ts +33 -0
  220. package/package.json +1 -1
@@ -21,63 +21,33 @@ declare const drawStrokeMedium: {
21
21
  readonly children: readonly [];
22
22
  }];
23
23
  }, {
24
- readonly name: "g";
24
+ readonly name: "path";
25
25
  readonly type: "element";
26
26
  readonly value: "";
27
27
  readonly attributes: {
28
- readonly "clip-path": "url(#mrl-draw-medium-path)";
28
+ readonly class: "mrl-picto-draw-pen";
29
+ readonly d: "M3.617 19.529a2 2 0 0 0 1.94 2.483h12.887a1.999 1.999 0 0 0 1.94-2.482L18.5 11.989h-13l-1.884 7.54Z";
29
30
  };
30
- readonly children: readonly [{
31
- readonly name: "path";
32
- readonly type: "element";
33
- readonly value: "";
34
- readonly attributes: {
35
- readonly class: "mrl-picto-draw-pen";
36
- readonly d: "M3.616 19.54a2 2 0 0 0 1.941 2.483h12.886a2 2 0 0 0 1.94-2.482L17.12 6.395H6.88L3.616 19.541Z";
37
- };
38
- readonly children: readonly [];
39
- }, {
40
- readonly name: "path";
41
- readonly type: "element";
42
- readonly value: "";
43
- readonly attributes: {
44
- readonly d: "M18.5 12h-13l1.502-6.585A4.5 4.5 0 0 1 11.369 2h1.262a4.5 4.5 0 0 1 4.367 3.415L18.5 12Z";
45
- };
46
- readonly children: readonly [];
47
- }, {
48
- readonly name: "path";
49
- readonly type: "element";
50
- readonly value: "";
51
- readonly attributes: {
52
- readonly class: "mrl-picto-color-offset";
53
- readonly "fill-rule": "evenodd";
54
- readonly d: "m5.056 4.952.005-.02A6.5 6.5 0 0 1 11.369 0h1.262a6.5 6.5 0 0 1 6.308 4.933l.005.019 1.37 6.009 2.01 8.098a4 4 0 0 1-3.881 4.963H5.557a4 4 0 0 1-3.882-4.963l2.009-8.091 1.372-6.016Zm.574 6.48L3.616 19.54a2 2 0 0 0 1.941 2.482h12.886a2 2 0 0 0 1.94-2.482l-2.014-8.117-1.37-6.009A4.5 4.5 0 0 0 12.63 2h-1.26a4.5 4.5 0 0 0-4.367 3.415L5.63 11.431Z";
55
- readonly "clip-rule": "evenodd";
56
- };
57
- readonly children: readonly [];
58
- }];
31
+ readonly children: readonly [];
59
32
  }, {
60
- readonly name: "defs";
33
+ readonly name: "path";
61
34
  readonly type: "element";
62
35
  readonly value: "";
63
- readonly attributes: {};
64
- readonly children: readonly [{
65
- readonly name: "clipPath";
66
- readonly type: "element";
67
- readonly value: "";
68
- readonly attributes: {
69
- readonly id: "mrl-draw-medium-path";
70
- };
71
- readonly children: readonly [{
72
- readonly name: "path";
73
- readonly type: "element";
74
- readonly value: "";
75
- readonly attributes: {
76
- readonly d: "M0 0h24v24H0z";
77
- };
78
- readonly children: readonly [];
79
- }];
80
- }];
36
+ readonly attributes: {
37
+ readonly d: "M18.5 11.989h-13l1.503-6.585a4.5 4.5 0 0 1 4.367-3.415h1.262a4.5 4.5 0 0 1 4.367 3.415l1.502 6.585Z";
38
+ };
39
+ readonly children: readonly [];
40
+ }, {
41
+ readonly name: "path";
42
+ readonly type: "element";
43
+ readonly value: "";
44
+ readonly attributes: {
45
+ readonly class: "mrl-picto-color-offset";
46
+ readonly "fill-rule": "evenodd";
47
+ readonly d: "M18.444 22.011H5.558a2 2 0 0 1-1.941-2.482l2.014-8.108v-.001l1.373-6.016a4.5 4.5 0 0 1 4.367-3.415h1.26A4.5 4.5 0 0 1 17 5.403l1.37 6.009 2.014 8.117a2 2 0 0 1-1.94 2.482Zm.898-10.83 2.012 8.107a3.001 3.001 0 0 1-2.91 3.723H5.558a3 3 0 0 1-2.912-3.723L4.655 11.2l1.376-6.028.002-.01A5.5 5.5 0 0 1 11.37.99h1.26a5.502 5.502 0 0 1 5.34 4.173l.002.01 1.37 6.009Z";
48
+ readonly "clip-rule": "evenodd";
49
+ };
50
+ readonly children: readonly [];
81
51
  }];
82
52
  };
83
53
  export { drawStrokeMedium };
@@ -1,4 +1,4 @@
1
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":"drawStrokeMedium"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
2
2
  .mrl-picto-draw-pen { fill: #BBBBBB; }
3
3
  .mrl-picto-color-offset { fill: #4e4e4e; }
4
- `,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{"clip-path":"url(#mrl-draw-medium-path)"},children:[{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-draw-pen",d:"M3.616 19.54a2 2 0 0 0 1.941 2.483h12.886a2 2 0 0 0 1.94-2.482L17.12 6.395H6.88L3.616 19.541Z"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M18.5 12h-13l1.502-6.585A4.5 4.5 0 0 1 11.369 2h1.262a4.5 4.5 0 0 1 4.367 3.415L18.5 12Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"m5.056 4.952.005-.02A6.5 6.5 0 0 1 11.369 0h1.262a6.5 6.5 0 0 1 6.308 4.933l.005.019 1.37 6.009 2.01 8.098a4 4 0 0 1-3.881 4.963H5.557a4 4 0 0 1-3.882-4.963l2.009-8.091 1.372-6.016Zm.574 6.48L3.616 19.54a2 2 0 0 0 1.941 2.482h12.886a2 2 0 0 0 1.94-2.482l-2.014-8.117-1.37-6.009A4.5 4.5 0 0 0 12.63 2h-1.26a4.5 4.5 0 0 0-4.367 3.415L5.63 11.431Z","clip-rule":"evenodd"},children:[]}]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"clipPath",type:"element",value:"",attributes:{id:"mrl-draw-medium-path"},children:[{name:"path",type:"element",value:"",attributes:{d:"M0 0h24v24H0z"},children:[]}]}]}]};export{e as drawStrokeMedium};
4
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-draw-pen",d:"M3.617 19.529a2 2 0 0 0 1.94 2.483h12.887a1.999 1.999 0 0 0 1.94-2.482L18.5 11.989h-13l-1.884 7.54Z"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M18.5 11.989h-13l1.503-6.585a4.5 4.5 0 0 1 4.367-3.415h1.262a4.5 4.5 0 0 1 4.367 3.415l1.502 6.585Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M18.444 22.011H5.558a2 2 0 0 1-1.941-2.482l2.014-8.108v-.001l1.373-6.016a4.5 4.5 0 0 1 4.367-3.415h1.26A4.5 4.5 0 0 1 17 5.403l1.37 6.009 2.014 8.117a2 2 0 0 1-1.94 2.482Zm.898-10.83 2.012 8.107a3.001 3.001 0 0 1-2.91 3.723H5.558a3 3 0 0 1-2.912-3.723L4.655 11.2l1.376-6.028.002-.01A5.5 5.5 0 0 1 11.37.99h1.26a5.502 5.502 0 0 1 5.34 4.173l.002.01 1.37 6.009Z","clip-rule":"evenodd"},children:[]}]};export{e as drawStrokeMedium};
@@ -21,65 +21,33 @@ declare const drawStrokeUltraFine: {
21
21
  readonly children: readonly [];
22
22
  }];
23
23
  }, {
24
- readonly name: "g";
24
+ readonly name: "path";
25
25
  readonly type: "element";
26
26
  readonly value: "";
27
27
  readonly attributes: {
28
- readonly "clip-path": "url(#draw-stroke-ultra-fine-a)";
28
+ readonly class: "mrl-picto-draw-pen";
29
+ readonly d: "M7.72 22.025h8.56a2 2 0 0 0 1.909-2.596l-2.314-7.404h-7.75L5.81 19.428a2 2 0 0 0 1.91 2.597Z";
29
30
  };
30
- readonly children: readonly [{
31
- readonly name: "path";
32
- readonly type: "element";
33
- readonly value: "";
34
- readonly attributes: {
35
- readonly class: "mrl-picto-draw-pen";
36
- readonly d: "M8.001 22.05h8.56a2 2 0 0 0 1.909-2.597L14.282 6.05H10.28L6.092 19.453a2 2 0 0 0 1.91 2.597Z";
37
- };
38
- readonly children: readonly [];
39
- }, {
40
- readonly name: "path";
41
- readonly type: "element";
42
- readonly value: "";
43
- readonly attributes: {
44
- readonly fill: "currentColor";
45
- readonly d: "M16.157 12.05H8.405l2.92-9.348c.293-.936 1.617-.936 1.91 0l2.92 9.348Z";
46
- };
47
- readonly children: readonly [];
48
- }, {
49
- readonly name: "path";
50
- readonly type: "element";
51
- readonly value: "";
52
- readonly attributes: {
53
- readonly class: "mrl-picto-color-offset";
54
- readonly "fill-rule": "evenodd";
55
- readonly d: "m18.066 11.454 2.313 7.403c.805 2.576-1.12 5.193-3.818 5.193H8c-2.698 0-4.622-2.617-3.818-5.193l2.313-7.402v-.002l2.922-9.348c.877-2.807 4.85-2.807 5.727 0l2.92 9.348Zm.404 8a2 2 0 0 1-1.91 2.596H8.002a2 2 0 0 1-1.909-2.597l5.235-16.751c.292-.936 1.616-.936 1.909 0l5.234 16.752Z";
56
- readonly "clip-rule": "evenodd";
57
- };
58
- readonly children: readonly [];
59
- }];
31
+ readonly children: readonly [];
60
32
  }, {
61
- readonly name: "defs";
33
+ readonly name: "path";
62
34
  readonly type: "element";
63
35
  readonly value: "";
64
- readonly attributes: {};
65
- readonly children: readonly [{
66
- readonly name: "clipPath";
67
- readonly type: "element";
68
- readonly value: "";
69
- readonly attributes: {
70
- readonly id: "draw-stroke-ultra-fine-a";
71
- };
72
- readonly children: readonly [{
73
- readonly name: "path";
74
- readonly type: "element";
75
- readonly value: "";
76
- readonly attributes: {
77
- readonly class: "mrl-picto-color-offset";
78
- readonly d: "M0 0h24v24H0z";
79
- };
80
- readonly children: readonly [];
81
- }];
82
- }];
36
+ readonly attributes: {
37
+ readonly d: "M15.875 12.025h-7.75l2.92-9.348c.293-.936 1.617-.936 1.91 0l2.92 9.348Z";
38
+ };
39
+ readonly children: readonly [];
40
+ }, {
41
+ readonly name: "path";
42
+ readonly type: "element";
43
+ readonly value: "";
44
+ readonly attributes: {
45
+ readonly class: "mrl-picto-color-offset";
46
+ readonly "fill-rule": "evenodd";
47
+ readonly d: "M19.143 19.13a3 3 0 0 1-2.863 3.895H7.72a3 3 0 0 1-2.863-3.895L10.09 2.378c.585-1.87 3.233-1.87 3.818 0l5.234 16.752Zm-2.863 2.895a2 2 0 0 0 1.909-2.596L12.954 2.677c-.292-.936-1.616-.936-1.909 0L5.812 19.429a2 2 0 0 0 1.91 2.596h8.559Z";
48
+ readonly "clip-rule": "evenodd";
49
+ };
50
+ readonly children: readonly [];
83
51
  }];
84
52
  };
85
53
  export { drawStrokeUltraFine };
@@ -1,4 +1,4 @@
1
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":"drawStrokeUltraFine"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
2
2
  .mrl-picto-draw-pen { fill: #BBBBBB; }
3
3
  .mrl-picto-color-offset { fill: #4e4e4e; }
4
- `,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{"clip-path":"url(#draw-stroke-ultra-fine-a)"},children:[{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-draw-pen",d:"M8.001 22.05h8.56a2 2 0 0 0 1.909-2.597L14.282 6.05H10.28L6.092 19.453a2 2 0 0 0 1.91 2.597Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M16.157 12.05H8.405l2.92-9.348c.293-.936 1.617-.936 1.91 0l2.92 9.348Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"m18.066 11.454 2.313 7.403c.805 2.576-1.12 5.193-3.818 5.193H8c-2.698 0-4.622-2.617-3.818-5.193l2.313-7.402v-.002l2.922-9.348c.877-2.807 4.85-2.807 5.727 0l2.92 9.348Zm.404 8a2 2 0 0 1-1.91 2.596H8.002a2 2 0 0 1-1.909-2.597l5.235-16.751c.292-.936 1.616-.936 1.909 0l5.234 16.752Z","clip-rule":"evenodd"},children:[]}]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"clipPath",type:"element",value:"",attributes:{id:"draw-stroke-ultra-fine-a"},children:[{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset",d:"M0 0h24v24H0z"},children:[]}]}]}]};export{e as drawStrokeUltraFine};
4
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-draw-pen",d:"M7.72 22.025h8.56a2 2 0 0 0 1.909-2.596l-2.314-7.404h-7.75L5.81 19.428a2 2 0 0 0 1.91 2.597Z"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M15.875 12.025h-7.75l2.92-9.348c.293-.936 1.617-.936 1.91 0l2.92 9.348Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M19.143 19.13a3 3 0 0 1-2.863 3.895H7.72a3 3 0 0 1-2.863-3.895L10.09 2.378c.585-1.87 3.233-1.87 3.818 0l5.234 16.752Zm-2.863 2.895a2 2 0 0 0 1.909-2.596L12.954 2.677c-.292-.936-1.616-.936-1.909 0L5.812 19.429a2 2 0 0 0 1.91 2.596h8.559Z","clip-rule":"evenodd"},children:[]}]};export{e as drawStrokeUltraFine};
@@ -0,0 +1,80 @@
1
+ declare const fileGdoc: {
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 40 40";
9
+ readonly "data-mrl-svg-name": "fileGdoc";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "g";
13
+ readonly type: "element";
14
+ readonly value: "";
15
+ readonly attributes: {
16
+ readonly "clip-path": "url(#google-docs-picto)";
17
+ };
18
+ readonly children: readonly [{
19
+ readonly name: "path";
20
+ readonly type: "element";
21
+ readonly value: "";
22
+ readonly attributes: {
23
+ readonly fill: "#fff";
24
+ readonly d: "M12.083 20.417h15.834v2.916H12.083v-2.916Zm0 5H23.75v2.916H12.083v-2.916Z";
25
+ };
26
+ readonly children: readonly [];
27
+ }, {
28
+ readonly name: "path";
29
+ readonly type: "element";
30
+ readonly value: "";
31
+ readonly attributes: {
32
+ readonly fill: "#1967D2";
33
+ readonly d: "m24.167 10.833 5.026.95 4.14-.95-9.166-9.166-1.265 4.345 1.265 4.821Z";
34
+ };
35
+ readonly children: readonly [];
36
+ }, {
37
+ readonly name: "path";
38
+ readonly type: "element";
39
+ readonly value: "";
40
+ readonly attributes: {
41
+ readonly fill: "#fff";
42
+ readonly d: "M12.083 15.417h15.834v2.916H12.083v-2.916Z";
43
+ };
44
+ readonly children: readonly [];
45
+ }, {
46
+ readonly name: "path";
47
+ readonly type: "element";
48
+ readonly value: "";
49
+ readonly attributes: {
50
+ readonly fill: "#4285F4";
51
+ readonly d: "M24.167 10.833V1.667h-15a2.5 2.5 0 0 0-2.5 2.5v31.666a2.5 2.5 0 0 0 2.5 2.5h21.666a2.5 2.5 0 0 0 2.5-2.5v-25h-9.166Zm-.834 17.084H12.5v-2.084h10.833v2.084Zm4.167-5h-15v-2.084h15v2.084Zm0-5h-15v-2.084h15v2.084Z";
52
+ };
53
+ readonly children: readonly [];
54
+ }];
55
+ }, {
56
+ readonly name: "defs";
57
+ readonly type: "element";
58
+ readonly value: "";
59
+ readonly attributes: {};
60
+ readonly children: readonly [{
61
+ readonly name: "clipPath";
62
+ readonly type: "element";
63
+ readonly value: "";
64
+ readonly attributes: {
65
+ readonly id: "google-docs-picto";
66
+ };
67
+ readonly children: readonly [{
68
+ readonly name: "path";
69
+ readonly type: "element";
70
+ readonly value: "";
71
+ readonly attributes: {
72
+ readonly fill: "#fff";
73
+ readonly d: "M0 0h40v40H0z";
74
+ };
75
+ readonly children: readonly [];
76
+ }];
77
+ }];
78
+ }];
79
+ };
80
+ export { fileGdoc };
@@ -0,0 +1 @@
1
+ var e={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileGdoc"},children:[{name:"g",type:"element",value:"",attributes:{"clip-path":"url(#google-docs-picto)"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M12.083 20.417h15.834v2.916H12.083v-2.916Zm0 5H23.75v2.916H12.083v-2.916Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#1967D2",d:"m24.167 10.833 5.026.95 4.14-.95-9.166-9.166-1.265 4.345 1.265 4.821Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M12.083 15.417h15.834v2.916H12.083v-2.916Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#4285F4",d:"M24.167 10.833V1.667h-15a2.5 2.5 0 0 0-2.5 2.5v31.666a2.5 2.5 0 0 0 2.5 2.5h21.666a2.5 2.5 0 0 0 2.5-2.5v-25h-9.166Zm-.834 17.084H12.5v-2.084h10.833v2.084Zm4.167-5h-15v-2.084h15v2.084Zm0-5h-15v-2.084h15v2.084Z"},children:[]}]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"clipPath",type:"element",value:"",attributes:{id:"google-docs-picto"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M0 0h40v40H0z"},children:[]}]}]}]};export{e as fileGdoc};
@@ -0,0 +1,40 @@
1
+ declare const fileGforms: {
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 40 40";
9
+ readonly "data-mrl-svg-name": "fileGforms";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "path";
13
+ readonly type: "element";
14
+ readonly value: "";
15
+ readonly attributes: {
16
+ readonly fill: "#56368A";
17
+ readonly d: "m24.167 10.833 5.026.95 4.14-.95-9.166-9.166-1.265 4.345 1.265 4.821Z";
18
+ };
19
+ readonly children: readonly [];
20
+ }, {
21
+ readonly name: "path";
22
+ readonly type: "element";
23
+ readonly value: "";
24
+ readonly attributes: {
25
+ readonly fill: "#7248B9";
26
+ readonly d: "M24.167 10.833V1.667h-15a2.5 2.5 0 0 0-2.5 2.5v31.666a2.5 2.5 0 0 0 2.5 2.5h21.666a2.5 2.5 0 0 0 2.5-2.5v-25h-9.166Z";
27
+ };
28
+ readonly children: readonly [];
29
+ }, {
30
+ readonly name: "path";
31
+ readonly type: "element";
32
+ readonly value: "";
33
+ readonly attributes: {
34
+ readonly fill: "#fff";
35
+ readonly d: "M13.75 28.125a1.251 1.251 0 0 1 0-2.5 1.251 1.251 0 0 1 0 2.5Zm0-5a1.251 1.251 0 0 1 0-2.5 1.251 1.251 0 0 1 0 2.5Zm0-5a1.251 1.251 0 0 1 0-2.5 1.251 1.251 0 0 1 0 2.5Zm13.75 9.792H17.083v-2.084H27.5v2.084Zm0-5H17.083v-2.084H27.5v2.084Zm0-5H17.083v-2.084H27.5v2.084Z";
36
+ };
37
+ readonly children: readonly [];
38
+ }];
39
+ };
40
+ export { fileGforms };
@@ -0,0 +1 @@
1
+ var e={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileGforms"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#56368A",d:"m24.167 10.833 5.026.95 4.14-.95-9.166-9.166-1.265 4.345 1.265 4.821Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#7248B9",d:"M24.167 10.833V1.667h-15a2.5 2.5 0 0 0-2.5 2.5v31.666a2.5 2.5 0 0 0 2.5 2.5h21.666a2.5 2.5 0 0 0 2.5-2.5v-25h-9.166Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M13.75 28.125a1.251 1.251 0 0 1 0-2.5 1.251 1.251 0 0 1 0 2.5Zm0-5a1.251 1.251 0 0 1 0-2.5 1.251 1.251 0 0 1 0 2.5Zm0-5a1.251 1.251 0 0 1 0-2.5 1.251 1.251 0 0 1 0 2.5Zm13.75 9.792H17.083v-2.084H27.5v2.084Zm0-5H17.083v-2.084H27.5v2.084Zm0-5H17.083v-2.084H27.5v2.084Z"},children:[]}]};export{e as fileGforms};
@@ -0,0 +1,58 @@
1
+ declare const fileGmaps: {
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 40 40";
9
+ readonly "data-mrl-svg-name": "fileGmaps";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "path";
13
+ readonly type: "element";
14
+ readonly value: "";
15
+ readonly attributes: {
16
+ readonly fill: "#FBBC04";
17
+ readonly d: "M24.858 17.594a4.87 4.87 0 0 1-7.459-6.264l-1.023-.86-7.327 8.725c.276.878.526 1.378.526 1.378 1.076 2.296 2.8 4.43 4.36 6.363a81.882 81.882 0 0 1 1.464 1.849c.29.376.572.757.846 1.143l9.636-11.475-1.023-.86Z";
18
+ };
19
+ readonly children: readonly [];
20
+ }, {
21
+ readonly name: "path";
22
+ readonly type: "element";
23
+ readonly value: "";
24
+ readonly attributes: {
25
+ readonly fill: "#4285F4";
26
+ readonly d: "m25.878 18.458 7.21-8.57c-.314-.856-.597-1.346-.597-1.346A12.7 12.7 0 0 0 23.586 1.9l-7.207 8.565 1.023.86a4.87 4.87 0 0 1 7.453 6.27l1.023.862Z";
27
+ };
28
+ readonly children: readonly [];
29
+ }, {
30
+ readonly name: "path";
31
+ readonly type: "element";
32
+ readonly value: "";
33
+ readonly attributes: {
34
+ readonly fill: "#34A853";
35
+ readonly d: "m32.486 8.531.005.01s1.433 2.483 1.433 6.016c0 3.724-1.433 6.493-1.433 6.493-1.241 2.388-3.82 5.539-4.296 6.111a45.068 45.068 0 0 0-4.297 6.016 21.778 21.778 0 0 0-1.528 3.915c-.191.764-.573 1.241-1.242 1.241-.668 0-.954-.286-1.24-1.241a21.198 21.198 0 0 0-1.624-4.01 38.09 38.09 0 0 0-2.81-4.225L32.486 8.53Z";
36
+ };
37
+ readonly children: readonly [];
38
+ }, {
39
+ readonly name: "path";
40
+ readonly type: "element";
41
+ readonly value: "";
42
+ readonly attributes: {
43
+ readonly fill: "#1A73E8";
44
+ readonly d: "m25.03 2.265.017.016-8.028 9.466-6.032-5.115a12.699 12.699 0 0 1 10.142-4.965 12.987 12.987 0 0 1 3.9.598Z";
45
+ };
46
+ readonly children: readonly [];
47
+ }, {
48
+ readonly name: "path";
49
+ readonly type: "element";
50
+ readonly value: "";
51
+ readonly attributes: {
52
+ readonly fill: "#EA4335";
53
+ readonly d: "m11.326 6.211-.033.04a12.7 12.7 0 0 0-2.96 8.21c0 3.63 1.242 6.112 1.242 6.112l.021.046 7.799-9.34-6.07-5.068Z";
54
+ };
55
+ readonly children: readonly [];
56
+ }];
57
+ };
58
+ export { fileGmaps };
@@ -0,0 +1 @@
1
+ var e={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileGmaps"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#FBBC04",d:"M24.858 17.594a4.87 4.87 0 0 1-7.459-6.264l-1.023-.86-7.327 8.725c.276.878.526 1.378.526 1.378 1.076 2.296 2.8 4.43 4.36 6.363a81.882 81.882 0 0 1 1.464 1.849c.29.376.572.757.846 1.143l9.636-11.475-1.023-.86Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#4285F4",d:"m25.878 18.458 7.21-8.57c-.314-.856-.597-1.346-.597-1.346A12.7 12.7 0 0 0 23.586 1.9l-7.207 8.565 1.023.86a4.87 4.87 0 0 1 7.453 6.27l1.023.862Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#34A853",d:"m32.486 8.531.005.01s1.433 2.483 1.433 6.016c0 3.724-1.433 6.493-1.433 6.493-1.241 2.388-3.82 5.539-4.296 6.111a45.068 45.068 0 0 0-4.297 6.016 21.778 21.778 0 0 0-1.528 3.915c-.191.764-.573 1.241-1.242 1.241-.668 0-.954-.286-1.24-1.241a21.198 21.198 0 0 0-1.624-4.01 38.09 38.09 0 0 0-2.81-4.225L32.486 8.53Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#1A73E8",d:"m25.03 2.265.017.016-8.028 9.466-6.032-5.115a12.699 12.699 0 0 1 10.142-4.965 12.987 12.987 0 0 1 3.9.598Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#EA4335",d:"m11.326 6.211-.033.04a12.7 12.7 0 0 0-2.96 8.21c0 3.63 1.242 6.112 1.242 6.112l.021.046 7.799-9.34-6.07-5.068Z"},children:[]}]};export{e as fileGmaps};
@@ -0,0 +1,40 @@
1
+ declare const fileGsheets: {
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 40 40";
9
+ readonly "data-mrl-svg-name": "fileGsheets";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "path";
13
+ readonly type: "element";
14
+ readonly value: "";
15
+ readonly attributes: {
16
+ readonly fill: "#188038";
17
+ readonly d: "m24.167 1.667 9.166 9.166-4.583.834-4.583-.834-.834-4.583.834-4.583Z";
18
+ };
19
+ readonly children: readonly [];
20
+ }, {
21
+ readonly name: "path";
22
+ readonly type: "element";
23
+ readonly value: "";
24
+ readonly attributes: {
25
+ readonly fill: "#34A853";
26
+ readonly d: "M24.167 10.833V1.667h-15a2.5 2.5 0 0 0-2.5 2.5v31.666a2.5 2.5 0 0 0 2.5 2.5h21.666a2.5 2.5 0 0 0 2.5-2.5v-25h-9.166Z";
27
+ };
28
+ readonly children: readonly [];
29
+ }, {
30
+ readonly name: "path";
31
+ readonly type: "element";
32
+ readonly value: "";
33
+ readonly attributes: {
34
+ readonly fill: "#fff";
35
+ readonly d: "M11.667 15.833v12.084h16.666V15.833H11.667Zm7.291 10H13.75v-2.916h5.208v2.916Zm0-5H13.75v-2.916h5.208v2.916Zm7.292 5h-5.208v-2.916h5.208v2.916Zm0-5h-5.208v-2.916h5.208v2.916Z";
36
+ };
37
+ readonly children: readonly [];
38
+ }];
39
+ };
40
+ export { fileGsheets };
@@ -0,0 +1 @@
1
+ var e={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileGsheets"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#188038",d:"m24.167 1.667 9.166 9.166-4.583.834-4.583-.834-.834-4.583.834-4.583Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#34A853",d:"M24.167 10.833V1.667h-15a2.5 2.5 0 0 0-2.5 2.5v31.666a2.5 2.5 0 0 0 2.5 2.5h21.666a2.5 2.5 0 0 0 2.5-2.5v-25h-9.166Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M11.667 15.833v12.084h16.666V15.833H11.667Zm7.291 10H13.75v-2.916h5.208v2.916Zm0-5H13.75v-2.916h5.208v2.916Zm7.292 5h-5.208v-2.916h5.208v2.916Zm0-5h-5.208v-2.916h5.208v2.916Z"},children:[]}]};export{e as fileGsheets};
@@ -0,0 +1,40 @@
1
+ declare const fileGslides: {
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 40 40";
9
+ readonly "data-mrl-svg-name": "fileGslides";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "path";
13
+ readonly type: "element";
14
+ readonly value: "";
15
+ readonly attributes: {
16
+ readonly fill: "#F29900";
17
+ readonly d: "m24.167 1.667 9.166 9.166-4.583.834-4.583-.834-.834-4.166.834-5Z";
18
+ };
19
+ readonly children: readonly [];
20
+ }, {
21
+ readonly name: "path";
22
+ readonly type: "element";
23
+ readonly value: "";
24
+ readonly attributes: {
25
+ readonly fill: "#FBBC04";
26
+ readonly d: "M24.167 10.833V1.667h-15a2.5 2.5 0 0 0-2.5 2.5v31.666a2.5 2.5 0 0 0 2.5 2.5h21.666a2.5 2.5 0 0 0 2.5-2.5v-25h-9.166Z";
27
+ };
28
+ readonly children: readonly [];
29
+ }, {
30
+ readonly name: "path";
31
+ readonly type: "element";
32
+ readonly value: "";
33
+ readonly attributes: {
34
+ readonly fill: "#fff";
35
+ readonly d: "M11.667 15.833v11.25h16.666v-11.25H11.667ZM26.25 25h-12.5v-7.083h12.5V25Z";
36
+ };
37
+ readonly children: readonly [];
38
+ }];
39
+ };
40
+ export { fileGslides };
@@ -0,0 +1 @@
1
+ var e={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileGslides"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#F29900",d:"m24.167 1.667 9.166 9.166-4.583.834-4.583-.834-.834-4.166.834-5Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#FBBC04",d:"M24.167 10.833V1.667h-15a2.5 2.5 0 0 0-2.5 2.5v31.666a2.5 2.5 0 0 0 2.5 2.5h21.666a2.5 2.5 0 0 0 2.5-2.5v-25h-9.166Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M11.667 15.833v11.25h16.666v-11.25H11.667ZM26.25 25h-12.5v-7.083h12.5V25Z"},children:[]}]};export{e as fileGslides};
@@ -0,0 +1,22 @@
1
+ declare const fileLoom: {
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 40 40";
9
+ readonly "data-mrl-svg-name": "fileLoom";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "path";
13
+ readonly type: "element";
14
+ readonly value: "";
15
+ readonly attributes: {
16
+ readonly fill: "#625DF5";
17
+ readonly d: "M37.5 18.055H27.265l8.865-5.117-1.948-3.376-8.862 5.12 5.115-8.864-3.372-1.948-5.113 8.863V2.5h-3.9v10.235L12.935 3.87l-3.37 1.947 5.115 8.863-8.863-5.115-1.947 3.37 8.865 5.117H2.5v3.893h10.232L3.87 27.062l1.947 3.375 8.863-5.117-5.117 8.862 3.374 1.948 5.115-8.865V37.5h3.893V27.265l5.117 8.865 3.373-1.948-5.117-8.865 8.862 5.118 1.947-3.372-8.862-5.115h10.233l.002-3.893ZM20 25.295a5.315 5.315 0 1 1 0-10.63 5.315 5.315 0 0 1 0 10.63Z";
18
+ };
19
+ readonly children: readonly [];
20
+ }];
21
+ };
22
+ export { fileLoom };
@@ -0,0 +1 @@
1
+ var e={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileLoom"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#625DF5",d:"M37.5 18.055H27.265l8.865-5.117-1.948-3.376-8.862 5.12 5.115-8.864-3.372-1.948-5.113 8.863V2.5h-3.9v10.235L12.935 3.87l-3.37 1.947 5.115 8.863-8.863-5.115-1.947 3.37 8.865 5.117H2.5v3.893h10.232L3.87 27.062l1.947 3.375 8.863-5.117-5.117 8.862 3.374 1.948 5.115-8.865V37.5h3.893V27.265l5.117 8.865 3.373-1.948-5.117-8.865 8.862 5.118 1.947-3.372-8.862-5.115h10.233l.002-3.893ZM20 25.295a5.315 5.315 0 1 1 0-10.63 5.315 5.315 0 0 1 0 10.63Z"},children:[]}]};export{e as fileLoom};
@@ -0,0 +1,80 @@
1
+ declare const fileOnedrive: {
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 40 40";
9
+ readonly "data-mrl-svg-name": "fileOnedrive";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "g";
13
+ readonly type: "element";
14
+ readonly value: "";
15
+ readonly attributes: {
16
+ readonly "clip-path": "url(#onedrive-picto-path)";
17
+ };
18
+ readonly children: readonly [{
19
+ readonly name: "path";
20
+ readonly type: "element";
21
+ readonly value: "";
22
+ readonly attributes: {
23
+ readonly fill: "#0364B8";
24
+ readonly d: "M15.253 14.116v-.001l8.398 5.03 5.003-2.106a8.095 8.095 0 0 1 3.77-.644 12.502 12.502 0 0 0-22.552-3.767c.043 0 .085-.003.128-.003a9.952 9.952 0 0 1 5.253 1.491Z";
25
+ };
26
+ readonly children: readonly [];
27
+ }, {
28
+ readonly name: "path";
29
+ readonly type: "element";
30
+ readonly value: "";
31
+ readonly attributes: {
32
+ readonly fill: "#0078D4";
33
+ readonly d: "M15.253 14.115v.001A9.952 9.952 0 0 0 10 12.625c-.043 0-.085.003-.128.003a9.996 9.996 0 0 0-8.075 15.713l21.854-9.197-8.398-5.03Z";
34
+ };
35
+ readonly children: readonly [];
36
+ }, {
37
+ readonly name: "path";
38
+ readonly type: "element";
39
+ readonly value: "";
40
+ readonly attributes: {
41
+ readonly fill: "#1490DF";
42
+ readonly d: "M32.423 16.395a8.095 8.095 0 0 0-3.77.643l-5.002 2.107 15.377 9.21a8.126 8.126 0 0 0-6.605-11.96Z";
43
+ };
44
+ readonly children: readonly [];
45
+ }, {
46
+ readonly name: "path";
47
+ readonly type: "element";
48
+ readonly value: "";
49
+ readonly attributes: {
50
+ readonly fill: "#28A8EA";
51
+ readonly d: "M23.65 19.145 1.797 28.34A9.986 9.986 0 0 0 10 32.625h21.875a8.123 8.123 0 0 0 7.153-4.27l-15.377-9.21Z";
52
+ };
53
+ readonly children: readonly [];
54
+ }];
55
+ }, {
56
+ readonly name: "defs";
57
+ readonly type: "element";
58
+ readonly value: "";
59
+ readonly attributes: {};
60
+ readonly children: readonly [{
61
+ readonly name: "clipPath";
62
+ readonly type: "element";
63
+ readonly value: "";
64
+ readonly attributes: {
65
+ readonly id: "onedrive-picto-path";
66
+ };
67
+ readonly children: readonly [{
68
+ readonly name: "path";
69
+ readonly type: "element";
70
+ readonly value: "";
71
+ readonly attributes: {
72
+ readonly fill: "#fff";
73
+ readonly d: "M0 0h40v40H0z";
74
+ };
75
+ readonly children: readonly [];
76
+ }];
77
+ }];
78
+ }];
79
+ };
80
+ export { fileOnedrive };
@@ -0,0 +1 @@
1
+ var e={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileOnedrive"},children:[{name:"g",type:"element",value:"",attributes:{"clip-path":"url(#onedrive-picto-path)"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#0364B8",d:"M15.253 14.116v-.001l8.398 5.03 5.003-2.106a8.095 8.095 0 0 1 3.77-.644 12.502 12.502 0 0 0-22.552-3.767c.043 0 .085-.003.128-.003a9.952 9.952 0 0 1 5.253 1.491Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#0078D4",d:"M15.253 14.115v.001A9.952 9.952 0 0 0 10 12.625c-.043 0-.085.003-.128.003a9.996 9.996 0 0 0-8.075 15.713l21.854-9.197-8.398-5.03Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#1490DF",d:"M32.423 16.395a8.095 8.095 0 0 0-3.77.643l-5.002 2.107 15.377 9.21a8.126 8.126 0 0 0-6.605-11.96Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#28A8EA",d:"M23.65 19.145 1.797 28.34A9.986 9.986 0 0 0 10 32.625h21.875a8.123 8.123 0 0 0 7.153-4.27l-15.377-9.21Z"},children:[]}]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"clipPath",type:"element",value:"",attributes:{id:"onedrive-picto-path"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M0 0h40v40H0z"},children:[]}]}]}]};export{e as fileOnedrive};