@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
@@ -0,0 +1,60 @@
1
+ declare const fileGmaps: {
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 40 40";
10
+ readonly "data-mrl-svg-name": "fileGmaps";
11
+ };
12
+ readonly children: readonly [{
13
+ readonly name: "path";
14
+ readonly type: "element";
15
+ readonly value: "";
16
+ readonly attributes: {
17
+ readonly fill: "#FBBC04";
18
+ 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";
19
+ };
20
+ readonly children: readonly [];
21
+ }, {
22
+ readonly name: "path";
23
+ readonly type: "element";
24
+ readonly value: "";
25
+ readonly attributes: {
26
+ readonly fill: "#4285F4";
27
+ 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";
28
+ };
29
+ readonly children: readonly [];
30
+ }, {
31
+ readonly name: "path";
32
+ readonly type: "element";
33
+ readonly value: "";
34
+ readonly attributes: {
35
+ readonly fill: "#34A853";
36
+ 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";
37
+ };
38
+ readonly children: readonly [];
39
+ }, {
40
+ readonly name: "path";
41
+ readonly type: "element";
42
+ readonly value: "";
43
+ readonly attributes: {
44
+ readonly fill: "#1A73E8";
45
+ 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";
46
+ };
47
+ readonly children: readonly [];
48
+ }, {
49
+ readonly name: "path";
50
+ readonly type: "element";
51
+ readonly value: "";
52
+ readonly attributes: {
53
+ readonly fill: "#EA4335";
54
+ 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";
55
+ };
56
+ readonly children: readonly [];
57
+ }];
58
+ };
59
+ };
60
+ export { fileGmaps };
@@ -0,0 +1 @@
1
+ var e={default:{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,42 @@
1
+ declare const fileGsheets: {
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 40 40";
10
+ readonly "data-mrl-svg-name": "fileGsheets";
11
+ };
12
+ readonly children: readonly [{
13
+ readonly name: "path";
14
+ readonly type: "element";
15
+ readonly value: "";
16
+ readonly attributes: {
17
+ readonly fill: "#188038";
18
+ readonly d: "m24.167 1.667 9.166 9.166-4.583.834-4.583-.834-.834-4.583.834-4.583Z";
19
+ };
20
+ readonly children: readonly [];
21
+ }, {
22
+ readonly name: "path";
23
+ readonly type: "element";
24
+ readonly value: "";
25
+ readonly attributes: {
26
+ readonly fill: "#34A853";
27
+ 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";
28
+ };
29
+ readonly children: readonly [];
30
+ }, {
31
+ readonly name: "path";
32
+ readonly type: "element";
33
+ readonly value: "";
34
+ readonly attributes: {
35
+ readonly fill: "#fff";
36
+ 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";
37
+ };
38
+ readonly children: readonly [];
39
+ }];
40
+ };
41
+ };
42
+ export { fileGsheets };
@@ -0,0 +1 @@
1
+ var e={default:{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,42 @@
1
+ declare const fileGslides: {
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 40 40";
10
+ readonly "data-mrl-svg-name": "fileGslides";
11
+ };
12
+ readonly children: readonly [{
13
+ readonly name: "path";
14
+ readonly type: "element";
15
+ readonly value: "";
16
+ readonly attributes: {
17
+ readonly fill: "#F29900";
18
+ readonly d: "m24.167 1.667 9.166 9.166-4.583.834-4.583-.834-.834-4.166.834-5Z";
19
+ };
20
+ readonly children: readonly [];
21
+ }, {
22
+ readonly name: "path";
23
+ readonly type: "element";
24
+ readonly value: "";
25
+ readonly attributes: {
26
+ readonly fill: "#FBBC04";
27
+ 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";
28
+ };
29
+ readonly children: readonly [];
30
+ }, {
31
+ readonly name: "path";
32
+ readonly type: "element";
33
+ readonly value: "";
34
+ readonly attributes: {
35
+ readonly fill: "#fff";
36
+ readonly d: "M11.667 15.833v11.25h16.666v-11.25H11.667ZM26.25 25h-12.5v-7.083h12.5V25Z";
37
+ };
38
+ readonly children: readonly [];
39
+ }];
40
+ };
41
+ };
42
+ export { fileGslides };
@@ -0,0 +1 @@
1
+ var e={default:{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,24 @@
1
+ declare const fileLoom: {
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 40 40";
10
+ readonly "data-mrl-svg-name": "fileLoom";
11
+ };
12
+ readonly children: readonly [{
13
+ readonly name: "path";
14
+ readonly type: "element";
15
+ readonly value: "";
16
+ readonly attributes: {
17
+ readonly fill: "#625DF5";
18
+ 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";
19
+ };
20
+ readonly children: readonly [];
21
+ }];
22
+ };
23
+ };
24
+ export { fileLoom };
@@ -0,0 +1 @@
1
+ var e={default:{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,82 @@
1
+ declare const fileOnedrive: {
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 40 40";
10
+ readonly "data-mrl-svg-name": "fileOnedrive";
11
+ };
12
+ readonly children: readonly [{
13
+ readonly name: "g";
14
+ readonly type: "element";
15
+ readonly value: "";
16
+ readonly attributes: {
17
+ readonly "clip-path": "url(#onedrive-picto-path)";
18
+ };
19
+ readonly children: readonly [{
20
+ readonly name: "path";
21
+ readonly type: "element";
22
+ readonly value: "";
23
+ readonly attributes: {
24
+ readonly fill: "#0364B8";
25
+ 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";
26
+ };
27
+ readonly children: readonly [];
28
+ }, {
29
+ readonly name: "path";
30
+ readonly type: "element";
31
+ readonly value: "";
32
+ readonly attributes: {
33
+ readonly fill: "#0078D4";
34
+ 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";
35
+ };
36
+ readonly children: readonly [];
37
+ }, {
38
+ readonly name: "path";
39
+ readonly type: "element";
40
+ readonly value: "";
41
+ readonly attributes: {
42
+ readonly fill: "#1490DF";
43
+ 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";
44
+ };
45
+ readonly children: readonly [];
46
+ }, {
47
+ readonly name: "path";
48
+ readonly type: "element";
49
+ readonly value: "";
50
+ readonly attributes: {
51
+ readonly fill: "#28A8EA";
52
+ 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";
53
+ };
54
+ readonly children: readonly [];
55
+ }];
56
+ }, {
57
+ readonly name: "defs";
58
+ readonly type: "element";
59
+ readonly value: "";
60
+ readonly attributes: {};
61
+ readonly children: readonly [{
62
+ readonly name: "clipPath";
63
+ readonly type: "element";
64
+ readonly value: "";
65
+ readonly attributes: {
66
+ readonly id: "onedrive-picto-path";
67
+ };
68
+ readonly children: readonly [{
69
+ readonly name: "path";
70
+ readonly type: "element";
71
+ readonly value: "";
72
+ readonly attributes: {
73
+ readonly fill: "#fff";
74
+ readonly d: "M0 0h40v40H0z";
75
+ };
76
+ readonly children: readonly [];
77
+ }];
78
+ }];
79
+ }];
80
+ };
81
+ };
82
+ export { fileOnedrive };
@@ -0,0 +1 @@
1
+ var e={default:{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};
@@ -0,0 +1,130 @@
1
+ declare const fileSharepoint: {
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 40 40";
10
+ readonly "data-mrl-svg-name": "fileSharepoint";
11
+ };
12
+ readonly children: readonly [{
13
+ readonly name: "g";
14
+ readonly type: "element";
15
+ readonly value: "";
16
+ readonly attributes: {
17
+ readonly "clip-path": "url(#sharepoint-picto-path-a)";
18
+ };
19
+ readonly children: readonly [{
20
+ readonly name: "path";
21
+ readonly type: "element";
22
+ readonly value: "";
23
+ readonly attributes: {
24
+ readonly fill: "#036C70";
25
+ readonly d: "M20.465 22.786c6.165 0 11.163-4.998 11.163-11.163S26.63.46 20.465.46 9.302 5.458 9.302 11.623 14.3 22.786 20.465 22.786Z";
26
+ };
27
+ readonly children: readonly [];
28
+ }, {
29
+ readonly name: "path";
30
+ readonly type: "element";
31
+ readonly value: "";
32
+ readonly attributes: {
33
+ readonly fill: "#1A9BA1";
34
+ readonly d: "M29.767 32.088C35.42 32.088 40 27.507 40 21.855c0-5.65-4.581-10.232-10.233-10.232-5.65 0-10.232 4.581-10.232 10.232 0 5.652 4.581 10.233 10.232 10.233Z";
35
+ };
36
+ readonly children: readonly [];
37
+ }, {
38
+ readonly name: "path";
39
+ readonly type: "element";
40
+ readonly value: "";
41
+ readonly attributes: {
42
+ readonly fill: "#37C6D0";
43
+ readonly d: "M21.86 39.53a7.907 7.907 0 1 0 0-15.814 7.907 7.907 0 0 0 0 15.814Z";
44
+ };
45
+ readonly children: readonly [];
46
+ }, {
47
+ readonly name: "path";
48
+ readonly type: "element";
49
+ readonly value: "";
50
+ readonly attributes: {
51
+ readonly fill: "url(#sharepoint-picto-path-b)";
52
+ readonly d: "M1.705 9.762H18.76c.942 0 1.705.764 1.705 1.705v17.055c0 .942-.763 1.705-1.705 1.705H1.705A1.705 1.705 0 0 1 0 28.522V11.467c0-.941.763-1.705 1.705-1.705Z";
53
+ };
54
+ readonly children: readonly [];
55
+ }, {
56
+ readonly name: "path";
57
+ readonly type: "element";
58
+ readonly value: "";
59
+ readonly attributes: {
60
+ readonly fill: "#fff";
61
+ readonly d: "M7.616 19.787a3.147 3.147 0 0 1-.976-1.032 2.808 2.808 0 0 1-.34-1.411 2.715 2.715 0 0 1 .632-1.828c.45-.512 1.03-.89 1.68-1.096a7.097 7.097 0 0 1 2.295-.355 8.738 8.738 0 0 1 3.023.423v2.14a4.72 4.72 0 0 0-1.367-.559 6.659 6.659 0 0 0-1.6-.191 3.459 3.459 0 0 0-1.643.348c-.395.17-.65.558-.651.988a1 1 0 0 0 .279.699c.213.222.465.402.744.532.31.154.775.36 1.395.616.069.021.135.048.2.08.61.239 1.199.529 1.76.868.424.262.78.62 1.04 1.047a3.05 3.05 0 0 1 .372 1.582 2.942 2.942 0 0 1-.592 1.903 3.31 3.31 0 0 1-1.581 1.064 7.17 7.17 0 0 1-2.255.328c-.686.003-1.37-.053-2.047-.168a7.008 7.008 0 0 1-1.658-.487v-2.256a5.346 5.346 0 0 0 1.674.8 6.55 6.55 0 0 0 1.847.296c.58.036 1.16-.086 1.675-.356.36-.203.58-.59.571-1.003a1.07 1.07 0 0 0-.316-.769 3.186 3.186 0 0 0-.872-.607c-.372-.186-.92-.431-1.644-.736a9.343 9.343 0 0 1-1.645-.86Z";
62
+ };
63
+ readonly children: readonly [];
64
+ }];
65
+ }, {
66
+ readonly name: "defs";
67
+ readonly type: "element";
68
+ readonly value: "";
69
+ readonly attributes: {};
70
+ readonly children: readonly [{
71
+ readonly name: "linearGradient";
72
+ readonly type: "element";
73
+ readonly value: "";
74
+ readonly attributes: {
75
+ readonly id: "sharepoint-picto-path-b";
76
+ readonly x1: "6.949";
77
+ readonly x2: "32.141";
78
+ readonly y1: "-2.084";
79
+ readonly y2: "42.587";
80
+ readonly gradientUnits: "userSpaceOnUse";
81
+ };
82
+ readonly children: readonly [{
83
+ readonly name: "stop";
84
+ readonly type: "element";
85
+ readonly value: "";
86
+ readonly attributes: {
87
+ readonly "stop-color": "#058F92";
88
+ };
89
+ readonly children: readonly [];
90
+ }, {
91
+ readonly name: "stop";
92
+ readonly type: "element";
93
+ readonly value: "";
94
+ readonly attributes: {
95
+ readonly offset: ".5";
96
+ readonly "stop-color": "#038489";
97
+ };
98
+ readonly children: readonly [];
99
+ }, {
100
+ readonly name: "stop";
101
+ readonly type: "element";
102
+ readonly value: "";
103
+ readonly attributes: {
104
+ readonly offset: "1";
105
+ readonly "stop-color": "#026D71";
106
+ };
107
+ readonly children: readonly [];
108
+ }];
109
+ }, {
110
+ readonly name: "clipPath";
111
+ readonly type: "element";
112
+ readonly value: "";
113
+ readonly attributes: {
114
+ readonly id: "sharepoint-picto-path-a";
115
+ };
116
+ readonly children: readonly [{
117
+ readonly name: "path";
118
+ readonly type: "element";
119
+ readonly value: "";
120
+ readonly attributes: {
121
+ readonly fill: "#fff";
122
+ readonly d: "M0 0h40v40H0z";
123
+ };
124
+ readonly children: readonly [];
125
+ }];
126
+ }];
127
+ }];
128
+ };
129
+ };
130
+ export { fileSharepoint };
@@ -0,0 +1 @@
1
+ var e={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileSharepoint"},children:[{name:"g",type:"element",value:"",attributes:{"clip-path":"url(#sharepoint-picto-path-a)"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#036C70",d:"M20.465 22.786c6.165 0 11.163-4.998 11.163-11.163S26.63.46 20.465.46 9.302 5.458 9.302 11.623 14.3 22.786 20.465 22.786Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#1A9BA1",d:"M29.767 32.088C35.42 32.088 40 27.507 40 21.855c0-5.65-4.581-10.232-10.233-10.232-5.65 0-10.232 4.581-10.232 10.232 0 5.652 4.581 10.233 10.232 10.233Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#37C6D0",d:"M21.86 39.53a7.907 7.907 0 1 0 0-15.814 7.907 7.907 0 0 0 0 15.814Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"url(#sharepoint-picto-path-b)",d:"M1.705 9.762H18.76c.942 0 1.705.764 1.705 1.705v17.055c0 .942-.763 1.705-1.705 1.705H1.705A1.705 1.705 0 0 1 0 28.522V11.467c0-.941.763-1.705 1.705-1.705Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M7.616 19.787a3.147 3.147 0 0 1-.976-1.032 2.808 2.808 0 0 1-.34-1.411 2.715 2.715 0 0 1 .632-1.828c.45-.512 1.03-.89 1.68-1.096a7.097 7.097 0 0 1 2.295-.355 8.738 8.738 0 0 1 3.023.423v2.14a4.72 4.72 0 0 0-1.367-.559 6.659 6.659 0 0 0-1.6-.191 3.459 3.459 0 0 0-1.643.348c-.395.17-.65.558-.651.988a1 1 0 0 0 .279.699c.213.222.465.402.744.532.31.154.775.36 1.395.616.069.021.135.048.2.08.61.239 1.199.529 1.76.868.424.262.78.62 1.04 1.047a3.05 3.05 0 0 1 .372 1.582 2.942 2.942 0 0 1-.592 1.903 3.31 3.31 0 0 1-1.581 1.064 7.17 7.17 0 0 1-2.255.328c-.686.003-1.37-.053-2.047-.168a7.008 7.008 0 0 1-1.658-.487v-2.256a5.346 5.346 0 0 0 1.674.8 6.55 6.55 0 0 0 1.847.296c.58.036 1.16-.086 1.675-.356.36-.203.58-.59.571-1.003a1.07 1.07 0 0 0-.316-.769 3.186 3.186 0 0 0-.872-.607c-.372-.186-.92-.431-1.644-.736a9.343 9.343 0 0 1-1.645-.86Z"},children:[]}]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"linearGradient",type:"element",value:"",attributes:{id:"sharepoint-picto-path-b",x1:"6.949",x2:"32.141",y1:"-2.084",y2:"42.587",gradientUnits:"userSpaceOnUse"},children:[{name:"stop",type:"element",value:"",attributes:{"stop-color":"#058F92"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:".5","stop-color":"#038489"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:"1","stop-color":"#026D71"},children:[]}]},{name:"clipPath",type:"element",value:"",attributes:{id:"sharepoint-picto-path-a"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M0 0h40v40H0z"},children:[]}]}]}]}};export{e as fileSharepoint};
@@ -0,0 +1,42 @@
1
+ declare const fileStream: {
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 40 40";
10
+ readonly "data-mrl-svg-name": "fileStream";
11
+ };
12
+ readonly children: readonly [{
13
+ readonly name: "path";
14
+ readonly type: "element";
15
+ readonly value: "";
16
+ readonly attributes: {
17
+ readonly fill: "#AA2C6C";
18
+ readonly d: "M9.156 20v14.561c0 2.987 3.224 4.785 5.664 3.159l21.843-14.561c1.113-.743 1.67-1.95 1.67-3.158H9.156Z";
19
+ };
20
+ readonly children: readonly [];
21
+ }, {
22
+ readonly name: "path";
23
+ readonly type: "element";
24
+ readonly value: "";
25
+ readonly attributes: {
26
+ readonly fill: "#E65AA0";
27
+ readonly d: "M14.807 2.271c-2.438-1.61-5.651.186-5.651 3.168V20h29.177c0-1.204-.552-2.407-1.657-3.15l-.013-.01L14.82 2.282l-.014-.01Z";
28
+ };
29
+ readonly children: readonly [];
30
+ }, {
31
+ readonly name: "path";
32
+ readonly type: "element";
33
+ readonly value: "";
34
+ readonly attributes: {
35
+ readonly fill: "#F37FBC";
36
+ readonly d: "M1.667 11.27c0-1.517 1.659-2.411 2.875-1.55l12.32 8.73c1.057.75 1.057 2.352 0 3.1l-12.32 8.73c-1.216.862-2.875-.032-2.875-1.55V11.27Z";
37
+ };
38
+ readonly children: readonly [];
39
+ }];
40
+ };
41
+ };
42
+ export { fileStream };
@@ -0,0 +1 @@
1
+ var e={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileStream"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#AA2C6C",d:"M9.156 20v14.561c0 2.987 3.224 4.785 5.664 3.159l21.843-14.561c1.113-.743 1.67-1.95 1.67-3.158H9.156Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#E65AA0",d:"M14.807 2.271c-2.438-1.61-5.651.186-5.651 3.168V20h29.177c0-1.204-.552-2.407-1.657-3.15l-.013-.01L14.82 2.282l-.014-.01Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#F37FBC",d:"M1.667 11.27c0-1.517 1.659-2.411 2.875-1.55l12.32 8.73c1.057.75 1.057 2.352 0 3.1l-12.32 8.73c-1.216.862-2.875-.032-2.875-1.55V11.27Z"},children:[]}]}};export{e as fileStream};
@@ -35,11 +35,22 @@ export { colorPicker } from './colorPicker';
35
35
  export { colorTransparent } from './colorTransparent';
36
36
  export { customColors } from './customColors';
37
37
  export { fileDoc } from './fileDoc';
38
+ export { fileGdoc } from './fileGdoc';
38
39
  export { fileGeneric } from './fileGeneric';
40
+ export { fileGforms } from './fileGforms';
41
+ export { fileGmaps } from './fileGmaps';
42
+ export { fileGsheets } from './fileGsheets';
43
+ export { fileGslides } from './fileGslides';
44
+ export { fileLoom } from './fileLoom';
45
+ export { fileOnedrive } from './fileOnedrive';
39
46
  export { filePdf } from './filePdf';
40
47
  export { filePpt } from './filePpt';
48
+ export { fileSharepoint } from './fileSharepoint';
49
+ export { fileStream } from './fileStream';
41
50
  export { fileTxt } from './fileTxt';
42
51
  export { fileXls } from './fileXls';
43
52
  export { fileZip } from './fileZip';
44
53
  export { logoGoogle } from './logoGoogle';
45
54
  export { logoMicrosoft } from './logoMicrosoft';
55
+ export { logoVimeo } from './logoVimeo';
56
+ export { logoYoutube } from './logoYoutube';