@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,103 @@
1
+ declare const fileXls: {
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": "fileXls";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "path";
13
+ readonly type: "element";
14
+ readonly value: "";
15
+ readonly attributes: {
16
+ readonly fill: "#169154";
17
+ readonly d: "M25 2H11.744C10.781 2 10 2.781 10 3.744v7.259h15V2Z";
18
+ };
19
+ readonly children: readonly [];
20
+ }, {
21
+ readonly name: "path";
22
+ readonly type: "element";
23
+ readonly value: "";
24
+ readonly attributes: {
25
+ readonly fill: "#18482A";
26
+ readonly d: "M10 29.054v7.202c0 .963.781 1.744 1.743 1.744H25v-8.946H10Z";
27
+ };
28
+ readonly children: readonly [];
29
+ }, {
30
+ readonly name: "path";
31
+ readonly type: "element";
32
+ readonly value: "";
33
+ readonly attributes: {
34
+ readonly fill: "#0C8045";
35
+ readonly d: "M10 11.003h15v9.002H10v-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: "#17472A";
44
+ readonly d: "M10 20.005h15v9.049H10v-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: "#29C27F";
53
+ readonly d: "M38.256 2H25v9.003h15V3.744C40 2.781 39.219 2 38.256 2Z";
54
+ };
55
+ readonly children: readonly [];
56
+ }, {
57
+ readonly name: "path";
58
+ readonly type: "element";
59
+ readonly value: "";
60
+ readonly attributes: {
61
+ readonly fill: "#27663F";
62
+ readonly d: "M25 29.054V38h13.257c.962 0 1.743-.781 1.743-1.743v-7.202l-15-.001Z";
63
+ };
64
+ readonly children: readonly [];
65
+ }, {
66
+ readonly name: "path";
67
+ readonly type: "element";
68
+ readonly value: "";
69
+ readonly attributes: {
70
+ readonly fill: "#19AC65";
71
+ readonly d: "M25 11.003h15v9.002H25v-9.002Z";
72
+ };
73
+ readonly children: readonly [];
74
+ }, {
75
+ readonly name: "path";
76
+ readonly type: "element";
77
+ readonly value: "";
78
+ readonly attributes: {
79
+ readonly fill: "#129652";
80
+ readonly d: "M25 20.005h15v9.05l-15-.001v-9.049Z";
81
+ };
82
+ readonly children: readonly [];
83
+ }, {
84
+ readonly name: "path";
85
+ readonly type: "element";
86
+ readonly value: "";
87
+ readonly attributes: {
88
+ readonly fill: "#0C7238";
89
+ 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";
90
+ };
91
+ readonly children: readonly [];
92
+ }, {
93
+ readonly name: "path";
94
+ readonly type: "element";
95
+ readonly value: "";
96
+ readonly attributes: {
97
+ readonly fill: "#fff";
98
+ readonly d: "M5.807 15h2.386l1.936 3.754L12.175 15h2.229l-3.071 5 3.141 5h-2.351l-2.11-3.93L7.912 25H5.526l3.193-5.018L5.807 15Z";
99
+ };
100
+ readonly children: readonly [];
101
+ }];
102
+ };
103
+ export { fileXls };
@@ -0,0 +1 @@
1
+ var e={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileXls"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#169154",d:"M25 2H11.744C10.781 2 10 2.781 10 3.744v7.259h15V2Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#18482A",d:"M10 29.054v7.202c0 .963.781 1.744 1.743 1.744H25v-8.946H10Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#0C8045",d:"M10 11.003h15v9.002H10v-9.002Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#17472A",d:"M10 20.005h15v9.049H10v-9.049Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#29C27F",d:"M38.256 2H25v9.003h15V3.744C40 2.781 39.219 2 38.256 2Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#27663F",d:"M25 29.054V38h13.257c.962 0 1.743-.781 1.743-1.743v-7.202l-15-.001Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#19AC65",d:"M25 11.003h15v9.002H25v-9.002Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#129652",d:"M25 20.005h15v9.05l-15-.001v-9.049Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#0C7238",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"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M5.807 15h2.386l1.936 3.754L12.175 15h2.229l-3.071 5 3.141 5h-2.351l-2.11-3.93L7.912 25H5.526l3.193-5.018L5.807 15Z"},children:[]}]};export{e as fileXls};
@@ -0,0 +1,41 @@
1
+ declare const fileZip: {
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": "fileZip";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "path";
13
+ readonly type: "element";
14
+ readonly value: "";
15
+ readonly attributes: {
16
+ readonly fill: "#1F1F1F";
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: "M17.16 28v-1.104h-2.952l2.904-3.78v-.912h-4.548v1.092h2.856l-2.856 3.744V28h4.596Zm1.999-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.78ZM19.783 28v-5.796h-1.26V28h1.26Zm4.755.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.932Z";
37
+ };
38
+ readonly children: readonly [];
39
+ }];
40
+ };
41
+ export { fileZip };
@@ -0,0 +1 @@
1
+ var e={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileZip"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#1F1F1F",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:"M17.16 28v-1.104h-2.952l2.904-3.78v-.912h-4.548v1.092h2.856l-2.856 3.744V28h4.596Zm1.999-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.78ZM19.783 28v-5.796h-1.26V28h1.26Zm4.755.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.932Z"},children:[]}]};export{e as fileZip};
@@ -0,0 +1,45 @@
1
+ export { brandSymbol } from './brandSymbol';
2
+ export { brandWordmark } from './brandWordmark';
3
+ export { drawEraser } from './drawEraser';
4
+ export { drawStrokeFine } from './drawStrokeFine';
5
+ export { drawStrokeHighlighter } from './drawStrokeHighlighter';
6
+ export { drawStrokeMedium } from './drawStrokeMedium';
7
+ export { drawStrokeUltraFine } from './drawStrokeUltraFine';
8
+ export { drawWeight10 } from './drawWeight10';
9
+ export { drawWeight100 } from './drawWeight100';
10
+ export { drawWeight20 } from './drawWeight20';
11
+ export { drawWeight30 } from './drawWeight30';
12
+ export { drawWeight40 } from './drawWeight40';
13
+ export { drawWeight50 } from './drawWeight50';
14
+ export { drawWeight60 } from './drawWeight60';
15
+ export { drawWeight70 } from './drawWeight70';
16
+ export { drawWeight80 } from './drawWeight80';
17
+ export { drawWeight90 } from './drawWeight90';
18
+ export { logoGmail } from './logoGmail';
19
+ export { logoSlackColor } from './logoSlackColor';
20
+ export { stickyRectangle } from './stickyRectangle';
21
+ export { stickyRound } from './stickyRound';
22
+ export { stickyRounded } from './stickyRounded';
23
+ export { sticky } from './sticky';
24
+ export { voteAdd } from './voteAdd';
25
+ export { voteAnonymous } from './voteAnonymous';
26
+ export { voteRemove } from './voteRemove';
27
+ export { checkboxCustom } from './checkboxCustom';
28
+ export { colorBorderMixed } from './colorBorderMixed';
29
+ export { colorBorderNone } from './colorBorderNone';
30
+ export { colorBorder } from './colorBorder';
31
+ export { colorFillMixed } from './colorFillMixed';
32
+ export { colorFillNone } from './colorFillNone';
33
+ export { colorFill } from './colorFill';
34
+ export { colorPicker } from './colorPicker';
35
+ export { colorTransparent } from './colorTransparent';
36
+ export { customColors } from './customColors';
37
+ export { fileDoc } from './fileDoc';
38
+ export { fileGeneric } from './fileGeneric';
39
+ export { filePdf } from './filePdf';
40
+ export { filePpt } from './filePpt';
41
+ export { fileTxt } from './fileTxt';
42
+ export { fileXls } from './fileXls';
43
+ export { fileZip } from './fileZip';
44
+ export { logoGoogle } from './logoGoogle';
45
+ export { logoMicrosoft } from './logoMicrosoft';
@@ -0,0 +1,113 @@
1
+ var e={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 35 28","data-mrl-svg-name":"brandSymbol"},children:[{name:"g",type:"element",value:"",attributes:{"clip-path":"url(#mrl-brand-symbol-clip-1)"},children:[{name:"g",type:"element",value:"",attributes:{"clip-path":"url(#mrl-brand-symbol-clip-2)"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#000",d:"M34.96 8.225h-5.052V27.96h5.053V8.225Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#FF4B4B",d:"M8.04 5.21c1.63 0 2.947 1.36 2.947 3.015h5.052c0-4.51-3.592-8.185-8-8.185-4.408 0-8 3.675-8 8.185h5.053c0-1.656 1.316-3.015 2.947-3.015Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#5887FF",d:"M10.987 27.96h5.052V8.225h-5.052V27.96Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#FA0",d:"M24.013 27.946v-5.155H16.04v5.169l7.973-.014Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#00843F",d:"M24.013 8.225c0-1.67 1.33-3.015 2.947-3.015V.04c-4.407 0-8 3.675-8 8.185v14.566h5.053V8.225Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#FC83FF",d:"M29.908 8.225h5.053c0-4.51-3.593-8.185-8-8.185v5.17c1.631 0 2.947 1.346 2.947 3.015Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#000",d:"M5.092 8.225H.039V27.96h5.053V8.225Z"},children:[]}]}]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"clipPath",type:"element",value:"",attributes:{id:"mrl-brand-symbol-clip-1"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M0 0h35v28H0z"},children:[]}]},{name:"clipPath",type:"element",value:"",attributes:{id:"mrl-brand-symbol-clip-2"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M0 0h35v28H0z"},children:[]}]}]}]};var t={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 99 30","data-mrl-svg-name":"brandWordmark"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#00843F",d:"M80.557 29.328c-5.36 0-9.722-4.577-9.722-10.194 0-5.617 4.361-10.194 9.722-10.194 5.36 0 9.721 4.577 9.721 10.194 0 5.617-4.374 10.194-9.721 10.194Zm.594-15.73c-2.836 0-5.131 2.484-5.131 5.522 0 3.052 2.309 5.523 5.13 5.523 2.823 0 5.132-2.484 5.132-5.523 0-3.038-2.31-5.522-5.131-5.522Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#000",d:"M35.836 9.21h-5.185v19.794h5.185V9.21Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#FF4B4B",d:"M11.234 29.004V9.21A3.028 3.028 0 0 0 8.21 6.185 3.02 3.02 0 0 0 5.185 9.21H0c0-4.524 3.686-8.197 8.21-8.197 4.523 0 8.21 3.687 8.21 8.21v14.61h3.01V9.21c0-4.524 3.686-8.21 8.21-8.21 4.523 0 8.21 3.686 8.21 8.21h-5.186a3.028 3.028 0 0 0-3.024-3.025 3.028 3.028 0 0 0-3.025 3.025v19.794h-13.38Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#000",d:"M5.185 9.21H0v19.794h5.185V9.21Zm50.702 0h-5.185v11.166h5.185V9.21Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#5887FF",d:"M46.908 29.328c-4.942 0-8.966-4.023-8.966-8.965h5.185c0 2.08 1.702 3.78 3.781 3.78 2.08 0 3.78-1.7 3.78-3.78h5.186c0 4.942-4.024 8.965-8.966 8.965Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#000",d:"M43.141 9.21h-5.185v11.166h5.185V9.21Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#FC83FF",d:"M98.772 1.324h-5.185V9.21h5.185V1.324Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#000",d:"M91.467 9.21h-5.185v19.794h5.185V9.21Zm7.305 0h-5.185v19.794h5.185V9.21Zm-35.58 5.171h-5.185v14.61h5.185V14.38Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#FA0",d:"M70.767 9.21h-12.76v5.185h12.76V9.21Z"},children:[]}]};var l={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawEraser"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
2
+ .mrl-picto-draw-pen { fill: #BBBBBB; }
3
+ .mrl-picto-draw-eraser-tip { fill: #DEDEDE; }
4
+ .mrl-picto-color-offset { fill: #4e4e4e; }
5
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-draw-pen",d:"M4 7a5 5 0 0 1 5-5h6a5 5 0 0 1 5 5v13.75c0 .69-.56 1.25-1.25 1.25H5.25C4.56 22 4 21.44 4 20.75V7Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-draw-eraser-tip",d:"M9 2a5 5 0 0 0-5 5v5h16V7a5 5 0 0 0-5-5H9Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M9 0a7 7 0 0 0-7 7v13.75A3.25 3.25 0 0 0 5.25 24h13.5A3.25 3.25 0 0 0 22 20.75V7a7 7 0 0 0-7-7H9Zm0 2a5 5 0 0 0-5 5v13.75c0 .69.56 1.25 1.25 1.25h13.5c.69 0 1.25-.56 1.25-1.25V7a5 5 0 0 0-5-5H9Z","clip-rule":"evenodd"},children:[]}]};var a={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawStrokeFine"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
6
+ .mrl-picto-draw-pen { fill: #BBBBBB; }
7
+ .mrl-picto-color-offset { fill: #4e4e4e; }
8
+ `,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{"clip-path":"url(#mrl-draw-fine-path)"},children:[{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-draw-pen",d:"M17.206 22H6.794A2 2 0 0 1 4.9 19.355l5.68-16.684c.461-1.355 2.379-1.355 2.84 0l5.68 16.684A2 2 0 0 1 17.206 22Z"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M16.596 12H7.404l3.176-9.329c.461-1.355 2.379-1.355 2.84 0L16.596 12Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"m20.788 18.786-5.55-16.448c-1.052-3.117-5.424-3.117-6.476 0L5.66 11.535l-.007.02-2.44 7.231C2.348 21.344 4.233 24 6.912 24h10.176c2.678 0 4.564-2.656 3.7-5.214Zm-1.688.57A2 2 0 0 1 17.206 22H6.794A2 2 0 0 1 4.9 19.355l5.68-16.684c.461-1.355 2.379-1.355 2.84 0l5.68 16.684Z","clip-rule":"evenodd"},children:[]}]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"clipPath",type:"element",value:"",attributes:{id:"mrl-draw-fine-path"},children:[{name:"path",type:"element",value:"",attributes:{d:"M0 0h24v24H0z"},children:[]}]}]}]};var r={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawStrokeHighlighter"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
9
+ .mrl-picto-draw-pen { fill: #BBBBBB; }
10
+ .mrl-picto-color-offset { fill: #4e4e4e; }
11
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{d:"M21.035 12H3.125l.72-5.599c.182-1.201 1.17-2.166 2.463-2.404l10.598-1.95c1.478-.272 2.893.673 3.072 2.05L21.034 12Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-draw-pen",d:"M3.123 12 2.02 19.725C1.848 20.927 2.809 22 4.057 22h15.886c1.232 0 2.188-1.047 2.042-2.236L21.035 12H3.123Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"m23.02 11.746.95 7.775c.3 2.443-1.656 4.479-4.027 4.479H4.057C1.656 24-.313 21.912.04 19.442l1.12-7.847.704-5.47.004-.022C2.19 3.968 3.905 2.406 5.946 2.03L16.544.08c2.442-.45 5.068 1.087 5.416 3.755l.001.005 1.058 7.906Zm-3.042-7.65L21.035 12l.95 7.764c.146 1.19-.81 2.236-2.042 2.236H4.057c-1.248 0-2.209-1.073-2.037-2.275L3.123 12h.002l.72-5.599c.182-1.201 1.17-2.166 2.463-2.404l10.598-1.95c1.478-.272 2.893.673 3.072 2.05Z","clip-rule":"evenodd"},children:[]}]};var 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":"drawStrokeMedium"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
12
+ .mrl-picto-draw-pen { fill: #BBBBBB; }
13
+ .mrl-picto-color-offset { fill: #4e4e4e; }
14
+ `,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{"clip-path":"url(#mrl-draw-medium-path)"},children:[{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-draw-pen",d:"M3.616 19.54a2 2 0 0 0 1.941 2.483h12.886a2 2 0 0 0 1.94-2.482L17.12 6.395H6.88L3.616 19.541Z"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M18.5 12h-13l1.502-6.585A4.5 4.5 0 0 1 11.369 2h1.262a4.5 4.5 0 0 1 4.367 3.415L18.5 12Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"m5.056 4.952.005-.02A6.5 6.5 0 0 1 11.369 0h1.262a6.5 6.5 0 0 1 6.308 4.933l.005.019 1.37 6.009 2.01 8.098a4 4 0 0 1-3.881 4.963H5.557a4 4 0 0 1-3.882-4.963l2.009-8.091 1.372-6.016Zm.574 6.48L3.616 19.54a2 2 0 0 0 1.941 2.482h12.886a2 2 0 0 0 1.94-2.482l-2.014-8.117-1.37-6.009A4.5 4.5 0 0 0 12.63 2h-1.26a4.5 4.5 0 0 0-4.367 3.415L5.63 11.431Z","clip-rule":"evenodd"},children:[]}]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"clipPath",type:"element",value:"",attributes:{id:"mrl-draw-medium-path"},children:[{name:"path",type:"element",value:"",attributes:{d:"M0 0h24v24H0z"},children:[]}]}]}]};var c={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawStrokeUltraFine"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
15
+ .mrl-picto-draw-pen { fill: #BBBBBB; }
16
+ .mrl-picto-color-offset { fill: #4e4e4e; }
17
+ `,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{"clip-path":"url(#draw-stroke-ultra-fine-a)"},children:[{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-draw-pen",d:"M8.001 22.05h8.56a2 2 0 0 0 1.909-2.597L14.282 6.05H10.28L6.092 19.453a2 2 0 0 0 1.91 2.597Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M16.157 12.05H8.405l2.92-9.348c.293-.936 1.617-.936 1.91 0l2.92 9.348Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"m18.066 11.454 2.313 7.403c.805 2.576-1.12 5.193-3.818 5.193H8c-2.698 0-4.622-2.617-3.818-5.193l2.313-7.402v-.002l2.922-9.348c.877-2.807 4.85-2.807 5.727 0l2.92 9.348Zm.404 8a2 2 0 0 1-1.91 2.596H8.002a2 2 0 0 1-1.909-2.597l5.235-16.751c.292-.936 1.616-.936 1.909 0l5.234 16.752Z","clip-rule":"evenodd"},children:[]}]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"clipPath",type:"element",value:"",attributes:{id:"draw-stroke-ultra-fine-a"},children:[{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset",d:"M0 0h24v24H0z"},children:[]}]}]}]};var i={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight10"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
18
+ .mrl-picto-color-offset { fill: #4e4e4e; }
19
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{d:"M19.383 3.019a.464.464 0 0 1 .316.574c-.365 1.257-.899 2.13-1.567 2.707-.672.58-1.44.83-2.21.91-.76.079-1.538-.006-2.242-.1l-.395-.056a17.17 17.17 0 0 0-1.132-.135l.026.027c.384.412 1.022.963 1.766 1.606l.001.001.412.357c.902.783 1.893 1.662 2.659 2.51.383.424.721.853.966 1.269.24.41.416.848.416 1.283 0 .306-.074.595-.259.83s-.44.366-.708.43c-.508.122-1.158.027-1.832-.15-1.372-.363-3.167-1.167-4.892-1.976l-1.112-.525c-1.335-.633-2.572-1.22-3.513-1.576-.509-.192-.876-.295-1.104-.32.06.124.185.301.404.535.265.284.627.608 1.064.969.628.518 1.384 1.087 2.195 1.699.324.243.655.493.992.75 1.17.89 2.38 1.847 3.38 2.806.992.95 1.827 1.948 2.19 2.931a.464.464 0 1 1-.87.322c-.286-.776-.99-1.653-1.961-2.583-.961-.92-2.135-1.85-3.302-2.739-.325-.247-.65-.492-.97-.733-.818-.617-1.6-1.206-2.244-1.737a12.46 12.46 0 0 1-1.152-1.051c-.294-.315-.55-.653-.65-.993-.067-.222-.104-.525.078-.784.185-.264.482-.32.69-.327.415-.013.985.16 1.588.387.98.371 2.266.98 3.606 1.616.36.17.723.343 1.085.513 1.738.816 3.458 1.58 4.735 1.918.652.172 1.11.21 1.379.146.121-.03.171-.071.195-.101.023-.03.06-.1.06-.257 0-.196-.083-.465-.288-.813-.2-.34-.494-.717-.855-1.117-.723-.8-1.673-1.646-2.578-2.431l-.402-.348c-.74-.64-1.426-1.232-1.847-1.683a3.537 3.537 0 0 1-.328-.397 1.117 1.117 0 0 1-.2-.453.613.613 0 0 1 .273-.62c.175-.114.382-.133.54-.133.513 0 1.091.082 1.655.162l.046.007.317.044c.698.094 1.38.163 2.022.097.631-.066 1.205-.262 1.699-.689.497-.43.953-1.126 1.283-2.263a.464.464 0 0 1 .575-.316Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M19.661 2.058a1.464 1.464 0 0 0-1.814.998c-.292 1.008-.664 1.516-.976 1.786-.302.26-.666.4-1.149.45-.512.054-1.091 0-1.784-.093a53.203 53.203 0 0 1-.311-.043l-.082-.012c-.538-.076-1.175-.166-1.76-.166-.21 0-.66.018-1.083.294a1.613 1.613 0 0 0-.717 1.606 2.1 2.1 0 0 0 .363.872c.128.185.279.36.422.513.459.49 1.175 1.11 1.883 1.722l.044.037.398.345c.907.786 1.813 1.596 2.49 2.345.155.171.29.33.405.478-1.167-.325-2.761-1.03-4.463-1.83-.36-.168-.722-.34-1.082-.51l-.033-.016c-1.315-.623-2.629-1.247-3.647-1.632-.59-.223-1.334-.47-1.972-.451-.313.009-1.008.096-1.468.736l-.044-.006.02.041c-.433.634-.298 1.31-.206 1.623.17.575.565 1.055.88 1.392.349.373.784.759 1.246 1.14a69.605 69.605 0 0 0 2.266 1.754l.012.01c.32.24.643.484.966.73 1.163.887 2.299 1.787 3.216 2.665.949.91 1.511 1.655 1.715 2.207a1.464 1.464 0 1 0 2.746-1.014c-.445-1.207-1.423-2.336-2.436-3.307-.899-.86-1.948-1.71-2.97-2.499 1.583.736 3.264 1.47 4.609 1.825.697.185 1.555.34 2.32.157a2.243 2.243 0 0 0 1.261-.785c.359-.456.473-.982.473-1.447 0-.693-.274-1.315-.555-1.791-.292-.497-.68-.982-1.085-1.432-.783-.867-1.772-1.749-2.648-2.51.3.005.606-.004.914-.036.919-.095 1.897-.4 2.76-1.147.854-.738 1.471-1.799 1.874-3.185a1.464 1.464 0 0 0-.998-1.814Zm-.279.96a.464.464 0 0 1 .316.576C19.334 4.85 18.8 5.723 18.131 6.3c-.671.58-1.44.83-2.21.91-.76.079-1.537-.005-2.241-.1a72.928 72.928 0 0 1-.395-.055 10.086 10.086 0 0 1-.88-.18 7.29 7.29 0 0 0-.195-.046c-.204-.044-.032.118-.032.118.385.41 1.023.962 1.767 1.605l.413.358c.902.783 1.892 1.662 2.658 2.51.383.424.722.853.967 1.27.24.409.416.848.416 1.283 0 .305-.074.594-.26.83-.184.234-.44.365-.707.43-.508.121-1.159.026-1.832-.151-1.372-.363-3.167-1.167-4.892-1.976a255 255 0 0 1-1.113-.525c-1.334-.633-2.571-1.22-3.512-1.575-.51-.193-.876-.295-1.105-.322.06.125.186.303.405.537.265.283.626.607 1.064.968a67.298 67.298 0 0 0 2.195 1.699c.323.244.655.494.991.75 1.17.891 2.38 1.847 3.381 2.806.991.95 1.827 1.948 2.19 2.931a.464.464 0 0 1-.87.322c-.287-.776-.991-1.653-1.962-2.583-.96-.92-2.134-1.85-3.301-2.738-.325-.248-.65-.493-.97-.734a69.065 69.065 0 0 1-2.244-1.737c-.45-.37-.846-.724-1.152-1.05-.294-.316-.55-.654-.651-.994-.066-.221-.103-.525.079-.784.185-.264.482-.32.69-.327.415-.012.985.16 1.588.388.98.37 2.266.98 3.606 1.616l1.085.512c1.738.816 3.458 1.581 4.735 1.918.652.173 1.11.21 1.378.146.122-.029.172-.071.195-.101.024-.03.061-.1.061-.256 0-.196-.084-.466-.288-.813-.2-.341-.494-.718-.855-1.118-.723-.8-1.674-1.646-2.578-2.43l-.402-.349c-.74-.64-1.426-1.232-1.848-1.683a3.525 3.525 0 0 1-.328-.397 1.117 1.117 0 0 1-.198-.453.612.612 0 0 1 .274-.62c.173-.113.38-.132.537-.132.514 0 1.092.081 1.656.161l.046.007.317.044c.698.094 1.38.164 2.022.097.631-.066 1.205-.262 1.699-.689.497-.43.952-1.126 1.282-2.263a.464.464 0 0 1 .575-.316Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M19.698 3.594a.464.464 0 1 0-.89-.259c-.33 1.137-.786 1.834-1.283 2.263-.494.427-1.068.623-1.7.689-.64.067-1.323-.003-2.02-.097l-.318-.044-.046-.007c-.564-.08-1.142-.161-1.656-.161-.158 0-.364.019-.538.132a.612.612 0 0 0-.273.62c.026.178.118.336.198.453.088.128.202.262.329.397.421.451 1.107 1.043 1.846 1.682l.403.35c.904.784 1.854 1.63 2.578 2.43.361.4.654.777.855 1.118.204.347.288.617.288.813 0 .157-.037.225-.06.256-.024.03-.074.072-.196.101-.269.065-.726.027-1.378-.146-1.277-.337-2.997-1.102-4.735-1.918-.363-.17-.726-.342-1.085-.512-1.34-.636-2.626-1.246-3.606-1.616-.603-.229-1.173-.4-1.588-.388-.208.006-.505.063-.69.327-.182.26-.145.563-.08.784.102.34.358.678.652.993.306.327.702.68 1.152 1.051.644.531 1.426 1.12 2.244 1.737.32.241.645.486.97.734 1.167.889 2.34 1.818 3.301 2.738.971.93 1.675 1.807 1.962 2.583a.464.464 0 1 0 .87-.322c-.363-.983-1.199-1.981-2.19-2.93-1.001-.96-2.21-1.916-3.38-2.807l-.992-.75a67.298 67.298 0 0 1-2.195-1.699c-.438-.36-.799-.685-1.064-.968-.219-.234-.344-.412-.405-.537.229.027.596.129 1.105.322.941.355 2.178.942 3.512 1.575a255 255 0 0 0 1.113.525c1.725.81 3.52 1.613 4.892 1.976.673.177 1.324.272 1.832.15.267-.064.523-.194.708-.43.185-.235.26-.524.26-.83 0-.434-.176-.873-.417-1.283-.245-.416-.584-.845-.967-1.269-.765-.848-1.756-1.727-2.658-2.51l-.413-.358c-.744-.643-1.382-1.194-1.767-1.605 0 0-.172-.162.032-.118.204.045.664.168 1.075.226l.395.054c.704.096 1.482.18 2.242.1.77-.08 1.538-.328 2.21-.909.668-.577 1.201-1.45 1.566-2.706Z"},children:[]}]};var o={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight100"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
20
+ .mrl-picto-color-offset { fill: #4e4e4e; }
21
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{d:"M20.907 4.993c.356-1.241-.349-2.54-1.573-2.9a2.305 2.305 0 0 0-2.861 1.595c-.228.796-.482 1.073-.582 1.161-.085.074-.207.145-.498.176-.337.036-.76.003-1.38-.082l-.268-.038c-.505-.073-1.198-.174-1.812-.174-.239 0-.887.015-1.518.431a2.468 2.468 0 0 0-.932 1.143 2.533 2.533 0 0 0-.153 1.314c.09.603.372 1.04.492 1.217.154.228.327.429.474.587.21.228.475.484.765.75C9.88 9.605 8.67 9.028 7.738 8.67c-.517-.198-1.363-.503-2.162-.478-.402.012-1.433.13-2.114 1.113-.666.962-.45 1.971-.336 2.363.217.741.687 1.308.982 1.632.344.38.757.753 1.168 1.1.638.539 1.428 1.142 2.209 1.738l.632.484c1.012.778 1.986 1.55 2.792 2.301.842.784 1.318 1.382 1.51 1.776a2.295 2.295 0 0 0 3.095 1.057 2.355 2.355 0 0 0 1.043-3.136 8.434 8.434 0 0 0-1.086-1.64c.592.118 1.311.185 2.012.015a3.007 3.007 0 0 0 1.685-1.073c.495-.638.639-1.357.639-1.944 0-.892-.346-1.645-.638-2.148a9.302 9.302 0 0 0-1.1-1.476 19 19 0 0 0-.916-.95A5.165 5.165 0 0 0 18.91 8.39c.955-.835 1.596-1.997 1.997-3.397Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M8.554 5.933a3.533 3.533 0 0 0-.202 1.904 16.721 16.721 0 0 0-.256-.1c-.507-.195-1.526-.576-2.55-.545-.51.016-1.952.165-2.906 1.544-.929 1.341-.615 2.73-.474 3.213.283.967.883 1.673 1.201 2.024.388.426.839.832 1.263 1.19.658.556 1.464 1.171 2.234 1.76l.014.01.63.482c1.01.777 1.951 1.524 2.72 2.24.82.764 1.184 1.26 1.293 1.483a3.295 3.295 0 0 0 4.442 1.511c1.639-.823 2.296-2.825 1.492-4.469a7.304 7.304 0 0 0-.073-.145 4.19 4.19 0 0 0 .337-.068c.697-.17 1.57-.57 2.239-1.432.667-.86.848-1.814.848-2.557 0-1.146-.441-2.08-.773-2.65A10.237 10.237 0 0 0 18.826 9.7c.252-.161.501-.346.743-.558 1.139-.997 1.862-2.348 2.3-3.874.503-1.76-.491-3.616-2.253-4.135-1.767-.52-3.6.515-4.105 2.279a2.768 2.768 0 0 1-.242.62c-.207.018-.523.001-1.12-.08l-.26-.038-.026-.004c-.492-.07-1.243-.18-1.93-.18-.293 0-1.187.015-2.068.596a3.469 3.469 0 0 0-1.31 1.606Zm3.379-1.202c.614 0 1.307.1 1.812.174l.268.038c.62.085 1.043.118 1.38.082.29-.03.413-.102.498-.176.1-.088.354-.365.582-1.16.355-1.242 1.636-1.956 2.86-1.596 1.225.36 1.93 1.659 1.574 2.9-.4 1.4-1.042 2.562-1.997 3.397a5.186 5.186 0 0 1-1.757 1.013 20.019 20.019 0 0 1 .915.95c.39.44.789.94 1.1 1.477.293.503.638 1.256.638 2.148 0 .587-.143 1.306-.638 1.944a3.007 3.007 0 0 1-1.685 1.073 3.69 3.69 0 0 1-.672.097 5.435 5.435 0 0 1-1.34-.112c.292.354.563.724.795 1.11.105.173.203.35.29.53.567 1.158.1 2.562-1.042 3.136a2.295 2.295 0 0 1-3.094-1.057c-.193-.394-.67-.992-1.51-1.776-.807-.75-1.78-1.523-2.793-2.301l-.632-.484a64.25 64.25 0 0 1-2.21-1.738c-.41-.347-.823-.72-1.167-1.1-.295-.324-.766-.89-.982-1.632-.115-.392-.33-1.4.336-2.363.681-.984 1.712-1.101 2.114-1.113.8-.025 1.645.28 2.162.478a22.6 22.6 0 0 1 1.083.453c.114.05.23.103.347.156.277.127.563.26.853.397.344.163.693.33 1.04.497-.29-.266-.555-.522-.766-.75a5.109 5.109 0 0 1-.474-.587 3.195 3.195 0 0 1-.272-.482 2.761 2.761 0 0 1-.219-.735c-.05-.34-.05-.811.152-1.314.21-.522.564-.9.933-1.143.631-.416 1.28-.43 1.518-.43Z","clip-rule":"evenodd"},children:[]}]};var m={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight20"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
22
+ .mrl-picto-color-offset { fill: #4e4e4e; }
23
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{d:"M19.747 3.868a.678.678 0 0 0-1.303-.379c-.313 1.08-.738 1.716-1.18 2.099-.439.378-.95.557-1.533.617-.595.062-1.238-.001-1.916-.093l-.347-.049c-.55-.078-1.133-.16-1.652-.16-.165 0-.422.018-.648.165a.823.823 0 0 0-.367.828c.034.225.147.413.231.536.095.138.214.277.341.414.42.449 1.1 1.036 1.82 1.658l.39.338c.882.765 1.799 1.581 2.493 2.35.347.385.622.74.807 1.053.19.324.25.545.25.678a.358.358 0 0 1-.012.107.296.296 0 0 1-.064.021c-.204.05-.604.026-1.233-.14-1.222-.323-2.88-1.06-4.578-1.856l-1.051-.497c-1.308-.62-2.573-1.22-3.538-1.585-.585-.222-1.18-.406-1.635-.393-.228.007-.61.07-.852.415-.237.338-.179.72-.108.959.114.385.395.746.687 1.058.307.33.703.681 1.144 1.045.632.52 1.4 1.1 2.2 1.702.31.234.626.472.94.711 1.136.867 2.272 1.766 3.199 2.654.941.902 1.596 1.726 1.856 2.432a.678.678 0 1 0 1.273-.47c-.373-1.01-1.22-2.012-2.19-2.942-.987-.945-2.175-1.883-3.316-2.753-.33-.252-.656-.497-.971-.735a63.647 63.647 0 0 1-2.128-1.646 11.108 11.108 0 0 1-1.014-.922c.128.042.272.092.435.154.908.343 2.102.91 3.401 1.525.357.17.722.343 1.091.516 1.679.787 3.447 1.58 4.808 1.94.662.174 1.343.28 1.896.148a1.44 1.44 0 0 0 .816-.5c.219-.279.3-.614.3-.948 0-.483-.193-.952-.437-1.366a8.09 8.09 0 0 0-.969-1.274c-.757-.838-1.732-1.704-2.61-2.466l-.405-.35-.001-.001c-.492-.425-.93-.804-1.276-1.126l.448.062.393.054c.688.093 1.47.179 2.24.099.784-.082 1.58-.337 2.278-.94.694-.6 1.233-1.493 1.597-2.747Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M15.222 16.19c-.822-.218-1.766-.576-2.73-.987.477.4.94.807 1.37 1.219.994.951 1.982 2.085 2.437 3.318a1.678 1.678 0 1 1-3.149 1.163c-.178-.482-.69-1.176-1.61-2.057-.883-.846-1.98-1.717-3.113-2.58l-.936-.708-.013-.01a68.242 68.242 0 0 1-2.221-1.72 13.325 13.325 0 0 1-1.239-1.133c-.312-.334-.731-.838-.915-1.457-.098-.332-.256-1.098.249-1.817.516-.736 1.305-.83 1.64-.84.678-.02 1.447.24 2.019.456 1.003.38 2.297.993 3.58 1.602l.033.015c.349.166.699.332 1.047.495 1.271.597 2.468 1.134 3.458 1.492-.622-.656-1.407-1.355-2.201-2.044a218.21 218.21 0 0 0-.386-.334l-.041-.036c-.69-.596-1.401-1.21-1.858-1.698a4.652 4.652 0 0 1-.435-.53 2.302 2.302 0 0 1-.396-.955 1.824 1.824 0 0 1 .81-1.814c.476-.31.976-.327 1.194-.327.59 0 1.231.09 1.758.165l.034.005.34.048c.674.09 1.213.138 1.68.09.433-.045.735-.167.982-.38.257-.223.598-.67.874-1.62a1.678 1.678 0 1 1 3.224.936c-.402 1.383-1.025 2.465-1.904 3.224-.89.77-1.896 1.081-2.828 1.178a6.05 6.05 0 0 1-.265.023c.722.638 1.485 1.343 2.115 2.04.402.446.791.933 1.088 1.438.284.48.576 1.133.576 1.873 0 .493-.122 1.066-.515 1.566a2.437 2.437 0 0 1-1.368.854c-.81.195-1.699.028-2.385-.154Zm-6.338-2.534c-.135-.1-.267-.2-.397-.3a53.413 53.413 0 0 1-1.731-1.346 15.238 15.238 0 0 1-.655-.568 7.169 7.169 0 0 1-.359-.354c.128.042.273.092.435.154.277.104.58.23.906.371a69.55 69.55 0 0 1 1.924.884l.571.27c.357.17.722.343 1.091.516 1.679.787 3.447 1.58 4.808 1.94.662.174 1.343.28 1.896.148a1.44 1.44 0 0 0 .816-.5c.219-.279.3-.614.3-.948 0-.483-.193-.952-.437-1.366-.249-.424-.59-.855-.969-1.274-.756-.838-1.732-1.704-2.61-2.466l-.338-.292-.067-.058a170.71 170.71 0 0 1-.872-.76 23.49 23.49 0 0 1-.405-.367l.448.062h.001l.393.054c.29.04.597.078.913.102.432.034.881.043 1.326-.003.784-.082 1.58-.337 2.279-.94.693-.6 1.232-1.493 1.596-2.747a.679.679 0 0 0-1.302-.379c-.314 1.08-.739 1.716-1.182 2.099-.438.378-.95.557-1.532.617-.595.062-1.237-.001-1.916-.093l-.347-.049c-.55-.078-1.133-.16-1.652-.16-.165 0-.422.018-.648.165a.824.824 0 0 0-.367.828c.034.225.147.413.231.536.095.138.214.277.341.414.42.449 1.1 1.037 1.82 1.659.13.111.26.224.39.337.882.765 1.799 1.581 2.493 2.35.285.316.522.611.7.88l.01.017a4.304 4.304 0 0 1 .097.156c.19.324.25.545.25.678a.358.358 0 0 1-.012.107.296.296 0 0 1-.064.021c-.168.04-.468.032-.92-.065h-.002a7.996 7.996 0 0 1-.311-.075c-1.222-.323-2.88-1.06-4.578-1.856l-1.05-.497h-.001c-1.308-.62-2.573-1.22-3.538-1.585-.585-.222-1.18-.406-1.635-.393-.228.007-.61.07-.851.415-.238.338-.18.72-.109.959.114.385.395.746.687 1.058.307.33.703.681 1.144 1.045.632.52 1.4 1.1 2.2 1.702.31.234.626.472.94.711 1.136.867 2.272 1.766 3.199 2.654.941.902 1.596 1.726 1.857 2.432a.678.678 0 1 0 1.272-.47c-.373-1.01-1.22-2.012-2.19-2.942-.986-.945-2.175-1.883-3.316-2.753-.33-.252-.656-.497-.971-.735Z","clip-rule":"evenodd"},children:[]}]};var s={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight30"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
24
+ .mrl-picto-color-offset { fill: #4e4e4e; }
25
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{d:"M19.794 4.129a.882.882 0 0 0-1.695-.492c-.297 1.024-.694 1.603-1.084 1.941-.386.333-.839.494-1.374.55-.552.058-1.156-.001-1.817-.09-.107-.015-.218-.03-.33-.047-.537-.076-1.126-.16-1.65-.16-.172 0-.476.018-.752.197a1.024 1.024 0 0 0-.455 1.026c.04.27.174.488.261.615.101.147.226.292.354.43.418.447 1.093 1.03 1.794 1.635l.378.327c.861.748 1.746 1.536 2.413 2.275.334.369.59.702.76.99a1.6 1.6 0 0 1 .205.475c-.179.01-.498-.02-.991-.15-1.17-.31-2.77-1.019-4.429-1.798-.338-.158-.68-.32-1.018-.481-1.278-.606-2.523-1.196-3.474-1.556-.567-.214-1.186-.412-1.68-.397-.247.008-.708.077-1.004.499-.29.413-.212.87-.136 1.124.126.427.43.811.72 1.12.31.332.704.682 1.137 1.039.62.512 1.376 1.08 2.157 1.67.302.228.608.458.912.69 1.108.844 2.207 1.715 3.102 2.572.913.875 1.52 1.65 1.757 2.29a.882.882 0 1 0 1.655-.611c-.382-1.035-1.24-2.041-2.191-2.954-.972-.93-2.14-1.852-3.253-2.7-.325-.248-.644-.489-.953-.722a63.221 63.221 0 0 1-2.196-1.707c.765.325 1.671.755 2.645 1.216l1.07.506c1.635.767 3.378 1.55 4.728 1.906.65.172 1.36.289 1.957.146.324-.078.665-.244.918-.566.252-.32.34-.7.34-1.061 0-.528-.21-1.026-.456-1.445-.254-.431-.598-.863-.972-1.278-.749-.829-1.71-1.681-2.566-2.425l-.398-.344c-.253-.218-.49-.423-.705-.613l.11.015c.671.091 1.457.178 2.236.097.798-.083 1.621-.345 2.344-.97.718-.62 1.262-1.532 1.626-2.784Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M10.547 5.19a2.024 2.024 0 0 0-.9 2.012c.075.498.314.869.427 1.033.141.205.303.391.447.546.456.487 1.162 1.097 1.834 1.678l.038.033.376.325c.44.381.874.764 1.276 1.138a62.16 62.16 0 0 1-2.238-1.007l-1.015-.48-.033-.015C9.507 9.859 8.233 9.255 7.244 8.88c-.554-.21-1.347-.483-2.063-.461-.354.01-1.223.11-1.793.923-.558.795-.38 1.636-.277 1.983.196.662.638 1.188.948 1.52.353.377.786.76 1.232 1.127A66.966 66.966 0 0 0 7.47 15.66l.012.01c.303.228.607.457.908.686 1.105.842 2.165 1.684 3.016 2.499.892.855 1.357 1.5 1.51 1.914a1.882 1.882 0 1 0 3.532-1.304c-.464-1.258-1.463-2.395-2.437-3.329a22.526 22.526 0 0 0-.268-.252c.476.176.935.327 1.362.44.675.178 1.592.356 2.446.151a2.623 2.623 0 0 0 1.47-.92c.426-.542.555-1.159.555-1.68 0-.784-.31-1.465-.596-1.951-.301-.512-.693-1-1.091-1.441a23.733 23.733 0 0 0-1.67-1.642c.864-.131 1.781-.46 2.603-1.17.903-.78 1.531-1.882 1.932-3.264a1.882 1.882 0 1 0-3.615-1.05c-.26.895-.572 1.286-.778 1.464-.194.168-.438.272-.823.312-.424.044-.924.002-1.58-.087l-.324-.045-.033-.005c-.515-.073-1.162-.164-1.756-.164-.225 0-.773.016-1.298.358Zm7.552-1.553a.882.882 0 0 1 1.695.492c-.364 1.252-.908 2.165-1.626 2.784-.723.625-1.546.887-2.344.97a6.306 6.306 0 0 1-.654.032c-.19 0-.38-.007-.565-.02-.356-.023-.7-.066-1.018-.109l-.109-.015.1.087c.188.165.39.34.605.526l.398.344.205.179c.802.7 1.672 1.483 2.36 2.246.375.415.719.847.973 1.278.246.42.457.917.457 1.445 0 .361-.089.74-.341 1.061a1.624 1.624 0 0 1-.918.566c-.596.143-1.306.026-1.957-.146-1.24-.328-2.813-1.015-4.327-1.72-.134-.061-.268-.124-.4-.186l-.021-.01c-.357-.167-.708-.334-1.05-.496l-.058-.027a81.268 81.268 0 0 0-2.587-1.189l.132.11a63.23 63.23 0 0 0 2.064 1.597l.159.12.794.601.173.133.271.208c.975.752 1.966 1.553 2.809 2.36.952.913 1.81 1.92 2.191 2.954a.882.882 0 0 1-1.655.611c-.236-.64-.844-1.415-1.757-2.29-.894-.857-1.994-1.728-3.102-2.572-.303-.232-.61-.462-.912-.69-.781-.59-1.537-1.158-2.157-1.67a12.263 12.263 0 0 1-1.137-1.039c-.29-.309-.594-.693-.72-1.12-.076-.254-.154-.711.136-1.124.296-.422.757-.491 1.005-.499.493-.015 1.112.183 1.68.397.95.36 2.195.95 3.473 1.556.338.16.68.323 1.018.481 1.549.727 3.045 1.393 4.188 1.73a8.877 8.877 0 0 0 .406.11c.4.095.668.117.826.108a1.6 1.6 0 0 0-.204-.475 5.127 5.127 0 0 0-.441-.619 9.538 9.538 0 0 0-.32-.371c-.667-.74-1.552-1.527-2.413-2.275l-.378-.327c-.701-.606-1.375-1.188-1.794-1.636a3.79 3.79 0 0 1-.354-.429 1.496 1.496 0 0 1-.261-.615 1.024 1.024 0 0 1 .456-1.025c.275-.18.58-.197.752-.197.523 0 1.112.083 1.648.16l.043.005c.098.014.194.028.288.04.661.09 1.265.149 1.818.091.534-.056.988-.217 1.373-.55.39-.338.787-.917 1.084-1.941Z","clip-rule":"evenodd"},children:[]}]};var d={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight40"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
26
+ .mrl-picto-color-offset { fill: #4e4e4e; }
27
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{d:"M19.838 4.377a1.077 1.077 0 1 0-2.068-.6c-.282.972-.65 1.497-.992 1.792-.335.289-.732.434-1.222.485-.512.054-1.08 0-1.723-.087l-.275-.039-.04-.005c-.524-.075-1.118-.16-1.646-.16-.179 0-.528.018-.851.228a1.214 1.214 0 0 0-.54 1.213c.046.313.2.559.29.69.107.156.237.307.365.445.418.446 1.087 1.024 1.77 1.614l.367.317c.84.73 1.695 1.492 2.336 2.202.32.355.561.668.717.932.026.043.048.084.067.122a4.794 4.794 0 0 1-.595-.123c-1.12-.296-2.663-.98-4.286-1.741l-.986-.466h-.002c-1.247-.593-2.474-1.175-3.411-1.53-.55-.207-1.193-.416-1.722-.4-.267.008-.803.083-1.15.578-.34.485-.244 1.013-.164 1.282.138.468.465.873.752 1.18.311.333.704.682 1.13 1.032.61.503 1.353 1.063 2.117 1.64.294.22.591.445.885.669 1.081.823 2.146 1.667 3.01 2.495.886.85 1.448 1.578 1.661 2.154a1.077 1.077 0 1 0 2.02-.746c-.39-1.058-1.258-2.068-2.192-2.963-.958-.918-2.105-1.823-3.194-2.653-.32-.243-.632-.48-.935-.707l-.754-.57c.312.146.636.3.969.457.342.163.694.33 1.052.497 1.592.747 3.31 1.52 4.65 1.874.64.169 1.379.296 2.016.143A1.8 1.8 0 0 0 18.28 15c.283-.36.378-.782.378-1.17 0-.57-.226-1.095-.476-1.518a8.06 8.06 0 0 0-.974-1.283c-.74-.82-1.688-1.66-2.523-2.385l-.39-.338-.154-.133a7.982 7.982 0 0 0 1.639.023c.81-.084 1.659-.352 2.406-.998.74-.64 1.29-1.57 1.653-2.821Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M14.993 16.451a12.7 12.7 0 0 1-.35-.098c.794.821 1.555 1.788 1.947 2.85a2.076 2.076 0 1 1-3.896 1.44c-.13-.352-.55-.95-1.415-1.78-.82-.785-1.846-1.6-2.924-2.42-.291-.223-.586-.445-.88-.667l-.013-.01a65.65 65.65 0 0 1-2.14-1.656 13.246 13.246 0 0 1-1.224-1.122c-.307-.328-.772-.876-.98-1.578-.107-.362-.304-1.274.304-2.14.622-.887 1.567-.993 1.939-1.004.752-.022 1.567.262 2.105.466.976.368 2.232.964 3.455 1.544l.033.016.983.465c.27.127.536.25.796.369l-.115-.1-.365-.316-.037-.031c-.655-.567-1.356-1.172-1.81-1.658a4.892 4.892 0 0 1-.459-.56 2.668 2.668 0 0 1-.456-1.109 2.215 2.215 0 0 1 .984-2.2c.573-.372 1.165-.388 1.398-.388.598 0 1.25.092 1.753.164l.073.01.268.038c.639.086 1.102.124 1.485.084.34-.036.528-.124.672-.248.157-.135.441-.472.686-1.314a2.077 2.077 0 1 1 3.988 1.158c-.4 1.379-1.033 2.5-1.959 3.299a5.09 5.09 0 0 1-2.185 1.106c.453.42.9.86 1.296 1.297.393.437.788.927 1.093 1.447.289.49.614 1.198.614 2.026 0 .546-.134 1.205-.592 1.787a2.799 2.799 0 0 1-1.568.983c-.894.214-1.839.026-2.504-.15Zm-1.533.136a25.67 25.67 0 0 0-1.335-1.184 53.626 53.626 0 0 0-1.726-1.368l-.132-.1a194.1 194.1 0 0 0-.817-.619l-.119-.09c-.26-.195-.512-.385-.754-.57l.873.413.096.045c.322.153.653.31.99.468l.062.03c.675.316 1.372.637 2.054.929.927.397 1.825.74 2.597.944.64.169 1.378.296 2.015.143A1.8 1.8 0 0 0 18.28 15c.283-.36.378-.782.378-1.17 0-.57-.226-1.095-.475-1.518-.258-.439-.604-.873-.975-1.283-.55-.609-1.213-1.228-1.86-1.804a73.164 73.164 0 0 0-1.054-.92l-.153-.132.248.023c.214.018.434.03.657.032a6.58 6.58 0 0 0 .734-.032c.81-.084 1.66-.352 2.406-.998.74-.64 1.29-1.57 1.653-2.821a1.077 1.077 0 1 0-2.068-.6c-.282.972-.65 1.497-.992 1.792-.335.289-.732.434-1.222.485-.512.054-1.079 0-1.723-.087l-.275-.039-.04-.005c-.524-.075-1.118-.16-1.645-.16-.18 0-.53.018-.852.228a1.214 1.214 0 0 0-.54 1.213c.046.313.2.559.29.69.107.156.237.307.365.445.418.446 1.087 1.024 1.77 1.614l.367.317c.746.648 1.502 1.32 2.111 1.96a8.867 8.867 0 0 1 .558.631c.16.198.288.38.384.543.026.043.048.084.067.122a3.62 3.62 0 0 1-.214-.035 5.703 5.703 0 0 1-.38-.088c-.277-.073-.58-.17-.904-.286l-.075-.027c-.97-.353-2.117-.87-3.308-1.428l-.986-.466h-.001c-1.248-.593-2.475-1.175-3.412-1.53-.55-.207-1.193-.416-1.722-.4-.266.008-.803.083-1.15.578-.34.485-.244 1.013-.164 1.282.138.468.466.873.752 1.18.311.333.704.682 1.13 1.032.61.503 1.353 1.063 2.117 1.64.294.22.592.445.886.669 1.08.823 2.145 1.667 3.008 2.495.887.85 1.45 1.578 1.662 2.154a1.077 1.077 0 0 0 2.02-.746c-.39-1.058-1.258-2.068-2.192-2.963Z","clip-rule":"evenodd"},children:[]}]};var p={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight50"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
28
+ .mrl-picto-color-offset { fill: #4e4e4e; }
29
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{d:"M19.689 2.056c.743.216 1.171.994.955 1.737-.402 1.387-1.018 2.442-1.865 3.173-.855.74-1.825 1.043-2.74 1.138-.377.04-.753.044-1.115.029l.056.049c.906.786 1.944 1.706 2.759 2.607.407.452.794.936 1.085 1.43.28.476.549 1.089.549 1.768 0 .457-.113.97-.461 1.413a2.186 2.186 0 0 1-1.23.764c-.752.18-1.602.028-2.302-.157-1.478-.39-3.362-1.238-5.086-2.047l-.15-.07.031.023c1.182.9 2.436 1.89 3.486 2.895 1.018.977 1.993 2.104 2.436 3.304a1.402 1.402 0 0 1-2.63.971c-.212-.572-.789-1.333-1.746-2.25-.927-.888-2.073-1.797-3.245-2.69l-.955-.722a71.416 71.416 0 0 1-2.31-1.788c-.465-.383-.9-.77-1.249-1.142-.315-.337-.703-.81-.87-1.373-.093-.315-.22-.978.211-1.592.44-.628 1.117-.717 1.433-.727.627-.018 1.364.226 1.958.45 1.026.389 2.37 1.026 3.725 1.669l1.066.504c1.764.827 3.42 1.56 4.611 1.874.034.01.067.018.1.026a8.103 8.103 0 0 0-.538-.653c-.685-.76-1.602-1.577-2.515-2.37l-.345-.298-.05-.043c-.74-.64-1.479-1.277-1.941-1.772a4.47 4.47 0 0 1-.418-.509 2.047 2.047 0 0 1-.354-.847 1.552 1.552 0 0 1 .69-1.547c.409-.266.845-.284 1.051-.284.591 0 1.257.095 1.824.176l.335.046c.697.095 1.289.15 1.814.095.497-.052.879-.196 1.197-.472.328-.283.708-.808 1.006-1.833a1.402 1.402 0 0 1 1.737-.955Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M10.848 10.014c.323.154.645.307.963.456-.639-.553-1.293-1.128-1.735-1.6a5.466 5.466 0 0 1-.511-.626 3.044 3.044 0 0 1-.52-1.266 2.551 2.551 0 0 1 1.133-2.533c.66-.429 1.339-.446 1.598-.446.662 0 1.386.103 1.934.181l.03.005.33.046c.691.093 1.179.131 1.575.09.348-.036.52-.123.647-.233.143-.124.44-.46.7-1.355a2.402 2.402 0 0 1 4.613 1.339c-.44 1.516-1.14 2.76-2.172 3.65a5.633 5.633 0 0 1-2.17 1.164c.426.402.843.818 1.218 1.233.43.478.866 1.018 1.205 1.594.319.542.686 1.337.686 2.274 0 .616-.152 1.367-.674 2.031a3.186 3.186 0 0 1-1.783 1.119c-.952.228-1.946.051-2.664-.13.734.812 1.409 1.743 1.784 2.759a2.402 2.402 0 0 1-4.507 1.664c-.128-.348-.563-.978-1.499-1.875-.883-.846-1.99-1.726-3.16-2.616-.313-.24-.632-.48-.95-.72l-.013-.009c-.822-.62-1.649-1.243-2.332-1.806a14.406 14.406 0 0 1-1.343-1.23c-.336-.36-.861-.975-1.097-1.772-.12-.408-.348-1.454.35-2.45.716-1.02 1.8-1.14 2.221-1.152.85-.026 1.76.294 2.342.514 1.065.403 2.438 1.054 3.768 1.685l.033.015Zm2.752-4.84C13.032 5.095 12.367 5 11.776 5c-.206 0-.643.018-1.052.284a1.552 1.552 0 0 0-.69 1.547c.06.394.25.696.355.847.125.183.274.356.418.51.462.494 1.2 1.131 1.941 1.771l.05.043.345.299a46.07 46.07 0 0 1 1.662 1.498c.308.295.597.587.853.87a8.653 8.653 0 0 1 .537.654 11.433 11.433 0 0 1-.942-.288 21.97 21.97 0 0 1-1.003-.382 59.129 59.129 0 0 1-2.765-1.23l-1.066-.504c-1.355-.643-2.699-1.28-3.725-1.668-.594-.225-1.331-.47-1.959-.45-.315.009-.991.098-1.432.726-.431.614-.304 1.277-.21 1.592.166.563.554 1.036.869 1.373.348.373.784.759 1.248 1.142.666.549 1.48 1.161 2.31 1.788h.001l.955.722c1.172.893 2.318 1.802 3.245 2.69.957.917 1.534 1.678 1.745 2.25a1.402 1.402 0 0 0 2.63-.97c-.442-1.2-1.417-2.328-2.435-3.305-.182-.174-.37-.347-.563-.52-.887-.796-1.874-1.574-2.82-2.296l-.134-.102.15.07c1.095.514 2.256 1.044 3.336 1.462.619.24 1.211.443 1.75.585.7.185 1.55.338 2.301.157.417-.1.882-.32 1.23-.764.349-.443.461-.956.461-1.414 0-.678-.269-1.291-.548-1.766-.291-.495-.678-.98-1.085-1.43a24.403 24.403 0 0 0-1.708-1.68 65.998 65.998 0 0 0-1.05-.928l-.057-.05.096.004c.332.011.675.004 1.02-.032a5.1 5.1 0 0 0 .32-.042c.818-.13 1.663-.443 2.42-1.096.846-.731 1.461-1.786 1.864-3.173a1.402 1.402 0 1 0-2.692-.782c-.298 1.025-.678 1.55-1.006 1.833-.318.276-.7.42-1.197.472-.526.054-1.117 0-1.814-.095l-.335-.046Z","clip-rule":"evenodd"},children:[]}]};var u={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:`
30
+ .mrl-picto-color-offset { fill: #4e4e4e; }
31
+ `,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:[]}]};var h={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:`
32
+ .mrl-picto-color-offset { fill: #4e4e4e; }
33
+ `,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:[]}]};var v={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:`
34
+ .mrl-picto-color-offset { fill: #4e4e4e; }
35
+ `,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:[]}]};var f={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:`
36
+ .mrl-picto-color-offset { fill: #4e4e4e; }
37
+ `,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:[]}]};var y={name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 256 194",xmlns:"http://www.w3.org/2000/svg",preserveAspectRatio:"xMidYMid","data-mrl-svg-name":"logoGmail"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
38
+ .mrl-picto-gmail-gradient { stop-color: #000000; }
39
+ .mrl-picto-gmail-indicator { stroke: currentColor; }
40
+ .mrl-picto-gmail-brand-color-1 { fill: #e3e3e3; }
41
+ .mrl-picto-gmail-brand-color-2 { fill: #231f20; }
42
+ .mrl-picto-gmail-brand-color-3 { fill: #d54b3d; }
43
+ .mrl-picto-gmail-brand-color-4 { fill: #d72b27; }
44
+ `,attributes:{},children:[]}]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"linearGradient",type:"element",value:"",attributes:{id:"mrl-picto-gmail-gradient",x1:"0.00388991071%",y1:"49.997619%",x2:"100.032232%",y2:"49.997619%"},children:[{name:"stop",type:"element",value:"",attributes:{class:"mrl-picto-gmail-gradient","stop-opacity":"0.1",offset:"0%"},children:[]},{name:"stop",type:"element",value:"",attributes:{class:"mrl-picto-gmail-gradient","stop-opacity":"0.2",offset:"100%"},children:[]}]}]},{name:"g",type:"element",value:"",attributes:{},children:[{name:"path",type:"element",value:"",attributes:{d:"M238.833923,193.595007 L16.1542195,193.595007 C7.51970044,193.595007 0.248526454,186.551057 0.248526454,177.689314 L0.248526454,16.8145898 C0.248526454,8.18007073 7.29247625,0.908896748 16.1542195,0.908896748 L238.833923,0.908896748 C247.468442,0.908896748 254.739616,7.95284654 254.739616,16.8145898 L254.739616,177.689314 C254.739616,186.551057 247.695666,193.595007 238.833923,193.595007 L238.833923,193.595007 Z",class:"mrl-picto-gmail-brand-color-1"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M32.0599126,193.595007 L127.266847,117.020456 L127.94852,112.930421 L29.7876708,42.2636988 L29.5604466,190.186644 L32.0599126,193.595007 Z",opacity:"0.1",class:"mrl-picto-gmail-brand-color-2"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M16.1542195,193.595007 C7.29247625,193.595007 0.248526454,186.551057 0.248526454,177.689314 L0.248526454,16.5873656 C0.248526454,7.72562236 7.29247625,6.13505305 16.1542195,6.13505305 C25.0159628,6.13505305 32.0599126,7.95284654 32.0599126,16.5873656 L32.0599126,193.595007 L16.1542195,193.595007 L16.1542195,193.595007 Z",class:"mrl-picto-gmail-brand-color-3"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M16.1542195,8.40729492 C27.5154289,8.40729492 29.7876708,11.8156577 29.7876708,16.5873656 L29.7876708,191.322765 L16.1542195,191.322765 C8.65582137,191.322765 2.52076832,185.187712 2.52076832,177.689314 L2.52076832,16.5873656 C2.52076832,11.5884335 4.79301019,8.40729492 16.1542195,8.40729492 L16.1542195,8.40729492 Z M16.1542195,6.13505305 C7.29247625,6.13505305 0.248526454,7.95284654 0.248526454,16.5873656 L0.248526454,177.689314 C0.248526454,186.551057 7.29247625,193.595007 16.1542195,193.595007 L32.0599126,193.595007 L32.0599126,16.5873656 C32.0599126,7.72562236 25.0159628,6.13505305 16.1542195,6.13505305 L16.1542195,6.13505305 L16.1542195,6.13505305 Z",class:"mrl-picto-gmail-brand-color-4"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M238.833923,193.595007 L222.92823,193.595007 L222.92823,16.1329173 C222.92823,7.27117398 229.972179,6.13505305 238.833923,6.13505305 C247.695666,6.13505305 254.739616,7.27117398 254.739616,16.1329173 L254.739616,177.916538 C254.739616,186.551057 247.695666,193.595007 238.833923,193.595007 L238.833923,193.595007 Z",class:"mrl-picto-gmail-brand-color-3"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M238.833923,8.40729492 C249.059011,8.40729492 252.467374,10.4523126 252.467374,16.1329173 L252.467374,177.916538 C252.467374,185.414937 246.332321,191.54999 238.833923,191.54999 L225.200472,191.54999 L225.200472,16.1329173 C225.200472,10.2250884 228.608834,8.40729492 238.833923,8.40729492 L238.833923,8.40729492 Z M238.833923,6.13505305 C229.972179,6.13505305 222.92823,7.27117398 222.92823,16.1329173 L222.92823,193.822231 L238.833923,193.822231 C247.695666,193.822231 254.739616,186.778282 254.739616,177.916538 L254.739616,16.1329173 C254.739616,7.27117398 247.695666,6.13505305 238.833923,6.13505305 L238.833923,6.13505305 L238.833923,6.13505305 Z",class:"mrl-picto-gmail-brand-color-4"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M170.666667,193.595007 L1.57979906,23.1947544 L10.4736149,26.8124541 L128.175744,111.567076 L254.73962,18.7604631 L254.739616,177.916538 C254.739616,186.551057 247.695666,193.595007 238.833923,193.595007 L170.666667,193.595007 Z",fill:"url(#mrl-picto-gmail-gradient)"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M127.266847,117.020456 L7.06525206,29.7663685 C0.0213022675,24.5402122 -2.02371542,14.542348 3.20244088,7.49839817 C8.42859718,0.454448374 18.6536856,-1.13612093 25.9248596,4.09003537 L127.494071,77.9378961 L229.744955,3.18113862 C236.788905,-2.04501768 246.786769,-0.454448374 252.012926,6.81672561 C257.239082,13.8606754 255.648513,23.8585396 248.377339,29.0846959 L127.266847,117.020456 L127.266847,117.020456 Z",class:"mrl-picto-gmail-brand-color-3"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M238.833923,2.27224187 L238.833923,2.27224187 C243.151182,2.27224187 247.241218,4.31725955 249.967908,7.95284654 C254.285167,14.0878996 252.921822,22.4951945 247.013993,27.0396782 L127.266847,114.293766 L8.42859718,27.948575 C2.29354414,23.4040913 0.702974828,14.7695722 5.02023438,8.86174329 C7.51970044,5.45338049 11.83696,3.18113862 16.3814437,3.18113862 C19.3353582,3.18113862 22.2892726,4.09003537 24.5615145,5.90782886 L125.903502,79.5284654 L127.266847,80.4373622 L128.630192,79.5284654 L230.653852,4.77170793 C233.153318,3.18113862 235.880008,2.27224187 238.833923,2.27224187 L238.833923,2.27224187 Z M238.833923,0 C235.652784,0 232.244421,0.908896748 229.517731,2.95391443 L127.266847,77.7106719 L25.6976354,3.86281118 C22.9709451,1.8177935 19.5625823,0.908896748 16.1542195,0.908896748 C11.1552874,0.908896748 6.15635532,3.18113862 2.9752167,7.49839817 C-2.02371542,14.542348 0.0213022675,24.5402122 7.06525206,29.7663685 L127.266847,117.24768 L248.150114,29.0846959 C255.194064,23.8585396 256.784634,14.0878996 251.785701,6.81672561 C248.604563,2.27224187 243.832855,0 238.833923,0 L238.833923,0 L238.833923,0 Z",class:"mrl-picto-gmail-brand-color-4"},children:[]}]}]};var b={name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 58 58",xmlns:"http://www.w3.org/2000/svg","data-mrl-svg-name":"logoSlackColor"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
45
+ .mrl-picto-slack-bg { fill: #e9e9e9; }
46
+ .mrl-picto-slack-brand-color-1 { fill: #53BE9F; }
47
+ .mrl-picto-slack-brand-color-2 { fill: #EDB426; }
48
+ .mrl-picto-slack-brand-color-3 { fill: #E93477; }
49
+ .mrl-picto-slack-brand-color-4 { fill: #4C274A; }
50
+ .mrl-picto-slack-brand-color-5 { fill: #D92511; }
51
+ .mrl-picto-slack-brand-color-6 { fill: #81D1E0; }
52
+ .mrl-picto-slack-brand-color-7 { fill: #2A9C8C; }
53
+ .mrl-picto-slack-brand-color-8 { fill: #789421; }
54
+ `,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd"},children:[{name:"g",type:"element",value:"",attributes:{},children:[{name:"rect",type:"element",value:"",attributes:{transform:"translate(28.936619, 28.937742) rotate(-109.002072) translate(-28.936619, -28.937742) ",x:"23.2514117",y:"23.2525347",width:"11.3704149",height:"11.3704149"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M16.5501656,10.4234834 C15.6386821,7.77603311 12.7534702,6.36905298 10.1062119,7.28053642 C7.45876159,8.19201987 6.0515894,11.0772318 6.9632649,13.7244901 L8.82368212,19.1275166 L18.4105828,15.8265099 L16.5501656,10.4234834 Z",class:"mrl-picto-slack-brand-color-1"},children:[]},{name:"rect",type:"element",value:"",attributes:{class:"mrl-picto-slack-brand-color-1",transform:"translate(18.769747, 32.438369) rotate(-19.002072) translate(-18.769747, -32.438369) ",x:"13.7000647",y:"26.7531617",width:"10.1393641",height:"11.3704149"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M20.9879338,54.4556623 C21.8994172,57.1031126 24.7846291,58.5100927 27.4318874,57.5986093 C30.0793377,56.6871258 31.4863179,53.8019139 30.5748344,51.1546556 L28.7144172,45.7516291 L19.1275166,49.0526358 L20.9879338,54.4556623 Z",class:"mrl-picto-slack-brand-color-1"},children:[]},{name:"rect",type:"element",value:"",attributes:{class:"mrl-picto-slack-brand-color-2",transform:"translate(39.107093, 25.438371) rotate(160.997928) translate(-39.107093, -25.438371) ",x:"34.0374113",y:"19.7531639",width:"10.1393641",height:"11.3704149"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M36.8881921,3.42046358 C35.9765166,0.773205298 33.0914967,-0.633966887 30.4442384,0.277516556 C27.7969801,1.189 26.3898079,4.07421192 27.3012914,6.7214702 L29.1617086,12.1244967 L38.7486093,8.82349007 L36.8881921,3.42046358 Z",class:"mrl-picto-slack-brand-color-2"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M41.3261523,47.4526424 C42.2376358,50.1000927 45.1228477,51.5070728 47.770106,50.5955894 C50.4175563,49.684106 51.8245364,46.798894 50.913053,44.1516358 L49.0526358,38.7486093 L39.4657351,42.0496159 L41.3261523,47.4526424 Z",class:"mrl-picto-slack-brand-color-2"},children:[]},{name:"rect",type:"element",value:"",attributes:{class:"mrl-picto-slack-brand-color-3",transform:"translate(32.437772, 39.106477) rotate(-109.002072) translate(-32.437772, -39.106477) ",x:"27.3680898",y:"33.4212694",width:"10.1393641",height:"11.3704149"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M10.4234834,41.3261523 C7.77603311,42.2376358 6.36905298,45.1228477 7.28053642,47.770106 C8.19201987,50.4173642 11.0772318,51.8245364 13.7244901,50.913053 L19.1275166,49.0526358 L15.8265099,39.4657351 L10.4234834,41.3261523 Z",class:"mrl-picto-slack-brand-color-3"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M57.5986093,30.4442384 C56.6871258,27.7967881 53.8019139,26.3898079 51.1546556,27.3012914 L45.7516291,29.1617086 L49.0526358,38.7486093 L54.4556623,36.8881921 C57.1029205,35.9765166 58.5100927,33.0914967 57.5986093,30.4442384 Z",class:"mrl-picto-slack-brand-color-3"},children:[]},{name:"rect",type:"element",value:"",attributes:{class:"mrl-picto-slack-brand-color-4",transform:"translate(22.269056, 42.607630) rotate(-109.002072) translate(-22.269056, -42.607630) ",x:"17.1993743",y:"37.5379475",width:"10.1393641",height:"10.1393641"},children:[]},{name:"rect",type:"element",value:"",attributes:{class:"mrl-picto-slack-brand-color-5",transform:"translate(42.606688, 35.605242) rotate(-109.002072) translate(-42.606688, -35.605242) ",x:"37.5370061",y:"30.5355603",width:"10.1393641",height:"10.1393641"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M3.42046358,20.9879338 C0.773013245,21.8994172 -0.633966887,24.7846291 0.277516556,27.4318874 C1.189,30.0791457 4.07421192,31.4863179 6.7214702,30.5748344 L12.1244967,28.7144172 L8.82368212,19.1275166 L3.42046358,20.9879338 Z",class:"mrl-picto-slack-brand-color-6"},children:[]},{name:"rect",type:"element",value:"",attributes:{class:"mrl-picto-slack-brand-color-6",transform:"translate(25.437798, 18.769293) rotate(70.997928) translate(-25.437798, -18.769293) ",x:"20.3681161",y:"13.0840852",width:"10.1393641",height:"11.3704149"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M47.4526424,16.5501656 C50.1000927,15.6386821 51.5070728,12.7534702 50.5955894,10.1062119 C49.684106,7.45876159 46.798894,6.05178146 44.1516358,6.9632649 L38.7486093,8.82368212 L42.0496159,18.4105828 L47.4526424,16.5501656 Z",class:"mrl-picto-slack-brand-color-6"},children:[]},{name:"rect",type:"element",value:"",attributes:{class:"mrl-picto-slack-brand-color-7",transform:"translate(15.267958, 22.269694) rotate(-19.002072) translate(-15.267958, -22.269694) ",x:"10.1982763",y:"17.2000118",width:"10.1393641",height:"10.1393641"},children:[]},{name:"rect",type:"element",value:"",attributes:{class:"mrl-picto-slack-brand-color-8",transform:"translate(35.607109, 15.267502) rotate(70.997928) translate(-35.607109, -15.267502) ",x:"30.5374271",y:"10.1978203",width:"10.1393641",height:"10.1393641"},children:[]}]}]}]};var g={name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 30 18",xmlns:"http://www.w3.org/2000/svg","data-mrl-svg-name":"stickyRectangle"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
55
+ .mrl-picto-sticky-bg {
56
+ fill: #ededed;
57
+ }
58
+ .mrl-picto-sticky-border {
59
+ fill: currentColor;
60
+ }
61
+ `,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd"},children:[{name:"g",type:"element",value:"",attributes:{fillRule:"nonzero"},children:[{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-sticky-bg",d:"M28.6040657,1.00672773 L28.4783967,1 L2.07758418,1 C1.52496039,1 1.06949646,1.38604019 1.0072497,1.88337887 L1,2 L1,16 C1,16.5128358 1.4159908,16.9355072 1.9519151,16.9932723 L2.07758418,17 L22.4051322,17 L29.5559808,10.105 L29.5559808,2 C29.5559808,1.52661307 29.2015271,1.13005271 28.7254768,1.02641071 L28.6040657,1.00672773 Z"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M27.8947368,0 C29.0574416,0 30,0.8954305 30,2 L30,10.5087891 L22.4101945,18 L2.10526316,18 C0.942558421,18 0,17.1045695 0,16 L0,2 C0,0.8954305 0.942558421,0 2.10526316,0 L27.8947368,0 Z M27.8947368,1 L2.10526316,1 C1.56543596,1 1.12051878,1.38604019 1.0597134,1.88337887 L1.05263158,2 L1.05263158,16 C1.05263158,16.5128358 1.45898967,16.9355072 1.98250408,16.9932723 L2.10526316,17 L21.728,17 L21.7288324,11.1093756 C21.7288324,10.5570909 22.1765476,10.1093756 22.7288324,10.1093756 L28.943,10.109 L28.9473684,10.105 L28.9473684,2 C28.9473684,1.52661307 28.6011225,1.13005271 28.1360956,1.02641071 L28.0174959,1.00672773 L27.8947368,1 Z",class:"mrl-picto-sticky-border"},children:[]}]}]}]};var w={name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","data-mrl-svg-name":"stickyRound"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
62
+ .mrl-picto-sticky-bg {
63
+ fill: #ededed;
64
+ }
65
+ .mrl-picto-sticky-border {
66
+ fill: currentColor;
67
+ }
68
+ `,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd"},children:[{name:"g",type:"element",value:"",attributes:{},children:[{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-sticky-bg",d:"M12,0 C5.3832,0 0,5.3824 0,12 C0,18.6168 5.3832,24 12,24 C12.088,24 12.1752,23.9944 12.2616,23.988 L12.6968,23.9712 L23.9712,12.6968 L23.9888,12.2616 C23.9952,12.1752 24,12.088 24,12 C24,5.3824 18.6168,0 12,0"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M23.1824,12.3544 C17.2808,12.5392 12.54,17.2808 12.3552,23.1824 C12.236,23.1856 12.12,23.2 12,23.2 C5.8144,23.2 0.8,18.1856 0.8,12 C0.8,5.8144 5.8144,0.8 12,0.8 C18.1856,0.8 23.2,5.8144 23.2,12 C23.2,12.12 23.1864,12.236 23.1824,12.3544 M12,0 C5.3832,0 0,5.3824 0,12 C0,18.6168 5.3832,24 12,24 C12.088,24 12.1752,23.9944 12.2616,23.988 L12.6968,23.9712 L23.9712,12.6968 L23.9888,12.2616 C23.9952,12.1752 24,12.088 24,12 C24,5.3824 18.6168,0 12,0",class:"mrl-picto-sticky-border",fillRule:"nonzero"},children:[]}]}]}]};var x={name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","data-mrl-svg-name":"stickyRounded"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
69
+ .mrl-picto-sticky-bg {
70
+ fill: #ededed;
71
+ }
72
+ .mrl-picto-sticky-border {
73
+ fill: currentColor;
74
+ }
75
+ `,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd"},children:[{name:"g",type:"element",value:"",attributes:{fillRule:"nonzero"},children:[{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-sticky-bg",d:"M22.1166211,0.870672255 L22,0.863597005 L2,0.863597005 C1.48716416,0.863597005 1.06449284,1.26957798 1.00672773,1.79260653 L1,1.91525169 L1,22.9483453 C1,23.4876715 1.38604019,23.9321758 1.88337887,23.9929247 L2,24 L13.866232,23.9992517 L22.999232,14.1200076 L23,1.91525169 C23,1.41741211 22.6710663,1.00036755 22.2292908,0.891371955 L22.1166211,0.870672255 Z"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M22,0 C23.1045695,0 24,0.8954305 24,2 L24,14.0117188 L14.2887763,24 L2,24 C0.8954305,24 0,23.1045695 0,22 L0,2 C0,0.8954305 0.8954305,0 2,0 L22,0 Z M22,1 L2,1 C1.48716416,1 1.06449284,1.38604019 1.00672773,1.88337887 L1,2 L1,22 C1,22.5128358 1.38604019,22.9355072 1.88337887,22.9932723 L2,23 L13.866232,22.9992885 L13.87,22.995 L13.8707646,14.5320877 C13.8707646,13.979803 14.3184799,13.5320877 14.8707646,13.5320877 L22.999,13.532 L23,2 C23,1.52661307 22.6710663,1.13005271 22.2292908,1.02641071 L22.1166211,1.00672773 L22,1 Z",class:"mrl-picto-sticky-border"},children:[]}]}]}]};var Z={name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg","data-mrl-svg-name":"sticky"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
76
+ .mrl-picto-sticky-bg {
77
+ fill: #fdfd8f;
78
+ }
79
+ .mrl-picto-sticky-border {
80
+ fill: currentColor;
81
+ }
82
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fillRule:"evenodd",clipRule:"evenodd",d:"M0 19.9998V0H19.9998V11.5H11.5V19.9998H0ZM11.6646 20V11.6693H20.0002V11.8571L11.8572 20H11.6646Z",class:"mrl-picto-sticky-bg"},children:[]},{name:"path",type:"element",value:"",attributes:{fillRule:"evenodd",clipRule:"evenodd",d:"M0 0V20H11.8569L20 11.8569V0H0ZM0.833333 0.833876H19.1667V11.6674H11.6667V19.1672H0.833333V0.833876Z",class:"mrl-picto-sticky-border"},children:[]}]};var C={name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 97 128",class:"mrl-picto-vote-add",version:"1.1",xmlns:"http://www.w3.org/2000/svg","data-mrl-svg-name":"voteAdd"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
83
+ .mrl-picto-vote-add-bg { fill: #ededed; }
84
+ .mrl-picto-vote-add-dot { fill: var(--mrl-color-brand); }
85
+ .mrl-picto-vote-add-cursor { fill: #393939; }
86
+ `,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{},children:[{name:"path",type:"element",value:"",attributes:{d:"M80,93.7a2,2,0,0,1-2,2H7a2,2,0,0,1-2-2V7.7a2,2,0,0,1,2-2H78a2,2,0,0,1,2,2v86Z",class:"mrl-picto-vote-add-bg"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M48.1,74.4a10.3,10.3,0,1,1,10.4-6.7l4.9,3.7a16.3,16.3,0,1,0-14.6,9h0.6Z",class:"mrl-picto-vote-add-dot"},children:[]},{name:"polygon",type:"element",value:"",attributes:{points:"48.8 64.1 60.3 115.2 69.6 104.6 81.3 123 88.5 118.2 76.8 99.8 90.1 95.3 48.8 64.1",class:"mrl-picto-vote-add-cursor"},children:[]}]}]};var L={name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 95 128",class:"mrl-picto-vote-anonymous",version:"1.1",xmlns:"http://www.w3.org/2000/svg","data-mrl-svg-name":"voteAnonymous"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
87
+ .mrl-picto-vote-anonymous-box { fill: #d8d8d8; }
88
+ .mrl-picto-vote-anonymous-envelope { fill: #ededed; }
89
+ .mrl-picto-vote-anonymous-lock { fill: #2f2f2f; }
90
+ `,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{},children:[{name:"g",type:"element",value:"",attributes:{},children:[{name:"rect",type:"element",value:"",attributes:{x:"21",y:"33.2",width:"52.3",height:"39.9",class:"mrl-picto-vote-anonymous-box"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M49.8,73l37.5,29.3-0.9,1.2L48.6,73.9H48.5L8.3,103.8l-0.9-1.2L47.3,73.1,21,54.8h0L7,45.2,7.8,44,21,52.9V34.8H73.4V54l13.5-9.7,0.8,1.2ZM87.3,42.9L48.8,2,7.6,42.8A3.8,3.8,0,0,0,6,46.1v55.5a4.2,4.2,0,0,0,4.2,4.2H84.5a4.2,4.2,0,0,0,4.2-4.2V46.1A4.2,4.2,0,0,0,87.3,42.9Z",class:"mrl-picto-vote-anonymous-envelope"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M50.4,46.6a3.1,3.1,0,0,0-6.1,0v3.5h6.1V46.6h0ZM54,60.5H40.7a0.9,0.9,0,0,1-.9-0.9V51a0.9,0.9,0,0,1,.9-0.9h0.9V46.4a5.8,5.8,0,0,1,11.6,0v3.7H54a0.9,0.9,0,0,1,.9.9v8.7A0.9,0.9,0,0,1,54,60.5Z",class:"mrl-picto-vote-anonymous-lock"},children:[]}]}]}]};var M={name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 97 128",class:"mrl-picto-vote-remove",version:"1.1",xmlns:"http://www.w3.org/2000/svg","data-mrl-svg-name":"voteRemove"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
91
+ .mrl-picto-vote-remove-bg { fill: #ededed; }
92
+ .mrl-picto-vote-remove-dot { fill: var(--mrl-color-brand); }
93
+ .mrl-picto-vote-remove-cursor { fill: #393939; }
94
+ `,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{},children:[{name:"path",type:"element",value:"",attributes:{d:"M79,93.7a2,2,0,0,1-2,2H6a2,2,0,0,1-2-2V7.7a2,2,0,0,1,2-2H77a2,2,0,0,1,2,2v86Z",class:"mrl-picto-vote-remove-bg"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M44.9,64.7a3,3,0,0,1,4.7-3l12.8,9.7a16.3,16.3,0,1,0-14.6,9h0.6Z",class:"mrl-picto-vote-remove-dot"},children:[]},{name:"polygon",type:"element",value:"",attributes:{points:"47.8 64.1 59.3 115.2 68.6 104.6 80.3 123 87.5 118.2 75.8 99.8 89.1 95.3 47.8 64.1",class:"mrl-picto-vote-remove-cursor"},children:[]}]}]};var B={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24","data-mrl-svg-name":"checkboxCustom"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
95
+ .mrl-picto-checkbox-custom-check { fill: #000; }
96
+ .mrl-picto-checkbox-custom-stroke { fill: #fff; }
97
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{"fill-rule":"evenodd",class:"mrl-picto-checkbox-custom-check",d:"M16.74 8.332a.624.624 0 0 1 .147.866l-4.879 6.945a1.225 1.225 0 0 1-1.876.16L7.18 13.327a.625.625 0 0 1 0-.878l.871-.879a.612.612 0 0 1 .871 0l1.92 1.936 4.034-5.744a.613.613 0 0 1 .859-.148l1.005.718Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{"fill-rule":"evenodd",class:"mrl-picto-checkbox-custom-stroke",d:"m5.76 11.04.871-.878a2.612 2.612 0 0 1 3.711 0l.237.239 2.661-3.789a2.613 2.613 0 0 1 3.657-.625l1.006.718a2.624 2.624 0 0 1 .62 3.643l-4.878 6.944a3.225 3.225 0 0 1-4.933.42L5.76 14.734a2.625 2.625 0 0 1 0-3.695Zm9.117-3.278a.613.613 0 0 1 .858-.148l1.005.718a.624.624 0 0 1 .147.866l-4.879 6.945a1.225 1.225 0 0 1-1.876.16L7.18 13.327a.625.625 0 0 1 0-.878l.871-.879a.612.612 0 0 1 .871 0l1.92 1.936 4.034-5.744Z","clip-rule":"evenodd"},children:[]}]};var k={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"colorBorderMixed"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M12 1a7 7 0 0 0-7 7c0 .25-.109.739-.392 1.303-.282.565-.608.946-.81 1.098a7 7 0 0 0 6.896 12.061c.736-.307 1.876-.307 2.612 0a7 7 0 0 0 6.896-12.061c-.202-.152-.528-.533-.81-1.098C19.108 8.74 19 8.25 19 8a7 7 0 0 0-7-7Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#E5BF76","fill-rule":"evenodd",d:"M8 13.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5ZM8 11a5 5 0 1 0 0 10 5 5 0 0 0 0-10Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#E15978","fill-rule":"evenodd",d:"M12 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5ZM12 3a5 5 0 1 0 0 10 5 5 0 0 0 0-10Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#4C97F5","fill-rule":"evenodd",d:"M16 13.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Zm0-2.5a5 5 0 1 0 0 10 5 5 0 0 0 0-10Z","clip-rule":"evenodd"},children:[]}]};var H={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"colorBorderNone"},children:[{name:"path",type:"element",value:"",attributes:{fill:"currentColor","fill-rule":"evenodd",d:"M21.401 5.647a1.5 1.5 0 1 0-2.121-2.121l-16 16a1.5 1.5 0 1 0 2.12 2.121l1.52-1.52a.533.533 0 0 1 .542-.121c.485.156 1 .24 1.537.24h6a5 5 0 0 0 5-5v-6c0-.536-.084-1.052-.24-1.536a.533.533 0 0 1 .12-.542l1.521-1.52ZM16 12.255a.5.5 0 0 0-.854-.353l-3.49 3.49a.5.5 0 0 0 .353.854H15a1 1 0 0 0 1-1v-2.99Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M15 4.246c.287 0 .405.339.202.542L11.89 8.1a.5.5 0 0 1-.353.146H9a1 1 0 0 0-1 1v2.537a.5.5 0 0 1-.146.354l-3.312 3.311c-.203.203-.542.085-.542-.202v-6a5 5 0 0 1 5-5h6Z"},children:[]}]};var V={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"colorBorder"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
98
+ .mrl-picto-color-offset { fill: #4e4e4e; }
99
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M7 2a5 5 0 0 0-5 5v10a5 5 0 0 0 5 5h10a5 5 0 0 0 5-5V7a5 5 0 0 0-5-5H7Zm2.5 7a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5h-5Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor","fill-rule":"evenodd",d:"M16.5 7h-9a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5Zm-9-3A3.5 3.5 0 0 0 4 7.5v9A3.5 3.5 0 0 0 7.5 20h9a3.5 3.5 0 0 0 3.5-3.5v-9A3.5 3.5 0 0 0 16.5 4h-9Z","clip-rule":"evenodd"},children:[]}]};var F={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"colorFillMixed"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M12 1a7 7 0 0 0-7 7c0 .25-.109.739-.392 1.303-.282.565-.608.946-.81 1.098a7 7 0 0 0 6.896 12.061c.736-.307 1.876-.307 2.612 0a7 7 0 0 0 6.896-12.061c-.202-.152-.528-.533-.81-1.098C19.108 8.74 19 8.25 19 8a7 7 0 0 0-7-7Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#E5BF76",d:"M3 16a5 5 0 1 1 10 0 5 5 0 0 1-10 0Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#E15978",d:"M7 8a5 5 0 1 1 10 0A5 5 0 0 1 7 8Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#4C97F5",d:"M11 16a5 5 0 1 1 10 0 5 5 0 0 1-10 0Z"},children:[]}]};var A={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"colorFillNone"},children:[{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M21.401 5.401A1.5 1.5 0 1 0 19.28 3.28l-16 16A1.5 1.5 0 1 0 5.4 21.4l1.52-1.52a.533.533 0 0 1 .542-.122c.485.157 1 .24 1.537.24h6a5 5 0 0 0 5-5V9c0-.535-.084-1.052-.24-1.536a.533.533 0 0 1 .12-.542l1.521-1.52ZM15 4c.298 0 .42.352.21.562L4.561 15.21c-.21.21-.562.089-.562-.21V9a5 5 0 0 1 5-5h6Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor","fill-rule":"evenodd",d:"M4 15c0 .298.352.42.562.21L15.21 4.561C15.42 4.352 15.298 4 15 4H9a5 5 0 0 0-5 5v6Zm-.72 4.28A1.5 1.5 0 1 0 5.4 21.4l1.52-1.52a.533.533 0 0 1 .542-.122A4.975 4.975 0 0 0 9 20h6a5 5 0 0 0 5-5V9a5.043 5.043 0 0 0-.24-1.536.533.533 0 0 1 .12-.542l1.521-1.52A1.5 1.5 0 1 0 19.28 3.28l-16 16Z","clip-rule":"evenodd"},children:[]}]};var W={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"colorFill"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
100
+ .mrl-picto-color-offset { fill: #4e4e4e; }
101
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M2 7a5 5 0 0 1 5-5h10a5 5 0 0 1 5 5v10a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5V7Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M17 4H7a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3ZM7 2a5 5 0 0 0-5 5v10a5 5 0 0 0 5 5h10a5 5 0 0 0 5-5V7a5 5 0 0 0-5-5H7Z","clip-rule":"evenodd"},children:[]}]};var R={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"colorPicker"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
102
+ .mrl-picto-color-offset { fill: #4e4e4e; }
103
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M12 2c-.51 0-.975.176-1.35.516-.369.334-.63.804-.79 1.364-.477 1.65-1.217 3.152-1.875 4.124l-.001.001C6.494 10.224 5 12.605 5 15.385 5 19.32 8.176 22 12 22s7-2.68 7-6.616c0-2.964-1.68-5.45-2.952-7.332-.86-1.271-1.482-2.699-1.909-4.172-.16-.56-.42-1.03-.789-1.364A1.972 1.972 0 0 0 12 2Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"m7.961 7.994.001-.001c.662-.975 1.406-2.48 1.887-4.136.16-.56.422-1.032.793-1.367A1.99 1.99 0 0 1 12 1.973c.514 0 .98.176 1.358.517.37.335.633.807.793 1.367.43 1.478 1.055 2.91 1.92 4.184 1.278 1.886 2.968 4.38 2.968 7.353 0 3.946-3.194 6.633-7.039 6.633-3.845 0-7.04-2.687-7.04-6.633 0-2.787 1.503-5.175 3.001-7.4Zm8.073-4.687c-.233-.814-.655-1.642-1.367-2.285A3.94 3.94 0 0 0 12 0a3.94 3.94 0 0 0-2.667 1.022c-.712.643-1.134 1.47-1.367 2.286C7.54 4.77 6.884 6.084 6.343 6.88l-.005.008C4.873 9.063 3 11.922 3 15.394 3 20.609 7.26 24 12 24s9-3.391 9-8.606c0-3.587-1.987-6.516-3.222-8.335l-.088-.13c-.728-1.073-1.274-2.308-1.656-3.622Z","clip-rule":"evenodd"},children:[]}]};var S={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"colorTransparent"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
104
+ .mrl-picto-color-transparent-background {
105
+ fill: #fff;
106
+ }
107
+ .mrl-picto-color-transparent-border {
108
+ fill: #eee;
109
+ }
110
+ .mrl-picto-color-transparent-crossBar {
111
+ fill: #000;
112
+ }
113
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-transparent-background",d:"M0 4a4 4 0 0 1 4-4h16a4 4 0 0 1 4 4v16a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-transparent-border","fill-rule":"evenodd",d:"M20 2H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2ZM4 0a4 4 0 0 0-4 4v16a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4H4Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-transparent-crossBar","fill-rule":"evenodd",d:"M19.707 4.293a1 1 0 0 1 0 1.414l-14 14a1 1 0 0 1-1.414-1.414l14-14a1 1 0 0 1 1.414 0Z","clip-rule":"evenodd"},children:[]}]};var E={name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","data-mrl-svg-name":"customColors"},children:[{name:"path",type:"element",value:"",attributes:{d:"M6.06838 8.57118L1.61995 5.99976C0.59141 7.77404 0 9.81404 0 11.9998H5.1427C5.1427 10.7483 5.48555 9.58261 6.06838 8.57118Z",fill:"#FF6801"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M6.06904 15.4285L1.62061 17.9999C2.67486 19.817 4.19196 21.3342 6.00904 22.3885L8.58039 17.9399C7.53471 17.3313 6.66902 16.4656 6.06904 15.4285Z",fill:"#DC4064"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M17.9312 15.4283L22.3796 17.9998C23.4081 16.2255 23.9995 14.1855 23.9995 11.9998H18.8568C18.8568 13.2512 18.514 14.4169 17.9312 15.4283Z",fill:"#0000FE"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M8.57135 17.9314L6 22.38C7.77423 23.4085 9.81417 24 11.9998 24V18.8571C10.7484 18.8571 9.58275 18.5143 8.57135 17.9314Z",fill:"#EA2A63"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M12 18.8573V24.0002C14.1856 24.0002 16.2256 23.4088 17.9912 22.3888L15.4199 17.9402C14.4171 18.5145 13.2514 18.8573 12 18.8573Z",fill:"#B600F5"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M22.3878 17.9913L17.9393 15.4199C17.3393 16.4571 16.4737 17.3228 15.428 17.9313L17.9993 22.3799C19.8164 21.3342 21.3335 19.8171 22.3878 17.9913Z",fill:"#563EEA"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M5.1427 11.9998H0C0 14.1855 0.59141 16.2255 1.61138 17.9912L6.05981 15.4198C5.48555 14.4169 5.1427 13.2512 5.1427 11.9998Z",fill:"#FD5004"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M17.9315 8.57108L22.38 5.99965C21.3257 4.18251 19.8086 2.66537 17.9915 1.61108L15.4202 6.05965C16.4658 6.66822 17.3315 7.53394 17.9315 8.57108Z",fill:"#2DB635"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M18.8573 12H24C24 9.81426 23.4086 7.77426 22.3886 6.00854L17.9402 8.57997C18.5145 9.58283 18.8573 10.7485 18.8573 12Z",fill:"#1794C2"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M8.57136 6.06868L6.00001 1.62012C4.18292 2.6744 2.66583 4.19154 1.61157 6.00869L6.06001 8.58011C6.66856 7.5344 7.53425 6.66868 8.57136 6.06868Z",fill:"#FDB900"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M12 5.14285V0C9.81439 0 7.77445 0.591428 6.00879 1.61143L8.58014 6.06C9.58297 5.48571 10.7486 5.14285 12 5.14285Z",fill:"#FFF601"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M15.4285 6.06857L17.9998 1.62C16.2256 0.591428 14.1856 0 12 0V5.14285C13.2514 5.14285 14.4171 5.48571 15.4285 6.06857Z",fill:"#9BD52B"},children:[]}]};var D={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:[]}]}]}]};var G={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:[]}]};var P={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:[]}]};var U={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"filePpt"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#DC4C2C",d:"M4 20c0 9.941 8.059 18 18 18s18-8.059 18-18H4Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#F7A278",d:"M22 2v18h18c0-9.941-8.059-18-18-18Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#C06346",d:"M22 2C12.059 2 4 10.059 4 20h18V2Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#9B341F",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"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",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"},children:[]}]};var z={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileTxt"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#64A5F7",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:"M15.754 28.144c.575 0 .947-.168 1.176-.372l-.3-.96c-.096.108-.313.216-.552.216-.36 0-.553-.3-.553-.696v-3.036h1.176v-1.092h-1.176V20.62h-1.26v1.584h-.96v1.092h.96v3.348c0 .972.505 1.5 1.489 1.5ZM22.922 28l-2.136-2.976 2.004-2.82h-1.416l-1.38 1.956-1.368-1.956H17.21l2.004 2.82L17.078 28h1.416l1.512-2.136 1.5 2.136h1.416Zm2.628.144c.576 0 .948-.168 1.176-.372l-.3-.96c-.096.108-.312.216-.552.216-.36 0-.552-.3-.552-.696v-3.036h1.176v-1.092h-1.176V20.62h-1.26v1.584h-.96v1.092h.96v3.348c0 .972.504 1.5 1.488 1.5Z"},children:[]}]};var 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":"fileXls"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#169154",d:"M25 2H11.744C10.781 2 10 2.781 10 3.744v7.259h15V2Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#18482A",d:"M10 29.054v7.202c0 .963.781 1.744 1.743 1.744H25v-8.946H10Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#0C8045",d:"M10 11.003h15v9.002H10v-9.002Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#17472A",d:"M10 20.005h15v9.049H10v-9.049Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#29C27F",d:"M38.256 2H25v9.003h15V3.744C40 2.781 39.219 2 38.256 2Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#27663F",d:"M25 29.054V38h13.257c.962 0 1.743-.781 1.743-1.743v-7.202l-15-.001Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#19AC65",d:"M25 11.003h15v9.002H25v-9.002Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#129652",d:"M25 20.005h15v9.05l-15-.001v-9.049Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#0C7238",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"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M5.807 15h2.386l1.936 3.754L12.175 15h2.229l-3.071 5 3.141 5h-2.351l-2.11-3.93L7.912 25H5.526l3.193-5.018L5.807 15Z"},children:[]}]};var T={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileZip"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#1F1F1F",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:"M17.16 28v-1.104h-2.952l2.904-3.78v-.912h-4.548v1.092h2.856l-2.856 3.744V28h4.596Zm1.999-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.78ZM19.783 28v-5.796h-1.26V28h1.26Zm4.755.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.932Z"},children:[]}]};var O={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"logoGoogle"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#4285F4",d:"M24 12.27c0-.79-.072-1.54-.194-2.27H12.26v4.51h6.611c-.296 1.48-1.165 2.73-2.452 3.58v3h3.944C22.672 19 24 15.92 24 12.27Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#34A853",d:"M12.26 24c3.31 0 6.08-1.08 8.103-2.91l-3.944-3c-1.104.72-2.503 1.16-4.158 1.16-3.198 0-5.906-2.11-6.877-4.96H1.318v3.09C3.331 21.3 7.468 24 12.261 24Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#FBBC05",d:"M5.384 14.29A6.83 6.83 0 0 1 4.996 12c0-.8.143-1.57.388-2.29V6.62H1.318A11.657 11.657 0 0 0 0 12c0 1.94.48 3.76 1.318 5.38l4.066-3.09Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#EA4335",d:"M12.26 4.75c1.809 0 3.423.61 4.7 1.8l3.495-3.42C18.34 1.19 15.57 0 12.26 0 7.469 0 3.33 2.7 1.318 6.62l4.066 3.09c.971-2.85 3.679-4.96 6.877-4.96Z"},children:[]}]};var X={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"logoMicrosoft"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#F25022",d:"M11.421 1H1v10.421h10.421V1Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#00A4EF",d:"M11.421 12.579H1V23h10.421V12.579Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#7FBA00",d:"M23 1H12.579v10.421H23V1Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#FFB900",d:"M23 12.579H12.579V23H23V12.579Z"},children:[]}]};export{e as brandSymbol,t as brandWordmark,B as checkboxCustom,V as colorBorder,k as colorBorderMixed,H as colorBorderNone,W as colorFill,F as colorFillMixed,A as colorFillNone,R as colorPicker,S as colorTransparent,E as customColors,l as drawEraser,a as drawStrokeFine,r as drawStrokeHighlighter,n as drawStrokeMedium,c as drawStrokeUltraFine,i as drawWeight10,o as drawWeight100,m as drawWeight20,s as drawWeight30,d as drawWeight40,p as drawWeight50,u as drawWeight60,h as drawWeight70,v as drawWeight80,f as drawWeight90,D as fileDoc,G as fileGeneric,P as filePdf,U as filePpt,z as fileTxt,N as fileXls,T as fileZip,y as logoGmail,O as logoGoogle,X as logoMicrosoft,b as logoSlackColor,Z as sticky,g as stickyRectangle,w as stickyRound,x as stickyRounded,C as voteAdd,L as voteAnonymous,M as voteRemove};