@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,43 @@
1
+ declare const drawWeight40: {
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": "drawWeight40";
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.98 5.84.856-.409c8.898-4.17 14.967-4.58 16.396.503.76 2.71-.218 5.049-2.481 7.695l-.257.295c-.177.2-1.03 1.118-1.58 1.729l-.124.135.103-.04c.13-.052.28-.117.455-.195l.602-.277c1.194-.56 1.886-.814 2.746-.902 1.013-.105 1.968.123 2.83.735.925.659 1.254 1.675 1.162 2.811a6.166 6.166 0 0 1-.365 1.591 7.123 7.123 0 0 1-.376.87 1.385 1.385 0 0 1-2.45-1.291l.073-.152c.043-.096.096-.223.148-.368.114-.316.19-.62.21-.873l.009-.177c0-.114-.013-.151-.017-.154-.292-.208-.575-.275-.94-.238-.37.038-.76.164-1.393.444l-.995.457c-2.31 1.035-3.377 1.112-4.665-.353-.909-1.034-.56-2.071.391-3.26l.17-.202c.532-.612 1.772-1.943 1.93-2.123 1.881-2.13 2.611-3.757 2.148-5.408-.737-2.621-5.51-2.172-13.376 1.648A1.385 1.385 0 1 1 1.98 5.84Z";
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.327 4.345-.864.412A2.585 2.585 0 1 0 3.714 9.41l.802-.382c6.572-3.079 10.486-3.473 10.895-2.02.301 1.074-.15 2.257-1.677 4.042l-.237.272-1.41 1.54c-.208.23-.377.418-.505.566l-.182.216-.162.209c-1.153 1.529-1.42 2.94-.495 4.258l.146.192.063.087.118.127-.044-.049c1.641 1.866 3.19 1.94 6.057.655l1.004-.46.357-.152-.029.06c-.645 1.222-.16 2.785 1.103 3.45a2.585 2.585 0 0 0 3.491-1.08c.146-.277.302-.633.442-1.022a7.333 7.333 0 0 0 .433-1.902c.13-1.602-.413-2.996-1.663-3.885l-.253-.17a5.19 5.19 0 0 0-3.091-.806l-.237.018.015-.019c1.874-2.586 2.462-4.944 1.732-7.545-1.659-5.903-8.11-5.93-18.06-1.265Zm16.905 1.59c.76 2.71-.218 5.048-2.481 7.694l-.257.295c-.164.186-.911.99-1.458 1.593l-.246.271.103-.04c.13-.052.28-.117.455-.195l.602-.277c1.194-.56 1.886-.814 2.746-.902 1.013-.105 1.968.123 2.83.735.925.659 1.254 1.675 1.162 2.811a6.166 6.166 0 0 1-.365 1.591 7.123 7.123 0 0 1-.376.87 1.385 1.385 0 0 1-2.45-1.291l.073-.152.096-.23a4.11 4.11 0 0 0 .052-.138c.114-.316.19-.62.21-.873l.009-.177c0-.114-.013-.151-.017-.154-.292-.208-.575-.275-.94-.238-.37.038-.76.164-1.393.444l-.995.457-.494.214c-1.976.824-2.978.79-4.171-.567-.909-1.034-.56-2.071.391-3.26l.17-.202.652-.727c.55-.604 1.17-1.272 1.278-1.396 1.881-2.13 2.611-3.757 2.148-5.408-.737-2.621-5.51-2.172-13.376 1.648A1.385 1.385 0 1 1 1.98 5.84l.856-.409.826-.38c8.447-3.81 14.186-4.042 15.57.883Z";
39
+ };
40
+ readonly children: readonly [];
41
+ }];
42
+ };
43
+ export { drawWeight40 };
@@ -0,0 +1,3 @@
1
+ var a=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var o=Object.prototype.hasOwnProperty;var s=(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 m(l))!o.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={};s(d,{drawWeight40:()=>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":"drawWeight40"},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.98 5.84.856-.409c8.898-4.17 14.967-4.58 16.396.503.76 2.71-.218 5.049-2.481 7.695l-.257.295c-.177.2-1.03 1.118-1.58 1.729l-.124.135.103-.04c.13-.052.28-.117.455-.195l.602-.277c1.194-.56 1.886-.814 2.746-.902 1.013-.105 1.968.123 2.83.735.925.659 1.254 1.675 1.162 2.811a6.166 6.166 0 0 1-.365 1.591 7.123 7.123 0 0 1-.376.87 1.385 1.385 0 0 1-2.45-1.291l.073-.152c.043-.096.096-.223.148-.368.114-.316.19-.62.21-.873l.009-.177c0-.114-.013-.151-.017-.154-.292-.208-.575-.275-.94-.238-.37.038-.76.164-1.393.444l-.995.457c-2.31 1.035-3.377 1.112-4.665-.353-.909-1.034-.56-2.071.391-3.26l.17-.202c.532-.612 1.772-1.943 1.93-2.123 1.881-2.13 2.611-3.757 2.148-5.408-.737-2.621-5.51-2.172-13.376 1.648A1.385 1.385 0 1 1 1.98 5.84Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset",d:"m2.327 4.345-.864.412A2.585 2.585 0 1 0 3.714 9.41l.802-.382c6.572-3.079 10.486-3.473 10.895-2.02.301 1.074-.15 2.257-1.677 4.042l-.237.272-1.41 1.54c-.208.23-.377.418-.505.566l-.182.216-.162.209c-1.153 1.529-1.42 2.94-.495 4.258l.146.192.063.087.118.127-.044-.049c1.641 1.866 3.19 1.94 6.057.655l1.004-.46.357-.152-.029.06c-.645 1.222-.16 2.785 1.103 3.45a2.585 2.585 0 0 0 3.491-1.08c.146-.277.302-.633.442-1.022a7.333 7.333 0 0 0 .433-1.902c.13-1.602-.413-2.996-1.663-3.885l-.253-.17a5.19 5.19 0 0 0-3.091-.806l-.237.018.015-.019c1.874-2.586 2.462-4.944 1.732-7.545-1.659-5.903-8.11-5.93-18.06-1.265Zm16.905 1.59c.76 2.71-.218 5.048-2.481 7.694l-.257.295c-.164.186-.911.99-1.458 1.593l-.246.271.103-.04c.13-.052.28-.117.455-.195l.602-.277c1.194-.56 1.886-.814 2.746-.902 1.013-.105 1.968.123 2.83.735.925.659 1.254 1.675 1.162 2.811a6.166 6.166 0 0 1-.365 1.591 7.123 7.123 0 0 1-.376.87 1.385 1.385 0 0 1-2.45-1.291l.073-.152.096-.23a4.11 4.11 0 0 0 .052-.138c.114-.316.19-.62.21-.873l.009-.177c0-.114-.013-.151-.017-.154-.292-.208-.575-.275-.94-.238-.37.038-.76.164-1.393.444l-.995.457-.494.214c-1.976.824-2.978.79-4.171-.567-.909-1.034-.56-2.071.391-3.26l.17-.202.652-.727c.55-.604 1.17-1.272 1.278-1.396 1.881-2.13 2.611-3.757 2.148-5.408-.737-2.621-5.51-2.172-13.376 1.648A1.385 1.385 0 1 1 1.98 5.84l.856-.409.826-.38c8.447-3.81 14.186-4.042 15.57.883Z"},children:[]}]};
@@ -0,0 +1,43 @@
1
+ declare const drawWeight50: {
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": "drawWeight50";
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.096 5.786.84-.401c8.883-4.165 14.998-4.577 16.47.664.779 2.773-.216 5.146-2.495 7.808l-.356.405-.698.76.266-.124c.912-.416 1.53-.635 2.232-.735l.237-.029c1.057-.108 2.06.13 2.96.77.998.711 1.352 1.802 1.255 3.003a6.31 6.31 0 0 1-.375 1.632 7.249 7.249 0 0 1-.383.888 1.63 1.63 0 0 1-2.955-1.37l.135-.287c.04-.089.088-.205.137-.34.078-.217.136-.427.168-.611l.035-.274c.004-.02.01-.028.02-.028l-.042-.028a.92.92 0 0 0-.481-.12l-.14.009c-.367.038-.776.178-1.504.512l-.76.35c-2.382 1.069-3.511 1.153-4.89-.415-1.014-1.154-.633-2.286.376-3.548.353-.44 1.9-2.099 2.07-2.292 1.79-2.027 2.471-3.547 2.048-5.054-.65-2.315-5.174-1.89-12.745 1.788a1.63 1.63 0 1 1-1.425-2.933Z";
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.437 4.318-.848.405a2.808 2.808 0 1 0 2.447 5.055l.788-.376c6.211-2.907 9.975-3.34 10.308-2.153.267.951-.155 2.04-1.586 3.714l-.276.313-1.475 1.614c-.268.298-.457.514-.567.652-1.45 1.812-1.72 3.49-.34 5.06l.171.19c1.649 1.762 3.235 1.801 6.086.522l.75-.345-.036.16c-.23 1.218.334 2.44 1.438 3.02a2.808 2.808 0 0 0 3.793-1.173c.149-.282.307-.643.45-1.037.24-.662.39-1.303.44-1.937.136-1.67-.436-3.126-1.746-4.057l-.26-.175a5.333 5.333 0 0 0-2.573-.83l-.298-.009.127-.19c1.547-2.368 1.992-4.581 1.309-7.01C18.851-.28 12.397-.352 2.437 4.318ZM19.405 6.05c.78 2.773-.216 5.146-2.494 7.808l-.356.405-.698.76.266-.124c.912-.416 1.53-.635 2.232-.735l.237-.029c1.057-.108 2.06.13 2.96.77.998.711 1.352 1.802 1.255 3.003a6.31 6.31 0 0 1-.375 1.632 7.249 7.249 0 0 1-.383.888 1.63 1.63 0 0 1-2.955-1.37l.135-.287.088-.212a3.667 3.667 0 0 0 .216-.74l.036-.273c.004-.02.01-.028.02-.028l-.042-.028a.92.92 0 0 0-.481-.12l-.14.009c-.327.033-.686.148-1.273.408l-.99.454c-2.383 1.069-3.512 1.153-4.89-.415-1.015-1.154-.634-2.286.375-3.548.353-.44 1.9-2.099 2.07-2.292 1.79-2.027 2.471-3.547 2.048-5.054-.65-2.315-5.174-1.89-12.745 1.788a1.63 1.63 0 1 1-1.425-2.933l.84-.401c8.883-4.165 14.998-4.577 16.47.664Z";
39
+ };
40
+ readonly children: readonly [];
41
+ }];
42
+ };
43
+ export { drawWeight50 };
@@ -0,0 +1,3 @@
1
+ var c=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var m=(l,e)=>{for(var a in e)c(l,a,{get:e[a],enumerable:!0})},u=(l,e,a,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of o(e))!s.call(l,t)&&t!==a&&c(l,t,{get:()=>e[t],enumerable:!(r=i(e,t))||r.enumerable});return l};var p=l=>u(c({},"__esModule",{value:!0}),l);var d={};m(d,{drawWeight50:()=>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":"drawWeight50"},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.096 5.786.84-.401c8.883-4.165 14.998-4.577 16.47.664.779 2.773-.216 5.146-2.495 7.808l-.356.405-.698.76.266-.124c.912-.416 1.53-.635 2.232-.735l.237-.029c1.057-.108 2.06.13 2.96.77.998.711 1.352 1.802 1.255 3.003a6.31 6.31 0 0 1-.375 1.632 7.249 7.249 0 0 1-.383.888 1.63 1.63 0 0 1-2.955-1.37l.135-.287c.04-.089.088-.205.137-.34.078-.217.136-.427.168-.611l.035-.274c.004-.02.01-.028.02-.028l-.042-.028a.92.92 0 0 0-.481-.12l-.14.009c-.367.038-.776.178-1.504.512l-.76.35c-2.382 1.069-3.511 1.153-4.89-.415-1.014-1.154-.633-2.286.376-3.548.353-.44 1.9-2.099 2.07-2.292 1.79-2.027 2.471-3.547 2.048-5.054-.65-2.315-5.174-1.89-12.745 1.788a1.63 1.63 0 1 1-1.425-2.933Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset",d:"m2.437 4.318-.848.405a2.808 2.808 0 1 0 2.447 5.055l.788-.376c6.211-2.907 9.975-3.34 10.308-2.153.267.951-.155 2.04-1.586 3.714l-.276.313-1.475 1.614c-.268.298-.457.514-.567.652-1.45 1.812-1.72 3.49-.34 5.06l.171.19c1.649 1.762 3.235 1.801 6.086.522l.75-.345-.036.16c-.23 1.218.334 2.44 1.438 3.02a2.808 2.808 0 0 0 3.793-1.173c.149-.282.307-.643.45-1.037.24-.662.39-1.303.44-1.937.136-1.67-.436-3.126-1.746-4.057l-.26-.175a5.333 5.333 0 0 0-2.573-.83l-.298-.009.127-.19c1.547-2.368 1.992-4.581 1.309-7.01C18.851-.28 12.397-.352 2.437 4.318ZM19.405 6.05c.78 2.773-.216 5.146-2.494 7.808l-.356.405-.698.76.266-.124c.912-.416 1.53-.635 2.232-.735l.237-.029c1.057-.108 2.06.13 2.96.77.998.711 1.352 1.802 1.255 3.003a6.31 6.31 0 0 1-.375 1.632 7.249 7.249 0 0 1-.383.888 1.63 1.63 0 0 1-2.955-1.37l.135-.287.088-.212a3.667 3.667 0 0 0 .216-.74l.036-.273c.004-.02.01-.028.02-.028l-.042-.028a.92.92 0 0 0-.481-.12l-.14.009c-.327.033-.686.148-1.273.408l-.99.454c-2.383 1.069-3.512 1.153-4.89-.415-1.015-1.154-.634-2.286.375-3.548.353-.44 1.9-2.099 2.07-2.292 1.79-2.027 2.471-3.547 2.048-5.054-.65-2.315-5.174-1.89-12.745 1.788a1.63 1.63 0 1 1-1.425-2.933l.84-.401c8.883-4.165 14.998-4.577 16.47.664Z"},children:[]}]};
@@ -0,0 +1,43 @@
1
+ declare const drawWeight60: {
2
+ readonly name: "svg";
3
+ readonly type: "element";
4
+ readonly value: "";
5
+ readonly attributes: {
6
+ readonly xmlns: "http://www.w3.org/2000/svg";
7
+ readonly fill: "currentColor";
8
+ readonly viewBox: "0 0 24 24";
9
+ readonly "data-mrl-svg-name": "drawWeight60";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "style";
13
+ readonly type: "element";
14
+ readonly value: "";
15
+ readonly attributes: {};
16
+ readonly children: readonly [{
17
+ readonly name: "";
18
+ readonly type: "text";
19
+ readonly value: "\n .mrl-picto-color-offset { fill: #4e4e4e; }\n ";
20
+ readonly attributes: {};
21
+ readonly children: readonly [];
22
+ }];
23
+ }, {
24
+ readonly name: "path";
25
+ readonly type: "element";
26
+ readonly value: "";
27
+ readonly attributes: {
28
+ readonly fill: "currentColor";
29
+ readonly d: "m2.2 5.716.81-.387c8.838-4.147 14.978-4.562 16.488.812.791 2.818-.212 5.212-2.491 7.875l-.204.233.196-.071a5.972 5.972 0 0 1 1.167-.293l.241-.03c1.1-.116 2.15.133 3.087.8 1.064.757 1.44 1.914 1.338 3.173a6.434 6.434 0 0 1-.38 1.665 7.36 7.36 0 0 1-.39.902 1.86 1.86 0 0 1-3.363-1.581l.13-.274a5.28 5.28 0 0 0 .124-.311c.071-.197.123-.386.152-.548l.013-.106-.083-.02a.757.757 0 0 0-.112-.008l-.127.008c-.355.037-.778.192-1.605.58l-.663.308c-.766.347-1.105.461-1.668.564-1.245.226-2.408-.11-3.282-1.104-1.113-1.266-.702-2.485.359-3.811l.237-.28c.168-.191.388-.435.616-.685l1.18-1.287c1.696-1.92 2.329-3.331 1.947-4.693-.566-2.012-4.832-1.611-12.092 1.915a1.86 1.86 0 0 1-1.626-3.346Z";
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.521 4.286-.818.39a3.012 3.012 0 1 0 2.625 5.421c6.287-3.053 10.208-3.608 10.48-2.639.244.867-.202 1.922-1.702 3.62l-1.58 1.731-.218.245-.248.292c-1.532 1.914-1.8 3.665-.347 5.317 1.122 1.276 2.68 1.78 4.354 1.477l.214-.042c.553-.115.973-.267 1.723-.607l.417-.194a3.004 3.004 0 0 0 1.592 2.895 3.012 3.012 0 0 0 4.068-1.26c.15-.287.31-.65.454-1.048a7.55 7.55 0 0 0 .445-1.963c.14-1.727-.458-3.236-1.82-4.204l-.248-.168a5.476 5.476 0 0 0-2.446-.847l-.044-.004.08-.126c1.387-2.259 1.763-4.398 1.105-6.743C18.894-.264 12.459-.377 2.52 4.286Zm16.977 1.855c.791 2.818-.212 5.212-2.491 7.875l-.204.233.196-.071a5.972 5.972 0 0 1 1.167-.293l.241-.03c1.1-.116 2.15.133 3.087.8 1.064.757 1.44 1.914 1.338 3.173a6.434 6.434 0 0 1-.38 1.665 7.36 7.36 0 0 1-.39.902 1.86 1.86 0 0 1-3.363-1.581l.13-.274.08-.193.044-.118c.071-.197.123-.386.152-.548l.013-.106-.083-.02a.757.757 0 0 0-.112-.008l-.127.008c-.29.03-.627.14-1.192.39l-1.076.498-.455.2a5.183 5.183 0 0 1-1.213.364c-1.245.226-2.408-.11-3.282-1.104-1.113-1.266-.702-2.485.359-3.811l.237-.28.616-.685 1.18-1.287c1.696-1.92 2.329-3.331 1.947-4.693-.566-2.012-4.832-1.611-12.092 1.915a1.86 1.86 0 0 1-1.626-3.346l.811-.387c8.838-4.147 14.978-4.562 16.488.812Z";
39
+ };
40
+ readonly children: readonly [];
41
+ }];
42
+ };
43
+ export { drawWeight60 };
@@ -0,0 +1,3 @@
1
+ var c=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var o=Object.prototype.hasOwnProperty;var s=(l,e)=>{for(var a in e)c(l,a,{get:e[a],enumerable:!0})},u=(l,e,a,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of m(e))!o.call(l,t)&&t!==a&&c(l,t,{get:()=>e[t],enumerable:!(r=i(e,t))||r.enumerable});return l};var p=l=>u(c({},"__esModule",{value:!0}),l);var d={};s(d,{drawWeight60:()=>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":"drawWeight60"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
2
+ .mrl-picto-color-offset { fill: #4e4e4e; }
3
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"m2.2 5.716.81-.387c8.838-4.147 14.978-4.562 16.488.812.791 2.818-.212 5.212-2.491 7.875l-.204.233.196-.071a5.972 5.972 0 0 1 1.167-.293l.241-.03c1.1-.116 2.15.133 3.087.8 1.064.757 1.44 1.914 1.338 3.173a6.434 6.434 0 0 1-.38 1.665 7.36 7.36 0 0 1-.39.902 1.86 1.86 0 0 1-3.363-1.581l.13-.274a5.28 5.28 0 0 0 .124-.311c.071-.197.123-.386.152-.548l.013-.106-.083-.02a.757.757 0 0 0-.112-.008l-.127.008c-.355.037-.778.192-1.605.58l-.663.308c-.766.347-1.105.461-1.668.564-1.245.226-2.408-.11-3.282-1.104-1.113-1.266-.702-2.485.359-3.811l.237-.28c.168-.191.388-.435.616-.685l1.18-1.287c1.696-1.92 2.329-3.331 1.947-4.693-.566-2.012-4.832-1.611-12.092 1.915a1.86 1.86 0 0 1-1.626-3.346Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset",d:"m2.521 4.286-.818.39a3.012 3.012 0 1 0 2.625 5.421c6.287-3.053 10.208-3.608 10.48-2.639.244.867-.202 1.922-1.702 3.62l-1.58 1.731-.218.245-.248.292c-1.532 1.914-1.8 3.665-.347 5.317 1.122 1.276 2.68 1.78 4.354 1.477l.214-.042c.553-.115.973-.267 1.723-.607l.417-.194a3.004 3.004 0 0 0 1.592 2.895 3.012 3.012 0 0 0 4.068-1.26c.15-.287.31-.65.454-1.048a7.55 7.55 0 0 0 .445-1.963c.14-1.727-.458-3.236-1.82-4.204l-.248-.168a5.476 5.476 0 0 0-2.446-.847l-.044-.004.08-.126c1.387-2.259 1.763-4.398 1.105-6.743C18.894-.264 12.459-.377 2.52 4.286Zm16.977 1.855c.791 2.818-.212 5.212-2.491 7.875l-.204.233.196-.071a5.972 5.972 0 0 1 1.167-.293l.241-.03c1.1-.116 2.15.133 3.087.8 1.064.757 1.44 1.914 1.338 3.173a6.434 6.434 0 0 1-.38 1.665 7.36 7.36 0 0 1-.39.902 1.86 1.86 0 0 1-3.363-1.581l.13-.274.08-.193.044-.118c.071-.197.123-.386.152-.548l.013-.106-.083-.02a.757.757 0 0 0-.112-.008l-.127.008c-.29.03-.627.14-1.192.39l-1.076.498-.455.2a5.183 5.183 0 0 1-1.213.364c-1.245.226-2.408-.11-3.282-1.104-1.113-1.266-.702-2.485.359-3.811l.237-.28.616-.685 1.18-1.287c1.696-1.92 2.329-3.331 1.947-4.693-.566-2.012-4.832-1.611-12.092 1.915a1.86 1.86 0 0 1-1.626-3.346l.811-.387c8.838-4.147 14.978-4.562 16.488.812Z"},children:[]}]};
@@ -0,0 +1,43 @@
1
+ declare const drawWeight70: {
2
+ readonly name: "svg";
3
+ readonly type: "element";
4
+ readonly value: "";
5
+ readonly attributes: {
6
+ readonly xmlns: "http://www.w3.org/2000/svg";
7
+ readonly fill: "currentColor";
8
+ readonly viewBox: "0 0 24 24";
9
+ readonly "data-mrl-svg-name": "drawWeight70";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "style";
13
+ readonly type: "element";
14
+ readonly value: "";
15
+ readonly attributes: {};
16
+ readonly children: readonly [{
17
+ readonly name: "";
18
+ readonly type: "text";
19
+ readonly value: "\n .mrl-picto-color-offset { fill: #4e4e4e; }\n ";
20
+ readonly attributes: {};
21
+ readonly children: readonly [];
22
+ }];
23
+ }, {
24
+ readonly name: "path";
25
+ readonly type: "element";
26
+ readonly value: "";
27
+ readonly attributes: {
28
+ readonly fill: "currentColor";
29
+ 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";
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: "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";
39
+ };
40
+ readonly children: readonly [];
41
+ }];
42
+ };
43
+ export { drawWeight70 };
@@ -0,0 +1,3 @@
1
+ var c=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var m=(l,e)=>{for(var a in e)c(l,a,{get:e[a],enumerable:!0})},u=(l,e,a,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of o(e))!s.call(l,t)&&t!==a&&c(l,t,{get:()=>e[t],enumerable:!(r=i(e,t))||r.enumerable});return l};var p=l=>u(c({},"__esModule",{value:!0}),l);var d={};m(d,{drawWeight70:()=>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":"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:[]}]};
@@ -0,0 +1,43 @@
1
+ declare const drawWeight80: {
2
+ readonly name: "svg";
3
+ readonly type: "element";
4
+ readonly value: "";
5
+ readonly attributes: {
6
+ readonly xmlns: "http://www.w3.org/2000/svg";
7
+ readonly fill: "currentColor";
8
+ readonly viewBox: "0 0 24 24";
9
+ readonly "data-mrl-svg-name": "drawWeight80";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "style";
13
+ readonly type: "element";
14
+ readonly value: "";
15
+ readonly attributes: {};
16
+ readonly children: readonly [{
17
+ readonly name: "";
18
+ readonly type: "text";
19
+ readonly value: "\n .mrl-picto-color-offset { fill: #4e4e4e; }\n ";
20
+ readonly attributes: {};
21
+ readonly children: readonly [];
22
+ }];
23
+ }, {
24
+ readonly name: "path";
25
+ readonly type: "element";
26
+ readonly value: "";
27
+ readonly attributes: {
28
+ readonly fill: "currentColor";
29
+ 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";
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: "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";
39
+ };
40
+ readonly children: readonly [];
41
+ }];
42
+ };
43
+ export { drawWeight80 };
@@ -0,0 +1,3 @@
1
+ var c=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var m=(l,e)=>{for(var a in e)c(l,a,{get:e[a],enumerable:!0})},u=(l,e,a,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of o(e))!s.call(l,t)&&t!==a&&c(l,t,{get:()=>e[t],enumerable:!(r=i(e,t))||r.enumerable});return l};var p=l=>u(c({},"__esModule",{value:!0}),l);var d={};m(d,{drawWeight80:()=>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":"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:[]}]};
@@ -0,0 +1,43 @@
1
+ declare const drawWeight90: {
2
+ readonly name: "svg";
3
+ readonly type: "element";
4
+ readonly value: "";
5
+ readonly attributes: {
6
+ readonly xmlns: "http://www.w3.org/2000/svg";
7
+ readonly fill: "currentColor";
8
+ readonly viewBox: "0 0 24 24";
9
+ readonly "data-mrl-svg-name": "drawWeight90";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "style";
13
+ readonly type: "element";
14
+ readonly value: "";
15
+ readonly attributes: {};
16
+ readonly children: readonly [{
17
+ readonly name: "";
18
+ readonly type: "text";
19
+ readonly value: "\n .mrl-picto-color-offset { fill: #4e4e4e; }\n ";
20
+ readonly attributes: {};
21
+ readonly children: readonly [];
22
+ }];
23
+ }, {
24
+ readonly name: "path";
25
+ readonly type: "element";
26
+ readonly value: "";
27
+ readonly attributes: {
28
+ readonly fill: "currentColor";
29
+ 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";
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: "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";
39
+ };
40
+ readonly children: readonly [];
41
+ }];
42
+ };
43
+ export { drawWeight90 };
@@ -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,{drawWeight90:()=>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":"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:[]}]};
@@ -0,0 +1,26 @@
1
+ export { brandSymbol } from './brandSymbol';
2
+ export { brandWordmark } from './brandWordmark';
3
+ export { drawEraser } from './drawEraser';
4
+ export { drawStrokeFine } from './drawStrokeFine';
5
+ export { drawStrokeHighlighter } from './drawStrokeHighlighter';
6
+ export { drawStrokeMedium } from './drawStrokeMedium';
7
+ export { drawStrokeUltraFine } from './drawStrokeUltraFine';
8
+ export { drawWeight10 } from './drawWeight10';
9
+ export { drawWeight100 } from './drawWeight100';
10
+ export { drawWeight20 } from './drawWeight20';
11
+ export { drawWeight30 } from './drawWeight30';
12
+ export { drawWeight40 } from './drawWeight40';
13
+ export { drawWeight50 } from './drawWeight50';
14
+ export { drawWeight60 } from './drawWeight60';
15
+ export { drawWeight70 } from './drawWeight70';
16
+ export { drawWeight80 } from './drawWeight80';
17
+ export { drawWeight90 } from './drawWeight90';
18
+ export { logoGmail } from './logoGmail';
19
+ export { logoSlackColor } from './logoSlackColor';
20
+ export { stickyRectangle } from './stickyRectangle';
21
+ export { stickyRound } from './stickyRound';
22
+ export { stickyRounded } from './stickyRounded';
23
+ export { sticky } from './sticky';
24
+ export { voteAdd } from './voteAdd';
25
+ export { voteAnonymous } from './voteAnonymous';
26
+ export { voteRemove } from './voteRemove';
@@ -0,0 +1 @@
1
+ var m=Object.defineProperty;var M=Object.getOwnPropertyDescriptor;var U=Object.getOwnPropertyNames;var j=Object.prototype.hasOwnProperty;var q=(o,r)=>{for(var t in r)m(o,t,{get:r[t],enumerable:!0})},z=(o,r,t,f)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of U(r))!j.call(o,e)&&e!==t&&m(o,e,{get:()=>r[e],enumerable:!(f=M(r,e))||f.enumerable});return o};var B=o=>z(m({},"__esModule",{value:!0}),o);var D={};q(D,{brandSymbol:()=>p.brandSymbol,brandWordmark:()=>x.brandWordmark,drawEraser:()=>d.drawEraser,drawStrokeFine:()=>a.drawStrokeFine,drawStrokeHighlighter:()=>i.drawStrokeHighlighter,drawStrokeMedium:()=>g.drawStrokeMedium,drawStrokeUltraFine:()=>w.drawStrokeUltraFine,drawWeight10:()=>h.drawWeight10,drawWeight100:()=>W.drawWeight100,drawWeight20:()=>k.drawWeight20,drawWeight30:()=>l.drawWeight30,drawWeight40:()=>n.drawWeight40,drawWeight50:()=>c.drawWeight50,drawWeight60:()=>s.drawWeight60,drawWeight70:()=>y.drawWeight70,drawWeight80:()=>S.drawWeight80,drawWeight90:()=>u.drawWeight90,logoGmail:()=>v.logoGmail,logoSlackColor:()=>R.logoSlackColor,sticky:()=>C.sticky,stickyRectangle:()=>b.stickyRectangle,stickyRound:()=>A.stickyRound,stickyRounded:()=>F.stickyRounded,voteAdd:()=>E.voteAdd,voteAnonymous:()=>G.voteAnonymous,voteRemove:()=>H.voteRemove});module.exports=B(D);var p=require("./brandSymbol"),x=require("./brandWordmark"),d=require("./drawEraser"),a=require("./drawStrokeFine"),i=require("./drawStrokeHighlighter"),g=require("./drawStrokeMedium"),w=require("./drawStrokeUltraFine"),h=require("./drawWeight10"),W=require("./drawWeight100"),k=require("./drawWeight20"),l=require("./drawWeight30"),n=require("./drawWeight40"),c=require("./drawWeight50"),s=require("./drawWeight60"),y=require("./drawWeight70"),S=require("./drawWeight80"),u=require("./drawWeight90"),v=require("./logoGmail"),R=require("./logoSlackColor"),b=require("./stickyRectangle"),A=require("./stickyRound"),F=require("./stickyRounded"),C=require("./sticky"),E=require("./voteAdd"),G=require("./voteAnonymous"),H=require("./voteRemove");
@@ -0,0 +1,151 @@
1
+ declare const logoGmail: {
2
+ readonly name: "svg";
3
+ readonly type: "element";
4
+ readonly value: "";
5
+ readonly attributes: {
6
+ readonly viewBox: "0 0 256 194";
7
+ readonly xmlns: "http://www.w3.org/2000/svg";
8
+ readonly preserveAspectRatio: "xMidYMid";
9
+ readonly "data-mrl-svg-name": "logoGmail";
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-gmail-gradient { stop-color: #000000; }\n .mrl-picto-gmail-indicator { stroke: currentColor; }\n .mrl-picto-gmail-brand-color-1 { fill: #e3e3e3; }\n .mrl-picto-gmail-brand-color-2 { fill: #231f20; }\n .mrl-picto-gmail-brand-color-3 { fill: #d54b3d; }\n .mrl-picto-gmail-brand-color-4 { fill: #d72b27; }\n ";
20
+ readonly attributes: {};
21
+ readonly children: readonly [];
22
+ }];
23
+ }, {
24
+ readonly name: "defs";
25
+ readonly type: "element";
26
+ readonly value: "";
27
+ readonly attributes: {};
28
+ readonly children: readonly [{
29
+ readonly name: "linearGradient";
30
+ readonly type: "element";
31
+ readonly value: "";
32
+ readonly attributes: {
33
+ readonly id: "mrl-picto-gmail-gradient";
34
+ readonly x1: "0.00388991071%";
35
+ readonly y1: "49.997619%";
36
+ readonly x2: "100.032232%";
37
+ readonly y2: "49.997619%";
38
+ };
39
+ readonly children: readonly [{
40
+ readonly name: "stop";
41
+ readonly type: "element";
42
+ readonly value: "";
43
+ readonly attributes: {
44
+ readonly class: "mrl-picto-gmail-gradient";
45
+ readonly "stop-opacity": "0.1";
46
+ readonly offset: "0%";
47
+ };
48
+ readonly children: readonly [];
49
+ }, {
50
+ readonly name: "stop";
51
+ readonly type: "element";
52
+ readonly value: "";
53
+ readonly attributes: {
54
+ readonly class: "mrl-picto-gmail-gradient";
55
+ readonly "stop-opacity": "0.2";
56
+ readonly offset: "100%";
57
+ };
58
+ readonly children: readonly [];
59
+ }];
60
+ }];
61
+ }, {
62
+ readonly name: "g";
63
+ readonly type: "element";
64
+ readonly value: "";
65
+ readonly attributes: {};
66
+ readonly children: readonly [{
67
+ readonly name: "path";
68
+ readonly type: "element";
69
+ readonly value: "";
70
+ readonly attributes: {
71
+ readonly d: "M238.833923,193.595007 L16.1542195,193.595007 C7.51970044,193.595007 0.248526454,186.551057 0.248526454,177.689314 L0.248526454,16.8145898 C0.248526454,8.18007073 7.29247625,0.908896748 16.1542195,0.908896748 L238.833923,0.908896748 C247.468442,0.908896748 254.739616,7.95284654 254.739616,16.8145898 L254.739616,177.689314 C254.739616,186.551057 247.695666,193.595007 238.833923,193.595007 L238.833923,193.595007 Z";
72
+ readonly class: "mrl-picto-gmail-brand-color-1";
73
+ };
74
+ readonly children: readonly [];
75
+ }, {
76
+ readonly name: "path";
77
+ readonly type: "element";
78
+ readonly value: "";
79
+ readonly attributes: {
80
+ readonly d: "M32.0599126,193.595007 L127.266847,117.020456 L127.94852,112.930421 L29.7876708,42.2636988 L29.5604466,190.186644 L32.0599126,193.595007 Z";
81
+ readonly opacity: "0.1";
82
+ readonly class: "mrl-picto-gmail-brand-color-2";
83
+ };
84
+ readonly children: readonly [];
85
+ }, {
86
+ readonly name: "path";
87
+ readonly type: "element";
88
+ readonly value: "";
89
+ readonly attributes: {
90
+ readonly d: "M16.1542195,193.595007 C7.29247625,193.595007 0.248526454,186.551057 0.248526454,177.689314 L0.248526454,16.5873656 C0.248526454,7.72562236 7.29247625,6.13505305 16.1542195,6.13505305 C25.0159628,6.13505305 32.0599126,7.95284654 32.0599126,16.5873656 L32.0599126,193.595007 L16.1542195,193.595007 L16.1542195,193.595007 Z";
91
+ readonly class: "mrl-picto-gmail-brand-color-3";
92
+ };
93
+ readonly children: readonly [];
94
+ }, {
95
+ readonly name: "path";
96
+ readonly type: "element";
97
+ readonly value: "";
98
+ readonly attributes: {
99
+ readonly d: "M16.1542195,8.40729492 C27.5154289,8.40729492 29.7876708,11.8156577 29.7876708,16.5873656 L29.7876708,191.322765 L16.1542195,191.322765 C8.65582137,191.322765 2.52076832,185.187712 2.52076832,177.689314 L2.52076832,16.5873656 C2.52076832,11.5884335 4.79301019,8.40729492 16.1542195,8.40729492 L16.1542195,8.40729492 Z M16.1542195,6.13505305 C7.29247625,6.13505305 0.248526454,7.95284654 0.248526454,16.5873656 L0.248526454,177.689314 C0.248526454,186.551057 7.29247625,193.595007 16.1542195,193.595007 L32.0599126,193.595007 L32.0599126,16.5873656 C32.0599126,7.72562236 25.0159628,6.13505305 16.1542195,6.13505305 L16.1542195,6.13505305 L16.1542195,6.13505305 Z";
100
+ readonly class: "mrl-picto-gmail-brand-color-4";
101
+ };
102
+ readonly children: readonly [];
103
+ }, {
104
+ readonly name: "path";
105
+ readonly type: "element";
106
+ readonly value: "";
107
+ readonly attributes: {
108
+ readonly d: "M238.833923,193.595007 L222.92823,193.595007 L222.92823,16.1329173 C222.92823,7.27117398 229.972179,6.13505305 238.833923,6.13505305 C247.695666,6.13505305 254.739616,7.27117398 254.739616,16.1329173 L254.739616,177.916538 C254.739616,186.551057 247.695666,193.595007 238.833923,193.595007 L238.833923,193.595007 Z";
109
+ readonly class: "mrl-picto-gmail-brand-color-3";
110
+ };
111
+ readonly children: readonly [];
112
+ }, {
113
+ readonly name: "path";
114
+ readonly type: "element";
115
+ readonly value: "";
116
+ readonly attributes: {
117
+ readonly d: "M238.833923,8.40729492 C249.059011,8.40729492 252.467374,10.4523126 252.467374,16.1329173 L252.467374,177.916538 C252.467374,185.414937 246.332321,191.54999 238.833923,191.54999 L225.200472,191.54999 L225.200472,16.1329173 C225.200472,10.2250884 228.608834,8.40729492 238.833923,8.40729492 L238.833923,8.40729492 Z M238.833923,6.13505305 C229.972179,6.13505305 222.92823,7.27117398 222.92823,16.1329173 L222.92823,193.822231 L238.833923,193.822231 C247.695666,193.822231 254.739616,186.778282 254.739616,177.916538 L254.739616,16.1329173 C254.739616,7.27117398 247.695666,6.13505305 238.833923,6.13505305 L238.833923,6.13505305 L238.833923,6.13505305 Z";
118
+ readonly class: "mrl-picto-gmail-brand-color-4";
119
+ };
120
+ readonly children: readonly [];
121
+ }, {
122
+ readonly name: "path";
123
+ readonly type: "element";
124
+ readonly value: "";
125
+ readonly attributes: {
126
+ readonly d: "M170.666667,193.595007 L1.57979906,23.1947544 L10.4736149,26.8124541 L128.175744,111.567076 L254.73962,18.7604631 L254.739616,177.916538 C254.739616,186.551057 247.695666,193.595007 238.833923,193.595007 L170.666667,193.595007 Z";
127
+ readonly fill: "url(#mrl-picto-gmail-gradient)";
128
+ };
129
+ readonly children: readonly [];
130
+ }, {
131
+ readonly name: "path";
132
+ readonly type: "element";
133
+ readonly value: "";
134
+ readonly attributes: {
135
+ readonly d: "M127.266847,117.020456 L7.06525206,29.7663685 C0.0213022675,24.5402122 -2.02371542,14.542348 3.20244088,7.49839817 C8.42859718,0.454448374 18.6536856,-1.13612093 25.9248596,4.09003537 L127.494071,77.9378961 L229.744955,3.18113862 C236.788905,-2.04501768 246.786769,-0.454448374 252.012926,6.81672561 C257.239082,13.8606754 255.648513,23.8585396 248.377339,29.0846959 L127.266847,117.020456 L127.266847,117.020456 Z";
136
+ readonly class: "mrl-picto-gmail-brand-color-3";
137
+ };
138
+ readonly children: readonly [];
139
+ }, {
140
+ readonly name: "path";
141
+ readonly type: "element";
142
+ readonly value: "";
143
+ readonly attributes: {
144
+ readonly d: "M238.833923,2.27224187 L238.833923,2.27224187 C243.151182,2.27224187 247.241218,4.31725955 249.967908,7.95284654 C254.285167,14.0878996 252.921822,22.4951945 247.013993,27.0396782 L127.266847,114.293766 L8.42859718,27.948575 C2.29354414,23.4040913 0.702974828,14.7695722 5.02023438,8.86174329 C7.51970044,5.45338049 11.83696,3.18113862 16.3814437,3.18113862 C19.3353582,3.18113862 22.2892726,4.09003537 24.5615145,5.90782886 L125.903502,79.5284654 L127.266847,80.4373622 L128.630192,79.5284654 L230.653852,4.77170793 C233.153318,3.18113862 235.880008,2.27224187 238.833923,2.27224187 L238.833923,2.27224187 Z M238.833923,0 C235.652784,0 232.244421,0.908896748 229.517731,2.95391443 L127.266847,77.7106719 L25.6976354,3.86281118 C22.9709451,1.8177935 19.5625823,0.908896748 16.1542195,0.908896748 C11.1552874,0.908896748 6.15635532,3.18113862 2.9752167,7.49839817 C-2.02371542,14.542348 0.0213022675,24.5402122 7.06525206,29.7663685 L127.266847,117.24768 L248.150114,29.0846959 C255.194064,23.8585396 256.784634,14.0878996 251.785701,6.81672561 C248.604563,2.27224187 243.832855,0 238.833923,0 L238.833923,0 L238.833923,0 Z";
145
+ readonly class: "mrl-picto-gmail-brand-color-4";
146
+ };
147
+ readonly children: readonly [];
148
+ }];
149
+ }];
150
+ };
151
+ export { logoGmail };
@@ -0,0 +1,8 @@
1
+ var r=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var c=Object.prototype.hasOwnProperty;var L=(t,e)=>{for(var a in e)r(t,a,{get:e[a],enumerable:!0})},p=(t,e,a,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of o(e))!c.call(t,l)&&l!==a&&r(t,l,{get:()=>e[l],enumerable:!(i=m(e,l))||i.enumerable});return t};var s=t=>p(r({},"__esModule",{value:!0}),t);var d={};L(d,{logoGmail:()=>n});module.exports=s(d);const n={name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 256 194",xmlns:"http://www.w3.org/2000/svg",preserveAspectRatio:"xMidYMid","data-mrl-svg-name":"logoGmail"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
2
+ .mrl-picto-gmail-gradient { stop-color: #000000; }
3
+ .mrl-picto-gmail-indicator { stroke: currentColor; }
4
+ .mrl-picto-gmail-brand-color-1 { fill: #e3e3e3; }
5
+ .mrl-picto-gmail-brand-color-2 { fill: #231f20; }
6
+ .mrl-picto-gmail-brand-color-3 { fill: #d54b3d; }
7
+ .mrl-picto-gmail-brand-color-4 { fill: #d72b27; }
8
+ `,attributes:{},children:[]}]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"linearGradient",type:"element",value:"",attributes:{id:"mrl-picto-gmail-gradient",x1:"0.00388991071%",y1:"49.997619%",x2:"100.032232%",y2:"49.997619%"},children:[{name:"stop",type:"element",value:"",attributes:{class:"mrl-picto-gmail-gradient","stop-opacity":"0.1",offset:"0%"},children:[]},{name:"stop",type:"element",value:"",attributes:{class:"mrl-picto-gmail-gradient","stop-opacity":"0.2",offset:"100%"},children:[]}]}]},{name:"g",type:"element",value:"",attributes:{},children:[{name:"path",type:"element",value:"",attributes:{d:"M238.833923,193.595007 L16.1542195,193.595007 C7.51970044,193.595007 0.248526454,186.551057 0.248526454,177.689314 L0.248526454,16.8145898 C0.248526454,8.18007073 7.29247625,0.908896748 16.1542195,0.908896748 L238.833923,0.908896748 C247.468442,0.908896748 254.739616,7.95284654 254.739616,16.8145898 L254.739616,177.689314 C254.739616,186.551057 247.695666,193.595007 238.833923,193.595007 L238.833923,193.595007 Z",class:"mrl-picto-gmail-brand-color-1"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M32.0599126,193.595007 L127.266847,117.020456 L127.94852,112.930421 L29.7876708,42.2636988 L29.5604466,190.186644 L32.0599126,193.595007 Z",opacity:"0.1",class:"mrl-picto-gmail-brand-color-2"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M16.1542195,193.595007 C7.29247625,193.595007 0.248526454,186.551057 0.248526454,177.689314 L0.248526454,16.5873656 C0.248526454,7.72562236 7.29247625,6.13505305 16.1542195,6.13505305 C25.0159628,6.13505305 32.0599126,7.95284654 32.0599126,16.5873656 L32.0599126,193.595007 L16.1542195,193.595007 L16.1542195,193.595007 Z",class:"mrl-picto-gmail-brand-color-3"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M16.1542195,8.40729492 C27.5154289,8.40729492 29.7876708,11.8156577 29.7876708,16.5873656 L29.7876708,191.322765 L16.1542195,191.322765 C8.65582137,191.322765 2.52076832,185.187712 2.52076832,177.689314 L2.52076832,16.5873656 C2.52076832,11.5884335 4.79301019,8.40729492 16.1542195,8.40729492 L16.1542195,8.40729492 Z M16.1542195,6.13505305 C7.29247625,6.13505305 0.248526454,7.95284654 0.248526454,16.5873656 L0.248526454,177.689314 C0.248526454,186.551057 7.29247625,193.595007 16.1542195,193.595007 L32.0599126,193.595007 L32.0599126,16.5873656 C32.0599126,7.72562236 25.0159628,6.13505305 16.1542195,6.13505305 L16.1542195,6.13505305 L16.1542195,6.13505305 Z",class:"mrl-picto-gmail-brand-color-4"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M238.833923,193.595007 L222.92823,193.595007 L222.92823,16.1329173 C222.92823,7.27117398 229.972179,6.13505305 238.833923,6.13505305 C247.695666,6.13505305 254.739616,7.27117398 254.739616,16.1329173 L254.739616,177.916538 C254.739616,186.551057 247.695666,193.595007 238.833923,193.595007 L238.833923,193.595007 Z",class:"mrl-picto-gmail-brand-color-3"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M238.833923,8.40729492 C249.059011,8.40729492 252.467374,10.4523126 252.467374,16.1329173 L252.467374,177.916538 C252.467374,185.414937 246.332321,191.54999 238.833923,191.54999 L225.200472,191.54999 L225.200472,16.1329173 C225.200472,10.2250884 228.608834,8.40729492 238.833923,8.40729492 L238.833923,8.40729492 Z M238.833923,6.13505305 C229.972179,6.13505305 222.92823,7.27117398 222.92823,16.1329173 L222.92823,193.822231 L238.833923,193.822231 C247.695666,193.822231 254.739616,186.778282 254.739616,177.916538 L254.739616,16.1329173 C254.739616,7.27117398 247.695666,6.13505305 238.833923,6.13505305 L238.833923,6.13505305 L238.833923,6.13505305 Z",class:"mrl-picto-gmail-brand-color-4"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M170.666667,193.595007 L1.57979906,23.1947544 L10.4736149,26.8124541 L128.175744,111.567076 L254.73962,18.7604631 L254.739616,177.916538 C254.739616,186.551057 247.695666,193.595007 238.833923,193.595007 L170.666667,193.595007 Z",fill:"url(#mrl-picto-gmail-gradient)"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M127.266847,117.020456 L7.06525206,29.7663685 C0.0213022675,24.5402122 -2.02371542,14.542348 3.20244088,7.49839817 C8.42859718,0.454448374 18.6536856,-1.13612093 25.9248596,4.09003537 L127.494071,77.9378961 L229.744955,3.18113862 C236.788905,-2.04501768 246.786769,-0.454448374 252.012926,6.81672561 C257.239082,13.8606754 255.648513,23.8585396 248.377339,29.0846959 L127.266847,117.020456 L127.266847,117.020456 Z",class:"mrl-picto-gmail-brand-color-3"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M238.833923,2.27224187 L238.833923,2.27224187 C243.151182,2.27224187 247.241218,4.31725955 249.967908,7.95284654 C254.285167,14.0878996 252.921822,22.4951945 247.013993,27.0396782 L127.266847,114.293766 L8.42859718,27.948575 C2.29354414,23.4040913 0.702974828,14.7695722 5.02023438,8.86174329 C7.51970044,5.45338049 11.83696,3.18113862 16.3814437,3.18113862 C19.3353582,3.18113862 22.2892726,4.09003537 24.5615145,5.90782886 L125.903502,79.5284654 L127.266847,80.4373622 L128.630192,79.5284654 L230.653852,4.77170793 C233.153318,3.18113862 235.880008,2.27224187 238.833923,2.27224187 L238.833923,2.27224187 Z M238.833923,0 C235.652784,0 232.244421,0.908896748 229.517731,2.95391443 L127.266847,77.7106719 L25.6976354,3.86281118 C22.9709451,1.8177935 19.5625823,0.908896748 16.1542195,0.908896748 C11.1552874,0.908896748 6.15635532,3.18113862 2.9752167,7.49839817 C-2.02371542,14.542348 0.0213022675,24.5402122 7.06525206,29.7663685 L127.266847,117.24768 L248.150114,29.0846959 C255.194064,23.8585396 256.784634,14.0878996 251.785701,6.81672561 C248.604563,2.27224187 243.832855,0 238.833923,0 L238.833923,0 L238.833923,0 Z",class:"mrl-picto-gmail-brand-color-4"},children:[]}]}]};