@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,132 @@
1
+ declare const brandSymbol: {
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: "none";
8
+ readonly viewBox: "0 0 35 28";
9
+ readonly "data-mrl-svg-name": "brandSymbol";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "g";
13
+ readonly type: "element";
14
+ readonly value: "";
15
+ readonly attributes: {
16
+ readonly "clip-path": "url(#mrl-brand-symbol-clip-1)";
17
+ };
18
+ readonly children: readonly [{
19
+ readonly name: "g";
20
+ readonly type: "element";
21
+ readonly value: "";
22
+ readonly attributes: {
23
+ readonly "clip-path": "url(#mrl-brand-symbol-clip-2)";
24
+ };
25
+ readonly children: readonly [{
26
+ readonly name: "path";
27
+ readonly type: "element";
28
+ readonly value: "";
29
+ readonly attributes: {
30
+ readonly fill: "#000";
31
+ readonly d: "M34.96 8.225h-5.052V27.96h5.053V8.225Z";
32
+ };
33
+ readonly children: readonly [];
34
+ }, {
35
+ readonly name: "path";
36
+ readonly type: "element";
37
+ readonly value: "";
38
+ readonly attributes: {
39
+ readonly fill: "#FF4B4B";
40
+ readonly 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";
41
+ };
42
+ readonly children: readonly [];
43
+ }, {
44
+ readonly name: "path";
45
+ readonly type: "element";
46
+ readonly value: "";
47
+ readonly attributes: {
48
+ readonly fill: "#5887FF";
49
+ readonly d: "M10.987 27.96h5.052V8.225h-5.052V27.96Z";
50
+ };
51
+ readonly children: readonly [];
52
+ }, {
53
+ readonly name: "path";
54
+ readonly type: "element";
55
+ readonly value: "";
56
+ readonly attributes: {
57
+ readonly fill: "#FA0";
58
+ readonly d: "M24.013 27.946v-5.155H16.04v5.169l7.973-.014Z";
59
+ };
60
+ readonly children: readonly [];
61
+ }, {
62
+ readonly name: "path";
63
+ readonly type: "element";
64
+ readonly value: "";
65
+ readonly attributes: {
66
+ readonly fill: "#00843F";
67
+ readonly 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";
68
+ };
69
+ readonly children: readonly [];
70
+ }, {
71
+ readonly name: "path";
72
+ readonly type: "element";
73
+ readonly value: "";
74
+ readonly attributes: {
75
+ readonly fill: "#FC83FF";
76
+ readonly 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";
77
+ };
78
+ readonly children: readonly [];
79
+ }, {
80
+ readonly name: "path";
81
+ readonly type: "element";
82
+ readonly value: "";
83
+ readonly attributes: {
84
+ readonly fill: "#000";
85
+ readonly d: "M5.092 8.225H.039V27.96h5.053V8.225Z";
86
+ };
87
+ readonly children: readonly [];
88
+ }];
89
+ }];
90
+ }, {
91
+ readonly name: "defs";
92
+ readonly type: "element";
93
+ readonly value: "";
94
+ readonly attributes: {};
95
+ readonly children: readonly [{
96
+ readonly name: "clipPath";
97
+ readonly type: "element";
98
+ readonly value: "";
99
+ readonly attributes: {
100
+ readonly id: "mrl-brand-symbol-clip-1";
101
+ };
102
+ readonly children: readonly [{
103
+ readonly name: "path";
104
+ readonly type: "element";
105
+ readonly value: "";
106
+ readonly attributes: {
107
+ readonly fill: "#fff";
108
+ readonly d: "M0 0h35v28H0z";
109
+ };
110
+ readonly children: readonly [];
111
+ }];
112
+ }, {
113
+ readonly name: "clipPath";
114
+ readonly type: "element";
115
+ readonly value: "";
116
+ readonly attributes: {
117
+ readonly id: "mrl-brand-symbol-clip-2";
118
+ };
119
+ readonly children: readonly [{
120
+ readonly name: "path";
121
+ readonly type: "element";
122
+ readonly value: "";
123
+ readonly attributes: {
124
+ readonly fill: "#fff";
125
+ readonly d: "M0 0h35v28H0z";
126
+ };
127
+ readonly children: readonly [];
128
+ }];
129
+ }];
130
+ }];
131
+ };
132
+ export { brandSymbol };
@@ -0,0 +1 @@
1
+ var n=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var p=Object.prototype.hasOwnProperty;var d=(t,e)=>{for(var a in e)n(t,a,{get:e[a],enumerable:!0})},c=(t,e,a,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of h(e))!p.call(t,l)&&l!==a&&n(t,l,{get:()=>e[l],enumerable:!(i=m(e,l))||i.enumerable});return t};var u=t=>c(n({},"__esModule",{value:!0}),t);var b={};d(b,{brandSymbol:()=>r});module.exports=u(b);const r={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:[]}]}]}]};
@@ -0,0 +1,94 @@
1
+ declare const brandWordmark: {
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: "none";
8
+ readonly viewBox: "0 0 99 30";
9
+ readonly "data-mrl-svg-name": "brandWordmark";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "path";
13
+ readonly type: "element";
14
+ readonly value: "";
15
+ readonly attributes: {
16
+ readonly fill: "#00843F";
17
+ readonly 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";
18
+ };
19
+ readonly children: readonly [];
20
+ }, {
21
+ readonly name: "path";
22
+ readonly type: "element";
23
+ readonly value: "";
24
+ readonly attributes: {
25
+ readonly fill: "#000";
26
+ readonly d: "M35.836 9.21h-5.185v19.794h5.185V9.21Z";
27
+ };
28
+ readonly children: readonly [];
29
+ }, {
30
+ readonly name: "path";
31
+ readonly type: "element";
32
+ readonly value: "";
33
+ readonly attributes: {
34
+ readonly fill: "#FF4B4B";
35
+ readonly 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";
36
+ };
37
+ readonly children: readonly [];
38
+ }, {
39
+ readonly name: "path";
40
+ readonly type: "element";
41
+ readonly value: "";
42
+ readonly attributes: {
43
+ readonly fill: "#000";
44
+ readonly d: "M5.185 9.21H0v19.794h5.185V9.21Zm50.702 0h-5.185v11.166h5.185V9.21Z";
45
+ };
46
+ readonly children: readonly [];
47
+ }, {
48
+ readonly name: "path";
49
+ readonly type: "element";
50
+ readonly value: "";
51
+ readonly attributes: {
52
+ readonly fill: "#5887FF";
53
+ readonly 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";
54
+ };
55
+ readonly children: readonly [];
56
+ }, {
57
+ readonly name: "path";
58
+ readonly type: "element";
59
+ readonly value: "";
60
+ readonly attributes: {
61
+ readonly fill: "#000";
62
+ readonly d: "M43.141 9.21h-5.185v11.166h5.185V9.21Z";
63
+ };
64
+ readonly children: readonly [];
65
+ }, {
66
+ readonly name: "path";
67
+ readonly type: "element";
68
+ readonly value: "";
69
+ readonly attributes: {
70
+ readonly fill: "#FC83FF";
71
+ readonly d: "M98.772 1.324h-5.185V9.21h5.185V1.324Z";
72
+ };
73
+ readonly children: readonly [];
74
+ }, {
75
+ readonly name: "path";
76
+ readonly type: "element";
77
+ readonly value: "";
78
+ readonly attributes: {
79
+ readonly fill: "#000";
80
+ readonly 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";
81
+ };
82
+ readonly children: readonly [];
83
+ }, {
84
+ readonly name: "path";
85
+ readonly type: "element";
86
+ readonly value: "";
87
+ readonly attributes: {
88
+ readonly fill: "#FA0";
89
+ readonly d: "M70.767 9.21h-12.76v5.185h12.76V9.21Z";
90
+ };
91
+ readonly children: readonly [];
92
+ }];
93
+ };
94
+ export { brandWordmark };
@@ -0,0 +1 @@
1
+ var h=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var r=Object.getOwnPropertyNames;var d=Object.prototype.hasOwnProperty;var v=(t,e)=>{for(var a in e)h(t,a,{get:e[a],enumerable:!0})},p=(t,e,a,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of r(e))!d.call(t,l)&&l!==a&&h(t,l,{get:()=>e[l],enumerable:!(n=m(e,l))||n.enumerable});return t};var u=t=>p(h({},"__esModule",{value:!0}),t);var c={};v(c,{brandWordmark:()=>i});module.exports=u(c);const i={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:[]}]};
@@ -0,0 +1,21 @@
1
+ declare const drawEraser: {
2
+ readonly name: "svg";
3
+ readonly type: "element";
4
+ readonly value: "";
5
+ readonly attributes: {
6
+ readonly viewBox: "0 0 24 24";
7
+ readonly xmlns: "http://www.w3.org/2000/svg";
8
+ readonly fill: "currentColor";
9
+ readonly "data-mrl-svg-name": "drawEraser";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "path";
13
+ readonly type: "element";
14
+ readonly value: "";
15
+ readonly attributes: {
16
+ readonly d: "M19 13V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v7H4v11h16V13h-1zM6 6c0-.6.4-1 1-1h10c.6 0 1 .4 1 1v7H6V6z";
17
+ };
18
+ readonly children: readonly [];
19
+ }];
20
+ };
21
+ export { drawEraser };
@@ -0,0 +1 @@
1
+ var l=Object.defineProperty;var v=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var h=Object.prototype.hasOwnProperty;var m=(t,e)=>{for(var r in e)l(t,r,{get:e[r],enumerable:!0})},o=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of c(e))!h.call(t,a)&&a!==r&&l(t,a,{get:()=>e[a],enumerable:!(n=v(e,a))||n.enumerable});return t};var w=t=>o(l({},"__esModule",{value:!0}),t);var d={};m(d,{drawEraser:()=>s});module.exports=w(d);const s={name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor","data-mrl-svg-name":"drawEraser"},children:[{name:"path",type:"element",value:"",attributes:{d:"M19 13V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v7H4v11h16V13h-1zM6 6c0-.6.4-1 1-1h10c.6 0 1 .4 1 1v7H6V6z"},children:[]}]};
@@ -0,0 +1,21 @@
1
+ declare const drawStrokeFine: {
2
+ readonly name: "svg";
3
+ readonly type: "element";
4
+ readonly value: "";
5
+ readonly attributes: {
6
+ readonly viewBox: "0 0 24 24";
7
+ readonly xmlns: "http://www.w3.org/2000/svg";
8
+ readonly fill: "currentColor";
9
+ readonly "data-mrl-svg-name": "drawStrokeFine";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "path";
13
+ readonly type: "element";
14
+ readonly value: "";
15
+ readonly attributes: {
16
+ readonly d: "M16 9V5H8v4s-2 2-2 6v3h12v-3c0-4-2-6-2-6zM6 19h12v5H6zM14 4c0-2.7-2-4-2-4s-2 1.3-2 4h4z";
17
+ };
18
+ readonly children: readonly [];
19
+ }];
20
+ };
21
+ export { drawStrokeFine };
@@ -0,0 +1 @@
1
+ var n=Object.defineProperty;var v=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var i=Object.prototype.hasOwnProperty;var c=(t,e)=>{for(var a in e)n(t,a,{get:e[a],enumerable:!0})},h=(t,e,a,l)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of o(e))!i.call(t,r)&&r!==a&&n(t,r,{get:()=>e[r],enumerable:!(l=v(e,r))||l.enumerable});return t};var m=t=>h(n({},"__esModule",{value:!0}),t);var w={};c(w,{drawStrokeFine:()=>s});module.exports=m(w);const s={name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor","data-mrl-svg-name":"drawStrokeFine"},children:[{name:"path",type:"element",value:"",attributes:{d:"M16 9V5H8v4s-2 2-2 6v3h12v-3c0-4-2-6-2-6zM6 19h12v5H6zM14 4c0-2.7-2-4-2-4s-2 1.3-2 4h4z"},children:[]}]};
@@ -0,0 +1,21 @@
1
+ declare const drawStrokeHighlighter: {
2
+ readonly name: "svg";
3
+ readonly type: "element";
4
+ readonly value: "";
5
+ readonly attributes: {
6
+ readonly viewBox: "0 0 24 24";
7
+ readonly xmlns: "http://www.w3.org/2000/svg";
8
+ readonly fill: "currentColor";
9
+ readonly "data-mrl-svg-name": "drawStrokeHighlighter";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "path";
13
+ readonly type: "element";
14
+ readonly value: "";
15
+ readonly attributes: {
16
+ readonly d: "M15 0 9 3v3h6zM2 19h20v5H2zM16 8V7H8v1s0 9-6 9v1h20v-1c-6 0-6-9-6-9z";
17
+ };
18
+ readonly children: readonly [];
19
+ }];
20
+ };
21
+ export { drawStrokeHighlighter };
@@ -0,0 +1 @@
1
+ var l=Object.defineProperty;var v=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var o=(t,e)=>{for(var a in e)l(t,a,{get:e[a],enumerable:!0})},g=(t,e,a,h)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of i(e))!s.call(t,r)&&r!==a&&l(t,r,{get:()=>e[r],enumerable:!(h=v(e,r))||h.enumerable});return t};var m=t=>g(l({},"__esModule",{value:!0}),t);var w={};o(w,{drawStrokeHighlighter:()=>n});module.exports=m(w);const n={name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor","data-mrl-svg-name":"drawStrokeHighlighter"},children:[{name:"path",type:"element",value:"",attributes:{d:"M15 0 9 3v3h6zM2 19h20v5H2zM16 8V7H8v1s0 9-6 9v1h20v-1c-6 0-6-9-6-9z"},children:[]}]};
@@ -0,0 +1,21 @@
1
+ declare const drawStrokeMedium: {
2
+ readonly name: "svg";
3
+ readonly type: "element";
4
+ readonly value: "";
5
+ readonly attributes: {
6
+ readonly viewBox: "0 0 24 24";
7
+ readonly xmlns: "http://www.w3.org/2000/svg";
8
+ readonly fill: "currentColor";
9
+ readonly "data-mrl-svg-name": "drawStrokeMedium";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "path";
13
+ readonly type: "element";
14
+ readonly value: "";
15
+ readonly attributes: {
16
+ readonly d: "M4 19h16v5H4zM19 16 16 6H8L5 16v2h14zM12 0c-1.7 0-3 1.7-3 5h6c0-3.3-1.3-5-3-5z";
17
+ };
18
+ readonly children: readonly [];
19
+ }];
20
+ };
21
+ export { drawStrokeMedium };
@@ -0,0 +1 @@
1
+ var l=Object.defineProperty;var o=Object.getOwnPropertyDescriptor;var s=Object.getOwnPropertyNames;var d=Object.prototype.hasOwnProperty;var i=(t,e)=>{for(var a in e)l(t,a,{get:e[a],enumerable:!0})},v=(t,e,a,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of s(e))!d.call(t,r)&&r!==a&&l(t,r,{get:()=>e[r],enumerable:!(n=o(e,r))||n.enumerable});return t};var c=t=>v(l({},"__esModule",{value:!0}),t);var h={};i(h,{drawStrokeMedium:()=>m});module.exports=c(h);const m={name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor","data-mrl-svg-name":"drawStrokeMedium"},children:[{name:"path",type:"element",value:"",attributes:{d:"M4 19h16v5H4zM19 16 16 6H8L5 16v2h14zM12 0c-1.7 0-3 1.7-3 5h6c0-3.3-1.3-5-3-5z"},children:[]}]};
@@ -0,0 +1,21 @@
1
+ declare const drawStrokeUltraFine: {
2
+ readonly name: "svg";
3
+ readonly type: "element";
4
+ readonly value: "";
5
+ readonly attributes: {
6
+ readonly viewBox: "0 0 24 24";
7
+ readonly xmlns: "http://www.w3.org/2000/svg";
8
+ readonly fill: "currentColor";
9
+ readonly "data-mrl-svg-name": "drawStrokeUltraFine";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "path";
13
+ readonly type: "element";
14
+ readonly value: "";
15
+ readonly attributes: {
16
+ readonly d: "M7 19h10v5H7zM16 17v-5l-1-2V6H9v4l-1 2v5l-1 1h10zM11 0h2v4h-2zM9 6h6l-1-1h-4z";
17
+ };
18
+ readonly children: readonly [];
19
+ }];
20
+ };
21
+ export { drawStrokeUltraFine };
@@ -0,0 +1 @@
1
+ var a=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var i=(t,e)=>{for(var r in e)a(t,r,{get:e[r],enumerable:!0})},m=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of o(e))!s.call(t,l)&&l!==r&&a(t,l,{get:()=>e[l],enumerable:!(n=h(e,l))||n.enumerable});return t};var w=t=>m(a({},"__esModule",{value:!0}),t);var d={};i(d,{drawStrokeUltraFine:()=>v});module.exports=w(d);const v={name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor","data-mrl-svg-name":"drawStrokeUltraFine"},children:[{name:"path",type:"element",value:"",attributes:{d:"M7 19h10v5H7zM16 17v-5l-1-2V6H9v4l-1 2v5l-1 1h10zM11 0h2v4h-2zM9 6h6l-1-1h-4z"},children:[]}]};
@@ -0,0 +1,43 @@
1
+ declare const drawWeight10: {
2
+ readonly name: "svg";
3
+ readonly type: "element";
4
+ readonly value: "";
5
+ readonly attributes: {
6
+ readonly xmlns: "http://www.w3.org/2000/svg";
7
+ readonly fill: "currentColor";
8
+ readonly viewBox: "0 0 24 24";
9
+ readonly "data-mrl-svg-name": "drawWeight10";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "style";
13
+ readonly type: "element";
14
+ readonly value: "";
15
+ readonly attributes: {};
16
+ readonly children: readonly [{
17
+ readonly name: "";
18
+ readonly type: "text";
19
+ readonly value: "\n .mrl-picto-color-offset { fill: #4e4e4e; }\n ";
20
+ readonly attributes: {};
21
+ readonly children: readonly [];
22
+ }];
23
+ }, {
24
+ readonly name: "path";
25
+ readonly type: "element";
26
+ readonly value: "";
27
+ readonly attributes: {
28
+ readonly fill: "currentColor";
29
+ readonly d: "M2.512 6.736c8.915-4.33 14.837-4.886 16.09-.428.665 2.372-.215 4.477-2.314 6.93l-.247.286c-.223.252-1.743 1.881-2.04 2.253-.407.509-.482.73-.448.769.484.55.96.519 2.461-.158l.458-.211c1.11-.521 1.74-.752 2.477-.828.82-.084 1.573.095 2.263.586.65.463.888 1.195.817 2.067-.036.447-.15.91-.319 1.376a6.328 6.328 0 0 1-.328.765.554.554 0 1 1-.98-.517l.092-.19c.052-.117.113-.265.175-.435.137-.38.23-.752.256-1.088.043-.52-.072-.874-.355-1.075-.462-.33-.947-.445-1.507-.387-.47.049-.92.191-1.617.499l-1.017.466c-1.958.877-2.77.93-3.708-.14-.534-.606-.303-1.294.415-2.191l.176-.207c.519-.596 1.725-1.891 1.899-2.088 2.05-2.321 2.885-4.183 2.324-6.182-.958-3.41-6.223-2.914-14.539 1.125a.554.554 0 1 1-.484-.997Z";
30
+ };
31
+ readonly children: readonly [];
32
+ }, {
33
+ readonly name: "path";
34
+ readonly type: "element";
35
+ readonly value: "";
36
+ readonly attributes: {
37
+ readonly class: "mrl-picto-color-offset";
38
+ readonly d: "M1.988 5.657A1.754 1.754 0 0 0 3.52 8.812l.834-.397C11.598 5.022 15.77 4.76 16.38 6.932c.39 1.39-.12 2.788-1.838 4.798l-.259.297-1.525 1.668c-.14.154-.257.286-.351.394l-.187.221c-1.112 1.388-1.391 2.633-.4 3.76 1.333 1.516 2.644 1.541 5.1.441l1.026-.47c.587-.26.922-.364 1.24-.396l.135-.008a.86.86 0 0 1 .343.06l.083.04-.014.044-.004.035a3.15 3.15 0 0 1-.189.778l-.094.241a4.273 4.273 0 0 1-.047.108l-.078.162c-.433.819-.104 1.88.753 2.331a1.754 1.754 0 0 0 2.37-.734 7.53 7.53 0 0 0 .395-.916c.21-.581.343-1.144.387-1.687.105-1.306-.318-2.43-1.318-3.142-.918-.653-1.96-.917-3.082-.802l-.214.026c-.555.077-1.07.226-1.75.508l-.432.187.51-.558.254-.292c2.456-2.873 3.325-5.33 2.563-8.043C18.238.583 11.843.87 1.988 5.657Zm16.613.651c.666 2.372-.214 4.477-2.313 6.93l-.247.286c-.223.252-1.743 1.881-2.04 2.253-.407.509-.482.73-.448.769.484.55.96.519 2.461-.158l.458-.211c1.11-.521 1.74-.752 2.477-.828.82-.084 1.573.095 2.263.586.65.463.888 1.195.817 2.067-.036.447-.15.91-.319 1.376a6.328 6.328 0 0 1-.328.765.554.554 0 1 1-.98-.517l.092-.19c.052-.117.113-.265.175-.435.137-.38.23-.752.256-1.088.043-.52-.072-.874-.355-1.075-.462-.33-.947-.445-1.507-.387-.47.049-.92.191-1.617.499l-1.017.466c-1.958.877-2.77.93-3.708-.14-.534-.606-.303-1.294.415-2.191l.176-.207.49-.55c.567-.625 1.279-1.39 1.409-1.538 2.05-2.321 2.885-4.183 2.324-6.182-.958-3.41-6.223-2.914-14.539 1.125a.554.554 0 1 1-.484-.997l.854-.407c8.438-3.953 14.023-4.335 15.235-.021Z";
39
+ };
40
+ readonly children: readonly [];
41
+ }];
42
+ };
43
+ export { drawWeight10 };
@@ -0,0 +1,3 @@
1
+ var a=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var m=(l,e)=>{for(var c in e)a(l,c,{get:e[c],enumerable:!0})},u=(l,e,c,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of o(e))!s.call(l,t)&&t!==c&&a(l,t,{get:()=>e[t],enumerable:!(r=i(e,t))||r.enumerable});return l};var p=l=>u(a({},"__esModule",{value:!0}),l);var d={};m(d,{drawWeight10:()=>n});module.exports=p(d);const n={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight10"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
2
+ .mrl-picto-color-offset { fill: #4e4e4e; }
3
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M2.512 6.736c8.915-4.33 14.837-4.886 16.09-.428.665 2.372-.215 4.477-2.314 6.93l-.247.286c-.223.252-1.743 1.881-2.04 2.253-.407.509-.482.73-.448.769.484.55.96.519 2.461-.158l.458-.211c1.11-.521 1.74-.752 2.477-.828.82-.084 1.573.095 2.263.586.65.463.888 1.195.817 2.067-.036.447-.15.91-.319 1.376a6.328 6.328 0 0 1-.328.765.554.554 0 1 1-.98-.517l.092-.19c.052-.117.113-.265.175-.435.137-.38.23-.752.256-1.088.043-.52-.072-.874-.355-1.075-.462-.33-.947-.445-1.507-.387-.47.049-.92.191-1.617.499l-1.017.466c-1.958.877-2.77.93-3.708-.14-.534-.606-.303-1.294.415-2.191l.176-.207c.519-.596 1.725-1.891 1.899-2.088 2.05-2.321 2.885-4.183 2.324-6.182-.958-3.41-6.223-2.914-14.539 1.125a.554.554 0 1 1-.484-.997Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset",d:"M1.988 5.657A1.754 1.754 0 0 0 3.52 8.812l.834-.397C11.598 5.022 15.77 4.76 16.38 6.932c.39 1.39-.12 2.788-1.838 4.798l-.259.297-1.525 1.668c-.14.154-.257.286-.351.394l-.187.221c-1.112 1.388-1.391 2.633-.4 3.76 1.333 1.516 2.644 1.541 5.1.441l1.026-.47c.587-.26.922-.364 1.24-.396l.135-.008a.86.86 0 0 1 .343.06l.083.04-.014.044-.004.035a3.15 3.15 0 0 1-.189.778l-.094.241a4.273 4.273 0 0 1-.047.108l-.078.162c-.433.819-.104 1.88.753 2.331a1.754 1.754 0 0 0 2.37-.734 7.53 7.53 0 0 0 .395-.916c.21-.581.343-1.144.387-1.687.105-1.306-.318-2.43-1.318-3.142-.918-.653-1.96-.917-3.082-.802l-.214.026c-.555.077-1.07.226-1.75.508l-.432.187.51-.558.254-.292c2.456-2.873 3.325-5.33 2.563-8.043C18.238.583 11.843.87 1.988 5.657Zm16.613.651c.666 2.372-.214 4.477-2.313 6.93l-.247.286c-.223.252-1.743 1.881-2.04 2.253-.407.509-.482.73-.448.769.484.55.96.519 2.461-.158l.458-.211c1.11-.521 1.74-.752 2.477-.828.82-.084 1.573.095 2.263.586.65.463.888 1.195.817 2.067-.036.447-.15.91-.319 1.376a6.328 6.328 0 0 1-.328.765.554.554 0 1 1-.98-.517l.092-.19c.052-.117.113-.265.175-.435.137-.38.23-.752.256-1.088.043-.52-.072-.874-.355-1.075-.462-.33-.947-.445-1.507-.387-.47.049-.92.191-1.617.499l-1.017.466c-1.958.877-2.77.93-3.708-.14-.534-.606-.303-1.294.415-2.191l.176-.207.49-.55c.567-.625 1.279-1.39 1.409-1.538 2.05-2.321 2.885-4.183 2.324-6.182-.958-3.41-6.223-2.914-14.539 1.125a.554.554 0 1 1-.484-.997l.854-.407c8.438-3.953 14.023-4.335 15.235-.021Z"},children:[]}]};
@@ -0,0 +1,43 @@
1
+ declare const drawWeight100: {
2
+ readonly name: "svg";
3
+ readonly type: "element";
4
+ readonly value: "";
5
+ readonly attributes: {
6
+ readonly xmlns: "http://www.w3.org/2000/svg";
7
+ readonly fill: "currentColor";
8
+ readonly viewBox: "0 0 24 24";
9
+ readonly "data-mrl-svg-name": "drawWeight100";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "style";
13
+ readonly type: "element";
14
+ readonly value: "";
15
+ readonly attributes: {};
16
+ readonly children: readonly [{
17
+ readonly name: "";
18
+ readonly type: "text";
19
+ readonly value: "\n .mrl-picto-color-offset { fill: #4e4e4e; }\n ";
20
+ readonly attributes: {};
21
+ readonly children: readonly [];
22
+ }];
23
+ }, {
24
+ readonly name: "path";
25
+ readonly type: "element";
26
+ readonly value: "";
27
+ readonly attributes: {
28
+ readonly fill: "currentColor";
29
+ readonly d: "M12.178 2.182c3.728-.473 6.757 1.046 7.763 4.63.543 1.933.366 3.645-.369 5.298l-.108.23.196.071c.348.136.687.309 1.015.52l.243.164c1.562 1.111 2.102 2.773 1.964 4.475a7.422 7.422 0 0 1-.438 1.938 8.206 8.206 0 0 1-.445 1.023 3.546 3.546 0 0 1-6.46-.421l-.025-.073-.193.07a6.706 6.706 0 0 1-.595.169l-.304.063c-1.71.311-3.405-.18-4.636-1.58-1.03-1.172-1.22-2.665-.771-3.997.226-.67.561-1.207 1.022-1.783l.224-.265c.123-.141.273-.309.43-.483l1.159-1.265c.652-.739 1.017-1.275 1.18-1.662l.033-.087-.181.026c-1.355.216-3.423.989-6.276 2.355l-.413.2a3.546 3.546 0 0 1-3.098-6.38l.984-.47c3.366-1.583 5.92-2.49 8.1-2.767Z";
30
+ };
31
+ readonly children: readonly [];
32
+ }, {
33
+ readonly name: "path";
34
+ readonly type: "element";
35
+ readonly value: "";
36
+ readonly attributes: {
37
+ readonly class: "mrl-picto-color-offset";
38
+ readonly d: "m9.644 11.432.462-.189-.577.641-.33.386c-.594.743-.968 1.381-1.224 2.142-.594 1.764-.264 3.649.987 5.072l.193.21c1.438 1.497 3.413 2.098 5.463 1.725l.32-.067.035.059a4.643 4.643 0 0 0 7.996-.368c.175-.33.35-.726.507-1.162.27-.75.44-1.477.5-2.223.179-2.21-.624-4.179-2.421-5.457l-.266-.18-.305-.186-.106-.058.082-.242c.51-1.625.528-3.273.037-5.02-1.128-4.017-4.57-5.979-8.957-5.422-2.254.286-4.862 1.185-8.428 2.862l-.99.474a4.643 4.643 0 1 0 4.05 8.356l.41-.199.914-.429a50.44 50.44 0 0 1 1.648-.725Zm10.297-4.62c.543 1.933.366 3.645-.369 5.298l-.108.23.196.071c.348.136.687.309 1.015.52l.243.164c1.562 1.111 2.102 2.773 1.964 4.475a7.422 7.422 0 0 1-.438 1.938 8.206 8.206 0 0 1-.445 1.023 3.546 3.546 0 0 1-6.46-.421l-.025-.073-.193.07a6.706 6.706 0 0 1-.595.169l-.304.063c-1.71.311-3.405-.18-4.636-1.58-1.03-1.172-1.22-2.665-.771-3.997.226-.67.561-1.207 1.022-1.783l.224-.265.43-.483 1.159-1.265c.652-.739 1.017-1.275 1.18-1.662l.033-.087-.181.026c-1.29.206-3.227.917-5.874 2.164l-.815.39A3.546 3.546 0 0 1 3.095 5.42l.984-.47c3.366-1.584 5.92-2.491 8.1-2.767 3.727-.473 6.756 1.046 7.762 4.63Z";
39
+ };
40
+ readonly children: readonly [];
41
+ }];
42
+ };
43
+ export { drawWeight100 };
@@ -0,0 +1,3 @@
1
+ var a=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var m=(e,l)=>{for(var c in l)a(e,c,{get:l[c],enumerable:!0})},u=(e,l,c,r)=>{if(l&&typeof l=="object"||typeof l=="function")for(let t of o(l))!s.call(e,t)&&t!==c&&a(e,t,{get:()=>l[t],enumerable:!(r=i(l,t))||r.enumerable});return e};var p=e=>u(a({},"__esModule",{value:!0}),e);var d={};m(d,{drawWeight100:()=>n});module.exports=p(d);const n={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight100"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
2
+ .mrl-picto-color-offset { fill: #4e4e4e; }
3
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M12.178 2.182c3.728-.473 6.757 1.046 7.763 4.63.543 1.933.366 3.645-.369 5.298l-.108.23.196.071c.348.136.687.309 1.015.52l.243.164c1.562 1.111 2.102 2.773 1.964 4.475a7.422 7.422 0 0 1-.438 1.938 8.206 8.206 0 0 1-.445 1.023 3.546 3.546 0 0 1-6.46-.421l-.025-.073-.193.07a6.706 6.706 0 0 1-.595.169l-.304.063c-1.71.311-3.405-.18-4.636-1.58-1.03-1.172-1.22-2.665-.771-3.997.226-.67.561-1.207 1.022-1.783l.224-.265c.123-.141.273-.309.43-.483l1.159-1.265c.652-.739 1.017-1.275 1.18-1.662l.033-.087-.181.026c-1.355.216-3.423.989-6.276 2.355l-.413.2a3.546 3.546 0 0 1-3.098-6.38l.984-.47c3.366-1.583 5.92-2.49 8.1-2.767Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset",d:"m9.644 11.432.462-.189-.577.641-.33.386c-.594.743-.968 1.381-1.224 2.142-.594 1.764-.264 3.649.987 5.072l.193.21c1.438 1.497 3.413 2.098 5.463 1.725l.32-.067.035.059a4.643 4.643 0 0 0 7.996-.368c.175-.33.35-.726.507-1.162.27-.75.44-1.477.5-2.223.179-2.21-.624-4.179-2.421-5.457l-.266-.18-.305-.186-.106-.058.082-.242c.51-1.625.528-3.273.037-5.02-1.128-4.017-4.57-5.979-8.957-5.422-2.254.286-4.862 1.185-8.428 2.862l-.99.474a4.643 4.643 0 1 0 4.05 8.356l.41-.199.914-.429a50.44 50.44 0 0 1 1.648-.725Zm10.297-4.62c.543 1.933.366 3.645-.369 5.298l-.108.23.196.071c.348.136.687.309 1.015.52l.243.164c1.562 1.111 2.102 2.773 1.964 4.475a7.422 7.422 0 0 1-.438 1.938 8.206 8.206 0 0 1-.445 1.023 3.546 3.546 0 0 1-6.46-.421l-.025-.073-.193.07a6.706 6.706 0 0 1-.595.169l-.304.063c-1.71.311-3.405-.18-4.636-1.58-1.03-1.172-1.22-2.665-.771-3.997.226-.67.561-1.207 1.022-1.783l.224-.265.43-.483 1.159-1.265c.652-.739 1.017-1.275 1.18-1.662l.033-.087-.181.026c-1.29.206-3.227.917-5.874 2.164l-.815.39A3.546 3.546 0 0 1 3.095 5.42l.984-.47c3.366-1.584 5.92-2.491 8.1-2.767 3.727-.473 6.756 1.046 7.762 4.63Z"},children:[]}]};
@@ -0,0 +1,74 @@
1
+ declare const drawWeight20: {
2
+ readonly name: "svg";
3
+ readonly type: "element";
4
+ readonly value: "";
5
+ readonly attributes: {
6
+ readonly xmlns: "http://www.w3.org/2000/svg";
7
+ readonly fill: "currentColor";
8
+ readonly viewBox: "0 0 24 24";
9
+ readonly "data-mrl-svg-name": "drawWeight20";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "style";
13
+ readonly type: "element";
14
+ readonly value: "";
15
+ readonly attributes: {};
16
+ readonly children: readonly [{
17
+ readonly name: "";
18
+ readonly type: "text";
19
+ readonly value: "\n .mrl-picto-color-offset { fill: #4e4e4e; }\n ";
20
+ readonly attributes: {};
21
+ readonly children: readonly [];
22
+ }];
23
+ }, {
24
+ readonly name: "g";
25
+ readonly type: "element";
26
+ readonly value: "";
27
+ readonly attributes: {
28
+ readonly "clip-path": "url(#mrl-picto-draw-weight-20-clip)";
29
+ };
30
+ readonly children: readonly [{
31
+ readonly name: "path";
32
+ readonly type: "element";
33
+ readonly value: "";
34
+ readonly attributes: {
35
+ readonly fill: "currentColor";
36
+ readonly d: "m2.606 6.754.848-.405c8.534-4 14.218-4.388 15.473.081.712 2.532-.286 4.755-2.595 7.37l-1.626 1.778c-.14.156-.259.291-.34.387l-.07.083c-.36.45-.41.602-.453.555.437.496.884.44 2.487-.299l.237-.11c1.128-.53 1.77-.764 2.531-.843.858-.089 1.652.1 2.377.616.705.501.96 1.29.886 2.216a5.53 5.53 0 0 1-.328 1.418 6.71 6.71 0 0 1-.338.786.72.72 0 0 1-1.274-.671l.088-.183c.05-.113.11-.256.17-.42.132-.368.22-.727.247-1.046.038-.468-.059-.765-.286-.927-.429-.305-.873-.41-1.394-.357-.45.047-.888.186-1.572.488l-1.006.461c-2.033.912-2.896.97-3.906-.178-.573-.652-.38-1.361.28-2.24l.13-.166c.334-.416 1.886-2.08 2.08-2.3 2.016-2.284 2.83-4.099 2.289-6.028-.913-3.252-6.08-2.766-14.306 1.23a.72.72 0 0 1-.63-1.296Z";
37
+ };
38
+ readonly children: readonly [];
39
+ }, {
40
+ readonly name: "path";
41
+ readonly type: "element";
42
+ readonly value: "";
43
+ readonly attributes: {
44
+ readonly class: "mrl-picto-color-offset";
45
+ readonly d: "m2.945 5.262-.856.409a1.92 1.92 0 1 0 1.67 3.458l.834-.398C11.7 5.402 15.816 5.117 16.386 7.144c.372 1.327-.127 2.683-1.807 4.65l-.254.29-1.766 1.936c-.145.164-.252.29-.324.379l-.14.18c-1.025 1.359-1.23 2.635-.234 3.767 1.395 1.587 2.755 1.622 5.298.481l1.015-.465c.573-.253.897-.354 1.195-.385l.137-.007c.042 0 .081.003.12.009l.099.024.005-.033a3.007 3.007 0 0 1-.18.734l-.09.233c-.016.037-.03.071-.046.104l-.074.154c-.475.9-.116 2.06.823 2.555a1.92 1.92 0 0 0 2.593-.803c.132-.25.276-.58.405-.938.215-.595.35-1.17.396-1.73.11-1.365-.337-2.543-1.387-3.29-.951-.677-2.033-.952-3.195-.832l-.219.027c-.433.059-.84.162-1.316.333l-.212.08-.01.013c2.709-3.068 3.67-5.636 2.864-8.504C18.575.734 12.416.824 2.945 5.262ZM18.927 6.43c.712 2.532-.286 4.755-2.595 7.37l-1.626 1.778c-.14.156-.259.291-.34.387l-.07.083c-.36.45-.41.602-.453.555.437.496.884.44 2.487-.299l.237-.11c1.128-.53 1.77-.764 2.531-.843.858-.089 1.652.1 2.377.616.705.501.96 1.29.886 2.216a5.53 5.53 0 0 1-.328 1.418 6.71 6.71 0 0 1-.338.786.72.72 0 0 1-1.274-.671l.088-.183.11-.264.06-.157c.132-.367.22-.726.247-1.045.038-.468-.059-.765-.286-.927-.429-.305-.873-.41-1.394-.357-.45.047-.888.186-1.572.488l-1.006.461-.485.21c-1.693.703-2.495.665-3.421-.388-.573-.652-.38-1.361.28-2.24l.13-.166.178-.21c.523-.6 1.732-1.898 1.902-2.09 2.016-2.284 2.83-4.099 2.289-6.028-.913-3.252-6.08-2.766-14.306 1.23a.72.72 0 0 1-.63-1.296l.85-.405c8.532-4 14.217-4.388 15.472.081Z";
46
+ };
47
+ readonly children: readonly [];
48
+ }];
49
+ }, {
50
+ readonly name: "defs";
51
+ readonly type: "element";
52
+ readonly value: "";
53
+ readonly attributes: {};
54
+ readonly children: readonly [{
55
+ readonly name: "clipPath";
56
+ readonly type: "element";
57
+ readonly value: "";
58
+ readonly attributes: {
59
+ readonly id: "mrl-picto-draw-weight-20-clip";
60
+ };
61
+ readonly children: readonly [{
62
+ readonly name: "path";
63
+ readonly type: "element";
64
+ readonly value: "";
65
+ readonly attributes: {
66
+ readonly class: "mrl-picto-color-offset";
67
+ readonly d: "M0 0h24v24H0z";
68
+ };
69
+ readonly children: readonly [];
70
+ }];
71
+ }];
72
+ }];
73
+ };
74
+ export { drawWeight20 };
@@ -0,0 +1,3 @@
1
+ var a=Object.defineProperty;var n=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var p=(l,e)=>{for(var c in e)a(l,c,{get:e[c],enumerable:!0})},o=(l,e,c,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of m(e))!s.call(l,t)&&t!==c&&a(l,t,{get:()=>e[t],enumerable:!(r=n(e,t))||r.enumerable});return l};var u=l=>o(a({},"__esModule",{value:!0}),l);var h={};p(h,{drawWeight20:()=>i});module.exports=u(h);const 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":"drawWeight20"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
2
+ .mrl-picto-color-offset { fill: #4e4e4e; }
3
+ `,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{"clip-path":"url(#mrl-picto-draw-weight-20-clip)"},children:[{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"m2.606 6.754.848-.405c8.534-4 14.218-4.388 15.473.081.712 2.532-.286 4.755-2.595 7.37l-1.626 1.778c-.14.156-.259.291-.34.387l-.07.083c-.36.45-.41.602-.453.555.437.496.884.44 2.487-.299l.237-.11c1.128-.53 1.77-.764 2.531-.843.858-.089 1.652.1 2.377.616.705.501.96 1.29.886 2.216a5.53 5.53 0 0 1-.328 1.418 6.71 6.71 0 0 1-.338.786.72.72 0 0 1-1.274-.671l.088-.183c.05-.113.11-.256.17-.42.132-.368.22-.727.247-1.046.038-.468-.059-.765-.286-.927-.429-.305-.873-.41-1.394-.357-.45.047-.888.186-1.572.488l-1.006.461c-2.033.912-2.896.97-3.906-.178-.573-.652-.38-1.361.28-2.24l.13-.166c.334-.416 1.886-2.08 2.08-2.3 2.016-2.284 2.83-4.099 2.289-6.028-.913-3.252-6.08-2.766-14.306 1.23a.72.72 0 0 1-.63-1.296Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset",d:"m2.945 5.262-.856.409a1.92 1.92 0 1 0 1.67 3.458l.834-.398C11.7 5.402 15.816 5.117 16.386 7.144c.372 1.327-.127 2.683-1.807 4.65l-.254.29-1.766 1.936c-.145.164-.252.29-.324.379l-.14.18c-1.025 1.359-1.23 2.635-.234 3.767 1.395 1.587 2.755 1.622 5.298.481l1.015-.465c.573-.253.897-.354 1.195-.385l.137-.007c.042 0 .081.003.12.009l.099.024.005-.033a3.007 3.007 0 0 1-.18.734l-.09.233c-.016.037-.03.071-.046.104l-.074.154c-.475.9-.116 2.06.823 2.555a1.92 1.92 0 0 0 2.593-.803c.132-.25.276-.58.405-.938.215-.595.35-1.17.396-1.73.11-1.365-.337-2.543-1.387-3.29-.951-.677-2.033-.952-3.195-.832l-.219.027c-.433.059-.84.162-1.316.333l-.212.08-.01.013c2.709-3.068 3.67-5.636 2.864-8.504C18.575.734 12.416.824 2.945 5.262ZM18.927 6.43c.712 2.532-.286 4.755-2.595 7.37l-1.626 1.778c-.14.156-.259.291-.34.387l-.07.083c-.36.45-.41.602-.453.555.437.496.884.44 2.487-.299l.237-.11c1.128-.53 1.77-.764 2.531-.843.858-.089 1.652.1 2.377.616.705.501.96 1.29.886 2.216a5.53 5.53 0 0 1-.328 1.418 6.71 6.71 0 0 1-.338.786.72.72 0 0 1-1.274-.671l.088-.183.11-.264.06-.157c.132-.367.22-.726.247-1.045.038-.468-.059-.765-.286-.927-.429-.305-.873-.41-1.394-.357-.45.047-.888.186-1.572.488l-1.006.461-.485.21c-1.693.703-2.495.665-3.421-.388-.573-.652-.38-1.361.28-2.24l.13-.166.178-.21c.523-.6 1.732-1.898 1.902-2.09 2.016-2.284 2.83-4.099 2.289-6.028-.913-3.252-6.08-2.766-14.306 1.23a.72.72 0 0 1-.63-1.296l.85-.405c8.532-4 14.217-4.388 15.472.081Z"},children:[]}]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"clipPath",type:"element",value:"",attributes:{id:"mrl-picto-draw-weight-20-clip"},children:[{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset",d:"M0 0h24v24H0z"},children:[]}]}]}]};
@@ -0,0 +1,43 @@
1
+ declare const drawWeight30: {
2
+ readonly name: "svg";
3
+ readonly type: "element";
4
+ readonly value: "";
5
+ readonly attributes: {
6
+ readonly xmlns: "http://www.w3.org/2000/svg";
7
+ readonly fill: "currentColor";
8
+ readonly viewBox: "0 0 24 24";
9
+ readonly "data-mrl-svg-name": "drawWeight30";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "style";
13
+ readonly type: "element";
14
+ readonly value: "";
15
+ readonly attributes: {};
16
+ readonly children: readonly [{
17
+ readonly name: "";
18
+ readonly type: "text";
19
+ readonly value: "\n .mrl-picto-color-offset { fill: #4e4e4e; }\n ";
20
+ readonly attributes: {};
21
+ readonly children: readonly [];
22
+ }];
23
+ }, {
24
+ readonly name: "path";
25
+ readonly type: "element";
26
+ readonly value: "";
27
+ readonly attributes: {
28
+ readonly fill: "currentColor";
29
+ readonly d: "m1.824 6.804.842-.402c8.752-4.104 14.665-4.508 16.022.322.73 2.598-.217 4.86-2.427 7.443l-.251.289c-.235.266-1.74 1.88-2.023 2.233l-.091.117-.086.116c.282.052.746-.11 1.756-.576l.224-.105c1.166-.547 1.837-.793 2.656-.877.949-.098 1.837.113 2.641.685.834.594 1.133 1.515 1.048 2.564a5.902 5.902 0 0 1-.35 1.519 6.881 6.881 0 0 1-.36.834 1.108 1.108 0 0 1-1.96-1.033 4.53 4.53 0 0 0 .236-.554c.122-.338.203-.665.226-.945.028-.345-.026-.51-.124-.58-.349-.248-.699-.331-1.13-.287-.447.047-.904.203-1.694.565l-.776.357c-2.192.983-3.173 1.051-4.345-.28-.742-.846-.503-1.716.266-2.733l.133-.171c.345-.43 1.907-2.105 2.092-2.316 1.938-2.194 2.703-3.899 2.206-5.666-.81-2.884-5.747-2.42-13.763 1.473a1.108 1.108 0 0 1-.968-1.992Z";
30
+ };
31
+ readonly children: readonly [];
32
+ }, {
33
+ readonly name: "path";
34
+ readonly type: "element";
35
+ readonly value: "";
36
+ readonly attributes: {
37
+ readonly class: "mrl-picto-color-offset";
38
+ readonly d: "m2.157 5.315-.85.406a2.308 2.308 0 1 0 2.01 4.155l.812-.388c6.8-3.186 10.796-3.534 11.271-1.84.331 1.179-.139 2.432-1.727 4.29l-.357.404-1.423 1.555c-.228.253-.398.447-.511.583l-.204.258c-1.158 1.53-1.36 2.968-.22 4.262 1.537 1.749 3.006 1.808 5.736.585l.985-.452.339-.145c.203-.082.364-.138.502-.174l.114-.027-.061.184-.076.196a2.66 2.66 0 0 1-.067.154l-.026.053a2.308 2.308 0 1 0 4.083 2.152c.14-.265.29-.61.427-.986.226-.628.37-1.236.417-1.83.122-1.505-.382-2.809-1.548-3.638-1.03-.733-2.205-1.031-3.46-.902l-.319.04-.267.046.203-.26c1.989-2.63 2.635-4.993 1.903-7.597C18.247.716 11.914.74 2.157 5.315Zm16.531 1.409c.73 2.598-.217 4.86-2.427 7.443l-.251.289c-.22.248-1.546 1.671-1.95 2.146l-.164.204-.086.116c.239.044.608-.065 1.327-.382l1.244-.568c.824-.362 1.395-.539 2.065-.608.949-.098 1.837.113 2.641.685.834.594 1.133 1.515 1.048 2.564a5.902 5.902 0 0 1-.35 1.519 6.881 6.881 0 0 1-.36.834 1.108 1.108 0 0 1-2.017-.905l.137-.292c.046-.103.101-.237.156-.39.122-.338.203-.665.226-.945.028-.345-.026-.51-.124-.58-.349-.248-.699-.331-1.13-.287-.447.047-.904.203-1.694.565l-.776.357c-2.192.983-3.173 1.051-4.345-.28-.742-.846-.503-1.716.266-2.733l.133-.171.168-.2c.525-.604 1.76-1.93 1.924-2.116 1.938-2.194 2.703-3.899 2.206-5.666-.81-2.884-5.747-2.42-13.763 1.473a1.108 1.108 0 0 1-.968-1.992l.842-.402.825-.38c8.298-3.745 13.884-3.975 15.197.702Z";
39
+ };
40
+ readonly children: readonly [];
41
+ }];
42
+ };
43
+ export { drawWeight30 };
@@ -0,0 +1,3 @@
1
+ var a=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var o=Object.prototype.hasOwnProperty;var s=(l,e)=>{for(var c in e)a(l,c,{get:e[c],enumerable:!0})},u=(l,e,c,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of m(e))!o.call(l,t)&&t!==c&&a(l,t,{get:()=>e[t],enumerable:!(r=i(e,t))||r.enumerable});return l};var p=l=>u(a({},"__esModule",{value:!0}),l);var d={};s(d,{drawWeight30:()=>n});module.exports=p(d);const n={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight30"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
2
+ .mrl-picto-color-offset { fill: #4e4e4e; }
3
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"m1.824 6.804.842-.402c8.752-4.104 14.665-4.508 16.022.322.73 2.598-.217 4.86-2.427 7.443l-.251.289c-.235.266-1.74 1.88-2.023 2.233l-.091.117-.086.116c.282.052.746-.11 1.756-.576l.224-.105c1.166-.547 1.837-.793 2.656-.877.949-.098 1.837.113 2.641.685.834.594 1.133 1.515 1.048 2.564a5.902 5.902 0 0 1-.35 1.519 6.881 6.881 0 0 1-.36.834 1.108 1.108 0 0 1-1.96-1.033 4.53 4.53 0 0 0 .236-.554c.122-.338.203-.665.226-.945.028-.345-.026-.51-.124-.58-.349-.248-.699-.331-1.13-.287-.447.047-.904.203-1.694.565l-.776.357c-2.192.983-3.173 1.051-4.345-.28-.742-.846-.503-1.716.266-2.733l.133-.171c.345-.43 1.907-2.105 2.092-2.316 1.938-2.194 2.703-3.899 2.206-5.666-.81-2.884-5.747-2.42-13.763 1.473a1.108 1.108 0 0 1-.968-1.992Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset",d:"m2.157 5.315-.85.406a2.308 2.308 0 1 0 2.01 4.155l.812-.388c6.8-3.186 10.796-3.534 11.271-1.84.331 1.179-.139 2.432-1.727 4.29l-.357.404-1.423 1.555c-.228.253-.398.447-.511.583l-.204.258c-1.158 1.53-1.36 2.968-.22 4.262 1.537 1.749 3.006 1.808 5.736.585l.985-.452.339-.145c.203-.082.364-.138.502-.174l.114-.027-.061.184-.076.196a2.66 2.66 0 0 1-.067.154l-.026.053a2.308 2.308 0 1 0 4.083 2.152c.14-.265.29-.61.427-.986.226-.628.37-1.236.417-1.83.122-1.505-.382-2.809-1.548-3.638-1.03-.733-2.205-1.031-3.46-.902l-.319.04-.267.046.203-.26c1.989-2.63 2.635-4.993 1.903-7.597C18.247.716 11.914.74 2.157 5.315Zm16.531 1.409c.73 2.598-.217 4.86-2.427 7.443l-.251.289c-.22.248-1.546 1.671-1.95 2.146l-.164.204-.086.116c.239.044.608-.065 1.327-.382l1.244-.568c.824-.362 1.395-.539 2.065-.608.949-.098 1.837.113 2.641.685.834.594 1.133 1.515 1.048 2.564a5.902 5.902 0 0 1-.35 1.519 6.881 6.881 0 0 1-.36.834 1.108 1.108 0 0 1-2.017-.905l.137-.292c.046-.103.101-.237.156-.39.122-.338.203-.665.226-.945.028-.345-.026-.51-.124-.58-.349-.248-.699-.331-1.13-.287-.447.047-.904.203-1.694.565l-.776.357c-2.192.983-3.173 1.051-4.345-.28-.742-.846-.503-1.716.266-2.733l.133-.171.168-.2c.525-.604 1.76-1.93 1.924-2.116 1.938-2.194 2.703-3.899 2.206-5.666-.81-2.884-5.747-2.42-13.763 1.473a1.108 1.108 0 0 1-.968-1.992l.842-.402.825-.38c8.298-3.745 13.884-3.975 15.197.702Z"},children:[]}]};