@muraldevkit/ds-pictograms 1.0.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 (668) hide show
  1. package/README.md +48 -0
  2. package/dist/cjs/brandSymbol.d.ts +265 -0
  3. package/dist/cjs/brandSymbol.js +1 -0
  4. package/dist/cjs/brandWordmark.d.ts +189 -0
  5. package/dist/cjs/brandWordmark.js +1 -0
  6. package/dist/cjs/checkboxCustom.d.ts +48 -0
  7. package/dist/cjs/checkboxCustom.js +4 -0
  8. package/dist/cjs/classic/brandSymbol.d.ts +132 -0
  9. package/dist/cjs/classic/brandSymbol.js +1 -0
  10. package/dist/cjs/classic/brandWordmark.d.ts +94 -0
  11. package/dist/cjs/classic/brandWordmark.js +1 -0
  12. package/dist/cjs/classic/drawEraser.d.ts +21 -0
  13. package/dist/cjs/classic/drawEraser.js +1 -0
  14. package/dist/cjs/classic/drawStrokeFine.d.ts +21 -0
  15. package/dist/cjs/classic/drawStrokeFine.js +1 -0
  16. package/dist/cjs/classic/drawStrokeHighlighter.d.ts +21 -0
  17. package/dist/cjs/classic/drawStrokeHighlighter.js +1 -0
  18. package/dist/cjs/classic/drawStrokeMedium.d.ts +21 -0
  19. package/dist/cjs/classic/drawStrokeMedium.js +1 -0
  20. package/dist/cjs/classic/drawStrokeUltraFine.d.ts +21 -0
  21. package/dist/cjs/classic/drawStrokeUltraFine.js +1 -0
  22. package/dist/cjs/classic/drawWeight10.d.ts +43 -0
  23. package/dist/cjs/classic/drawWeight10.js +3 -0
  24. package/dist/cjs/classic/drawWeight100.d.ts +43 -0
  25. package/dist/cjs/classic/drawWeight100.js +3 -0
  26. package/dist/cjs/classic/drawWeight20.d.ts +74 -0
  27. package/dist/cjs/classic/drawWeight20.js +3 -0
  28. package/dist/cjs/classic/drawWeight30.d.ts +43 -0
  29. package/dist/cjs/classic/drawWeight30.js +3 -0
  30. package/dist/cjs/classic/drawWeight40.d.ts +43 -0
  31. package/dist/cjs/classic/drawWeight40.js +3 -0
  32. package/dist/cjs/classic/drawWeight50.d.ts +43 -0
  33. package/dist/cjs/classic/drawWeight50.js +3 -0
  34. package/dist/cjs/classic/drawWeight60.d.ts +43 -0
  35. package/dist/cjs/classic/drawWeight60.js +3 -0
  36. package/dist/cjs/classic/drawWeight70.d.ts +43 -0
  37. package/dist/cjs/classic/drawWeight70.js +3 -0
  38. package/dist/cjs/classic/drawWeight80.d.ts +43 -0
  39. package/dist/cjs/classic/drawWeight80.js +3 -0
  40. package/dist/cjs/classic/drawWeight90.d.ts +43 -0
  41. package/dist/cjs/classic/drawWeight90.js +3 -0
  42. package/dist/cjs/classic/index.d.ts +26 -0
  43. package/dist/cjs/classic/index.js +1 -0
  44. package/dist/cjs/classic/logoGmail.d.ts +151 -0
  45. package/dist/cjs/classic/logoGmail.js +8 -0
  46. package/dist/cjs/classic/logoSlackColor.d.ts +229 -0
  47. package/dist/cjs/classic/logoSlackColor.js +11 -0
  48. package/dist/cjs/classic/sticky.d.ts +47 -0
  49. package/dist/cjs/classic/sticky.js +8 -0
  50. package/dist/cjs/classic/stickyRectangle.d.ts +61 -0
  51. package/dist/cjs/classic/stickyRectangle.js +8 -0
  52. package/dist/cjs/classic/stickyRound.d.ts +60 -0
  53. package/dist/cjs/classic/stickyRound.js +8 -0
  54. package/dist/cjs/classic/stickyRounded.d.ts +61 -0
  55. package/dist/cjs/classic/stickyRounded.js +8 -0
  56. package/dist/cjs/classic/voteAdd.d.ts +59 -0
  57. package/dist/cjs/classic/voteAdd.js +5 -0
  58. package/dist/cjs/classic/voteAnonymous.d.ts +68 -0
  59. package/dist/cjs/classic/voteAnonymous.js +5 -0
  60. package/dist/cjs/classic/voteRemove.d.ts +59 -0
  61. package/dist/cjs/classic/voteRemove.js +5 -0
  62. package/dist/cjs/colorBorder.d.ts +49 -0
  63. package/dist/cjs/colorBorder.js +3 -0
  64. package/dist/cjs/colorBorderMixed.d.ts +57 -0
  65. package/dist/cjs/colorBorderMixed.js +1 -0
  66. package/dist/cjs/colorBorderNone.d.ts +35 -0
  67. package/dist/cjs/colorBorderNone.js +1 -0
  68. package/dist/cjs/colorFill.d.ts +47 -0
  69. package/dist/cjs/colorFill.js +3 -0
  70. package/dist/cjs/colorFillMixed.d.ts +51 -0
  71. package/dist/cjs/colorFillMixed.js +1 -0
  72. package/dist/cjs/colorFillNone.d.ts +35 -0
  73. package/dist/cjs/colorFillNone.js +1 -0
  74. package/dist/cjs/colorPicker.d.ts +47 -0
  75. package/dist/cjs/colorPicker.js +3 -0
  76. package/dist/cjs/colorTransparent.d.ts +58 -0
  77. package/dist/cjs/colorTransparent.js +11 -0
  78. package/dist/cjs/customColors.d.ts +123 -0
  79. package/dist/cjs/customColors.js +1 -0
  80. package/dist/cjs/default/brandSymbol.d.ts +132 -0
  81. package/dist/cjs/default/brandSymbol.js +1 -0
  82. package/dist/cjs/default/brandWordmark.d.ts +94 -0
  83. package/dist/cjs/default/brandWordmark.js +1 -0
  84. package/dist/cjs/default/checkboxCustom.d.ts +46 -0
  85. package/dist/cjs/default/checkboxCustom.js +4 -0
  86. package/dist/cjs/default/colorBorder.d.ts +47 -0
  87. package/dist/cjs/default/colorBorder.js +3 -0
  88. package/dist/cjs/default/colorBorderMixed.d.ts +55 -0
  89. package/dist/cjs/default/colorBorderMixed.js +1 -0
  90. package/dist/cjs/default/colorBorderNone.d.ts +33 -0
  91. package/dist/cjs/default/colorBorderNone.js +1 -0
  92. package/dist/cjs/default/colorFill.d.ts +45 -0
  93. package/dist/cjs/default/colorFill.js +3 -0
  94. package/dist/cjs/default/colorFillMixed.d.ts +49 -0
  95. package/dist/cjs/default/colorFillMixed.js +1 -0
  96. package/dist/cjs/default/colorFillNone.d.ts +33 -0
  97. package/dist/cjs/default/colorFillNone.js +1 -0
  98. package/dist/cjs/default/colorPicker.d.ts +45 -0
  99. package/dist/cjs/default/colorPicker.js +3 -0
  100. package/dist/cjs/default/colorTransparent.d.ts +56 -0
  101. package/dist/cjs/default/colorTransparent.js +11 -0
  102. package/dist/cjs/default/customColors.d.ts +121 -0
  103. package/dist/cjs/default/customColors.js +1 -0
  104. package/dist/cjs/default/drawEraser.d.ts +54 -0
  105. package/dist/cjs/default/drawEraser.js +5 -0
  106. package/dist/cjs/default/drawStrokeFine.d.ts +83 -0
  107. package/dist/cjs/default/drawStrokeFine.js +4 -0
  108. package/dist/cjs/default/drawStrokeHighlighter.d.ts +53 -0
  109. package/dist/cjs/default/drawStrokeHighlighter.js +4 -0
  110. package/dist/cjs/default/drawStrokeMedium.d.ts +83 -0
  111. package/dist/cjs/default/drawStrokeMedium.js +4 -0
  112. package/dist/cjs/default/drawStrokeUltraFine.d.ts +85 -0
  113. package/dist/cjs/default/drawStrokeUltraFine.js +4 -0
  114. package/dist/cjs/default/drawWeight10.d.ts +52 -0
  115. package/dist/cjs/default/drawWeight10.js +3 -0
  116. package/dist/cjs/default/drawWeight100.d.ts +44 -0
  117. package/dist/cjs/default/drawWeight100.js +3 -0
  118. package/dist/cjs/default/drawWeight20.d.ts +44 -0
  119. package/dist/cjs/default/drawWeight20.js +3 -0
  120. package/dist/cjs/default/drawWeight30.d.ts +44 -0
  121. package/dist/cjs/default/drawWeight30.js +3 -0
  122. package/dist/cjs/default/drawWeight40.d.ts +44 -0
  123. package/dist/cjs/default/drawWeight40.js +3 -0
  124. package/dist/cjs/default/drawWeight50.d.ts +44 -0
  125. package/dist/cjs/default/drawWeight50.js +3 -0
  126. package/dist/cjs/default/drawWeight60.d.ts +44 -0
  127. package/dist/cjs/default/drawWeight60.js +3 -0
  128. package/dist/cjs/default/drawWeight70.d.ts +44 -0
  129. package/dist/cjs/default/drawWeight70.js +3 -0
  130. package/dist/cjs/default/drawWeight80.d.ts +44 -0
  131. package/dist/cjs/default/drawWeight80.js +3 -0
  132. package/dist/cjs/default/drawWeight90.d.ts +44 -0
  133. package/dist/cjs/default/drawWeight90.js +3 -0
  134. package/dist/cjs/default/fileDoc.d.ts +223 -0
  135. package/dist/cjs/default/fileDoc.js +1 -0
  136. package/dist/cjs/default/fileGeneric.d.ts +41 -0
  137. package/dist/cjs/default/fileGeneric.js +1 -0
  138. package/dist/cjs/default/filePdf.d.ts +41 -0
  139. package/dist/cjs/default/filePdf.js +1 -0
  140. package/dist/cjs/default/filePpt.d.ts +58 -0
  141. package/dist/cjs/default/filePpt.js +1 -0
  142. package/dist/cjs/default/fileTxt.d.ts +41 -0
  143. package/dist/cjs/default/fileTxt.js +1 -0
  144. package/dist/cjs/default/fileXls.d.ts +103 -0
  145. package/dist/cjs/default/fileXls.js +1 -0
  146. package/dist/cjs/default/fileZip.d.ts +41 -0
  147. package/dist/cjs/default/fileZip.js +1 -0
  148. package/dist/cjs/default/index.d.ts +45 -0
  149. package/dist/cjs/default/index.js +1 -0
  150. package/dist/cjs/default/logoGmail.d.ts +151 -0
  151. package/dist/cjs/default/logoGmail.js +8 -0
  152. package/dist/cjs/default/logoGoogle.d.ts +49 -0
  153. package/dist/cjs/default/logoGoogle.js +1 -0
  154. package/dist/cjs/default/logoMicrosoft.d.ts +49 -0
  155. package/dist/cjs/default/logoMicrosoft.js +1 -0
  156. package/dist/cjs/default/logoSlackColor.d.ts +229 -0
  157. package/dist/cjs/default/logoSlackColor.js +11 -0
  158. package/dist/cjs/default/sticky.d.ts +47 -0
  159. package/dist/cjs/default/sticky.js +8 -0
  160. package/dist/cjs/default/stickyRectangle.d.ts +61 -0
  161. package/dist/cjs/default/stickyRectangle.js +8 -0
  162. package/dist/cjs/default/stickyRound.d.ts +60 -0
  163. package/dist/cjs/default/stickyRound.js +8 -0
  164. package/dist/cjs/default/stickyRounded.d.ts +61 -0
  165. package/dist/cjs/default/stickyRounded.js +8 -0
  166. package/dist/cjs/default/voteAdd.d.ts +59 -0
  167. package/dist/cjs/default/voteAdd.js +5 -0
  168. package/dist/cjs/default/voteAnonymous.d.ts +68 -0
  169. package/dist/cjs/default/voteAnonymous.js +5 -0
  170. package/dist/cjs/default/voteRemove.d.ts +59 -0
  171. package/dist/cjs/default/voteRemove.js +5 -0
  172. package/dist/cjs/drawEraser.d.ts +76 -0
  173. package/dist/cjs/drawEraser.js +5 -0
  174. package/dist/cjs/drawStrokeFine.d.ts +105 -0
  175. package/dist/cjs/drawStrokeFine.js +4 -0
  176. package/dist/cjs/drawStrokeHighlighter.d.ts +75 -0
  177. package/dist/cjs/drawStrokeHighlighter.js +4 -0
  178. package/dist/cjs/drawStrokeMedium.d.ts +105 -0
  179. package/dist/cjs/drawStrokeMedium.js +4 -0
  180. package/dist/cjs/drawStrokeUltraFine.d.ts +107 -0
  181. package/dist/cjs/drawStrokeUltraFine.js +4 -0
  182. package/dist/cjs/drawWeight10.d.ts +96 -0
  183. package/dist/cjs/drawWeight10.js +5 -0
  184. package/dist/cjs/drawWeight100.d.ts +88 -0
  185. package/dist/cjs/drawWeight100.js +5 -0
  186. package/dist/cjs/drawWeight20.d.ts +119 -0
  187. package/dist/cjs/drawWeight20.js +5 -0
  188. package/dist/cjs/drawWeight30.d.ts +88 -0
  189. package/dist/cjs/drawWeight30.js +5 -0
  190. package/dist/cjs/drawWeight40.d.ts +88 -0
  191. package/dist/cjs/drawWeight40.js +5 -0
  192. package/dist/cjs/drawWeight50.d.ts +88 -0
  193. package/dist/cjs/drawWeight50.js +5 -0
  194. package/dist/cjs/drawWeight60.d.ts +88 -0
  195. package/dist/cjs/drawWeight60.js +5 -0
  196. package/dist/cjs/drawWeight70.d.ts +88 -0
  197. package/dist/cjs/drawWeight70.js +5 -0
  198. package/dist/cjs/drawWeight80.d.ts +88 -0
  199. package/dist/cjs/drawWeight80.js +5 -0
  200. package/dist/cjs/drawWeight90.d.ts +88 -0
  201. package/dist/cjs/drawWeight90.js +5 -0
  202. package/dist/cjs/fileDoc.d.ts +225 -0
  203. package/dist/cjs/fileDoc.js +1 -0
  204. package/dist/cjs/fileGeneric.d.ts +43 -0
  205. package/dist/cjs/fileGeneric.js +1 -0
  206. package/dist/cjs/filePdf.d.ts +43 -0
  207. package/dist/cjs/filePdf.js +1 -0
  208. package/dist/cjs/filePpt.d.ts +60 -0
  209. package/dist/cjs/filePpt.js +1 -0
  210. package/dist/cjs/fileTxt.d.ts +43 -0
  211. package/dist/cjs/fileTxt.js +1 -0
  212. package/dist/cjs/fileXls.d.ts +105 -0
  213. package/dist/cjs/fileXls.js +1 -0
  214. package/dist/cjs/fileZip.d.ts +43 -0
  215. package/dist/cjs/fileZip.js +1 -0
  216. package/dist/cjs/index.d.ts +45 -0
  217. package/dist/cjs/index.js +1 -0
  218. package/dist/cjs/logoGmail.d.ts +303 -0
  219. package/dist/cjs/logoGmail.js +15 -0
  220. package/dist/cjs/logoGoogle.d.ts +51 -0
  221. package/dist/cjs/logoGoogle.js +1 -0
  222. package/dist/cjs/logoMicrosoft.d.ts +51 -0
  223. package/dist/cjs/logoMicrosoft.js +1 -0
  224. package/dist/cjs/logoSlackColor.d.ts +459 -0
  225. package/dist/cjs/logoSlackColor.js +21 -0
  226. package/dist/cjs/sticky.d.ts +95 -0
  227. package/dist/cjs/sticky.js +15 -0
  228. package/dist/cjs/stickyRectangle.d.ts +123 -0
  229. package/dist/cjs/stickyRectangle.js +15 -0
  230. package/dist/cjs/stickyRound.d.ts +121 -0
  231. package/dist/cjs/stickyRound.js +15 -0
  232. package/dist/cjs/stickyRounded.d.ts +123 -0
  233. package/dist/cjs/stickyRounded.js +15 -0
  234. package/dist/cjs/voteAdd.d.ts +119 -0
  235. package/dist/cjs/voteAdd.js +9 -0
  236. package/dist/cjs/voteAnonymous.d.ts +137 -0
  237. package/dist/cjs/voteAnonymous.js +9 -0
  238. package/dist/cjs/voteRemove.d.ts +119 -0
  239. package/dist/cjs/voteRemove.js +9 -0
  240. package/dist/esm/brandSymbol.d.ts +265 -0
  241. package/dist/esm/brandSymbol.js +1 -0
  242. package/dist/esm/brandWordmark.d.ts +189 -0
  243. package/dist/esm/brandWordmark.js +1 -0
  244. package/dist/esm/checkboxCustom.d.ts +48 -0
  245. package/dist/esm/checkboxCustom.js +4 -0
  246. package/dist/esm/classic/brandSymbol.d.ts +132 -0
  247. package/dist/esm/classic/brandSymbol.js +1 -0
  248. package/dist/esm/classic/brandWordmark.d.ts +94 -0
  249. package/dist/esm/classic/brandWordmark.js +1 -0
  250. package/dist/esm/classic/drawEraser.d.ts +21 -0
  251. package/dist/esm/classic/drawEraser.js +1 -0
  252. package/dist/esm/classic/drawStrokeFine.d.ts +21 -0
  253. package/dist/esm/classic/drawStrokeFine.js +1 -0
  254. package/dist/esm/classic/drawStrokeHighlighter.d.ts +21 -0
  255. package/dist/esm/classic/drawStrokeHighlighter.js +1 -0
  256. package/dist/esm/classic/drawStrokeMedium.d.ts +21 -0
  257. package/dist/esm/classic/drawStrokeMedium.js +1 -0
  258. package/dist/esm/classic/drawStrokeUltraFine.d.ts +21 -0
  259. package/dist/esm/classic/drawStrokeUltraFine.js +1 -0
  260. package/dist/esm/classic/drawWeight10.d.ts +43 -0
  261. package/dist/esm/classic/drawWeight10.js +3 -0
  262. package/dist/esm/classic/drawWeight100.d.ts +43 -0
  263. package/dist/esm/classic/drawWeight100.js +3 -0
  264. package/dist/esm/classic/drawWeight20.d.ts +74 -0
  265. package/dist/esm/classic/drawWeight20.js +3 -0
  266. package/dist/esm/classic/drawWeight30.d.ts +43 -0
  267. package/dist/esm/classic/drawWeight30.js +3 -0
  268. package/dist/esm/classic/drawWeight40.d.ts +43 -0
  269. package/dist/esm/classic/drawWeight40.js +3 -0
  270. package/dist/esm/classic/drawWeight50.d.ts +43 -0
  271. package/dist/esm/classic/drawWeight50.js +3 -0
  272. package/dist/esm/classic/drawWeight60.d.ts +43 -0
  273. package/dist/esm/classic/drawWeight60.js +3 -0
  274. package/dist/esm/classic/drawWeight70.d.ts +43 -0
  275. package/dist/esm/classic/drawWeight70.js +3 -0
  276. package/dist/esm/classic/drawWeight80.d.ts +43 -0
  277. package/dist/esm/classic/drawWeight80.js +3 -0
  278. package/dist/esm/classic/drawWeight90.d.ts +43 -0
  279. package/dist/esm/classic/drawWeight90.js +3 -0
  280. package/dist/esm/classic/index.d.ts +26 -0
  281. package/dist/esm/classic/index.js +78 -0
  282. package/dist/esm/classic/logoGmail.d.ts +151 -0
  283. package/dist/esm/classic/logoGmail.js +8 -0
  284. package/dist/esm/classic/logoSlackColor.d.ts +229 -0
  285. package/dist/esm/classic/logoSlackColor.js +11 -0
  286. package/dist/esm/classic/sticky.d.ts +47 -0
  287. package/dist/esm/classic/sticky.js +8 -0
  288. package/dist/esm/classic/stickyRectangle.d.ts +61 -0
  289. package/dist/esm/classic/stickyRectangle.js +8 -0
  290. package/dist/esm/classic/stickyRound.d.ts +60 -0
  291. package/dist/esm/classic/stickyRound.js +8 -0
  292. package/dist/esm/classic/stickyRounded.d.ts +61 -0
  293. package/dist/esm/classic/stickyRounded.js +8 -0
  294. package/dist/esm/classic/voteAdd.d.ts +59 -0
  295. package/dist/esm/classic/voteAdd.js +5 -0
  296. package/dist/esm/classic/voteAnonymous.d.ts +68 -0
  297. package/dist/esm/classic/voteAnonymous.js +5 -0
  298. package/dist/esm/classic/voteRemove.d.ts +59 -0
  299. package/dist/esm/classic/voteRemove.js +5 -0
  300. package/dist/esm/colorBorder.d.ts +49 -0
  301. package/dist/esm/colorBorder.js +3 -0
  302. package/dist/esm/colorBorderMixed.d.ts +57 -0
  303. package/dist/esm/colorBorderMixed.js +1 -0
  304. package/dist/esm/colorBorderNone.d.ts +35 -0
  305. package/dist/esm/colorBorderNone.js +1 -0
  306. package/dist/esm/colorFill.d.ts +47 -0
  307. package/dist/esm/colorFill.js +3 -0
  308. package/dist/esm/colorFillMixed.d.ts +51 -0
  309. package/dist/esm/colorFillMixed.js +1 -0
  310. package/dist/esm/colorFillNone.d.ts +35 -0
  311. package/dist/esm/colorFillNone.js +1 -0
  312. package/dist/esm/colorPicker.d.ts +47 -0
  313. package/dist/esm/colorPicker.js +3 -0
  314. package/dist/esm/colorTransparent.d.ts +58 -0
  315. package/dist/esm/colorTransparent.js +11 -0
  316. package/dist/esm/customColors.d.ts +123 -0
  317. package/dist/esm/customColors.js +1 -0
  318. package/dist/esm/default/brandSymbol.d.ts +132 -0
  319. package/dist/esm/default/brandSymbol.js +1 -0
  320. package/dist/esm/default/brandWordmark.d.ts +94 -0
  321. package/dist/esm/default/brandWordmark.js +1 -0
  322. package/dist/esm/default/checkboxCustom.d.ts +46 -0
  323. package/dist/esm/default/checkboxCustom.js +4 -0
  324. package/dist/esm/default/colorBorder.d.ts +47 -0
  325. package/dist/esm/default/colorBorder.js +3 -0
  326. package/dist/esm/default/colorBorderMixed.d.ts +55 -0
  327. package/dist/esm/default/colorBorderMixed.js +1 -0
  328. package/dist/esm/default/colorBorderNone.d.ts +33 -0
  329. package/dist/esm/default/colorBorderNone.js +1 -0
  330. package/dist/esm/default/colorFill.d.ts +45 -0
  331. package/dist/esm/default/colorFill.js +3 -0
  332. package/dist/esm/default/colorFillMixed.d.ts +49 -0
  333. package/dist/esm/default/colorFillMixed.js +1 -0
  334. package/dist/esm/default/colorFillNone.d.ts +33 -0
  335. package/dist/esm/default/colorFillNone.js +1 -0
  336. package/dist/esm/default/colorPicker.d.ts +45 -0
  337. package/dist/esm/default/colorPicker.js +3 -0
  338. package/dist/esm/default/colorTransparent.d.ts +56 -0
  339. package/dist/esm/default/colorTransparent.js +11 -0
  340. package/dist/esm/default/customColors.d.ts +121 -0
  341. package/dist/esm/default/customColors.js +1 -0
  342. package/dist/esm/default/drawEraser.d.ts +54 -0
  343. package/dist/esm/default/drawEraser.js +5 -0
  344. package/dist/esm/default/drawStrokeFine.d.ts +83 -0
  345. package/dist/esm/default/drawStrokeFine.js +4 -0
  346. package/dist/esm/default/drawStrokeHighlighter.d.ts +53 -0
  347. package/dist/esm/default/drawStrokeHighlighter.js +4 -0
  348. package/dist/esm/default/drawStrokeMedium.d.ts +83 -0
  349. package/dist/esm/default/drawStrokeMedium.js +4 -0
  350. package/dist/esm/default/drawStrokeUltraFine.d.ts +85 -0
  351. package/dist/esm/default/drawStrokeUltraFine.js +4 -0
  352. package/dist/esm/default/drawWeight10.d.ts +52 -0
  353. package/dist/esm/default/drawWeight10.js +3 -0
  354. package/dist/esm/default/drawWeight100.d.ts +44 -0
  355. package/dist/esm/default/drawWeight100.js +3 -0
  356. package/dist/esm/default/drawWeight20.d.ts +44 -0
  357. package/dist/esm/default/drawWeight20.js +3 -0
  358. package/dist/esm/default/drawWeight30.d.ts +44 -0
  359. package/dist/esm/default/drawWeight30.js +3 -0
  360. package/dist/esm/default/drawWeight40.d.ts +44 -0
  361. package/dist/esm/default/drawWeight40.js +3 -0
  362. package/dist/esm/default/drawWeight50.d.ts +44 -0
  363. package/dist/esm/default/drawWeight50.js +3 -0
  364. package/dist/esm/default/drawWeight60.d.ts +44 -0
  365. package/dist/esm/default/drawWeight60.js +3 -0
  366. package/dist/esm/default/drawWeight70.d.ts +44 -0
  367. package/dist/esm/default/drawWeight70.js +3 -0
  368. package/dist/esm/default/drawWeight80.d.ts +44 -0
  369. package/dist/esm/default/drawWeight80.js +3 -0
  370. package/dist/esm/default/drawWeight90.d.ts +44 -0
  371. package/dist/esm/default/drawWeight90.js +3 -0
  372. package/dist/esm/default/fileDoc.d.ts +223 -0
  373. package/dist/esm/default/fileDoc.js +1 -0
  374. package/dist/esm/default/fileGeneric.d.ts +41 -0
  375. package/dist/esm/default/fileGeneric.js +1 -0
  376. package/dist/esm/default/filePdf.d.ts +41 -0
  377. package/dist/esm/default/filePdf.js +1 -0
  378. package/dist/esm/default/filePpt.d.ts +58 -0
  379. package/dist/esm/default/filePpt.js +1 -0
  380. package/dist/esm/default/fileTxt.d.ts +41 -0
  381. package/dist/esm/default/fileTxt.js +1 -0
  382. package/dist/esm/default/fileXls.d.ts +103 -0
  383. package/dist/esm/default/fileXls.js +1 -0
  384. package/dist/esm/default/fileZip.d.ts +41 -0
  385. package/dist/esm/default/fileZip.js +1 -0
  386. package/dist/esm/default/index.d.ts +45 -0
  387. package/dist/esm/default/index.js +113 -0
  388. package/dist/esm/default/logoGmail.d.ts +151 -0
  389. package/dist/esm/default/logoGmail.js +8 -0
  390. package/dist/esm/default/logoGoogle.d.ts +49 -0
  391. package/dist/esm/default/logoGoogle.js +1 -0
  392. package/dist/esm/default/logoMicrosoft.d.ts +49 -0
  393. package/dist/esm/default/logoMicrosoft.js +1 -0
  394. package/dist/esm/default/logoSlackColor.d.ts +229 -0
  395. package/dist/esm/default/logoSlackColor.js +11 -0
  396. package/dist/esm/default/sticky.d.ts +47 -0
  397. package/dist/esm/default/sticky.js +8 -0
  398. package/dist/esm/default/stickyRectangle.d.ts +61 -0
  399. package/dist/esm/default/stickyRectangle.js +8 -0
  400. package/dist/esm/default/stickyRound.d.ts +60 -0
  401. package/dist/esm/default/stickyRound.js +8 -0
  402. package/dist/esm/default/stickyRounded.d.ts +61 -0
  403. package/dist/esm/default/stickyRounded.js +8 -0
  404. package/dist/esm/default/voteAdd.d.ts +59 -0
  405. package/dist/esm/default/voteAdd.js +5 -0
  406. package/dist/esm/default/voteAnonymous.d.ts +68 -0
  407. package/dist/esm/default/voteAnonymous.js +5 -0
  408. package/dist/esm/default/voteRemove.d.ts +59 -0
  409. package/dist/esm/default/voteRemove.js +5 -0
  410. package/dist/esm/drawEraser.d.ts +76 -0
  411. package/dist/esm/drawEraser.js +5 -0
  412. package/dist/esm/drawStrokeFine.d.ts +105 -0
  413. package/dist/esm/drawStrokeFine.js +4 -0
  414. package/dist/esm/drawStrokeHighlighter.d.ts +75 -0
  415. package/dist/esm/drawStrokeHighlighter.js +4 -0
  416. package/dist/esm/drawStrokeMedium.d.ts +105 -0
  417. package/dist/esm/drawStrokeMedium.js +4 -0
  418. package/dist/esm/drawStrokeUltraFine.d.ts +107 -0
  419. package/dist/esm/drawStrokeUltraFine.js +4 -0
  420. package/dist/esm/drawWeight10.d.ts +96 -0
  421. package/dist/esm/drawWeight10.js +5 -0
  422. package/dist/esm/drawWeight100.d.ts +88 -0
  423. package/dist/esm/drawWeight100.js +5 -0
  424. package/dist/esm/drawWeight20.d.ts +119 -0
  425. package/dist/esm/drawWeight20.js +5 -0
  426. package/dist/esm/drawWeight30.d.ts +88 -0
  427. package/dist/esm/drawWeight30.js +5 -0
  428. package/dist/esm/drawWeight40.d.ts +88 -0
  429. package/dist/esm/drawWeight40.js +5 -0
  430. package/dist/esm/drawWeight50.d.ts +88 -0
  431. package/dist/esm/drawWeight50.js +5 -0
  432. package/dist/esm/drawWeight60.d.ts +88 -0
  433. package/dist/esm/drawWeight60.js +5 -0
  434. package/dist/esm/drawWeight70.d.ts +88 -0
  435. package/dist/esm/drawWeight70.js +5 -0
  436. package/dist/esm/drawWeight80.d.ts +88 -0
  437. package/dist/esm/drawWeight80.js +5 -0
  438. package/dist/esm/drawWeight90.d.ts +88 -0
  439. package/dist/esm/drawWeight90.js +5 -0
  440. package/dist/esm/fileDoc.d.ts +225 -0
  441. package/dist/esm/fileDoc.js +1 -0
  442. package/dist/esm/fileGeneric.d.ts +43 -0
  443. package/dist/esm/fileGeneric.js +1 -0
  444. package/dist/esm/filePdf.d.ts +43 -0
  445. package/dist/esm/filePdf.js +1 -0
  446. package/dist/esm/filePpt.d.ts +60 -0
  447. package/dist/esm/filePpt.js +1 -0
  448. package/dist/esm/fileTxt.d.ts +43 -0
  449. package/dist/esm/fileTxt.js +1 -0
  450. package/dist/esm/fileXls.d.ts +105 -0
  451. package/dist/esm/fileXls.js +1 -0
  452. package/dist/esm/fileZip.d.ts +43 -0
  453. package/dist/esm/fileZip.js +1 -0
  454. package/dist/esm/index.d.ts +45 -0
  455. package/dist/esm/index.js +190 -0
  456. package/dist/esm/logoGmail.d.ts +303 -0
  457. package/dist/esm/logoGmail.js +15 -0
  458. package/dist/esm/logoGoogle.d.ts +51 -0
  459. package/dist/esm/logoGoogle.js +1 -0
  460. package/dist/esm/logoMicrosoft.d.ts +51 -0
  461. package/dist/esm/logoMicrosoft.js +1 -0
  462. package/dist/esm/logoSlackColor.d.ts +459 -0
  463. package/dist/esm/logoSlackColor.js +21 -0
  464. package/dist/esm/sticky.d.ts +95 -0
  465. package/dist/esm/sticky.js +15 -0
  466. package/dist/esm/stickyRectangle.d.ts +123 -0
  467. package/dist/esm/stickyRectangle.js +15 -0
  468. package/dist/esm/stickyRound.d.ts +121 -0
  469. package/dist/esm/stickyRound.js +15 -0
  470. package/dist/esm/stickyRounded.d.ts +123 -0
  471. package/dist/esm/stickyRounded.js +15 -0
  472. package/dist/esm/voteAdd.d.ts +119 -0
  473. package/dist/esm/voteAdd.js +9 -0
  474. package/dist/esm/voteAnonymous.d.ts +137 -0
  475. package/dist/esm/voteAnonymous.js +9 -0
  476. package/dist/esm/voteRemove.d.ts +119 -0
  477. package/dist/esm/voteRemove.js +9 -0
  478. package/dist/svg/classic/brand-symbol.svg +21 -0
  479. package/dist/svg/classic/brand-wordmark.svg +11 -0
  480. package/dist/svg/classic/draw-eraser.svg +3 -0
  481. package/dist/svg/classic/draw-stroke-fine.svg +3 -0
  482. package/dist/svg/classic/draw-stroke-highlighter.svg +3 -0
  483. package/dist/svg/classic/draw-stroke-medium.svg +3 -0
  484. package/dist/svg/classic/draw-stroke-ultra-fine.svg +3 -0
  485. package/dist/svg/classic/draw-weight-10.svg +7 -0
  486. package/dist/svg/classic/draw-weight-100.svg +7 -0
  487. package/dist/svg/classic/draw-weight-20.svg +14 -0
  488. package/dist/svg/classic/draw-weight-30.svg +7 -0
  489. package/dist/svg/classic/draw-weight-40.svg +7 -0
  490. package/dist/svg/classic/draw-weight-50.svg +7 -0
  491. package/dist/svg/classic/draw-weight-60.svg +7 -0
  492. package/dist/svg/classic/draw-weight-70.svg +7 -0
  493. package/dist/svg/classic/draw-weight-80.svg +7 -0
  494. package/dist/svg/classic/draw-weight-90.svg +7 -0
  495. package/dist/svg/classic/logo-gmail.svg +61 -0
  496. package/dist/svg/classic/logo-slack-color.svg +120 -0
  497. package/dist/svg/classic/sticky-rectangle.svg +22 -0
  498. package/dist/svg/classic/sticky-round.svg +23 -0
  499. package/dist/svg/classic/sticky-rounded.svg +22 -0
  500. package/dist/svg/classic/sticky.svg +22 -0
  501. package/dist/svg/classic/vote-add.svg +18 -0
  502. package/dist/svg/classic/vote-anonymous.svg +18 -0
  503. package/dist/svg/classic/vote-remove.svg +18 -0
  504. package/dist/svg/default/brand-symbol.svg +21 -0
  505. package/dist/svg/default/brand-wordmark.svg +11 -0
  506. package/dist/svg/default/checkbox-custom.svg +8 -0
  507. package/dist/svg/default/color-border-mixed.svg +6 -0
  508. package/dist/svg/default/color-border-none.svg +4 -0
  509. package/dist/svg/default/color-border.svg +7 -0
  510. package/dist/svg/default/color-fill-mixed.svg +6 -0
  511. package/dist/svg/default/color-fill-none.svg +4 -0
  512. package/dist/svg/default/color-fill.svg +7 -0
  513. package/dist/svg/default/color-picker.svg +7 -0
  514. package/dist/svg/default/color-transparent.svg +16 -0
  515. package/dist/svg/default/custom-colors.svg +14 -0
  516. package/dist/svg/default/draw-eraser.svg +10 -0
  517. package/dist/svg/default/draw-stroke-fine.svg +16 -0
  518. package/dist/svg/default/draw-stroke-highlighter.svg +9 -0
  519. package/dist/svg/default/draw-stroke-medium.svg +16 -0
  520. package/dist/svg/default/draw-stroke-ultra-fine.svg +16 -0
  521. package/dist/svg/default/draw-weight-10.svg +8 -0
  522. package/dist/svg/default/draw-weight-100.svg +7 -0
  523. package/dist/svg/default/draw-weight-20.svg +7 -0
  524. package/dist/svg/default/draw-weight-30.svg +7 -0
  525. package/dist/svg/default/draw-weight-40.svg +7 -0
  526. package/dist/svg/default/draw-weight-50.svg +7 -0
  527. package/dist/svg/default/draw-weight-60.svg +7 -0
  528. package/dist/svg/default/draw-weight-70.svg +7 -0
  529. package/dist/svg/default/draw-weight-80.svg +7 -0
  530. package/dist/svg/default/draw-weight-90.svg +7 -0
  531. package/dist/svg/default/file-doc.svg +30 -0
  532. package/dist/svg/default/file-generic.svg +5 -0
  533. package/dist/svg/default/file-pdf.svg +5 -0
  534. package/dist/svg/default/file-ppt.svg +7 -0
  535. package/dist/svg/default/file-txt.svg +5 -0
  536. package/dist/svg/default/file-xls.svg +12 -0
  537. package/dist/svg/default/file-zip.svg +5 -0
  538. package/dist/svg/default/logo-gmail.svg +61 -0
  539. package/dist/svg/default/logo-google.svg +6 -0
  540. package/dist/svg/default/logo-microsoft.svg +6 -0
  541. package/dist/svg/default/logo-slack-color.svg +120 -0
  542. package/dist/svg/default/sticky-rectangle.svg +22 -0
  543. package/dist/svg/default/sticky-round.svg +23 -0
  544. package/dist/svg/default/sticky-rounded.svg +22 -0
  545. package/dist/svg/default/sticky.svg +22 -0
  546. package/dist/svg/default/vote-add.svg +18 -0
  547. package/dist/svg/default/vote-anonymous.svg +18 -0
  548. package/dist/svg/default/vote-remove.svg +18 -0
  549. package/dist/types/brandSymbol.d.ts +265 -0
  550. package/dist/types/brandWordmark.d.ts +189 -0
  551. package/dist/types/checkboxCustom.d.ts +48 -0
  552. package/dist/types/classic/brandSymbol.d.ts +132 -0
  553. package/dist/types/classic/brandWordmark.d.ts +94 -0
  554. package/dist/types/classic/drawEraser.d.ts +21 -0
  555. package/dist/types/classic/drawStrokeFine.d.ts +21 -0
  556. package/dist/types/classic/drawStrokeHighlighter.d.ts +21 -0
  557. package/dist/types/classic/drawStrokeMedium.d.ts +21 -0
  558. package/dist/types/classic/drawStrokeUltraFine.d.ts +21 -0
  559. package/dist/types/classic/drawWeight10.d.ts +43 -0
  560. package/dist/types/classic/drawWeight100.d.ts +43 -0
  561. package/dist/types/classic/drawWeight20.d.ts +74 -0
  562. package/dist/types/classic/drawWeight30.d.ts +43 -0
  563. package/dist/types/classic/drawWeight40.d.ts +43 -0
  564. package/dist/types/classic/drawWeight50.d.ts +43 -0
  565. package/dist/types/classic/drawWeight60.d.ts +43 -0
  566. package/dist/types/classic/drawWeight70.d.ts +43 -0
  567. package/dist/types/classic/drawWeight80.d.ts +43 -0
  568. package/dist/types/classic/drawWeight90.d.ts +43 -0
  569. package/dist/types/classic/index.d.ts +26 -0
  570. package/dist/types/classic/logoGmail.d.ts +151 -0
  571. package/dist/types/classic/logoSlackColor.d.ts +229 -0
  572. package/dist/types/classic/sticky.d.ts +47 -0
  573. package/dist/types/classic/stickyRectangle.d.ts +61 -0
  574. package/dist/types/classic/stickyRound.d.ts +60 -0
  575. package/dist/types/classic/stickyRounded.d.ts +61 -0
  576. package/dist/types/classic/voteAdd.d.ts +59 -0
  577. package/dist/types/classic/voteAnonymous.d.ts +68 -0
  578. package/dist/types/classic/voteRemove.d.ts +59 -0
  579. package/dist/types/colorBorder.d.ts +49 -0
  580. package/dist/types/colorBorderMixed.d.ts +57 -0
  581. package/dist/types/colorBorderNone.d.ts +35 -0
  582. package/dist/types/colorFill.d.ts +47 -0
  583. package/dist/types/colorFillMixed.d.ts +51 -0
  584. package/dist/types/colorFillNone.d.ts +35 -0
  585. package/dist/types/colorPicker.d.ts +47 -0
  586. package/dist/types/colorTransparent.d.ts +58 -0
  587. package/dist/types/customColors.d.ts +123 -0
  588. package/dist/types/default/brandSymbol.d.ts +132 -0
  589. package/dist/types/default/brandWordmark.d.ts +94 -0
  590. package/dist/types/default/checkboxCustom.d.ts +46 -0
  591. package/dist/types/default/colorBorder.d.ts +47 -0
  592. package/dist/types/default/colorBorderMixed.d.ts +55 -0
  593. package/dist/types/default/colorBorderNone.d.ts +33 -0
  594. package/dist/types/default/colorFill.d.ts +45 -0
  595. package/dist/types/default/colorFillMixed.d.ts +49 -0
  596. package/dist/types/default/colorFillNone.d.ts +33 -0
  597. package/dist/types/default/colorPicker.d.ts +45 -0
  598. package/dist/types/default/colorTransparent.d.ts +56 -0
  599. package/dist/types/default/customColors.d.ts +121 -0
  600. package/dist/types/default/drawEraser.d.ts +54 -0
  601. package/dist/types/default/drawStrokeFine.d.ts +83 -0
  602. package/dist/types/default/drawStrokeHighlighter.d.ts +53 -0
  603. package/dist/types/default/drawStrokeMedium.d.ts +83 -0
  604. package/dist/types/default/drawStrokeUltraFine.d.ts +85 -0
  605. package/dist/types/default/drawWeight10.d.ts +52 -0
  606. package/dist/types/default/drawWeight100.d.ts +44 -0
  607. package/dist/types/default/drawWeight20.d.ts +44 -0
  608. package/dist/types/default/drawWeight30.d.ts +44 -0
  609. package/dist/types/default/drawWeight40.d.ts +44 -0
  610. package/dist/types/default/drawWeight50.d.ts +44 -0
  611. package/dist/types/default/drawWeight60.d.ts +44 -0
  612. package/dist/types/default/drawWeight70.d.ts +44 -0
  613. package/dist/types/default/drawWeight80.d.ts +44 -0
  614. package/dist/types/default/drawWeight90.d.ts +44 -0
  615. package/dist/types/default/fileDoc.d.ts +223 -0
  616. package/dist/types/default/fileGeneric.d.ts +41 -0
  617. package/dist/types/default/filePdf.d.ts +41 -0
  618. package/dist/types/default/filePpt.d.ts +58 -0
  619. package/dist/types/default/fileTxt.d.ts +41 -0
  620. package/dist/types/default/fileXls.d.ts +103 -0
  621. package/dist/types/default/fileZip.d.ts +41 -0
  622. package/dist/types/default/index.d.ts +45 -0
  623. package/dist/types/default/logoGmail.d.ts +151 -0
  624. package/dist/types/default/logoGoogle.d.ts +49 -0
  625. package/dist/types/default/logoMicrosoft.d.ts +49 -0
  626. package/dist/types/default/logoSlackColor.d.ts +229 -0
  627. package/dist/types/default/sticky.d.ts +47 -0
  628. package/dist/types/default/stickyRectangle.d.ts +61 -0
  629. package/dist/types/default/stickyRound.d.ts +60 -0
  630. package/dist/types/default/stickyRounded.d.ts +61 -0
  631. package/dist/types/default/voteAdd.d.ts +59 -0
  632. package/dist/types/default/voteAnonymous.d.ts +68 -0
  633. package/dist/types/default/voteRemove.d.ts +59 -0
  634. package/dist/types/drawEraser.d.ts +76 -0
  635. package/dist/types/drawStrokeFine.d.ts +105 -0
  636. package/dist/types/drawStrokeHighlighter.d.ts +75 -0
  637. package/dist/types/drawStrokeMedium.d.ts +105 -0
  638. package/dist/types/drawStrokeUltraFine.d.ts +107 -0
  639. package/dist/types/drawWeight10.d.ts +96 -0
  640. package/dist/types/drawWeight100.d.ts +88 -0
  641. package/dist/types/drawWeight20.d.ts +119 -0
  642. package/dist/types/drawWeight30.d.ts +88 -0
  643. package/dist/types/drawWeight40.d.ts +88 -0
  644. package/dist/types/drawWeight50.d.ts +88 -0
  645. package/dist/types/drawWeight60.d.ts +88 -0
  646. package/dist/types/drawWeight70.d.ts +88 -0
  647. package/dist/types/drawWeight80.d.ts +88 -0
  648. package/dist/types/drawWeight90.d.ts +88 -0
  649. package/dist/types/fileDoc.d.ts +225 -0
  650. package/dist/types/fileGeneric.d.ts +43 -0
  651. package/dist/types/filePdf.d.ts +43 -0
  652. package/dist/types/filePpt.d.ts +60 -0
  653. package/dist/types/fileTxt.d.ts +43 -0
  654. package/dist/types/fileXls.d.ts +105 -0
  655. package/dist/types/fileZip.d.ts +43 -0
  656. package/dist/types/index.d.ts +45 -0
  657. package/dist/types/logoGmail.d.ts +303 -0
  658. package/dist/types/logoGoogle.d.ts +51 -0
  659. package/dist/types/logoMicrosoft.d.ts +51 -0
  660. package/dist/types/logoSlackColor.d.ts +459 -0
  661. package/dist/types/sticky.d.ts +95 -0
  662. package/dist/types/stickyRectangle.d.ts +123 -0
  663. package/dist/types/stickyRound.d.ts +121 -0
  664. package/dist/types/stickyRounded.d.ts +123 -0
  665. package/dist/types/voteAdd.d.ts +119 -0
  666. package/dist/types/voteAnonymous.d.ts +137 -0
  667. package/dist/types/voteRemove.d.ts +119 -0
  668. package/package.json +1 -0
@@ -0,0 +1,44 @@
1
+ declare const drawWeight60: {
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 24 24";
9
+ readonly "data-mrl-svg-name": "drawWeight60";
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-color-offset { 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 d: "M20.689 4.044a1.598 1.598 0 0 0-3.07-.891c-.282.972-.634 1.442-.912 1.682-.267.231-.593.36-1.044.406-.485.05-1.039.001-1.719-.091l-.32-.045c-.554-.079-1.225-.174-1.82-.174-.213 0-.695.017-1.152.315a1.744 1.744 0 0 0-.776 1.736c.066.437.277.767.384.923.132.192.286.37.43.524.46.493 1.194 1.127 1.917 1.75l.383.332c.893.775 1.778 1.565 2.438 2.295l.051.058c-1.07-.356-2.422-.96-3.863-1.636l-1.034-.489c-1.325-.628-2.65-1.257-3.663-1.64-.577-.218-1.338-.475-2.002-.455-.334.01-1.087.105-1.58.807-.481.687-.335 1.421-.237 1.752.179.603.59 1.099.902 1.433.35.375.784.759 1.241 1.136.655.54 1.456 1.143 2.27 1.756l.928.702c1.144.872 2.255 1.754 3.151 2.612.93.891 1.462 1.605 1.65 2.113a1.598 1.598 0 1 0 2.998-1.107c-.452-1.224-1.436-2.356-2.437-3.314a30.373 30.373 0 0 0-1.912-1.664c1.188.526 2.374 1.002 3.376 1.267.69.182 1.567.345 2.36.154a2.365 2.365 0 0 0 1.329-.828c.38-.483.5-1.038.5-1.522 0-.722-.286-1.363-.568-1.842-.296-.502-.684-.988-1.088-1.435-.684-.758-1.526-1.526-2.306-2.21a6.9 6.9 0 0 0 .5-.034c.927-.096 1.923-.406 2.803-1.166.869-.751 1.49-1.825 1.892-3.21Z";
29
+ };
30
+ readonly children: readonly [];
31
+ }, {
32
+ readonly name: "path";
33
+ readonly type: "element";
34
+ readonly value: "";
35
+ readonly attributes: {
36
+ readonly class: "mrl-picto-color-offset";
37
+ readonly "fill-rule": "evenodd";
38
+ readonly d: "M17.86 17.264c-.686.164-1.387.126-1.99.027.538.67 1.013 1.412 1.308 2.21a2.598 2.598 0 0 1-4.875 1.8c-.104-.284-.493-.866-1.403-1.737-.852-.816-1.925-1.669-3.066-2.538a219.53 219.53 0 0 0-.924-.7l-.012-.009c-.804-.606-1.62-1.22-2.291-1.774-.47-.387-.942-.803-1.336-1.224-.334-.358-.882-.995-1.13-1.832-.125-.423-.372-1.542.378-2.61.767-1.094 1.93-1.22 2.368-1.232.887-.027 1.82.305 2.385.519.892.337 2.002.85 3.112 1.375a10.951 10.951 0 0 1-.425-.427 5.584 5.584 0 0 1-.523-.64 3.225 3.225 0 0 1-.549-1.342 2.744 2.744 0 0 1 1.219-2.723c.707-.46 1.432-.476 1.698-.476.667 0 1.395.104 1.931.18l.03.004a47.584 47.584 0 0 1 .313.044c.675.091 1.126.125 1.48.088.302-.032.418-.102.495-.169.093-.08.361-.362.606-1.204a2.598 2.598 0 1 1 4.99 1.449c-.44 1.513-1.144 2.776-2.199 3.687a5.714 5.714 0 0 1-1.806 1.057c.312.304.617.615.898.927.427.473.864 1.015 1.207 1.598.322.546.706 1.37.706 2.35 0 .642-.159 1.435-.713 2.14a3.364 3.364 0 0 1-1.881 1.182Zm-2.465-4.428c-.692-.236-1.495-.57-2.362-.957a85.254 85.254 0 0 1-1.417-.65c-.34-.16-.687-.325-1.034-.49-1.325-.628-2.65-1.257-3.664-1.64-.576-.218-1.337-.475-2-.455-.335.01-1.088.105-1.58.807-.482.687-.336 1.421-.238 1.752.179.603.589 1.099.901 1.433.35.375.785.759 1.242 1.136a69.91 69.91 0 0 0 2.27 1.756l.928.702c1.144.872 2.255 1.754 3.151 2.612.93.891 1.462 1.605 1.65 2.113a1.598 1.598 0 0 0 2.998-1.107c-.406-1.1-1.243-2.127-2.136-3.02-.1-.1-.2-.198-.3-.294a30.375 30.375 0 0 0-1.913-1.664c.87.386 1.74.744 2.537 1.012.071.024.142.048.212.07.216.07.425.131.627.185.69.182 1.567.345 2.36.154a2.365 2.365 0 0 0 1.329-.828c.38-.483.5-1.038.5-1.522 0-.722-.286-1.363-.569-1.842-.295-.502-.684-.988-1.087-1.435a21.616 21.616 0 0 0-1.3-1.303 38.456 38.456 0 0 0-1.007-.907c.165-.006.332-.016.5-.034a5.81 5.81 0 0 0 .808-.14 4.783 4.783 0 0 0 1.995-1.026c.869-.751 1.49-1.825 1.892-3.21a1.598 1.598 0 1 0-3.07-.891c-.282.972-.634 1.442-.912 1.682-.268.231-.593.36-1.045.406-.484.05-1.038.001-1.718-.091a48.58 48.58 0 0 1-.32-.045c-.554-.079-1.225-.174-1.82-.174-.213 0-.695.017-1.152.315a1.745 1.745 0 0 0-.776 1.736c.066.437.277.767.384.923.132.192.286.37.43.524.46.493 1.194 1.127 1.917 1.75l.048.042a200.57 200.57 0 0 1 .926.808c.684.605 1.334 1.21 1.847 1.777l.051.058-.084-.028Z";
39
+ readonly "clip-rule": "evenodd";
40
+ };
41
+ readonly children: readonly [];
42
+ }];
43
+ };
44
+ export { drawWeight60 };
@@ -0,0 +1,3 @@
1
+ var t=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var m=(a,e)=>{for(var l in e)t(a,l,{get:e[l],enumerable:!0})},d=(a,e,l,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let c of o(e))!s.call(a,c)&&c!==l&&t(a,c,{get:()=>e[c],enumerable:!(r=i(e,c))||r.enumerable});return a};var u=a=>d(t({},"__esModule",{value:!0}),a);var p={};m(p,{drawWeight60:()=>n});module.exports=u(p);const n={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight60"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
2
+ .mrl-picto-color-offset { fill: #4e4e4e; }
3
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{d:"M20.689 4.044a1.598 1.598 0 0 0-3.07-.891c-.282.972-.634 1.442-.912 1.682-.267.231-.593.36-1.044.406-.485.05-1.039.001-1.719-.091l-.32-.045c-.554-.079-1.225-.174-1.82-.174-.213 0-.695.017-1.152.315a1.744 1.744 0 0 0-.776 1.736c.066.437.277.767.384.923.132.192.286.37.43.524.46.493 1.194 1.127 1.917 1.75l.383.332c.893.775 1.778 1.565 2.438 2.295l.051.058c-1.07-.356-2.422-.96-3.863-1.636l-1.034-.489c-1.325-.628-2.65-1.257-3.663-1.64-.577-.218-1.338-.475-2.002-.455-.334.01-1.087.105-1.58.807-.481.687-.335 1.421-.237 1.752.179.603.59 1.099.902 1.433.35.375.784.759 1.241 1.136.655.54 1.456 1.143 2.27 1.756l.928.702c1.144.872 2.255 1.754 3.151 2.612.93.891 1.462 1.605 1.65 2.113a1.598 1.598 0 1 0 2.998-1.107c-.452-1.224-1.436-2.356-2.437-3.314a30.373 30.373 0 0 0-1.912-1.664c1.188.526 2.374 1.002 3.376 1.267.69.182 1.567.345 2.36.154a2.365 2.365 0 0 0 1.329-.828c.38-.483.5-1.038.5-1.522 0-.722-.286-1.363-.568-1.842-.296-.502-.684-.988-1.088-1.435-.684-.758-1.526-1.526-2.306-2.21a6.9 6.9 0 0 0 .5-.034c.927-.096 1.923-.406 2.803-1.166.869-.751 1.49-1.825 1.892-3.21Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M17.86 17.264c-.686.164-1.387.126-1.99.027.538.67 1.013 1.412 1.308 2.21a2.598 2.598 0 0 1-4.875 1.8c-.104-.284-.493-.866-1.403-1.737-.852-.816-1.925-1.669-3.066-2.538a219.53 219.53 0 0 0-.924-.7l-.012-.009c-.804-.606-1.62-1.22-2.291-1.774-.47-.387-.942-.803-1.336-1.224-.334-.358-.882-.995-1.13-1.832-.125-.423-.372-1.542.378-2.61.767-1.094 1.93-1.22 2.368-1.232.887-.027 1.82.305 2.385.519.892.337 2.002.85 3.112 1.375a10.951 10.951 0 0 1-.425-.427 5.584 5.584 0 0 1-.523-.64 3.225 3.225 0 0 1-.549-1.342 2.744 2.744 0 0 1 1.219-2.723c.707-.46 1.432-.476 1.698-.476.667 0 1.395.104 1.931.18l.03.004a47.584 47.584 0 0 1 .313.044c.675.091 1.126.125 1.48.088.302-.032.418-.102.495-.169.093-.08.361-.362.606-1.204a2.598 2.598 0 1 1 4.99 1.449c-.44 1.513-1.144 2.776-2.199 3.687a5.714 5.714 0 0 1-1.806 1.057c.312.304.617.615.898.927.427.473.864 1.015 1.207 1.598.322.546.706 1.37.706 2.35 0 .642-.159 1.435-.713 2.14a3.364 3.364 0 0 1-1.881 1.182Zm-2.465-4.428c-.692-.236-1.495-.57-2.362-.957a85.254 85.254 0 0 1-1.417-.65c-.34-.16-.687-.325-1.034-.49-1.325-.628-2.65-1.257-3.664-1.64-.576-.218-1.337-.475-2-.455-.335.01-1.088.105-1.58.807-.482.687-.336 1.421-.238 1.752.179.603.589 1.099.901 1.433.35.375.785.759 1.242 1.136a69.91 69.91 0 0 0 2.27 1.756l.928.702c1.144.872 2.255 1.754 3.151 2.612.93.891 1.462 1.605 1.65 2.113a1.598 1.598 0 0 0 2.998-1.107c-.406-1.1-1.243-2.127-2.136-3.02-.1-.1-.2-.198-.3-.294a30.375 30.375 0 0 0-1.913-1.664c.87.386 1.74.744 2.537 1.012.071.024.142.048.212.07.216.07.425.131.627.185.69.182 1.567.345 2.36.154a2.365 2.365 0 0 0 1.329-.828c.38-.483.5-1.038.5-1.522 0-.722-.286-1.363-.569-1.842-.295-.502-.684-.988-1.087-1.435a21.616 21.616 0 0 0-1.3-1.303 38.456 38.456 0 0 0-1.007-.907c.165-.006.332-.016.5-.034a5.81 5.81 0 0 0 .808-.14 4.783 4.783 0 0 0 1.995-1.026c.869-.751 1.49-1.825 1.892-3.21a1.598 1.598 0 1 0-3.07-.891c-.282.972-.634 1.442-.912 1.682-.268.231-.593.36-1.045.406-.484.05-1.038.001-1.718-.091a48.58 48.58 0 0 1-.32-.045c-.554-.079-1.225-.174-1.82-.174-.213 0-.695.017-1.152.315a1.745 1.745 0 0 0-.776 1.736c.066.437.277.767.384.923.132.192.286.37.43.524.46.493 1.194 1.127 1.917 1.75l.048.042a200.57 200.57 0 0 1 .926.808c.684.605 1.334 1.21 1.847 1.777l.051.058-.084-.028Z","clip-rule":"evenodd"},children:[]}]};
@@ -0,0 +1,44 @@
1
+ declare const drawWeight70: {
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 24 24";
9
+ readonly "data-mrl-svg-name": "drawWeight70";
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-color-offset { 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 d: "M20.732 4.284a1.786 1.786 0 1 0-3.43-.996c-.268.921-.594 1.34-.824 1.538-.219.189-.49.302-.898.344-.445.046-.963.002-1.627-.088a45.2 45.2 0 0 1-.306-.043c-.54-.077-1.217-.174-1.816-.174-.22 0-.746.017-1.249.344a1.928 1.928 0 0 0-.857 1.918 2.4 2.4 0 0 0 .412.996c.138.2.297.384.441.539.46.491 1.189 1.12 1.894 1.73l.372.32a39.7 39.7 0 0 1 1.75 1.59 52.106 52.106 0 0 1-2.852-1.259c-.33-.155-.668-.314-1.005-.475-1.297-.615-2.604-1.235-3.604-1.613-.56-.212-1.343-.48-2.042-.459-.352.01-1.178.111-1.72.884-.53.756-.366 1.559-.264 1.904.19.643.622 1.158.932 1.49.352.377.786.76 1.235 1.13a68.904 68.904 0 0 0 2.23 1.727c.303.227.606.456.903.682 1.118.852 2.196 1.708 3.062 2.537.905.867 1.393 1.535 1.558 1.982a1.786 1.786 0 1 0 3.35-1.237c-.46-1.246-1.454-2.382-2.437-3.324a23.873 23.873 0 0 0-.745-.682 17.72 17.72 0 0 0 1.965.671c.679.18 1.583.352 2.416.152a2.535 2.535 0 0 0 1.422-.888c.41-.522.536-1.117.536-1.626 0-.764-.3-1.43-.586-1.915-.299-.508-.69-.996-1.09-1.439-.56-.62-1.227-1.247-1.873-1.825.93-.102 1.936-.42 2.828-1.19.891-.77 1.517-1.862 1.919-3.245Z";
29
+ };
30
+ readonly children: readonly [];
31
+ }, {
32
+ readonly name: "path";
33
+ readonly type: "element";
34
+ readonly value: "";
35
+ readonly attributes: {
36
+ readonly class: "mrl-picto-color-offset";
37
+ readonly "fill-rule": "evenodd";
38
+ readonly d: "M6.89 16.42a69.29 69.29 0 0 1-2.252-1.744 14.24 14.24 0 0 1-1.33-1.22c-.33-.354-.9-1.011-1.16-1.888-.13-.437-.394-1.625.404-2.762.817-1.165 2.052-1.296 2.509-1.31.922-.027 1.876.316 2.426.524.576.217 1.243.51 1.941.83a4.531 4.531 0 0 1-.115-.16 3.398 3.398 0 0 1-.577-1.415 2.929 2.929 0 0 1 1.3-2.904c.753-.49 1.522-.506 1.795-.506.67 0 1.405.105 1.928.18l.03.004.298.042c.659.089 1.074.117 1.39.085.137-.015.215-.037.26-.054a.28.28 0 0 0 .087-.052c.046-.04.287-.27.517-1.06a2.786 2.786 0 1 1 5.35 1.553c-.438 1.511-1.148 2.792-2.224 3.722a5.818 5.818 0 0 1-1.487.937c.214.215.423.433.62.652.424.469.863 1.013 1.21 1.602.324.551.724 1.4.724 2.422 0 .667-.165 1.5-.75 2.244a3.535 3.535 0 0 1-1.974 1.243 4.745 4.745 0 0 1-1.458.1c.392.546.732 1.137.963 1.764a2.786 2.786 0 1 1-5.226 1.93c-.082-.223-.428-.76-1.312-1.607-.822-.787-1.861-1.614-2.976-2.463-.295-.225-.596-.452-.898-.68l-.013-.009Zm4.754-5.423c-.3-.14-.603-.284-.907-.429-1.297-.615-2.604-1.235-3.604-1.613-.56-.212-1.343-.48-2.042-.459-.352.01-1.178.111-1.72.884-.531.756-.366 1.559-.264 1.904.19.643.622 1.158.932 1.49.352.377.786.76 1.235 1.13a68.904 68.904 0 0 0 2.23 1.727c.303.227.606.456.903.682 1.118.852 2.196 1.708 3.062 2.537.905.867 1.393 1.535 1.558 1.982a1.786 1.786 0 0 0 3.35-1.237c-.316-.855-.883-1.658-1.525-2.382a16.214 16.214 0 0 0-.912-.942 23.76 23.76 0 0 0-.745-.682c.351.14.697.27 1.03.384a13.62 13.62 0 0 0 1.165.345c.646.155 1.444.272 2.186.095a2.535 2.535 0 0 0 1.422-.889c.41-.522.536-1.117.536-1.626 0-.764-.301-1.43-.586-1.915-.3-.508-.69-.996-1.09-1.439a19.39 19.39 0 0 0-.947-.97c-.304-.292-.617-.58-.926-.855a5.658 5.658 0 0 0 1.2-.261 4.845 4.845 0 0 0 1.628-.93c.891-.77 1.517-1.861 1.918-3.244a1.786 1.786 0 1 0-3.43-.996c-.267.921-.593 1.34-.823 1.538-.219.189-.49.302-.898.344-.445.046-.964.002-1.627-.088l-.306-.043c-.54-.077-1.217-.174-1.816-.174-.22 0-.746.017-1.249.344a1.929 1.929 0 0 0-.857 1.918c.072.478.302.835.412.996.138.2.297.384.441.539.4.427 1.002.957 1.616 1.489l.278.24.372.322a39.752 39.752 0 0 1 1.75 1.59 45.224 45.224 0 0 1-2.272-.99l-.461-.214-.217-.102Z";
39
+ readonly "clip-rule": "evenodd";
40
+ };
41
+ readonly children: readonly [];
42
+ }];
43
+ };
44
+ export { drawWeight70 };
@@ -0,0 +1,3 @@
1
+ var l=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var m=(a,e)=>{for(var c in e)l(a,c,{get:e[c],enumerable:!0})},d=(a,e,c,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of o(e))!s.call(a,t)&&t!==c&&l(a,t,{get:()=>e[t],enumerable:!(r=i(e,t))||r.enumerable});return a};var u=a=>d(l({},"__esModule",{value:!0}),a);var p={};m(p,{drawWeight70:()=>n});module.exports=u(p);const n={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight70"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
2
+ .mrl-picto-color-offset { fill: #4e4e4e; }
3
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{d:"M20.732 4.284a1.786 1.786 0 1 0-3.43-.996c-.268.921-.594 1.34-.824 1.538-.219.189-.49.302-.898.344-.445.046-.963.002-1.627-.088a45.2 45.2 0 0 1-.306-.043c-.54-.077-1.217-.174-1.816-.174-.22 0-.746.017-1.249.344a1.928 1.928 0 0 0-.857 1.918 2.4 2.4 0 0 0 .412.996c.138.2.297.384.441.539.46.491 1.189 1.12 1.894 1.73l.372.32a39.7 39.7 0 0 1 1.75 1.59 52.106 52.106 0 0 1-2.852-1.259c-.33-.155-.668-.314-1.005-.475-1.297-.615-2.604-1.235-3.604-1.613-.56-.212-1.343-.48-2.042-.459-.352.01-1.178.111-1.72.884-.53.756-.366 1.559-.264 1.904.19.643.622 1.158.932 1.49.352.377.786.76 1.235 1.13a68.904 68.904 0 0 0 2.23 1.727c.303.227.606.456.903.682 1.118.852 2.196 1.708 3.062 2.537.905.867 1.393 1.535 1.558 1.982a1.786 1.786 0 1 0 3.35-1.237c-.46-1.246-1.454-2.382-2.437-3.324a23.873 23.873 0 0 0-.745-.682 17.72 17.72 0 0 0 1.965.671c.679.18 1.583.352 2.416.152a2.535 2.535 0 0 0 1.422-.888c.41-.522.536-1.117.536-1.626 0-.764-.3-1.43-.586-1.915-.299-.508-.69-.996-1.09-1.439-.56-.62-1.227-1.247-1.873-1.825.93-.102 1.936-.42 2.828-1.19.891-.77 1.517-1.862 1.919-3.245Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M6.89 16.42a69.29 69.29 0 0 1-2.252-1.744 14.24 14.24 0 0 1-1.33-1.22c-.33-.354-.9-1.011-1.16-1.888-.13-.437-.394-1.625.404-2.762.817-1.165 2.052-1.296 2.509-1.31.922-.027 1.876.316 2.426.524.576.217 1.243.51 1.941.83a4.531 4.531 0 0 1-.115-.16 3.398 3.398 0 0 1-.577-1.415 2.929 2.929 0 0 1 1.3-2.904c.753-.49 1.522-.506 1.795-.506.67 0 1.405.105 1.928.18l.03.004.298.042c.659.089 1.074.117 1.39.085.137-.015.215-.037.26-.054a.28.28 0 0 0 .087-.052c.046-.04.287-.27.517-1.06a2.786 2.786 0 1 1 5.35 1.553c-.438 1.511-1.148 2.792-2.224 3.722a5.818 5.818 0 0 1-1.487.937c.214.215.423.433.62.652.424.469.863 1.013 1.21 1.602.324.551.724 1.4.724 2.422 0 .667-.165 1.5-.75 2.244a3.535 3.535 0 0 1-1.974 1.243 4.745 4.745 0 0 1-1.458.1c.392.546.732 1.137.963 1.764a2.786 2.786 0 1 1-5.226 1.93c-.082-.223-.428-.76-1.312-1.607-.822-.787-1.861-1.614-2.976-2.463-.295-.225-.596-.452-.898-.68l-.013-.009Zm4.754-5.423c-.3-.14-.603-.284-.907-.429-1.297-.615-2.604-1.235-3.604-1.613-.56-.212-1.343-.48-2.042-.459-.352.01-1.178.111-1.72.884-.531.756-.366 1.559-.264 1.904.19.643.622 1.158.932 1.49.352.377.786.76 1.235 1.13a68.904 68.904 0 0 0 2.23 1.727c.303.227.606.456.903.682 1.118.852 2.196 1.708 3.062 2.537.905.867 1.393 1.535 1.558 1.982a1.786 1.786 0 0 0 3.35-1.237c-.316-.855-.883-1.658-1.525-2.382a16.214 16.214 0 0 0-.912-.942 23.76 23.76 0 0 0-.745-.682c.351.14.697.27 1.03.384a13.62 13.62 0 0 0 1.165.345c.646.155 1.444.272 2.186.095a2.535 2.535 0 0 0 1.422-.889c.41-.522.536-1.117.536-1.626 0-.764-.301-1.43-.586-1.915-.3-.508-.69-.996-1.09-1.439a19.39 19.39 0 0 0-.947-.97c-.304-.292-.617-.58-.926-.855a5.658 5.658 0 0 0 1.2-.261 4.845 4.845 0 0 0 1.628-.93c.891-.77 1.517-1.861 1.918-3.244a1.786 1.786 0 1 0-3.43-.996c-.267.921-.593 1.34-.823 1.538-.219.189-.49.302-.898.344-.445.046-.964.002-1.627-.088l-.306-.043c-.54-.077-1.217-.174-1.816-.174-.22 0-.746.017-1.249.344a1.929 1.929 0 0 0-.857 1.918c.072.478.302.835.412.996.138.2.297.384.441.539.4.427 1.002.957 1.616 1.489l.278.24.372.322a39.752 39.752 0 0 1 1.75 1.59 45.224 45.224 0 0 1-2.272-.99l-.461-.214-.217-.102Z","clip-rule":"evenodd"},children:[]}]};
@@ -0,0 +1,44 @@
1
+ declare const drawWeight80: {
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 24 24";
9
+ readonly "data-mrl-svg-name": "drawWeight80";
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-color-offset { 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 d: "M20.772 4.513a1.965 1.965 0 1 0-3.774-1.095c-.253.872-.554 1.24-.739 1.4-.172.148-.391.246-.758.284-.407.043-.892.002-1.54-.086l-.292-.04c-.528-.076-1.209-.173-1.813-.173-.226 0-.794.016-1.34.372a2.105 2.105 0 0 0-.935 2.09c.077.519.325.902.439 1.067.143.208.307.397.452.552.458.49 1.182 1.115 1.871 1.71l.36.312c.277.24.55.48.815.716-.524-.23-1.08-.485-1.656-.755-.32-.15-.648-.306-.977-.462-1.27-.602-2.56-1.214-3.547-1.588-.544-.206-1.348-.485-2.08-.463-.37.011-1.266.117-1.856.958-.577.822-.395 1.69-.288 2.05.201.68.654 1.215.961 1.544.354.379.786.76 1.229 1.125.634.523 1.412 1.11 2.193 1.698.295.222.59.444.878.664 1.093.833 2.139 1.663 2.976 2.465.88.844 1.327 1.469 1.47 1.857a1.965 1.965 0 1 0 3.687-1.361c-.454-1.231-1.413-2.34-2.353-3.252.312.107.614.2.902.276.67.177 1.599.36 2.47.15a2.697 2.697 0 0 0 1.512-.946c.439-.559.57-1.193.57-1.726 0-.803-.315-1.495-.603-1.983-.303-.515-.696-1.005-1.092-1.443a22.575 22.575 0 0 0-1.505-1.492 5.07 5.07 0 0 0 2.42-1.147c.912-.788 1.542-1.897 1.943-3.278Z";
29
+ };
30
+ readonly children: readonly [];
31
+ }, {
32
+ readonly name: "path";
33
+ readonly type: "element";
34
+ readonly value: "";
35
+ readonly attributes: {
36
+ readonly class: "mrl-picto-color-offset";
37
+ readonly "fill-rule": "evenodd";
38
+ readonly d: "m16.998 3.418-.96-.28a2.965 2.965 0 1 1 5.694 1.654c-.438 1.51-1.152 2.808-2.25 3.756-.388.336-.793.6-1.203.808.129.134.255.268.377.403.42.465.861 1.01 1.212 1.607.327.555.742 1.43.742 2.49 0 .692-.172 1.564-.785 2.344a3.697 3.697 0 0 1-2.065 1.3 4.57 4.57 0 0 1-1.017.121c.28.436.523.9.703 1.386a2.965 2.965 0 0 1-5.563 2.054c-.06-.163-.364-.657-1.224-1.48-.793-.761-1.8-1.563-2.89-2.393l-.874-.66-.012-.01a68.076 68.076 0 0 1-2.215-1.715 14.163 14.163 0 0 1-1.323-1.214c-.33-.352-.92-1.03-1.19-1.943-.134-.451-.416-1.705.428-2.909.865-1.232 2.17-1.368 2.644-1.382.955-.029 1.93.325 2.465.527.368.139.774.309 1.2.497a3.39 3.39 0 0 1-.3-.965A3.105 3.105 0 0 1 9.97 4.337l.545.838a2.105 2.105 0 0 0-.935 2.09c.077.519.325.902.439 1.067.143.208.307.397.452.552.121.13.261.269.415.415.114.109.236.221.363.336.266.241.554.492.842.742l.251.217.36.312c.277.24.55.48.815.716a61.344 61.344 0 0 1-1.481-.674l-.175-.081c-.32-.15-.648-.306-.977-.462l-.569-.27c-1.079-.51-2.138-1-2.978-1.318-.544-.206-1.348-.485-2.081-.463-.369.011-1.265.117-1.855.958-.577.822-.395 1.69-.289 2.05.202.68.655 1.215.962 1.544.354.379.786.76 1.229 1.125.634.523 1.412 1.11 2.193 1.698.295.222.59.444.878.664 1.093.833 2.139 1.663 2.976 2.465.88.844 1.327 1.469 1.47 1.857a1.965 1.965 0 0 0 3.687-1.361c-.244-.66-.633-1.286-1.086-1.864a11.62 11.62 0 0 0-.502-.597c-.25-.277-.508-.541-.765-.79.312.106.614.2.901.275.268.07.576.142.905.19.497.07 1.042.086 1.566-.04a2.698 2.698 0 0 0 1.512-.946c.439-.559.57-1.193.57-1.726 0-.803-.316-1.495-.603-1.983-.303-.515-.696-1.005-1.092-1.443a18.23 18.23 0 0 0-.643-.673 28.25 28.25 0 0 0-.862-.819 5.36 5.36 0 0 0 1.111-.332c.448-.19.89-.453 1.309-.815.912-.788 1.542-1.897 1.943-3.278a1.965 1.965 0 1 0-3.774-1.095Zm0 0c-.254.872-.554 1.24-.739 1.4-.172.148-.391.246-.758.284-.407.043-.892.002-1.54-.086l-.292-.04c-.528-.076-1.209-.173-1.813-.173-.226 0-.794.016-1.34.372l-.546-.838c.796-.519 1.607-.534 1.886-.534.675 0 1.414.105 1.927.179l.027.003c.105.015.2.029.286.04.643.088 1.024.111 1.301.083a.77.77 0 0 0 .192-.038c.011-.004.013-.006.015-.008l.001-.001c.003-.002.218-.183.433-.922l.96.279Z";
39
+ readonly "clip-rule": "evenodd";
40
+ };
41
+ readonly children: readonly [];
42
+ }];
43
+ };
44
+ export { drawWeight80 };
@@ -0,0 +1,3 @@
1
+ var c=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var m=(l,e)=>{for(var t in e)c(l,t,{get:e[t],enumerable:!0})},d=(l,e,t,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of o(e))!s.call(l,a)&&a!==t&&c(l,a,{get:()=>e[a],enumerable:!(r=i(e,a))||r.enumerable});return l};var u=l=>d(c({},"__esModule",{value:!0}),l);var p={};m(p,{drawWeight80:()=>n});module.exports=u(p);const n={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight80"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
2
+ .mrl-picto-color-offset { fill: #4e4e4e; }
3
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{d:"M20.772 4.513a1.965 1.965 0 1 0-3.774-1.095c-.253.872-.554 1.24-.739 1.4-.172.148-.391.246-.758.284-.407.043-.892.002-1.54-.086l-.292-.04c-.528-.076-1.209-.173-1.813-.173-.226 0-.794.016-1.34.372a2.105 2.105 0 0 0-.935 2.09c.077.519.325.902.439 1.067.143.208.307.397.452.552.458.49 1.182 1.115 1.871 1.71l.36.312c.277.24.55.48.815.716-.524-.23-1.08-.485-1.656-.755-.32-.15-.648-.306-.977-.462-1.27-.602-2.56-1.214-3.547-1.588-.544-.206-1.348-.485-2.08-.463-.37.011-1.266.117-1.856.958-.577.822-.395 1.69-.288 2.05.201.68.654 1.215.961 1.544.354.379.786.76 1.229 1.125.634.523 1.412 1.11 2.193 1.698.295.222.59.444.878.664 1.093.833 2.139 1.663 2.976 2.465.88.844 1.327 1.469 1.47 1.857a1.965 1.965 0 1 0 3.687-1.361c-.454-1.231-1.413-2.34-2.353-3.252.312.107.614.2.902.276.67.177 1.599.36 2.47.15a2.697 2.697 0 0 0 1.512-.946c.439-.559.57-1.193.57-1.726 0-.803-.315-1.495-.603-1.983-.303-.515-.696-1.005-1.092-1.443a22.575 22.575 0 0 0-1.505-1.492 5.07 5.07 0 0 0 2.42-1.147c.912-.788 1.542-1.897 1.943-3.278Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"m16.998 3.418-.96-.28a2.965 2.965 0 1 1 5.694 1.654c-.438 1.51-1.152 2.808-2.25 3.756-.388.336-.793.6-1.203.808.129.134.255.268.377.403.42.465.861 1.01 1.212 1.607.327.555.742 1.43.742 2.49 0 .692-.172 1.564-.785 2.344a3.697 3.697 0 0 1-2.065 1.3 4.57 4.57 0 0 1-1.017.121c.28.436.523.9.703 1.386a2.965 2.965 0 0 1-5.563 2.054c-.06-.163-.364-.657-1.224-1.48-.793-.761-1.8-1.563-2.89-2.393l-.874-.66-.012-.01a68.076 68.076 0 0 1-2.215-1.715 14.163 14.163 0 0 1-1.323-1.214c-.33-.352-.92-1.03-1.19-1.943-.134-.451-.416-1.705.428-2.909.865-1.232 2.17-1.368 2.644-1.382.955-.029 1.93.325 2.465.527.368.139.774.309 1.2.497a3.39 3.39 0 0 1-.3-.965A3.105 3.105 0 0 1 9.97 4.337l.545.838a2.105 2.105 0 0 0-.935 2.09c.077.519.325.902.439 1.067.143.208.307.397.452.552.121.13.261.269.415.415.114.109.236.221.363.336.266.241.554.492.842.742l.251.217.36.312c.277.24.55.48.815.716a61.344 61.344 0 0 1-1.481-.674l-.175-.081c-.32-.15-.648-.306-.977-.462l-.569-.27c-1.079-.51-2.138-1-2.978-1.318-.544-.206-1.348-.485-2.081-.463-.369.011-1.265.117-1.855.958-.577.822-.395 1.69-.289 2.05.202.68.655 1.215.962 1.544.354.379.786.76 1.229 1.125.634.523 1.412 1.11 2.193 1.698.295.222.59.444.878.664 1.093.833 2.139 1.663 2.976 2.465.88.844 1.327 1.469 1.47 1.857a1.965 1.965 0 0 0 3.687-1.361c-.244-.66-.633-1.286-1.086-1.864a11.62 11.62 0 0 0-.502-.597c-.25-.277-.508-.541-.765-.79.312.106.614.2.901.275.268.07.576.142.905.19.497.07 1.042.086 1.566-.04a2.698 2.698 0 0 0 1.512-.946c.439-.559.57-1.193.57-1.726 0-.803-.316-1.495-.603-1.983-.303-.515-.696-1.005-1.092-1.443a18.23 18.23 0 0 0-.643-.673 28.25 28.25 0 0 0-.862-.819 5.36 5.36 0 0 0 1.111-.332c.448-.19.89-.453 1.309-.815.912-.788 1.542-1.897 1.943-3.278a1.965 1.965 0 1 0-3.774-1.095Zm0 0c-.254.872-.554 1.24-.739 1.4-.172.148-.391.246-.758.284-.407.043-.892.002-1.54-.086l-.292-.04c-.528-.076-1.209-.173-1.813-.173-.226 0-.794.016-1.34.372l-.546-.838c.796-.519 1.607-.534 1.886-.534.675 0 1.414.105 1.927.179l.027.003c.105.015.2.029.286.04.643.088 1.024.111 1.301.083a.77.77 0 0 0 .192-.038c.011-.004.013-.006.015-.008l.001-.001c.003-.002.218-.183.433-.922l.96.279Z","clip-rule":"evenodd"},children:[]}]};
@@ -0,0 +1,44 @@
1
+ declare const drawWeight90: {
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 24 24";
9
+ readonly "data-mrl-svg-name": "drawWeight90";
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-color-offset { 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 d: "M18.47 2.086a2.152 2.152 0 0 1 1.466 2.666c-.403 1.389-1.042 2.522-1.98 3.334-.66.57-1.378.903-2.08 1.087.419.392.83.8 1.197 1.206.395.437.793.932 1.102 1.457.291.495.624 1.217.624 2.064 0 .56-.138 1.236-.608 1.833-.471.6-1.09.885-1.609 1.01-.914.219-1.875.026-2.54-.15a10.137 10.137 0 0 1-.082-.022c.677.727 1.3 1.55 1.677 2.438a2.152 2.152 0 1 1-3.963 1.677c-.162-.38-.617-.986-1.482-1.8-.824-.777-1.84-1.578-2.901-2.385l-.774-.585a65.159 65.159 0 0 1-2.207-1.71c-.43-.356-.856-.734-1.208-1.113-.303-.326-.77-.878-.981-1.59-.111-.376-.311-1.314.314-2.206.64-.912 1.61-1.023 1.998-1.035.77-.023 1.6.269 2.134.47.982.372 2.265.98 3.516 1.574a240.321 240.321 0 0 0 1.26.594l-.058-.05c-.678-.586-1.403-1.212-1.864-1.704a4.97 4.97 0 0 1-.465-.569 2.743 2.743 0 0 1-.468-1.14 2.29 2.29 0 0 1 1.017-2.273c.592-.386 1.204-.402 1.438-.402.612 0 1.303.099 1.822.173l.038.006.244.034c.636.086 1.092.122 1.465.083.33-.034.501-.118.63-.229.142-.123.42-.444.662-1.277a2.152 2.152 0 0 1 2.666-1.466Z";
29
+ };
30
+ readonly children: readonly [];
31
+ }, {
32
+ readonly name: "path";
33
+ readonly type: "element";
34
+ readonly value: "";
35
+ readonly attributes: {
36
+ readonly class: "mrl-picto-color-offset";
37
+ readonly "fill-rule": "evenodd";
38
+ readonly d: "M6.92 7.797c.218.082.449.175.689.276a3.315 3.315 0 0 1 .095-2.23 3.29 3.29 0 0 1 1.255-1.518c.842-.548 1.697-.563 1.984-.563.684 0 1.432.107 1.937.18l.064.009.237.033c.632.085.984.105 1.228.08a.961.961 0 0 0 .098-.015c.055-.07.193-.283.336-.775a3.152 3.152 0 1 1 6.053 1.757c-.44 1.517-1.163 2.84-2.287 3.811-.312.27-.635.495-.963.682l.169.184c.419.464.865 1.015 1.222 1.62.33.563.762 1.468.762 2.572 0 .718-.178 1.632-.822 2.451a3.874 3.874 0 0 1-2.162 1.364 4.46 4.46 0 0 1-.658.106c.15.257.284.524.4.798a3.152 3.152 0 1 1-5.805 2.457c-.076-.18-.401-.668-1.245-1.462-.784-.738-1.764-1.512-2.822-2.317l-.77-.582-.012-.01a64.225 64.225 0 0 1-2.23-1.728 13.878 13.878 0 0 1-1.304-1.203c-.326-.351-.928-1.044-1.207-1.987-.139-.468-.439-1.79.454-3.064.915-1.304 2.294-1.445 2.787-1.46.993-.03 1.994.336 2.517.534Zm8.883-4.245c-.241.833-.52 1.154-.662 1.277-.128.111-.299.195-.629.23-.373.038-.829.002-1.466-.084a35.26 35.26 0 0 1-.243-.034l-.038-.006c-.519-.074-1.21-.173-1.822-.173-.234 0-.846.016-1.439.401a2.29 2.29 0 0 0-1.017 2.274c.084.56.352.97.469 1.14a5.407 5.407 0 0 0 .466.569c.225.242.515.515.831.8.264.239.547.485.827.727l.264.227-.074-.034-.23-.107c-.313-.147-.634-.3-.957-.453-.422-.2-.848-.402-1.265-.596a78.902 78.902 0 0 0-.394-.183 30.708 30.708 0 0 0-1.857-.795c-.534-.201-1.363-.493-2.134-.47-.388.012-1.358.123-1.998 1.035-.625.892-.426 1.83-.314 2.205.21.713.678 1.265.98 1.591.353.38.779.757 1.21 1.113.637.528 1.423 1.12 2.206 1.71l.774.585c1.06.807 2.077 1.608 2.901 2.384.865.815 1.32 1.42 1.481 1.801a2.152 2.152 0 0 0 3.964-1.677 6.83 6.83 0 0 0-.682-1.216 10.877 10.877 0 0 0-.995-1.222l.015.004.067.018c.401.106.91.218 1.453.242.355.016.725-.006 1.087-.093a2.873 2.873 0 0 0 1.608-1.009c.47-.598.61-1.274.61-1.833 0-.847-.334-1.569-.625-2.064a9.225 9.225 0 0 0-1.102-1.457 16.088 16.088 0 0 0-.386-.412c-.26-.268-.534-.534-.81-.794.345-.09.694-.218 1.038-.391a5.077 5.077 0 0 0 1.04-.696c.939-.812 1.578-1.945 1.981-3.334a2.152 2.152 0 0 0-4.133-1.2Z";
39
+ readonly "clip-rule": "evenodd";
40
+ };
41
+ readonly children: readonly [];
42
+ }];
43
+ };
44
+ export { drawWeight90 };
@@ -0,0 +1,3 @@
1
+ var c=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var m=(a,e)=>{for(var t in e)c(a,t,{get:e[t],enumerable:!0})},d=(a,e,t,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of o(e))!s.call(a,l)&&l!==t&&c(a,l,{get:()=>e[l],enumerable:!(r=i(e,l))||r.enumerable});return a};var u=a=>d(c({},"__esModule",{value:!0}),a);var p={};m(p,{drawWeight90:()=>n});module.exports=u(p);const n={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight90"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
2
+ .mrl-picto-color-offset { fill: #4e4e4e; }
3
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{d:"M18.47 2.086a2.152 2.152 0 0 1 1.466 2.666c-.403 1.389-1.042 2.522-1.98 3.334-.66.57-1.378.903-2.08 1.087.419.392.83.8 1.197 1.206.395.437.793.932 1.102 1.457.291.495.624 1.217.624 2.064 0 .56-.138 1.236-.608 1.833-.471.6-1.09.885-1.609 1.01-.914.219-1.875.026-2.54-.15a10.137 10.137 0 0 1-.082-.022c.677.727 1.3 1.55 1.677 2.438a2.152 2.152 0 1 1-3.963 1.677c-.162-.38-.617-.986-1.482-1.8-.824-.777-1.84-1.578-2.901-2.385l-.774-.585a65.159 65.159 0 0 1-2.207-1.71c-.43-.356-.856-.734-1.208-1.113-.303-.326-.77-.878-.981-1.59-.111-.376-.311-1.314.314-2.206.64-.912 1.61-1.023 1.998-1.035.77-.023 1.6.269 2.134.47.982.372 2.265.98 3.516 1.574a240.321 240.321 0 0 0 1.26.594l-.058-.05c-.678-.586-1.403-1.212-1.864-1.704a4.97 4.97 0 0 1-.465-.569 2.743 2.743 0 0 1-.468-1.14 2.29 2.29 0 0 1 1.017-2.273c.592-.386 1.204-.402 1.438-.402.612 0 1.303.099 1.822.173l.038.006.244.034c.636.086 1.092.122 1.465.083.33-.034.501-.118.63-.229.142-.123.42-.444.662-1.277a2.152 2.152 0 0 1 2.666-1.466Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M6.92 7.797c.218.082.449.175.689.276a3.315 3.315 0 0 1 .095-2.23 3.29 3.29 0 0 1 1.255-1.518c.842-.548 1.697-.563 1.984-.563.684 0 1.432.107 1.937.18l.064.009.237.033c.632.085.984.105 1.228.08a.961.961 0 0 0 .098-.015c.055-.07.193-.283.336-.775a3.152 3.152 0 1 1 6.053 1.757c-.44 1.517-1.163 2.84-2.287 3.811-.312.27-.635.495-.963.682l.169.184c.419.464.865 1.015 1.222 1.62.33.563.762 1.468.762 2.572 0 .718-.178 1.632-.822 2.451a3.874 3.874 0 0 1-2.162 1.364 4.46 4.46 0 0 1-.658.106c.15.257.284.524.4.798a3.152 3.152 0 1 1-5.805 2.457c-.076-.18-.401-.668-1.245-1.462-.784-.738-1.764-1.512-2.822-2.317l-.77-.582-.012-.01a64.225 64.225 0 0 1-2.23-1.728 13.878 13.878 0 0 1-1.304-1.203c-.326-.351-.928-1.044-1.207-1.987-.139-.468-.439-1.79.454-3.064.915-1.304 2.294-1.445 2.787-1.46.993-.03 1.994.336 2.517.534Zm8.883-4.245c-.241.833-.52 1.154-.662 1.277-.128.111-.299.195-.629.23-.373.038-.829.002-1.466-.084a35.26 35.26 0 0 1-.243-.034l-.038-.006c-.519-.074-1.21-.173-1.822-.173-.234 0-.846.016-1.439.401a2.29 2.29 0 0 0-1.017 2.274c.084.56.352.97.469 1.14a5.407 5.407 0 0 0 .466.569c.225.242.515.515.831.8.264.239.547.485.827.727l.264.227-.074-.034-.23-.107c-.313-.147-.634-.3-.957-.453-.422-.2-.848-.402-1.265-.596a78.902 78.902 0 0 0-.394-.183 30.708 30.708 0 0 0-1.857-.795c-.534-.201-1.363-.493-2.134-.47-.388.012-1.358.123-1.998 1.035-.625.892-.426 1.83-.314 2.205.21.713.678 1.265.98 1.591.353.38.779.757 1.21 1.113.637.528 1.423 1.12 2.206 1.71l.774.585c1.06.807 2.077 1.608 2.901 2.384.865.815 1.32 1.42 1.481 1.801a2.152 2.152 0 0 0 3.964-1.677 6.83 6.83 0 0 0-.682-1.216 10.877 10.877 0 0 0-.995-1.222l.015.004.067.018c.401.106.91.218 1.453.242.355.016.725-.006 1.087-.093a2.873 2.873 0 0 0 1.608-1.009c.47-.598.61-1.274.61-1.833 0-.847-.334-1.569-.625-2.064a9.225 9.225 0 0 0-1.102-1.457 16.088 16.088 0 0 0-.386-.412c-.26-.268-.534-.534-.81-.794.345-.09.694-.218 1.038-.391a5.077 5.077 0 0 0 1.04-.696c.939-.812 1.578-1.945 1.981-3.334a2.152 2.152 0 0 0-4.133-1.2Z","clip-rule":"evenodd"},children:[]}]};
@@ -0,0 +1,223 @@
1
+ declare const fileDoc: {
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": "fileDoc";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "path";
13
+ readonly type: "element";
14
+ readonly value: "";
15
+ readonly attributes: {
16
+ readonly fill: "url(#file-doc-a)";
17
+ readonly d: "M38 2H10a2 2 0 0 0-2 2v7.003h32V4a2 2 0 0 0-2-2Z";
18
+ };
19
+ readonly children: readonly [];
20
+ }, {
21
+ readonly name: "path";
22
+ readonly type: "element";
23
+ readonly value: "";
24
+ readonly attributes: {
25
+ readonly fill: "url(#file-doc-b)";
26
+ readonly d: "M8 29.054V36a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2v-6.946H8Z";
27
+ };
28
+ readonly children: readonly [];
29
+ }, {
30
+ readonly name: "path";
31
+ readonly type: "element";
32
+ readonly value: "";
33
+ readonly attributes: {
34
+ readonly fill: "url(#file-doc-c)";
35
+ readonly d: "M8 11.003h32v9.002H8v-9.002Z";
36
+ };
37
+ readonly children: readonly [];
38
+ }, {
39
+ readonly name: "path";
40
+ readonly type: "element";
41
+ readonly value: "";
42
+ readonly attributes: {
43
+ readonly fill: "url(#file-doc-d)";
44
+ readonly d: "M8 20.005h32v9.049H8v-9.049Z";
45
+ };
46
+ readonly children: readonly [];
47
+ }, {
48
+ readonly name: "path";
49
+ readonly type: "element";
50
+ readonly value: "";
51
+ readonly attributes: {
52
+ readonly fill: "url(#file-doc-e)";
53
+ readonly d: "M18 30H2a2 2 0 0 1-2-2V12a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2Z";
54
+ };
55
+ readonly children: readonly [];
56
+ }, {
57
+ readonly name: "path";
58
+ readonly type: "element";
59
+ readonly value: "";
60
+ readonly attributes: {
61
+ readonly fill: "#fff";
62
+ readonly d: "m14.403 15-1.546 7.264L11.144 15H8.957L7.19 22.489 5.597 15H3.641l2.344 10h2.352l1.713-7.689L11.764 25h2.251l2.344-10h-1.956Z";
63
+ };
64
+ readonly children: readonly [];
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: "file-doc-a";
76
+ readonly x1: "20";
77
+ readonly x2: "20";
78
+ readonly y1: "37.852";
79
+ readonly y2: "3.799";
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": "#42A3F2";
88
+ };
89
+ readonly children: readonly [];
90
+ }, {
91
+ readonly name: "stop";
92
+ readonly type: "element";
93
+ readonly value: "";
94
+ readonly attributes: {
95
+ readonly offset: "1";
96
+ readonly "stop-color": "#42A4EB";
97
+ };
98
+ readonly children: readonly [];
99
+ }];
100
+ }, {
101
+ readonly name: "linearGradient";
102
+ readonly type: "element";
103
+ readonly value: "";
104
+ readonly attributes: {
105
+ readonly id: "file-doc-b";
106
+ readonly x1: "20";
107
+ readonly x2: "20";
108
+ readonly y1: "38";
109
+ readonly y2: "2";
110
+ readonly gradientUnits: "userSpaceOnUse";
111
+ };
112
+ readonly children: readonly [{
113
+ readonly name: "stop";
114
+ readonly type: "element";
115
+ readonly value: "";
116
+ readonly attributes: {
117
+ readonly "stop-color": "#11408A";
118
+ };
119
+ readonly children: readonly [];
120
+ }, {
121
+ readonly name: "stop";
122
+ readonly type: "element";
123
+ readonly value: "";
124
+ readonly attributes: {
125
+ readonly offset: "1";
126
+ readonly "stop-color": "#103F8F";
127
+ };
128
+ readonly children: readonly [];
129
+ }];
130
+ }, {
131
+ readonly name: "linearGradient";
132
+ readonly type: "element";
133
+ readonly value: "";
134
+ readonly attributes: {
135
+ readonly id: "file-doc-c";
136
+ readonly x1: "20";
137
+ readonly x2: "20";
138
+ readonly y1: "-119.825";
139
+ readonly y2: "-120.069";
140
+ readonly gradientUnits: "userSpaceOnUse";
141
+ };
142
+ readonly children: readonly [{
143
+ readonly name: "stop";
144
+ readonly type: "element";
145
+ readonly value: "";
146
+ readonly attributes: {
147
+ readonly "stop-color": "#3079D6";
148
+ };
149
+ readonly children: readonly [];
150
+ }, {
151
+ readonly name: "stop";
152
+ readonly type: "element";
153
+ readonly value: "";
154
+ readonly attributes: {
155
+ readonly offset: "1";
156
+ readonly "stop-color": "#297CD2";
157
+ };
158
+ readonly children: readonly [];
159
+ }];
160
+ }, {
161
+ readonly name: "linearGradient";
162
+ readonly type: "element";
163
+ readonly value: "";
164
+ readonly attributes: {
165
+ readonly id: "file-doc-d";
166
+ readonly x1: "0";
167
+ readonly x2: "40";
168
+ readonly y1: "20";
169
+ readonly y2: "20";
170
+ readonly gradientUnits: "userSpaceOnUse";
171
+ };
172
+ readonly children: readonly [{
173
+ readonly name: "stop";
174
+ readonly type: "element";
175
+ readonly value: "";
176
+ readonly attributes: {
177
+ readonly "stop-color": "#1D59B3";
178
+ };
179
+ readonly children: readonly [];
180
+ }, {
181
+ readonly name: "stop";
182
+ readonly type: "element";
183
+ readonly value: "";
184
+ readonly attributes: {
185
+ readonly offset: "1";
186
+ readonly "stop-color": "#195BBC";
187
+ };
188
+ readonly children: readonly [];
189
+ }];
190
+ }, {
191
+ readonly name: "linearGradient";
192
+ readonly type: "element";
193
+ readonly value: "";
194
+ readonly attributes: {
195
+ readonly id: "file-doc-e";
196
+ readonly x1: "1.488";
197
+ readonly x2: "35.052";
198
+ readonly y1: "3.339";
199
+ readonly y2: "40.63";
200
+ readonly gradientUnits: "userSpaceOnUse";
201
+ };
202
+ readonly children: readonly [{
203
+ readonly name: "stop";
204
+ readonly type: "element";
205
+ readonly value: "";
206
+ readonly attributes: {
207
+ readonly "stop-color": "#256AC2";
208
+ };
209
+ readonly children: readonly [];
210
+ }, {
211
+ readonly name: "stop";
212
+ readonly type: "element";
213
+ readonly value: "";
214
+ readonly attributes: {
215
+ readonly offset: "1";
216
+ readonly "stop-color": "#1247AD";
217
+ };
218
+ readonly children: readonly [];
219
+ }];
220
+ }];
221
+ }];
222
+ };
223
+ export { fileDoc };
@@ -0,0 +1 @@
1
+ var n=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var d=Object.prototype.hasOwnProperty;var u=(t,e)=>{for(var a in e)n(t,a,{get:e[a],enumerable:!0})},p=(t,e,a,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of o(e))!d.call(t,l)&&l!==a&&n(t,l,{get:()=>e[l],enumerable:!(i=s(e,l))||i.enumerable});return t};var c=t=>p(n({},"__esModule",{value:!0}),t);var m={};u(m,{fileDoc:()=>r});module.exports=c(m);const r={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileDoc"},children:[{name:"path",type:"element",value:"",attributes:{fill:"url(#file-doc-a)",d:"M38 2H10a2 2 0 0 0-2 2v7.003h32V4a2 2 0 0 0-2-2Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"url(#file-doc-b)",d:"M8 29.054V36a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2v-6.946H8Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"url(#file-doc-c)",d:"M8 11.003h32v9.002H8v-9.002Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"url(#file-doc-d)",d:"M8 20.005h32v9.049H8v-9.049Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"url(#file-doc-e)",d:"M18 30H2a2 2 0 0 1-2-2V12a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"m14.403 15-1.546 7.264L11.144 15H8.957L7.19 22.489 5.597 15H3.641l2.344 10h2.352l1.713-7.689L11.764 25h2.251l2.344-10h-1.956Z"},children:[]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"linearGradient",type:"element",value:"",attributes:{id:"file-doc-a",x1:"20",x2:"20",y1:"37.852",y2:"3.799",gradientUnits:"userSpaceOnUse"},children:[{name:"stop",type:"element",value:"",attributes:{"stop-color":"#42A3F2"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:"1","stop-color":"#42A4EB"},children:[]}]},{name:"linearGradient",type:"element",value:"",attributes:{id:"file-doc-b",x1:"20",x2:"20",y1:"38",y2:"2",gradientUnits:"userSpaceOnUse"},children:[{name:"stop",type:"element",value:"",attributes:{"stop-color":"#11408A"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:"1","stop-color":"#103F8F"},children:[]}]},{name:"linearGradient",type:"element",value:"",attributes:{id:"file-doc-c",x1:"20",x2:"20",y1:"-119.825",y2:"-120.069",gradientUnits:"userSpaceOnUse"},children:[{name:"stop",type:"element",value:"",attributes:{"stop-color":"#3079D6"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:"1","stop-color":"#297CD2"},children:[]}]},{name:"linearGradient",type:"element",value:"",attributes:{id:"file-doc-d",x1:"0",x2:"40",y1:"20",y2:"20",gradientUnits:"userSpaceOnUse"},children:[{name:"stop",type:"element",value:"",attributes:{"stop-color":"#1D59B3"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:"1","stop-color":"#195BBC"},children:[]}]},{name:"linearGradient",type:"element",value:"",attributes:{id:"file-doc-e",x1:"1.488",x2:"35.052",y1:"3.339",y2:"40.63",gradientUnits:"userSpaceOnUse"},children:[{name:"stop",type:"element",value:"",attributes:{"stop-color":"#256AC2"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:"1","stop-color":"#1247AD"},children:[]}]}]}]};
@@ -0,0 +1,41 @@
1
+ declare const fileGeneric: {
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": "fileGeneric";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "path";
13
+ readonly type: "element";
14
+ readonly value: "";
15
+ readonly attributes: {
16
+ readonly fill: "#919191";
17
+ readonly d: "M25.5 0 35 10v27a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h17.5Z";
18
+ };
19
+ readonly children: readonly [];
20
+ }, {
21
+ readonly name: "path";
22
+ readonly type: "element";
23
+ readonly value: "";
24
+ readonly attributes: {
25
+ readonly fill: "#fff";
26
+ readonly "fill-opacity": ".7";
27
+ readonly d: "M35 11h-8a3 3 0 0 1-3-3V0h1.5L35 10v1Z";
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: "M14.802 28v-4.704h1.176v-1.092h-1.176v-.324c0-.648.3-.972.804-.972.204 0 .372.048.504.132l.276-.948c-.264-.144-.612-.216-1.02-.216-1.056 0-1.824.708-1.824 2.004v.324h-.96v1.092h.96V28h1.26Zm2.772-6.504c.432 0 .78-.348.78-.78a.778.778 0 0 0-.78-.78.778.778 0 0 0-.78.78c0 .432.348.78.78.78ZM18.198 28v-5.796h-1.26V28h1.26Zm2.89 0v-8.004h-1.26V28h1.26Zm4.322.144c.912 0 1.764-.3 2.352-.852l-.576-.828c-.42.42-1.08.648-1.656.648-1.092 0-1.74-.732-1.836-1.596h4.464v-.312c0-1.824-1.104-3.144-2.844-3.144-1.716 0-2.94 1.356-2.94 3.036 0 1.836 1.284 3.048 3.036 3.048Zm1.536-3.528h-3.264c.048-.696.552-1.524 1.62-1.524 1.14 0 1.608.84 1.644 1.524Z";
37
+ };
38
+ readonly children: readonly [];
39
+ }];
40
+ };
41
+ export { fileGeneric };
@@ -0,0 +1 @@
1
+ var h=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var r=Object.prototype.hasOwnProperty;var m=(t,e)=>{for(var a in e)h(t,a,{get:e[a],enumerable:!0})},f=(t,e,a,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of v(e))!r.call(t,l)&&l!==a&&h(t,l,{get:()=>e[l],enumerable:!(i=c(e,l))||i.enumerable});return t};var s=t=>f(h({},"__esModule",{value:!0}),t);var p={};m(p,{fileGeneric:()=>n});module.exports=s(p);const n={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileGeneric"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#919191",d:"M25.5 0 35 10v27a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h17.5Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff","fill-opacity":".7",d:"M35 11h-8a3 3 0 0 1-3-3V0h1.5L35 10v1Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M14.802 28v-4.704h1.176v-1.092h-1.176v-.324c0-.648.3-.972.804-.972.204 0 .372.048.504.132l.276-.948c-.264-.144-.612-.216-1.02-.216-1.056 0-1.824.708-1.824 2.004v.324h-.96v1.092h.96V28h1.26Zm2.772-6.504c.432 0 .78-.348.78-.78a.778.778 0 0 0-.78-.78.778.778 0 0 0-.78.78c0 .432.348.78.78.78ZM18.198 28v-5.796h-1.26V28h1.26Zm2.89 0v-8.004h-1.26V28h1.26Zm4.322.144c.912 0 1.764-.3 2.352-.852l-.576-.828c-.42.42-1.08.648-1.656.648-1.092 0-1.74-.732-1.836-1.596h4.464v-.312c0-1.824-1.104-3.144-2.844-3.144-1.716 0-2.94 1.356-2.94 3.036 0 1.836 1.284 3.048 3.036 3.048Zm1.536-3.528h-3.264c.048-.696.552-1.524 1.62-1.524 1.14 0 1.608.84 1.644 1.524Z"},children:[]}]};
@@ -0,0 +1,41 @@
1
+ declare const filePdf: {
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": "filePdf";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "path";
13
+ readonly type: "element";
14
+ readonly value: "";
15
+ readonly attributes: {
16
+ readonly fill: "#CB0606";
17
+ readonly d: "M25.5 0 35 10v27a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h17.5Z";
18
+ };
19
+ readonly children: readonly [];
20
+ }, {
21
+ readonly name: "path";
22
+ readonly type: "element";
23
+ readonly value: "";
24
+ readonly attributes: {
25
+ readonly fill: "#fff";
26
+ readonly "fill-opacity": ".7";
27
+ readonly d: "M35 11h-8a3 3 0 0 1-3-3V0h1.5L35 10v1Z";
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: "M14.936 28.144c1.5 0 2.568-1.14 2.568-3.048 0-1.908-1.068-3.036-2.568-3.036-.756 0-1.428.36-1.86.936v-.792h-1.26v8.004h1.26v-3.012c.48.612 1.128.948 1.86.948Zm-.372-1.116c-.588 0-1.212-.36-1.488-.792v-2.292c.288-.432.9-.768 1.488-.768.996 0 1.644.792 1.644 1.92s-.648 1.932-1.644 1.932Zm9.541.972v-8.004h-1.26v3.012a2.26 2.26 0 0 0-1.86-.948c-1.488 0-2.568 1.164-2.568 3.036 0 1.92 1.092 3.048 2.568 3.048.756 0 1.416-.36 1.86-.936V28h1.26Zm-2.748-.972c-1.008 0-1.644-.804-1.644-1.932 0-1.116.636-1.92 1.644-1.92.588 0 1.212.348 1.488.78v2.292c-.276.432-.9.78-1.488.78ZM27.31 28v-4.704h1.176v-1.092H27.31v-.324c0-.648.3-.972.804-.972.276 0 .492.096.66.252l.492-.78c-.348-.372-.864-.504-1.392-.504-1.092 0-1.824.744-1.824 2.004v.324h-.96v1.092h.96V28h1.26Z";
37
+ };
38
+ readonly children: readonly [];
39
+ }];
40
+ };
41
+ export { filePdf };
@@ -0,0 +1 @@
1
+ var v=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var n=Object.getOwnPropertyNames;var f=Object.prototype.hasOwnProperty;var m=(t,e)=>{for(var a in e)v(t,a,{get:e[a],enumerable:!0})},r=(t,e,a,h)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of n(e))!f.call(t,l)&&l!==a&&v(t,l,{get:()=>e[l],enumerable:!(h=i(e,l))||h.enumerable});return t};var s=t=>r(v({},"__esModule",{value:!0}),t);var d={};m(d,{filePdf:()=>c});module.exports=s(d);const c={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"filePdf"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#CB0606",d:"M25.5 0 35 10v27a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h17.5Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff","fill-opacity":".7",d:"M35 11h-8a3 3 0 0 1-3-3V0h1.5L35 10v1Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M14.936 28.144c1.5 0 2.568-1.14 2.568-3.048 0-1.908-1.068-3.036-2.568-3.036-.756 0-1.428.36-1.86.936v-.792h-1.26v8.004h1.26v-3.012c.48.612 1.128.948 1.86.948Zm-.372-1.116c-.588 0-1.212-.36-1.488-.792v-2.292c.288-.432.9-.768 1.488-.768.996 0 1.644.792 1.644 1.92s-.648 1.932-1.644 1.932Zm9.541.972v-8.004h-1.26v3.012a2.26 2.26 0 0 0-1.86-.948c-1.488 0-2.568 1.164-2.568 3.036 0 1.92 1.092 3.048 2.568 3.048.756 0 1.416-.36 1.86-.936V28h1.26Zm-2.748-.972c-1.008 0-1.644-.804-1.644-1.932 0-1.116.636-1.92 1.644-1.92.588 0 1.212.348 1.488.78v2.292c-.276.432-.9.78-1.488.78ZM27.31 28v-4.704h1.176v-1.092H27.31v-.324c0-.648.3-.972.804-.972.276 0 .492.096.66.252l.492-.78c-.348-.372-.864-.504-1.392-.504-1.092 0-1.824.744-1.824 2.004v.324h-.96v1.092h.96V28h1.26Z"},children:[]}]};
@@ -0,0 +1,58 @@
1
+ declare const filePpt: {
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": "filePpt";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "path";
13
+ readonly type: "element";
14
+ readonly value: "";
15
+ readonly attributes: {
16
+ readonly fill: "#DC4C2C";
17
+ readonly d: "M4 20c0 9.941 8.059 18 18 18s18-8.059 18-18H4Z";
18
+ };
19
+ readonly children: readonly [];
20
+ }, {
21
+ readonly name: "path";
22
+ readonly type: "element";
23
+ readonly value: "";
24
+ readonly attributes: {
25
+ readonly fill: "#F7A278";
26
+ readonly d: "M22 2v18h18c0-9.941-8.059-18-18-18Z";
27
+ };
28
+ readonly children: readonly [];
29
+ }, {
30
+ readonly name: "path";
31
+ readonly type: "element";
32
+ readonly value: "";
33
+ readonly attributes: {
34
+ readonly fill: "#C06346";
35
+ readonly d: "M22 2C12.059 2 4 10.059 4 20h18V2Z";
36
+ };
37
+ readonly children: readonly [];
38
+ }, {
39
+ readonly name: "path";
40
+ readonly type: "element";
41
+ readonly value: "";
42
+ readonly attributes: {
43
+ readonly fill: "#9B341F";
44
+ readonly d: "M18.319 30H1.681A1.682 1.682 0 0 1 0 28.319V11.681C0 10.753.753 10 1.681 10h16.638c.928 0 1.681.753 1.681 1.681v16.638c0 .928-.753 1.681-1.681 1.681Z";
45
+ };
46
+ readonly children: readonly [];
47
+ }, {
48
+ readonly name: "path";
49
+ readonly type: "element";
50
+ readonly value: "";
51
+ readonly attributes: {
52
+ readonly fill: "#fff";
53
+ readonly d: "M10.673 15.012H6v10h2.024v-3.521H10.3a3.397 3.397 0 0 0 3.397-3.397v-.058a3.024 3.024 0 0 0-3.024-3.024Zm.897 3.346c0 .859-.697 1.556-1.556 1.556h-1.99v-3.325h1.99c.859 0 1.556.697 1.556 1.556v.213Z";
54
+ };
55
+ readonly children: readonly [];
56
+ }];
57
+ };
58
+ export { filePpt };