@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,88 @@
1
+ declare const drawWeight70: {
2
+ readonly classic: {
3
+ readonly name: "svg";
4
+ readonly type: "element";
5
+ readonly value: "";
6
+ readonly attributes: {
7
+ readonly xmlns: "http://www.w3.org/2000/svg";
8
+ readonly fill: "currentColor";
9
+ readonly viewBox: "0 0 24 24";
10
+ readonly "data-mrl-svg-name": "drawWeight70";
11
+ };
12
+ readonly children: readonly [{
13
+ readonly name: "style";
14
+ readonly type: "element";
15
+ readonly value: "";
16
+ readonly attributes: {};
17
+ readonly children: readonly [{
18
+ readonly name: "";
19
+ readonly type: "text";
20
+ readonly value: "\n .mrl-picto-color-offset { fill: #4e4e4e; }\n ";
21
+ readonly attributes: {};
22
+ readonly children: readonly [];
23
+ }];
24
+ }, {
25
+ readonly name: "path";
26
+ readonly type: "element";
27
+ readonly value: "";
28
+ readonly attributes: {
29
+ readonly fill: "currentColor";
30
+ readonly d: "M12.514 2.178c3.562-.334 6.217.93 7.072 3.97.717 2.557-.012 4.755-1.8 7.093l-.312.397.057-.014a5.66 5.66 0 0 1 .474-.088l.247-.03c1.133-.117 2.22.142 3.188.831 1.127.803 1.523 2.023 1.417 3.337a6.547 6.547 0 0 1-.387 1.696 7.55 7.55 0 0 1-.396.915 2.08 2.08 0 0 1-3.757-1.777l.127-.268c.021-.048.047-.107.073-.175l.04-.109a2.75 2.75 0 0 0 .059-.174l.038-.135-.062.008c-.268.044-.612.17-1.198.438l-.867.403c-.764.347-1.106.46-1.682.566-1.303.237-2.534-.12-3.454-1.165-1.205-1.372-.767-2.673.345-4.061l.167-.2c.517-.597 1.695-1.86 1.829-2.012 1.607-1.82 2.193-3.127 1.85-4.35-.485-1.723-4.503-1.345-11.467 2.037a2.08 2.08 0 1 1-1.817-3.742c4.027-1.955 7.48-3.133 10.216-3.39Z";
31
+ };
32
+ readonly children: readonly [];
33
+ }, {
34
+ readonly name: "path";
35
+ readonly type: "element";
36
+ readonly value: "";
37
+ readonly attributes: {
38
+ readonly class: "mrl-picto-color-offset";
39
+ readonly d: "M12.409 1.057c-2.844.267-6.386 1.452-10.603 3.5a3.206 3.206 0 1 0 2.802 5.767c3.256-1.581 5.948-2.537 7.844-2.833.811-.126 1.428-.122 1.81-.016.198.055.229.082.235.104.199.709-.17 1.62-1.416 3.076l-.212.243-1.344 1.468a34.55 34.55 0 0 0-.474.533l-.178.211c-1.585 1.98-1.85 3.798-.328 5.53 1.16 1.32 2.775 1.844 4.502 1.53l.217-.042c.49-.102.874-.23 1.463-.488l.314-.142.003.06a3.188 3.188 0 0 0 1.695 2.594 3.206 3.206 0 0 0 4.331-1.342 8.57 8.57 0 0 0 .46-1.057 7.642 7.642 0 0 0 .45-1.988c.144-1.78-.477-3.342-1.887-4.345l-.254-.172a5.644 5.644 0 0 0-1.915-.78l-.23-.041.167-.293c1.143-2.082 1.424-4.102.81-6.29-.991-3.523-4.072-5.181-8.262-4.787Zm7.177 5.092c.717 2.556-.012 4.754-1.8 7.092l-.312.397.057-.014a5.66 5.66 0 0 1 .474-.088l.247-.03c1.133-.117 2.22.142 3.188.831 1.127.803 1.523 2.023 1.417 3.337a6.547 6.547 0 0 1-.387 1.696 7.55 7.55 0 0 1-.396.915 2.08 2.08 0 0 1-3.757-1.777l.127-.268.073-.175.04-.109a2.75 2.75 0 0 0 .059-.174l.038-.135-.062.008c-.268.044-.612.17-1.198.438l-.867.403-.454.199a5.26 5.26 0 0 1-1.228.367c-1.303.237-2.534-.12-3.454-1.165-1.205-1.372-.767-2.673.345-4.061l.167-.2c.517-.597 1.695-1.86 1.829-2.012 1.607-1.82 2.193-3.127 1.85-4.35-.485-1.723-4.503-1.345-11.467 2.037a2.08 2.08 0 1 1-1.817-3.742c4.027-1.955 7.48-3.133 10.216-3.39 3.562-.335 6.217.93 7.072 3.97Z";
40
+ };
41
+ readonly children: readonly [];
42
+ }];
43
+ };
44
+ readonly default: {
45
+ readonly name: "svg";
46
+ readonly type: "element";
47
+ readonly value: "";
48
+ readonly attributes: {
49
+ readonly xmlns: "http://www.w3.org/2000/svg";
50
+ readonly fill: "currentColor";
51
+ readonly viewBox: "0 0 24 24";
52
+ readonly "data-mrl-svg-name": "drawWeight70";
53
+ };
54
+ readonly children: readonly [{
55
+ readonly name: "style";
56
+ readonly type: "element";
57
+ readonly value: "";
58
+ readonly attributes: {};
59
+ readonly children: readonly [{
60
+ readonly name: "";
61
+ readonly type: "text";
62
+ readonly value: "\n .mrl-picto-color-offset { fill: #4e4e4e; }\n ";
63
+ readonly attributes: {};
64
+ readonly children: readonly [];
65
+ }];
66
+ }, {
67
+ readonly name: "path";
68
+ readonly type: "element";
69
+ readonly value: "";
70
+ readonly attributes: {
71
+ readonly d: "M20.732 4.284a1.786 1.786 0 1 0-3.43-.996c-.268.921-.594 1.34-.824 1.538-.219.189-.49.302-.898.344-.445.046-.963.002-1.627-.088a45.2 45.2 0 0 1-.306-.043c-.54-.077-1.217-.174-1.816-.174-.22 0-.746.017-1.249.344a1.928 1.928 0 0 0-.857 1.918 2.4 2.4 0 0 0 .412.996c.138.2.297.384.441.539.46.491 1.189 1.12 1.894 1.73l.372.32a39.7 39.7 0 0 1 1.75 1.59 52.106 52.106 0 0 1-2.852-1.259c-.33-.155-.668-.314-1.005-.475-1.297-.615-2.604-1.235-3.604-1.613-.56-.212-1.343-.48-2.042-.459-.352.01-1.178.111-1.72.884-.53.756-.366 1.559-.264 1.904.19.643.622 1.158.932 1.49.352.377.786.76 1.235 1.13a68.904 68.904 0 0 0 2.23 1.727c.303.227.606.456.903.682 1.118.852 2.196 1.708 3.062 2.537.905.867 1.393 1.535 1.558 1.982a1.786 1.786 0 1 0 3.35-1.237c-.46-1.246-1.454-2.382-2.437-3.324a23.873 23.873 0 0 0-.745-.682 17.72 17.72 0 0 0 1.965.671c.679.18 1.583.352 2.416.152a2.535 2.535 0 0 0 1.422-.888c.41-.522.536-1.117.536-1.626 0-.764-.3-1.43-.586-1.915-.299-.508-.69-.996-1.09-1.439-.56-.62-1.227-1.247-1.873-1.825.93-.102 1.936-.42 2.828-1.19.891-.77 1.517-1.862 1.919-3.245Z";
72
+ };
73
+ readonly children: readonly [];
74
+ }, {
75
+ readonly name: "path";
76
+ readonly type: "element";
77
+ readonly value: "";
78
+ readonly attributes: {
79
+ readonly class: "mrl-picto-color-offset";
80
+ readonly "fill-rule": "evenodd";
81
+ readonly d: "M6.89 16.42a69.29 69.29 0 0 1-2.252-1.744 14.24 14.24 0 0 1-1.33-1.22c-.33-.354-.9-1.011-1.16-1.888-.13-.437-.394-1.625.404-2.762.817-1.165 2.052-1.296 2.509-1.31.922-.027 1.876.316 2.426.524.576.217 1.243.51 1.941.83a4.531 4.531 0 0 1-.115-.16 3.398 3.398 0 0 1-.577-1.415 2.929 2.929 0 0 1 1.3-2.904c.753-.49 1.522-.506 1.795-.506.67 0 1.405.105 1.928.18l.03.004.298.042c.659.089 1.074.117 1.39.085.137-.015.215-.037.26-.054a.28.28 0 0 0 .087-.052c.046-.04.287-.27.517-1.06a2.786 2.786 0 1 1 5.35 1.553c-.438 1.511-1.148 2.792-2.224 3.722a5.818 5.818 0 0 1-1.487.937c.214.215.423.433.62.652.424.469.863 1.013 1.21 1.602.324.551.724 1.4.724 2.422 0 .667-.165 1.5-.75 2.244a3.535 3.535 0 0 1-1.974 1.243 4.745 4.745 0 0 1-1.458.1c.392.546.732 1.137.963 1.764a2.786 2.786 0 1 1-5.226 1.93c-.082-.223-.428-.76-1.312-1.607-.822-.787-1.861-1.614-2.976-2.463-.295-.225-.596-.452-.898-.68l-.013-.009Zm4.754-5.423c-.3-.14-.603-.284-.907-.429-1.297-.615-2.604-1.235-3.604-1.613-.56-.212-1.343-.48-2.042-.459-.352.01-1.178.111-1.72.884-.531.756-.366 1.559-.264 1.904.19.643.622 1.158.932 1.49.352.377.786.76 1.235 1.13a68.904 68.904 0 0 0 2.23 1.727c.303.227.606.456.903.682 1.118.852 2.196 1.708 3.062 2.537.905.867 1.393 1.535 1.558 1.982a1.786 1.786 0 0 0 3.35-1.237c-.316-.855-.883-1.658-1.525-2.382a16.214 16.214 0 0 0-.912-.942 23.76 23.76 0 0 0-.745-.682c.351.14.697.27 1.03.384a13.62 13.62 0 0 0 1.165.345c.646.155 1.444.272 2.186.095a2.535 2.535 0 0 0 1.422-.889c.41-.522.536-1.117.536-1.626 0-.764-.301-1.43-.586-1.915-.3-.508-.69-.996-1.09-1.439a19.39 19.39 0 0 0-.947-.97c-.304-.292-.617-.58-.926-.855a5.658 5.658 0 0 0 1.2-.261 4.845 4.845 0 0 0 1.628-.93c.891-.77 1.517-1.861 1.918-3.244a1.786 1.786 0 1 0-3.43-.996c-.267.921-.593 1.34-.823 1.538-.219.189-.49.302-.898.344-.445.046-.964.002-1.627-.088l-.306-.043c-.54-.077-1.217-.174-1.816-.174-.22 0-.746.017-1.249.344a1.929 1.929 0 0 0-.857 1.918c.072.478.302.835.412.996.138.2.297.384.441.539.4.427 1.002.957 1.616 1.489l.278.24.372.322a39.752 39.752 0 0 1 1.75 1.59 45.224 45.224 0 0 1-2.272-.99l-.461-.214-.217-.102Z";
82
+ readonly "clip-rule": "evenodd";
83
+ };
84
+ readonly children: readonly [];
85
+ }];
86
+ };
87
+ };
88
+ export { drawWeight70 };
@@ -0,0 +1,5 @@
1
+ var e={classic:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight70"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
2
+ .mrl-picto-color-offset { fill: #4e4e4e; }
3
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M12.514 2.178c3.562-.334 6.217.93 7.072 3.97.717 2.557-.012 4.755-1.8 7.093l-.312.397.057-.014a5.66 5.66 0 0 1 .474-.088l.247-.03c1.133-.117 2.22.142 3.188.831 1.127.803 1.523 2.023 1.417 3.337a6.547 6.547 0 0 1-.387 1.696 7.55 7.55 0 0 1-.396.915 2.08 2.08 0 0 1-3.757-1.777l.127-.268c.021-.048.047-.107.073-.175l.04-.109a2.75 2.75 0 0 0 .059-.174l.038-.135-.062.008c-.268.044-.612.17-1.198.438l-.867.403c-.764.347-1.106.46-1.682.566-1.303.237-2.534-.12-3.454-1.165-1.205-1.372-.767-2.673.345-4.061l.167-.2c.517-.597 1.695-1.86 1.829-2.012 1.607-1.82 2.193-3.127 1.85-4.35-.485-1.723-4.503-1.345-11.467 2.037a2.08 2.08 0 1 1-1.817-3.742c4.027-1.955 7.48-3.133 10.216-3.39Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset",d:"M12.409 1.057c-2.844.267-6.386 1.452-10.603 3.5a3.206 3.206 0 1 0 2.802 5.767c3.256-1.581 5.948-2.537 7.844-2.833.811-.126 1.428-.122 1.81-.016.198.055.229.082.235.104.199.709-.17 1.62-1.416 3.076l-.212.243-1.344 1.468a34.55 34.55 0 0 0-.474.533l-.178.211c-1.585 1.98-1.85 3.798-.328 5.53 1.16 1.32 2.775 1.844 4.502 1.53l.217-.042c.49-.102.874-.23 1.463-.488l.314-.142.003.06a3.188 3.188 0 0 0 1.695 2.594 3.206 3.206 0 0 0 4.331-1.342 8.57 8.57 0 0 0 .46-1.057 7.642 7.642 0 0 0 .45-1.988c.144-1.78-.477-3.342-1.887-4.345l-.254-.172a5.644 5.644 0 0 0-1.915-.78l-.23-.041.167-.293c1.143-2.082 1.424-4.102.81-6.29-.991-3.523-4.072-5.181-8.262-4.787Zm7.177 5.092c.717 2.556-.012 4.754-1.8 7.092l-.312.397.057-.014a5.66 5.66 0 0 1 .474-.088l.247-.03c1.133-.117 2.22.142 3.188.831 1.127.803 1.523 2.023 1.417 3.337a6.547 6.547 0 0 1-.387 1.696 7.55 7.55 0 0 1-.396.915 2.08 2.08 0 0 1-3.757-1.777l.127-.268.073-.175.04-.109a2.75 2.75 0 0 0 .059-.174l.038-.135-.062.008c-.268.044-.612.17-1.198.438l-.867.403-.454.199a5.26 5.26 0 0 1-1.228.367c-1.303.237-2.534-.12-3.454-1.165-1.205-1.372-.767-2.673.345-4.061l.167-.2c.517-.597 1.695-1.86 1.829-2.012 1.607-1.82 2.193-3.127 1.85-4.35-.485-1.723-4.503-1.345-11.467 2.037a2.08 2.08 0 1 1-1.817-3.742c4.027-1.955 7.48-3.133 10.216-3.39 3.562-.335 6.217.93 7.072 3.97Z"},children:[]}]},default:{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:`
4
+ .mrl-picto-color-offset { fill: #4e4e4e; }
5
+ `,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:[]}]}};export{e as drawWeight70};
@@ -0,0 +1,88 @@
1
+ declare const drawWeight80: {
2
+ readonly classic: {
3
+ readonly name: "svg";
4
+ readonly type: "element";
5
+ readonly value: "";
6
+ readonly attributes: {
7
+ readonly xmlns: "http://www.w3.org/2000/svg";
8
+ readonly fill: "currentColor";
9
+ readonly viewBox: "0 0 24 24";
10
+ readonly "data-mrl-svg-name": "drawWeight80";
11
+ };
12
+ readonly children: readonly [{
13
+ readonly name: "style";
14
+ readonly type: "element";
15
+ readonly value: "";
16
+ readonly attributes: {};
17
+ readonly children: readonly [{
18
+ readonly name: "";
19
+ readonly type: "text";
20
+ readonly value: "\n .mrl-picto-color-offset { fill: #4e4e4e; }\n ";
21
+ readonly attributes: {};
22
+ readonly children: readonly [];
23
+ }];
24
+ }, {
25
+ readonly name: "path";
26
+ readonly type: "element";
27
+ readonly value: "";
28
+ readonly attributes: {
29
+ readonly fill: "currentColor";
30
+ readonly d: "M12.446 2.132c3.629-.342 6.41.983 7.304 4.166.657 2.339.145 4.367-1.235 6.438l-.157.227.136-.002a4.82 4.82 0 0 1 2.602.753l.24.161c1.246.887 1.681 2.228 1.566 3.646a6.754 6.754 0 0 1-.4 1.754c-.143.398-.29.72-.407.94a2.492 2.492 0 0 1-4.603-1.835l.035-.114-1.002.465c-.763.345-1.108.46-1.709.57-1.412.256-2.77-.136-3.773-1.277-1.381-1.571-.89-3.029.314-4.534l.166-.197c.507-.588 1.645-1.808 1.763-1.942 1.439-1.63 1.937-2.74 1.666-3.705-.138-.491-.56-.692-2.04-.553-1.982.187-4.833 1.16-8.251 2.82A2.492 2.492 0 0 1 2.484 5.43c3.907-1.898 7.268-3.045 9.962-3.298Z";
31
+ };
32
+ readonly children: readonly [];
33
+ }, {
34
+ readonly name: "path";
35
+ readonly type: "element";
36
+ readonly value: "";
37
+ readonly attributes: {
38
+ readonly class: "mrl-picto-color-offset";
39
+ readonly d: "M12.345 1.057c-2.79.262-6.235 1.411-10.333 3.402a3.571 3.571 0 1 0 3.12 6.425c3.309-1.607 6.05-2.544 7.882-2.716l.191-.016a6.21 6.21 0 0 1 .592-.022l.143.007.001.067c-.019.484-.388 1.177-1.28 2.22l-.2.23-1.301 1.421c-.184.204-.336.375-.454.512l-.176.208c-1.691 2.114-1.952 4.06-.298 5.941 1.23 1.398 2.952 1.959 4.777 1.627l.224-.043a6.06 6.06 0 0 0 1.012-.297l.192-.078.036.134a3.571 3.571 0 0 0 6.578.64c.157-.299.32-.67.467-1.076a7.8 7.8 0 0 0 .46-2.035c.153-1.884-.513-3.543-2.017-4.613l-.264-.177-.272-.163a6.018 6.018 0 0 0-1.13-.496l-.162-.048.136-.275c.907-1.908 1.09-3.8.52-5.83-1.017-3.624-4.188-5.35-8.444-4.95Zm7.405 5.241c.657 2.339.145 4.367-1.235 6.438l-.157.227.136-.002a4.82 4.82 0 0 1 2.602.753l.24.161c1.246.887 1.681 2.228 1.566 3.646a6.754 6.754 0 0 1-.4 1.754c-.143.398-.29.72-.407.94a2.492 2.492 0 0 1-4.603-1.835l.035-.114-1.002.465c-.763.345-1.108.46-1.709.57-1.412.256-2.77-.136-3.773-1.277-1.381-1.571-.89-3.029.314-4.534l.166-.197.569-.64c.52-.572 1.11-1.208 1.194-1.302 1.439-1.63 1.937-2.74 1.666-3.705-.138-.491-.56-.692-2.04-.553-1.982.187-4.833 1.16-8.251 2.82A2.492 2.492 0 0 1 2.484 5.43c3.907-1.898 7.268-3.045 9.962-3.298 3.629-.342 6.41.983 7.304 4.166Z";
40
+ };
41
+ readonly children: readonly [];
42
+ }];
43
+ };
44
+ readonly default: {
45
+ readonly name: "svg";
46
+ readonly type: "element";
47
+ readonly value: "";
48
+ readonly attributes: {
49
+ readonly xmlns: "http://www.w3.org/2000/svg";
50
+ readonly fill: "currentColor";
51
+ readonly viewBox: "0 0 24 24";
52
+ readonly "data-mrl-svg-name": "drawWeight80";
53
+ };
54
+ readonly children: readonly [{
55
+ readonly name: "style";
56
+ readonly type: "element";
57
+ readonly value: "";
58
+ readonly attributes: {};
59
+ readonly children: readonly [{
60
+ readonly name: "";
61
+ readonly type: "text";
62
+ readonly value: "\n .mrl-picto-color-offset { fill: #4e4e4e; }\n ";
63
+ readonly attributes: {};
64
+ readonly children: readonly [];
65
+ }];
66
+ }, {
67
+ readonly name: "path";
68
+ readonly type: "element";
69
+ readonly value: "";
70
+ readonly attributes: {
71
+ readonly d: "M20.772 4.513a1.965 1.965 0 1 0-3.774-1.095c-.253.872-.554 1.24-.739 1.4-.172.148-.391.246-.758.284-.407.043-.892.002-1.54-.086l-.292-.04c-.528-.076-1.209-.173-1.813-.173-.226 0-.794.016-1.34.372a2.105 2.105 0 0 0-.935 2.09c.077.519.325.902.439 1.067.143.208.307.397.452.552.458.49 1.182 1.115 1.871 1.71l.36.312c.277.24.55.48.815.716-.524-.23-1.08-.485-1.656-.755-.32-.15-.648-.306-.977-.462-1.27-.602-2.56-1.214-3.547-1.588-.544-.206-1.348-.485-2.08-.463-.37.011-1.266.117-1.856.958-.577.822-.395 1.69-.288 2.05.201.68.654 1.215.961 1.544.354.379.786.76 1.229 1.125.634.523 1.412 1.11 2.193 1.698.295.222.59.444.878.664 1.093.833 2.139 1.663 2.976 2.465.88.844 1.327 1.469 1.47 1.857a1.965 1.965 0 1 0 3.687-1.361c-.454-1.231-1.413-2.34-2.353-3.252.312.107.614.2.902.276.67.177 1.599.36 2.47.15a2.697 2.697 0 0 0 1.512-.946c.439-.559.57-1.193.57-1.726 0-.803-.315-1.495-.603-1.983-.303-.515-.696-1.005-1.092-1.443a22.575 22.575 0 0 0-1.505-1.492 5.07 5.07 0 0 0 2.42-1.147c.912-.788 1.542-1.897 1.943-3.278Z";
72
+ };
73
+ readonly children: readonly [];
74
+ }, {
75
+ readonly name: "path";
76
+ readonly type: "element";
77
+ readonly value: "";
78
+ readonly attributes: {
79
+ readonly class: "mrl-picto-color-offset";
80
+ readonly "fill-rule": "evenodd";
81
+ readonly d: "m16.998 3.418-.96-.28a2.965 2.965 0 1 1 5.694 1.654c-.438 1.51-1.152 2.808-2.25 3.756-.388.336-.793.6-1.203.808.129.134.255.268.377.403.42.465.861 1.01 1.212 1.607.327.555.742 1.43.742 2.49 0 .692-.172 1.564-.785 2.344a3.697 3.697 0 0 1-2.065 1.3 4.57 4.57 0 0 1-1.017.121c.28.436.523.9.703 1.386a2.965 2.965 0 0 1-5.563 2.054c-.06-.163-.364-.657-1.224-1.48-.793-.761-1.8-1.563-2.89-2.393l-.874-.66-.012-.01a68.076 68.076 0 0 1-2.215-1.715 14.163 14.163 0 0 1-1.323-1.214c-.33-.352-.92-1.03-1.19-1.943-.134-.451-.416-1.705.428-2.909.865-1.232 2.17-1.368 2.644-1.382.955-.029 1.93.325 2.465.527.368.139.774.309 1.2.497a3.39 3.39 0 0 1-.3-.965A3.105 3.105 0 0 1 9.97 4.337l.545.838a2.105 2.105 0 0 0-.935 2.09c.077.519.325.902.439 1.067.143.208.307.397.452.552.121.13.261.269.415.415.114.109.236.221.363.336.266.241.554.492.842.742l.251.217.36.312c.277.24.55.48.815.716a61.344 61.344 0 0 1-1.481-.674l-.175-.081c-.32-.15-.648-.306-.977-.462l-.569-.27c-1.079-.51-2.138-1-2.978-1.318-.544-.206-1.348-.485-2.081-.463-.369.011-1.265.117-1.855.958-.577.822-.395 1.69-.289 2.05.202.68.655 1.215.962 1.544.354.379.786.76 1.229 1.125.634.523 1.412 1.11 2.193 1.698.295.222.59.444.878.664 1.093.833 2.139 1.663 2.976 2.465.88.844 1.327 1.469 1.47 1.857a1.965 1.965 0 0 0 3.687-1.361c-.244-.66-.633-1.286-1.086-1.864a11.62 11.62 0 0 0-.502-.597c-.25-.277-.508-.541-.765-.79.312.106.614.2.901.275.268.07.576.142.905.19.497.07 1.042.086 1.566-.04a2.698 2.698 0 0 0 1.512-.946c.439-.559.57-1.193.57-1.726 0-.803-.316-1.495-.603-1.983-.303-.515-.696-1.005-1.092-1.443a18.23 18.23 0 0 0-.643-.673 28.25 28.25 0 0 0-.862-.819 5.36 5.36 0 0 0 1.111-.332c.448-.19.89-.453 1.309-.815.912-.788 1.542-1.897 1.943-3.278a1.965 1.965 0 1 0-3.774-1.095Zm0 0c-.254.872-.554 1.24-.739 1.4-.172.148-.391.246-.758.284-.407.043-.892.002-1.54-.086l-.292-.04c-.528-.076-1.209-.173-1.813-.173-.226 0-.794.016-1.34.372l-.546-.838c.796-.519 1.607-.534 1.886-.534.675 0 1.414.105 1.927.179l.027.003c.105.015.2.029.286.04.643.088 1.024.111 1.301.083a.77.77 0 0 0 .192-.038c.011-.004.013-.006.015-.008l.001-.001c.003-.002.218-.183.433-.922l.96.279Z";
82
+ readonly "clip-rule": "evenodd";
83
+ };
84
+ readonly children: readonly [];
85
+ }];
86
+ };
87
+ };
88
+ export { drawWeight80 };
@@ -0,0 +1,5 @@
1
+ var e={classic:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight80"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
2
+ .mrl-picto-color-offset { fill: #4e4e4e; }
3
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M12.446 2.132c3.629-.342 6.41.983 7.304 4.166.657 2.339.145 4.367-1.235 6.438l-.157.227.136-.002a4.82 4.82 0 0 1 2.602.753l.24.161c1.246.887 1.681 2.228 1.566 3.646a6.754 6.754 0 0 1-.4 1.754c-.143.398-.29.72-.407.94a2.492 2.492 0 0 1-4.603-1.835l.035-.114-1.002.465c-.763.345-1.108.46-1.709.57-1.412.256-2.77-.136-3.773-1.277-1.381-1.571-.89-3.029.314-4.534l.166-.197c.507-.588 1.645-1.808 1.763-1.942 1.439-1.63 1.937-2.74 1.666-3.705-.138-.491-.56-.692-2.04-.553-1.982.187-4.833 1.16-8.251 2.82A2.492 2.492 0 0 1 2.484 5.43c3.907-1.898 7.268-3.045 9.962-3.298Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset",d:"M12.345 1.057c-2.79.262-6.235 1.411-10.333 3.402a3.571 3.571 0 1 0 3.12 6.425c3.309-1.607 6.05-2.544 7.882-2.716l.191-.016a6.21 6.21 0 0 1 .592-.022l.143.007.001.067c-.019.484-.388 1.177-1.28 2.22l-.2.23-1.301 1.421c-.184.204-.336.375-.454.512l-.176.208c-1.691 2.114-1.952 4.06-.298 5.941 1.23 1.398 2.952 1.959 4.777 1.627l.224-.043a6.06 6.06 0 0 0 1.012-.297l.192-.078.036.134a3.571 3.571 0 0 0 6.578.64c.157-.299.32-.67.467-1.076a7.8 7.8 0 0 0 .46-2.035c.153-1.884-.513-3.543-2.017-4.613l-.264-.177-.272-.163a6.018 6.018 0 0 0-1.13-.496l-.162-.048.136-.275c.907-1.908 1.09-3.8.52-5.83-1.017-3.624-4.188-5.35-8.444-4.95Zm7.405 5.241c.657 2.339.145 4.367-1.235 6.438l-.157.227.136-.002a4.82 4.82 0 0 1 2.602.753l.24.161c1.246.887 1.681 2.228 1.566 3.646a6.754 6.754 0 0 1-.4 1.754c-.143.398-.29.72-.407.94a2.492 2.492 0 0 1-4.603-1.835l.035-.114-1.002.465c-.763.345-1.108.46-1.709.57-1.412.256-2.77-.136-3.773-1.277-1.381-1.571-.89-3.029.314-4.534l.166-.197.569-.64c.52-.572 1.11-1.208 1.194-1.302 1.439-1.63 1.937-2.74 1.666-3.705-.138-.491-.56-.692-2.04-.553-1.982.187-4.833 1.16-8.251 2.82A2.492 2.492 0 0 1 2.484 5.43c3.907-1.898 7.268-3.045 9.962-3.298 3.629-.342 6.41.983 7.304 4.166Z"},children:[]}]},default:{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:`
4
+ .mrl-picto-color-offset { fill: #4e4e4e; }
5
+ `,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:[]}]}};export{e as drawWeight80};
@@ -0,0 +1,88 @@
1
+ declare const drawWeight90: {
2
+ readonly classic: {
3
+ readonly name: "svg";
4
+ readonly type: "element";
5
+ readonly value: "";
6
+ readonly attributes: {
7
+ readonly xmlns: "http://www.w3.org/2000/svg";
8
+ readonly fill: "currentColor";
9
+ readonly viewBox: "0 0 24 24";
10
+ readonly "data-mrl-svg-name": "drawWeight90";
11
+ };
12
+ readonly children: readonly [{
13
+ readonly name: "style";
14
+ readonly type: "element";
15
+ readonly value: "";
16
+ readonly attributes: {};
17
+ readonly children: readonly [{
18
+ readonly name: "";
19
+ readonly type: "text";
20
+ readonly value: "\n .mrl-picto-color-offset { fill: #4e4e4e; }\n ";
21
+ readonly attributes: {};
22
+ readonly children: readonly [];
23
+ }];
24
+ }, {
25
+ readonly name: "path";
26
+ readonly type: "element";
27
+ readonly value: "";
28
+ readonly attributes: {
29
+ readonly fill: "currentColor";
30
+ readonly d: "M12.252 2.23c3.655-.464 6.558.992 7.53 4.453.578 2.056.317 3.867-.586 5.64l-.17.317.152.036c.546.14 1.076.366 1.578.686l.248.168c1.456 1.035 1.96 2.588 1.83 4.197a7.236 7.236 0 0 1-.427 1.887c-.15.42-.306.76-.433 1.001a3.173 3.173 0 0 1-5.929-.903l-.012-.075-.14.059a7.066 7.066 0 0 1-1.46.446c-1.61.294-3.192-.164-4.347-1.478-.941-1.07-1.114-2.432-.702-3.656.212-.628.533-1.142.98-1.7l.166-.199c.506-.586 1.611-1.772 1.71-1.883 1.085-1.23 1.506-2.034 1.468-2.617l-.016-.125a4.123 4.123 0 0 0-.477.023l-.164.018c-1.545.196-3.947 1.094-7.345 2.744A3.173 3.173 0 0 1 2.934 5.56l1.014-.485c3.47-1.632 6.096-2.565 8.304-2.846Z";
31
+ };
32
+ readonly children: readonly [];
33
+ }, {
34
+ readonly name: "path";
35
+ readonly type: "element";
36
+ readonly value: "";
37
+ readonly attributes: {
38
+ readonly class: "mrl-picto-color-offset";
39
+ readonly d: "M12.108 1.093c-2.293.29-4.975 1.218-8.647 2.945l-1.022.489A4.32 4.32 0 1 0 6.207 12.3l.424-.205c2.091-1 3.765-1.69 5.04-2.08l.123-.037-.238.288-.222.252-1.287 1.407c-.152.17-.28.316-.385.436l-.176.21c-.578.722-.942 1.342-1.188 2.072-.56 1.664-.251 3.438.927 4.778 1.39 1.581 3.357 2.223 5.414 1.849l.332-.069.166-.04.19-.053.09.17a4.319 4.319 0 0 0 7.57-.128 9.21 9.21 0 0 0 .498-1.146 8.352 8.352 0 0 0 .492-2.184c.17-2.122-.594-4.004-2.309-5.224l-.272-.184-.314-.19a6.863 6.863 0 0 0-.316-.168l-.16-.077.068-.17c.665-1.764.743-3.542.212-5.434-1.105-3.93-4.455-5.828-8.778-5.28Zm7.675 5.59c.577 2.056.316 3.867-.587 5.64l-.17.317.152.036c.546.14 1.076.366 1.578.686l.248.168c1.456 1.035 1.96 2.588 1.83 4.197a7.236 7.236 0 0 1-.427 1.887c-.15.42-.306.76-.433 1.001a3.173 3.173 0 0 1-5.929-.903l-.012-.075-.14.059a7.066 7.066 0 0 1-1.46.446c-1.61.294-3.192-.164-4.347-1.478-.941-1.07-1.114-2.432-.702-3.656.212-.628.533-1.142.98-1.7l.166-.199.467-.526c.529-.586 1.169-1.274 1.242-1.357 1.086-1.23 1.507-2.034 1.47-2.617l-.017-.125-.204.003c-.079.003-.17.01-.273.02l-.164.018c-1.545.196-3.947 1.094-7.345 2.744A3.173 3.173 0 0 1 2.934 5.56l1.014-.485c3.47-1.632 6.096-2.565 8.304-2.846 3.655-.463 6.558.993 7.53 4.454Z";
40
+ };
41
+ readonly children: readonly [];
42
+ }];
43
+ };
44
+ readonly default: {
45
+ readonly name: "svg";
46
+ readonly type: "element";
47
+ readonly value: "";
48
+ readonly attributes: {
49
+ readonly xmlns: "http://www.w3.org/2000/svg";
50
+ readonly fill: "currentColor";
51
+ readonly viewBox: "0 0 24 24";
52
+ readonly "data-mrl-svg-name": "drawWeight90";
53
+ };
54
+ readonly children: readonly [{
55
+ readonly name: "style";
56
+ readonly type: "element";
57
+ readonly value: "";
58
+ readonly attributes: {};
59
+ readonly children: readonly [{
60
+ readonly name: "";
61
+ readonly type: "text";
62
+ readonly value: "\n .mrl-picto-color-offset { fill: #4e4e4e; }\n ";
63
+ readonly attributes: {};
64
+ readonly children: readonly [];
65
+ }];
66
+ }, {
67
+ readonly name: "path";
68
+ readonly type: "element";
69
+ readonly value: "";
70
+ readonly attributes: {
71
+ readonly d: "M18.47 2.086a2.152 2.152 0 0 1 1.466 2.666c-.403 1.389-1.042 2.522-1.98 3.334-.66.57-1.378.903-2.08 1.087.419.392.83.8 1.197 1.206.395.437.793.932 1.102 1.457.291.495.624 1.217.624 2.064 0 .56-.138 1.236-.608 1.833-.471.6-1.09.885-1.609 1.01-.914.219-1.875.026-2.54-.15a10.137 10.137 0 0 1-.082-.022c.677.727 1.3 1.55 1.677 2.438a2.152 2.152 0 1 1-3.963 1.677c-.162-.38-.617-.986-1.482-1.8-.824-.777-1.84-1.578-2.901-2.385l-.774-.585a65.159 65.159 0 0 1-2.207-1.71c-.43-.356-.856-.734-1.208-1.113-.303-.326-.77-.878-.981-1.59-.111-.376-.311-1.314.314-2.206.64-.912 1.61-1.023 1.998-1.035.77-.023 1.6.269 2.134.47.982.372 2.265.98 3.516 1.574a240.321 240.321 0 0 0 1.26.594l-.058-.05c-.678-.586-1.403-1.212-1.864-1.704a4.97 4.97 0 0 1-.465-.569 2.743 2.743 0 0 1-.468-1.14 2.29 2.29 0 0 1 1.017-2.273c.592-.386 1.204-.402 1.438-.402.612 0 1.303.099 1.822.173l.038.006.244.034c.636.086 1.092.122 1.465.083.33-.034.501-.118.63-.229.142-.123.42-.444.662-1.277a2.152 2.152 0 0 1 2.666-1.466Z";
72
+ };
73
+ readonly children: readonly [];
74
+ }, {
75
+ readonly name: "path";
76
+ readonly type: "element";
77
+ readonly value: "";
78
+ readonly attributes: {
79
+ readonly class: "mrl-picto-color-offset";
80
+ readonly "fill-rule": "evenodd";
81
+ readonly d: "M6.92 7.797c.218.082.449.175.689.276a3.315 3.315 0 0 1 .095-2.23 3.29 3.29 0 0 1 1.255-1.518c.842-.548 1.697-.563 1.984-.563.684 0 1.432.107 1.937.18l.064.009.237.033c.632.085.984.105 1.228.08a.961.961 0 0 0 .098-.015c.055-.07.193-.283.336-.775a3.152 3.152 0 1 1 6.053 1.757c-.44 1.517-1.163 2.84-2.287 3.811-.312.27-.635.495-.963.682l.169.184c.419.464.865 1.015 1.222 1.62.33.563.762 1.468.762 2.572 0 .718-.178 1.632-.822 2.451a3.874 3.874 0 0 1-2.162 1.364 4.46 4.46 0 0 1-.658.106c.15.257.284.524.4.798a3.152 3.152 0 1 1-5.805 2.457c-.076-.18-.401-.668-1.245-1.462-.784-.738-1.764-1.512-2.822-2.317l-.77-.582-.012-.01a64.225 64.225 0 0 1-2.23-1.728 13.878 13.878 0 0 1-1.304-1.203c-.326-.351-.928-1.044-1.207-1.987-.139-.468-.439-1.79.454-3.064.915-1.304 2.294-1.445 2.787-1.46.993-.03 1.994.336 2.517.534Zm8.883-4.245c-.241.833-.52 1.154-.662 1.277-.128.111-.299.195-.629.23-.373.038-.829.002-1.466-.084a35.26 35.26 0 0 1-.243-.034l-.038-.006c-.519-.074-1.21-.173-1.822-.173-.234 0-.846.016-1.439.401a2.29 2.29 0 0 0-1.017 2.274c.084.56.352.97.469 1.14a5.407 5.407 0 0 0 .466.569c.225.242.515.515.831.8.264.239.547.485.827.727l.264.227-.074-.034-.23-.107c-.313-.147-.634-.3-.957-.453-.422-.2-.848-.402-1.265-.596a78.902 78.902 0 0 0-.394-.183 30.708 30.708 0 0 0-1.857-.795c-.534-.201-1.363-.493-2.134-.47-.388.012-1.358.123-1.998 1.035-.625.892-.426 1.83-.314 2.205.21.713.678 1.265.98 1.591.353.38.779.757 1.21 1.113.637.528 1.423 1.12 2.206 1.71l.774.585c1.06.807 2.077 1.608 2.901 2.384.865.815 1.32 1.42 1.481 1.801a2.152 2.152 0 0 0 3.964-1.677 6.83 6.83 0 0 0-.682-1.216 10.877 10.877 0 0 0-.995-1.222l.015.004.067.018c.401.106.91.218 1.453.242.355.016.725-.006 1.087-.093a2.873 2.873 0 0 0 1.608-1.009c.47-.598.61-1.274.61-1.833 0-.847-.334-1.569-.625-2.064a9.225 9.225 0 0 0-1.102-1.457 16.088 16.088 0 0 0-.386-.412c-.26-.268-.534-.534-.81-.794.345-.09.694-.218 1.038-.391a5.077 5.077 0 0 0 1.04-.696c.939-.812 1.578-1.945 1.981-3.334a2.152 2.152 0 0 0-4.133-1.2Z";
82
+ readonly "clip-rule": "evenodd";
83
+ };
84
+ readonly children: readonly [];
85
+ }];
86
+ };
87
+ };
88
+ export { drawWeight90 };
@@ -0,0 +1,5 @@
1
+ var e={classic:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight90"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
2
+ .mrl-picto-color-offset { fill: #4e4e4e; }
3
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M12.252 2.23c3.655-.464 6.558.992 7.53 4.453.578 2.056.317 3.867-.586 5.64l-.17.317.152.036c.546.14 1.076.366 1.578.686l.248.168c1.456 1.035 1.96 2.588 1.83 4.197a7.236 7.236 0 0 1-.427 1.887c-.15.42-.306.76-.433 1.001a3.173 3.173 0 0 1-5.929-.903l-.012-.075-.14.059a7.066 7.066 0 0 1-1.46.446c-1.61.294-3.192-.164-4.347-1.478-.941-1.07-1.114-2.432-.702-3.656.212-.628.533-1.142.98-1.7l.166-.199c.506-.586 1.611-1.772 1.71-1.883 1.085-1.23 1.506-2.034 1.468-2.617l-.016-.125a4.123 4.123 0 0 0-.477.023l-.164.018c-1.545.196-3.947 1.094-7.345 2.744A3.173 3.173 0 0 1 2.934 5.56l1.014-.485c3.47-1.632 6.096-2.565 8.304-2.846Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset",d:"M12.108 1.093c-2.293.29-4.975 1.218-8.647 2.945l-1.022.489A4.32 4.32 0 1 0 6.207 12.3l.424-.205c2.091-1 3.765-1.69 5.04-2.08l.123-.037-.238.288-.222.252-1.287 1.407c-.152.17-.28.316-.385.436l-.176.21c-.578.722-.942 1.342-1.188 2.072-.56 1.664-.251 3.438.927 4.778 1.39 1.581 3.357 2.223 5.414 1.849l.332-.069.166-.04.19-.053.09.17a4.319 4.319 0 0 0 7.57-.128 9.21 9.21 0 0 0 .498-1.146 8.352 8.352 0 0 0 .492-2.184c.17-2.122-.594-4.004-2.309-5.224l-.272-.184-.314-.19a6.863 6.863 0 0 0-.316-.168l-.16-.077.068-.17c.665-1.764.743-3.542.212-5.434-1.105-3.93-4.455-5.828-8.778-5.28Zm7.675 5.59c.577 2.056.316 3.867-.587 5.64l-.17.317.152.036c.546.14 1.076.366 1.578.686l.248.168c1.456 1.035 1.96 2.588 1.83 4.197a7.236 7.236 0 0 1-.427 1.887c-.15.42-.306.76-.433 1.001a3.173 3.173 0 0 1-5.929-.903l-.012-.075-.14.059a7.066 7.066 0 0 1-1.46.446c-1.61.294-3.192-.164-4.347-1.478-.941-1.07-1.114-2.432-.702-3.656.212-.628.533-1.142.98-1.7l.166-.199.467-.526c.529-.586 1.169-1.274 1.242-1.357 1.086-1.23 1.507-2.034 1.47-2.617l-.017-.125-.204.003c-.079.003-.17.01-.273.02l-.164.018c-1.545.196-3.947 1.094-7.345 2.744A3.173 3.173 0 0 1 2.934 5.56l1.014-.485c3.47-1.632 6.096-2.565 8.304-2.846 3.655-.463 6.558.993 7.53 4.454Z"},children:[]}]},default:{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:`
4
+ .mrl-picto-color-offset { fill: #4e4e4e; }
5
+ `,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:[]}]}};export{e as drawWeight90};
@@ -0,0 +1,225 @@
1
+ declare const fileDoc: {
2
+ readonly default: {
3
+ readonly name: "svg";
4
+ readonly type: "element";
5
+ readonly value: "";
6
+ readonly attributes: {
7
+ readonly xmlns: "http://www.w3.org/2000/svg";
8
+ readonly fill: "currentColor";
9
+ readonly viewBox: "0 0 40 40";
10
+ readonly "data-mrl-svg-name": "fileDoc";
11
+ };
12
+ readonly children: readonly [{
13
+ readonly name: "path";
14
+ readonly type: "element";
15
+ readonly value: "";
16
+ readonly attributes: {
17
+ readonly fill: "url(#file-doc-a)";
18
+ readonly d: "M38 2H10a2 2 0 0 0-2 2v7.003h32V4a2 2 0 0 0-2-2Z";
19
+ };
20
+ readonly children: readonly [];
21
+ }, {
22
+ readonly name: "path";
23
+ readonly type: "element";
24
+ readonly value: "";
25
+ readonly attributes: {
26
+ readonly fill: "url(#file-doc-b)";
27
+ readonly d: "M8 29.054V36a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2v-6.946H8Z";
28
+ };
29
+ readonly children: readonly [];
30
+ }, {
31
+ readonly name: "path";
32
+ readonly type: "element";
33
+ readonly value: "";
34
+ readonly attributes: {
35
+ readonly fill: "url(#file-doc-c)";
36
+ readonly d: "M8 11.003h32v9.002H8v-9.002Z";
37
+ };
38
+ readonly children: readonly [];
39
+ }, {
40
+ readonly name: "path";
41
+ readonly type: "element";
42
+ readonly value: "";
43
+ readonly attributes: {
44
+ readonly fill: "url(#file-doc-d)";
45
+ readonly d: "M8 20.005h32v9.049H8v-9.049Z";
46
+ };
47
+ readonly children: readonly [];
48
+ }, {
49
+ readonly name: "path";
50
+ readonly type: "element";
51
+ readonly value: "";
52
+ readonly attributes: {
53
+ readonly fill: "url(#file-doc-e)";
54
+ readonly d: "M18 30H2a2 2 0 0 1-2-2V12a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2Z";
55
+ };
56
+ readonly children: readonly [];
57
+ }, {
58
+ readonly name: "path";
59
+ readonly type: "element";
60
+ readonly value: "";
61
+ readonly attributes: {
62
+ readonly fill: "#fff";
63
+ readonly d: "m14.403 15-1.546 7.264L11.144 15H8.957L7.19 22.489 5.597 15H3.641l2.344 10h2.352l1.713-7.689L11.764 25h2.251l2.344-10h-1.956Z";
64
+ };
65
+ readonly children: readonly [];
66
+ }, {
67
+ readonly name: "defs";
68
+ readonly type: "element";
69
+ readonly value: "";
70
+ readonly attributes: {};
71
+ readonly children: readonly [{
72
+ readonly name: "linearGradient";
73
+ readonly type: "element";
74
+ readonly value: "";
75
+ readonly attributes: {
76
+ readonly id: "file-doc-a";
77
+ readonly x1: "20";
78
+ readonly x2: "20";
79
+ readonly y1: "37.852";
80
+ readonly y2: "3.799";
81
+ readonly gradientUnits: "userSpaceOnUse";
82
+ };
83
+ readonly children: readonly [{
84
+ readonly name: "stop";
85
+ readonly type: "element";
86
+ readonly value: "";
87
+ readonly attributes: {
88
+ readonly "stop-color": "#42A3F2";
89
+ };
90
+ readonly children: readonly [];
91
+ }, {
92
+ readonly name: "stop";
93
+ readonly type: "element";
94
+ readonly value: "";
95
+ readonly attributes: {
96
+ readonly offset: "1";
97
+ readonly "stop-color": "#42A4EB";
98
+ };
99
+ readonly children: readonly [];
100
+ }];
101
+ }, {
102
+ readonly name: "linearGradient";
103
+ readonly type: "element";
104
+ readonly value: "";
105
+ readonly attributes: {
106
+ readonly id: "file-doc-b";
107
+ readonly x1: "20";
108
+ readonly x2: "20";
109
+ readonly y1: "38";
110
+ readonly y2: "2";
111
+ readonly gradientUnits: "userSpaceOnUse";
112
+ };
113
+ readonly children: readonly [{
114
+ readonly name: "stop";
115
+ readonly type: "element";
116
+ readonly value: "";
117
+ readonly attributes: {
118
+ readonly "stop-color": "#11408A";
119
+ };
120
+ readonly children: readonly [];
121
+ }, {
122
+ readonly name: "stop";
123
+ readonly type: "element";
124
+ readonly value: "";
125
+ readonly attributes: {
126
+ readonly offset: "1";
127
+ readonly "stop-color": "#103F8F";
128
+ };
129
+ readonly children: readonly [];
130
+ }];
131
+ }, {
132
+ readonly name: "linearGradient";
133
+ readonly type: "element";
134
+ readonly value: "";
135
+ readonly attributes: {
136
+ readonly id: "file-doc-c";
137
+ readonly x1: "20";
138
+ readonly x2: "20";
139
+ readonly y1: "-119.825";
140
+ readonly y2: "-120.069";
141
+ readonly gradientUnits: "userSpaceOnUse";
142
+ };
143
+ readonly children: readonly [{
144
+ readonly name: "stop";
145
+ readonly type: "element";
146
+ readonly value: "";
147
+ readonly attributes: {
148
+ readonly "stop-color": "#3079D6";
149
+ };
150
+ readonly children: readonly [];
151
+ }, {
152
+ readonly name: "stop";
153
+ readonly type: "element";
154
+ readonly value: "";
155
+ readonly attributes: {
156
+ readonly offset: "1";
157
+ readonly "stop-color": "#297CD2";
158
+ };
159
+ readonly children: readonly [];
160
+ }];
161
+ }, {
162
+ readonly name: "linearGradient";
163
+ readonly type: "element";
164
+ readonly value: "";
165
+ readonly attributes: {
166
+ readonly id: "file-doc-d";
167
+ readonly x1: "0";
168
+ readonly x2: "40";
169
+ readonly y1: "20";
170
+ readonly y2: "20";
171
+ readonly gradientUnits: "userSpaceOnUse";
172
+ };
173
+ readonly children: readonly [{
174
+ readonly name: "stop";
175
+ readonly type: "element";
176
+ readonly value: "";
177
+ readonly attributes: {
178
+ readonly "stop-color": "#1D59B3";
179
+ };
180
+ readonly children: readonly [];
181
+ }, {
182
+ readonly name: "stop";
183
+ readonly type: "element";
184
+ readonly value: "";
185
+ readonly attributes: {
186
+ readonly offset: "1";
187
+ readonly "stop-color": "#195BBC";
188
+ };
189
+ readonly children: readonly [];
190
+ }];
191
+ }, {
192
+ readonly name: "linearGradient";
193
+ readonly type: "element";
194
+ readonly value: "";
195
+ readonly attributes: {
196
+ readonly id: "file-doc-e";
197
+ readonly x1: "1.488";
198
+ readonly x2: "35.052";
199
+ readonly y1: "3.339";
200
+ readonly y2: "40.63";
201
+ readonly gradientUnits: "userSpaceOnUse";
202
+ };
203
+ readonly children: readonly [{
204
+ readonly name: "stop";
205
+ readonly type: "element";
206
+ readonly value: "";
207
+ readonly attributes: {
208
+ readonly "stop-color": "#256AC2";
209
+ };
210
+ readonly children: readonly [];
211
+ }, {
212
+ readonly name: "stop";
213
+ readonly type: "element";
214
+ readonly value: "";
215
+ readonly attributes: {
216
+ readonly offset: "1";
217
+ readonly "stop-color": "#1247AD";
218
+ };
219
+ readonly children: readonly [];
220
+ }];
221
+ }];
222
+ }];
223
+ };
224
+ };
225
+ export { fileDoc };
@@ -0,0 +1 @@
1
+ var e={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"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:[]}]}]}]}};export{e as fileDoc};
@@ -0,0 +1,43 @@
1
+ declare const fileGeneric: {
2
+ readonly default: {
3
+ readonly name: "svg";
4
+ readonly type: "element";
5
+ readonly value: "";
6
+ readonly attributes: {
7
+ readonly xmlns: "http://www.w3.org/2000/svg";
8
+ readonly fill: "currentColor";
9
+ readonly viewBox: "0 0 40 40";
10
+ readonly "data-mrl-svg-name": "fileGeneric";
11
+ };
12
+ readonly children: readonly [{
13
+ readonly name: "path";
14
+ readonly type: "element";
15
+ readonly value: "";
16
+ readonly attributes: {
17
+ readonly fill: "#919191";
18
+ 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";
19
+ };
20
+ readonly children: readonly [];
21
+ }, {
22
+ readonly name: "path";
23
+ readonly type: "element";
24
+ readonly value: "";
25
+ readonly attributes: {
26
+ readonly fill: "#fff";
27
+ readonly "fill-opacity": ".7";
28
+ readonly d: "M35 11h-8a3 3 0 0 1-3-3V0h1.5L35 10v1Z";
29
+ };
30
+ readonly children: readonly [];
31
+ }, {
32
+ readonly name: "path";
33
+ readonly type: "element";
34
+ readonly value: "";
35
+ readonly attributes: {
36
+ readonly fill: "#fff";
37
+ readonly d: "M14.802 28v-4.704h1.176v-1.092h-1.176v-.324c0-.648.3-.972.804-.972.204 0 .372.048.504.132l.276-.948c-.264-.144-.612-.216-1.02-.216-1.056 0-1.824.708-1.824 2.004v.324h-.96v1.092h.96V28h1.26Zm2.772-6.504c.432 0 .78-.348.78-.78a.778.778 0 0 0-.78-.78.778.778 0 0 0-.78.78c0 .432.348.78.78.78ZM18.198 28v-5.796h-1.26V28h1.26Zm2.89 0v-8.004h-1.26V28h1.26Zm4.322.144c.912 0 1.764-.3 2.352-.852l-.576-.828c-.42.42-1.08.648-1.656.648-1.092 0-1.74-.732-1.836-1.596h4.464v-.312c0-1.824-1.104-3.144-2.844-3.144-1.716 0-2.94 1.356-2.94 3.036 0 1.836 1.284 3.048 3.036 3.048Zm1.536-3.528h-3.264c.048-.696.552-1.524 1.62-1.524 1.14 0 1.608.84 1.644 1.524Z";
38
+ };
39
+ readonly children: readonly [];
40
+ }];
41
+ };
42
+ };
43
+ export { fileGeneric };
@@ -0,0 +1 @@
1
+ var e={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"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:[]}]}};export{e as fileGeneric};