@muraldevkit/ds-pictograms 1.3.2-dev-Fg42.1 → 2.0.0-dev-hVQi.1

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 (877) hide show
  1. package/dist/availableSvgs/index.js +20 -20
  2. package/dist/cjs/brandSymbol.d.ts +80 -213
  3. package/dist/cjs/brandSymbol.js +1 -1
  4. package/dist/cjs/brandWordmark.d.ts +83 -178
  5. package/dist/cjs/brandWordmark.js +1 -1
  6. package/dist/cjs/checkboxCustom.d.ts +37 -39
  7. package/dist/cjs/checkboxCustom.js +2 -2
  8. package/dist/cjs/colorBorder.d.ts +48 -50
  9. package/dist/cjs/colorBorder.js +2 -2
  10. package/dist/cjs/colorBorderMixed.d.ts +48 -50
  11. package/dist/cjs/colorBorderMixed.js +1 -1
  12. package/dist/cjs/colorBorderNone.d.ts +25 -27
  13. package/dist/cjs/colorBorderNone.js +1 -1
  14. package/dist/cjs/colorFill.d.ts +37 -39
  15. package/dist/cjs/colorFill.js +2 -2
  16. package/dist/cjs/colorFillMixed.d.ts +42 -44
  17. package/dist/cjs/colorFillMixed.js +1 -1
  18. package/dist/cjs/colorFillNone.d.ts +25 -27
  19. package/dist/cjs/colorFillNone.js +1 -1
  20. package/dist/cjs/colorPicker.d.ts +37 -39
  21. package/dist/cjs/colorPicker.js +2 -2
  22. package/dist/cjs/colorTransparent.d.ts +47 -49
  23. package/dist/cjs/colorTransparent.js +2 -2
  24. package/dist/cjs/customColors.d.ts +114 -116
  25. package/dist/cjs/customColors.js +1 -1
  26. package/dist/cjs/drawEraser.d.ts +42 -64
  27. package/dist/cjs/drawEraser.js +2 -2
  28. package/dist/cjs/drawStrokeFine.d.ts +41 -63
  29. package/dist/cjs/drawStrokeFine.js +2 -2
  30. package/dist/cjs/drawStrokeHighlighter.d.ts +41 -63
  31. package/dist/cjs/drawStrokeHighlighter.js +2 -2
  32. package/dist/cjs/drawStrokeMedium.d.ts +41 -63
  33. package/dist/cjs/drawStrokeMedium.js +2 -2
  34. package/dist/cjs/drawStrokeUltraFine.d.ts +41 -63
  35. package/dist/cjs/drawStrokeUltraFine.js +2 -2
  36. package/dist/cjs/drawWeight10.d.ts +39 -83
  37. package/dist/cjs/drawWeight10.js +2 -4
  38. package/dist/cjs/drawWeight100.d.ts +31 -75
  39. package/dist/cjs/drawWeight100.js +2 -4
  40. package/dist/cjs/drawWeight20.d.ts +32 -107
  41. package/dist/cjs/drawWeight20.js +2 -4
  42. package/dist/cjs/drawWeight30.d.ts +31 -75
  43. package/dist/cjs/drawWeight30.js +2 -4
  44. package/dist/cjs/drawWeight40.d.ts +31 -75
  45. package/dist/cjs/drawWeight40.js +2 -4
  46. package/dist/cjs/drawWeight50.d.ts +31 -75
  47. package/dist/cjs/drawWeight50.js +2 -4
  48. package/dist/cjs/drawWeight60.d.ts +31 -75
  49. package/dist/cjs/drawWeight60.js +2 -4
  50. package/dist/cjs/drawWeight70.d.ts +31 -75
  51. package/dist/cjs/drawWeight70.js +2 -4
  52. package/dist/cjs/drawWeight80.d.ts +31 -75
  53. package/dist/cjs/drawWeight80.js +2 -4
  54. package/dist/cjs/drawWeight90.d.ts +31 -75
  55. package/dist/cjs/drawWeight90.js +2 -4
  56. package/dist/cjs/fileDoc.d.ts +175 -177
  57. package/dist/cjs/fileDoc.js +1 -1
  58. package/dist/cjs/fileGdoc.d.ts +58 -60
  59. package/dist/cjs/fileGdoc.js +1 -1
  60. package/dist/cjs/fileGeneric.d.ts +34 -36
  61. package/dist/cjs/fileGeneric.js +1 -1
  62. package/dist/cjs/fileGforms.d.ts +33 -35
  63. package/dist/cjs/fileGforms.js +1 -1
  64. package/dist/cjs/fileGmaps.d.ts +51 -53
  65. package/dist/cjs/fileGmaps.js +1 -1
  66. package/dist/cjs/fileGsheets.d.ts +33 -35
  67. package/dist/cjs/fileGsheets.js +1 -1
  68. package/dist/cjs/fileGslides.d.ts +33 -35
  69. package/dist/cjs/fileGslides.js +1 -1
  70. package/dist/cjs/fileLoom.d.ts +15 -17
  71. package/dist/cjs/fileLoom.js +1 -1
  72. package/dist/cjs/fileOnedrive.d.ts +58 -60
  73. package/dist/cjs/fileOnedrive.js +1 -1
  74. package/dist/cjs/filePdf.d.ts +34 -36
  75. package/dist/cjs/filePdf.js +1 -1
  76. package/dist/cjs/filePpt.d.ts +51 -53
  77. package/dist/cjs/filePpt.js +1 -1
  78. package/dist/cjs/fileSharepoint.d.ts +87 -89
  79. package/dist/cjs/fileSharepoint.js +1 -1
  80. package/dist/cjs/fileStream.d.ts +33 -35
  81. package/dist/cjs/fileStream.js +1 -1
  82. package/dist/cjs/fileTxt.d.ts +34 -36
  83. package/dist/cjs/fileTxt.js +1 -1
  84. package/dist/cjs/fileXls.d.ts +96 -98
  85. package/dist/cjs/fileXls.js +1 -1
  86. package/dist/cjs/fileZip.d.ts +34 -36
  87. package/dist/cjs/fileZip.js +1 -1
  88. package/dist/cjs/framesA4.d.ts +36 -38
  89. package/dist/cjs/framesA4.js +2 -2
  90. package/dist/cjs/framesCustom.d.ts +45 -47
  91. package/dist/cjs/framesCustom.js +2 -2
  92. package/dist/cjs/framesGrid.d.ts +45 -47
  93. package/dist/cjs/framesGrid.js +2 -2
  94. package/dist/cjs/framesLetter.d.ts +36 -38
  95. package/dist/cjs/framesLetter.js +2 -2
  96. package/dist/cjs/framesPhone.d.ts +36 -38
  97. package/dist/cjs/framesPhone.js +2 -2
  98. package/dist/cjs/framesPresentation.d.ts +36 -38
  99. package/dist/cjs/framesPresentation.js +2 -2
  100. package/dist/cjs/framesSquare.d.ts +36 -38
  101. package/dist/cjs/framesSquare.js +2 -2
  102. package/dist/cjs/framesTablet.d.ts +36 -38
  103. package/dist/cjs/framesTablet.js +2 -2
  104. package/dist/cjs/index.d.ts +19 -19
  105. package/dist/cjs/index.js +1 -1
  106. package/dist/cjs/logoGmail.d.ts +116 -268
  107. package/dist/cjs/logoGmail.js +2 -9
  108. package/dist/cjs/logoGoogle.d.ts +42 -44
  109. package/dist/cjs/logoGoogle.js +1 -1
  110. package/dist/cjs/logoMicrosoft.d.ts +42 -44
  111. package/dist/cjs/logoMicrosoft.js +1 -1
  112. package/dist/cjs/logoSlackColor.d.ts +207 -437
  113. package/dist/cjs/logoSlackColor.js +2 -12
  114. package/dist/cjs/logoVimeo.d.ts +17 -19
  115. package/dist/cjs/logoVimeo.js +1 -1
  116. package/dist/cjs/logoYoutube.d.ts +24 -26
  117. package/dist/cjs/logoYoutube.js +1 -1
  118. package/dist/cjs/sticky.d.ts +34 -82
  119. package/dist/cjs/sticky.js +2 -9
  120. package/dist/cjs/stickyRectangle.d.ts +36 -98
  121. package/dist/cjs/stickyRectangle.js +2 -9
  122. package/dist/cjs/stickyRound.d.ts +38 -99
  123. package/dist/cjs/stickyRound.js +2 -9
  124. package/dist/cjs/stickyRounded.d.ts +36 -98
  125. package/dist/cjs/stickyRounded.js +2 -9
  126. package/dist/cjs/voteAdd.d.ts +42 -102
  127. package/dist/cjs/voteAdd.js +2 -6
  128. package/dist/cjs/voteAnonymous.d.ts +48 -117
  129. package/dist/cjs/voteAnonymous.js +2 -6
  130. package/dist/cjs/voteRemove.d.ts +42 -102
  131. package/dist/cjs/voteRemove.js +2 -6
  132. package/dist/esm/brandSymbol.d.ts +80 -213
  133. package/dist/esm/brandSymbol.js +1 -1
  134. package/dist/esm/brandWordmark.d.ts +83 -178
  135. package/dist/esm/brandWordmark.js +1 -1
  136. package/dist/esm/checkboxCustom.d.ts +37 -39
  137. package/dist/esm/checkboxCustom.js +2 -2
  138. package/dist/esm/colorBorder.d.ts +48 -50
  139. package/dist/esm/colorBorder.js +2 -2
  140. package/dist/esm/colorBorderMixed.d.ts +48 -50
  141. package/dist/esm/colorBorderMixed.js +1 -1
  142. package/dist/esm/colorBorderNone.d.ts +25 -27
  143. package/dist/esm/colorBorderNone.js +1 -1
  144. package/dist/esm/colorFill.d.ts +37 -39
  145. package/dist/esm/colorFill.js +2 -2
  146. package/dist/esm/colorFillMixed.d.ts +42 -44
  147. package/dist/esm/colorFillMixed.js +1 -1
  148. package/dist/esm/colorFillNone.d.ts +25 -27
  149. package/dist/esm/colorFillNone.js +1 -1
  150. package/dist/esm/colorPicker.d.ts +37 -39
  151. package/dist/esm/colorPicker.js +2 -2
  152. package/dist/esm/colorTransparent.d.ts +47 -49
  153. package/dist/esm/colorTransparent.js +2 -2
  154. package/dist/esm/customColors.d.ts +114 -116
  155. package/dist/esm/customColors.js +1 -1
  156. package/dist/esm/drawEraser.d.ts +42 -64
  157. package/dist/esm/drawEraser.js +2 -2
  158. package/dist/esm/drawStrokeFine.d.ts +41 -63
  159. package/dist/esm/drawStrokeFine.js +2 -2
  160. package/dist/esm/drawStrokeHighlighter.d.ts +41 -63
  161. package/dist/esm/drawStrokeHighlighter.js +2 -2
  162. package/dist/esm/drawStrokeMedium.d.ts +41 -63
  163. package/dist/esm/drawStrokeMedium.js +2 -2
  164. package/dist/esm/drawStrokeUltraFine.d.ts +41 -63
  165. package/dist/esm/drawStrokeUltraFine.js +2 -2
  166. package/dist/esm/drawWeight10.d.ts +39 -83
  167. package/dist/esm/drawWeight10.js +2 -4
  168. package/dist/esm/drawWeight100.d.ts +31 -75
  169. package/dist/esm/drawWeight100.js +2 -4
  170. package/dist/esm/drawWeight20.d.ts +32 -107
  171. package/dist/esm/drawWeight20.js +2 -4
  172. package/dist/esm/drawWeight30.d.ts +31 -75
  173. package/dist/esm/drawWeight30.js +2 -4
  174. package/dist/esm/drawWeight40.d.ts +31 -75
  175. package/dist/esm/drawWeight40.js +2 -4
  176. package/dist/esm/drawWeight50.d.ts +31 -75
  177. package/dist/esm/drawWeight50.js +2 -4
  178. package/dist/esm/drawWeight60.d.ts +31 -75
  179. package/dist/esm/drawWeight60.js +2 -4
  180. package/dist/esm/drawWeight70.d.ts +31 -75
  181. package/dist/esm/drawWeight70.js +2 -4
  182. package/dist/esm/drawWeight80.d.ts +31 -75
  183. package/dist/esm/drawWeight80.js +2 -4
  184. package/dist/esm/drawWeight90.d.ts +31 -75
  185. package/dist/esm/drawWeight90.js +2 -4
  186. package/dist/esm/fileDoc.d.ts +175 -177
  187. package/dist/esm/fileDoc.js +1 -1
  188. package/dist/esm/fileGdoc.d.ts +58 -60
  189. package/dist/esm/fileGdoc.js +1 -1
  190. package/dist/esm/fileGeneric.d.ts +34 -36
  191. package/dist/esm/fileGeneric.js +1 -1
  192. package/dist/esm/fileGforms.d.ts +33 -35
  193. package/dist/esm/fileGforms.js +1 -1
  194. package/dist/esm/fileGmaps.d.ts +51 -53
  195. package/dist/esm/fileGmaps.js +1 -1
  196. package/dist/esm/fileGsheets.d.ts +33 -35
  197. package/dist/esm/fileGsheets.js +1 -1
  198. package/dist/esm/fileGslides.d.ts +33 -35
  199. package/dist/esm/fileGslides.js +1 -1
  200. package/dist/esm/fileLoom.d.ts +15 -17
  201. package/dist/esm/fileLoom.js +1 -1
  202. package/dist/esm/fileOnedrive.d.ts +58 -60
  203. package/dist/esm/fileOnedrive.js +1 -1
  204. package/dist/esm/filePdf.d.ts +34 -36
  205. package/dist/esm/filePdf.js +1 -1
  206. package/dist/esm/filePpt.d.ts +51 -53
  207. package/dist/esm/filePpt.js +1 -1
  208. package/dist/esm/fileSharepoint.d.ts +87 -89
  209. package/dist/esm/fileSharepoint.js +1 -1
  210. package/dist/esm/fileStream.d.ts +33 -35
  211. package/dist/esm/fileStream.js +1 -1
  212. package/dist/esm/fileTxt.d.ts +34 -36
  213. package/dist/esm/fileTxt.js +1 -1
  214. package/dist/esm/fileXls.d.ts +96 -98
  215. package/dist/esm/fileXls.js +1 -1
  216. package/dist/esm/fileZip.d.ts +34 -36
  217. package/dist/esm/fileZip.js +1 -1
  218. package/dist/esm/framesA4.d.ts +36 -38
  219. package/dist/esm/framesA4.js +2 -2
  220. package/dist/esm/framesCustom.d.ts +45 -47
  221. package/dist/esm/framesCustom.js +2 -2
  222. package/dist/esm/framesGrid.d.ts +45 -47
  223. package/dist/esm/framesGrid.js +2 -2
  224. package/dist/esm/framesLetter.d.ts +36 -38
  225. package/dist/esm/framesLetter.js +2 -2
  226. package/dist/esm/framesPhone.d.ts +36 -38
  227. package/dist/esm/framesPhone.js +2 -2
  228. package/dist/esm/framesPresentation.d.ts +36 -38
  229. package/dist/esm/framesPresentation.js +2 -2
  230. package/dist/esm/framesSquare.d.ts +36 -38
  231. package/dist/esm/framesSquare.js +2 -2
  232. package/dist/esm/framesTablet.d.ts +36 -38
  233. package/dist/esm/framesTablet.js +2 -2
  234. package/dist/esm/index.d.ts +19 -19
  235. package/dist/esm/index.js +60 -137
  236. package/dist/esm/logoGmail.d.ts +116 -268
  237. package/dist/esm/logoGmail.js +2 -9
  238. package/dist/esm/logoGoogle.d.ts +42 -44
  239. package/dist/esm/logoGoogle.js +1 -1
  240. package/dist/esm/logoMicrosoft.d.ts +42 -44
  241. package/dist/esm/logoMicrosoft.js +1 -1
  242. package/dist/esm/logoSlackColor.d.ts +207 -437
  243. package/dist/esm/logoSlackColor.js +2 -12
  244. package/dist/esm/logoVimeo.d.ts +17 -19
  245. package/dist/esm/logoVimeo.js +1 -1
  246. package/dist/esm/logoYoutube.d.ts +24 -26
  247. package/dist/esm/logoYoutube.js +1 -1
  248. package/dist/esm/sticky.d.ts +34 -82
  249. package/dist/esm/sticky.js +2 -9
  250. package/dist/esm/stickyRectangle.d.ts +36 -98
  251. package/dist/esm/stickyRectangle.js +2 -9
  252. package/dist/esm/stickyRound.d.ts +38 -99
  253. package/dist/esm/stickyRound.js +2 -9
  254. package/dist/esm/stickyRounded.d.ts +36 -98
  255. package/dist/esm/stickyRounded.js +2 -9
  256. package/dist/esm/voteAdd.d.ts +42 -102
  257. package/dist/esm/voteAdd.js +2 -6
  258. package/dist/esm/voteAnonymous.d.ts +48 -117
  259. package/dist/esm/voteAnonymous.js +2 -6
  260. package/dist/esm/voteRemove.d.ts +42 -102
  261. package/dist/esm/voteRemove.js +2 -6
  262. package/dist/types/brandSymbol.d.ts +80 -213
  263. package/dist/types/brandWordmark.d.ts +83 -178
  264. package/dist/types/checkboxCustom.d.ts +37 -39
  265. package/dist/types/colorBorder.d.ts +48 -50
  266. package/dist/types/colorBorderMixed.d.ts +48 -50
  267. package/dist/types/colorBorderNone.d.ts +25 -27
  268. package/dist/types/colorFill.d.ts +37 -39
  269. package/dist/types/colorFillMixed.d.ts +42 -44
  270. package/dist/types/colorFillNone.d.ts +25 -27
  271. package/dist/types/colorPicker.d.ts +37 -39
  272. package/dist/types/colorTransparent.d.ts +47 -49
  273. package/dist/types/customColors.d.ts +114 -116
  274. package/dist/types/drawEraser.d.ts +42 -64
  275. package/dist/types/drawStrokeFine.d.ts +41 -63
  276. package/dist/types/drawStrokeHighlighter.d.ts +41 -63
  277. package/dist/types/drawStrokeMedium.d.ts +41 -63
  278. package/dist/types/drawStrokeUltraFine.d.ts +41 -63
  279. package/dist/types/drawWeight10.d.ts +39 -83
  280. package/dist/types/drawWeight100.d.ts +31 -75
  281. package/dist/types/drawWeight20.d.ts +32 -107
  282. package/dist/types/drawWeight30.d.ts +31 -75
  283. package/dist/types/drawWeight40.d.ts +31 -75
  284. package/dist/types/drawWeight50.d.ts +31 -75
  285. package/dist/types/drawWeight60.d.ts +31 -75
  286. package/dist/types/drawWeight70.d.ts +31 -75
  287. package/dist/types/drawWeight80.d.ts +31 -75
  288. package/dist/types/drawWeight90.d.ts +31 -75
  289. package/dist/types/fileDoc.d.ts +175 -177
  290. package/dist/types/fileGdoc.d.ts +58 -60
  291. package/dist/types/fileGeneric.d.ts +34 -36
  292. package/dist/types/fileGforms.d.ts +33 -35
  293. package/dist/types/fileGmaps.d.ts +51 -53
  294. package/dist/types/fileGsheets.d.ts +33 -35
  295. package/dist/types/fileGslides.d.ts +33 -35
  296. package/dist/types/fileLoom.d.ts +15 -17
  297. package/dist/types/fileOnedrive.d.ts +58 -60
  298. package/dist/types/filePdf.d.ts +34 -36
  299. package/dist/types/filePpt.d.ts +51 -53
  300. package/dist/types/fileSharepoint.d.ts +87 -89
  301. package/dist/types/fileStream.d.ts +33 -35
  302. package/dist/types/fileTxt.d.ts +34 -36
  303. package/dist/types/fileXls.d.ts +96 -98
  304. package/dist/types/fileZip.d.ts +34 -36
  305. package/dist/types/framesA4.d.ts +36 -38
  306. package/dist/types/framesCustom.d.ts +45 -47
  307. package/dist/types/framesGrid.d.ts +45 -47
  308. package/dist/types/framesLetter.d.ts +36 -38
  309. package/dist/types/framesPhone.d.ts +36 -38
  310. package/dist/types/framesPresentation.d.ts +36 -38
  311. package/dist/types/framesSquare.d.ts +36 -38
  312. package/dist/types/framesTablet.d.ts +36 -38
  313. package/dist/types/index.d.ts +19 -19
  314. package/dist/types/logoGmail.d.ts +116 -268
  315. package/dist/types/logoGoogle.d.ts +42 -44
  316. package/dist/types/logoMicrosoft.d.ts +42 -44
  317. package/dist/types/logoSlackColor.d.ts +207 -437
  318. package/dist/types/logoVimeo.d.ts +17 -19
  319. package/dist/types/logoYoutube.d.ts +24 -26
  320. package/dist/types/sticky.d.ts +34 -82
  321. package/dist/types/stickyRectangle.d.ts +36 -98
  322. package/dist/types/stickyRound.d.ts +38 -99
  323. package/dist/types/stickyRounded.d.ts +36 -98
  324. package/dist/types/voteAdd.d.ts +42 -102
  325. package/dist/types/voteAnonymous.d.ts +48 -117
  326. package/dist/types/voteRemove.d.ts +42 -102
  327. package/package.json +1 -1
  328. package/dist/cjs/classic/brandSymbol.d.ts +0 -132
  329. package/dist/cjs/classic/brandSymbol.js +0 -1
  330. package/dist/cjs/classic/brandWordmark.d.ts +0 -94
  331. package/dist/cjs/classic/brandWordmark.js +0 -1
  332. package/dist/cjs/classic/drawEraser.d.ts +0 -21
  333. package/dist/cjs/classic/drawEraser.js +0 -1
  334. package/dist/cjs/classic/drawStrokeFine.d.ts +0 -21
  335. package/dist/cjs/classic/drawStrokeFine.js +0 -1
  336. package/dist/cjs/classic/drawStrokeHighlighter.d.ts +0 -21
  337. package/dist/cjs/classic/drawStrokeHighlighter.js +0 -1
  338. package/dist/cjs/classic/drawStrokeMedium.d.ts +0 -21
  339. package/dist/cjs/classic/drawStrokeMedium.js +0 -1
  340. package/dist/cjs/classic/drawStrokeUltraFine.d.ts +0 -21
  341. package/dist/cjs/classic/drawStrokeUltraFine.js +0 -1
  342. package/dist/cjs/classic/drawWeight10.d.ts +0 -43
  343. package/dist/cjs/classic/drawWeight10.js +0 -3
  344. package/dist/cjs/classic/drawWeight100.d.ts +0 -43
  345. package/dist/cjs/classic/drawWeight100.js +0 -3
  346. package/dist/cjs/classic/drawWeight20.d.ts +0 -74
  347. package/dist/cjs/classic/drawWeight20.js +0 -3
  348. package/dist/cjs/classic/drawWeight30.d.ts +0 -43
  349. package/dist/cjs/classic/drawWeight30.js +0 -3
  350. package/dist/cjs/classic/drawWeight40.d.ts +0 -43
  351. package/dist/cjs/classic/drawWeight40.js +0 -3
  352. package/dist/cjs/classic/drawWeight50.d.ts +0 -43
  353. package/dist/cjs/classic/drawWeight50.js +0 -3
  354. package/dist/cjs/classic/drawWeight60.d.ts +0 -43
  355. package/dist/cjs/classic/drawWeight60.js +0 -3
  356. package/dist/cjs/classic/drawWeight70.d.ts +0 -43
  357. package/dist/cjs/classic/drawWeight70.js +0 -3
  358. package/dist/cjs/classic/drawWeight80.d.ts +0 -43
  359. package/dist/cjs/classic/drawWeight80.js +0 -3
  360. package/dist/cjs/classic/drawWeight90.d.ts +0 -43
  361. package/dist/cjs/classic/drawWeight90.js +0 -3
  362. package/dist/cjs/classic/index.d.ts +0 -26
  363. package/dist/cjs/classic/index.js +0 -1
  364. package/dist/cjs/classic/logoGmail.d.ts +0 -151
  365. package/dist/cjs/classic/logoGmail.js +0 -8
  366. package/dist/cjs/classic/logoSlackColor.d.ts +0 -229
  367. package/dist/cjs/classic/logoSlackColor.js +0 -11
  368. package/dist/cjs/classic/sticky.d.ts +0 -47
  369. package/dist/cjs/classic/sticky.js +0 -8
  370. package/dist/cjs/classic/stickyRectangle.d.ts +0 -61
  371. package/dist/cjs/classic/stickyRectangle.js +0 -8
  372. package/dist/cjs/classic/stickyRound.d.ts +0 -60
  373. package/dist/cjs/classic/stickyRound.js +0 -8
  374. package/dist/cjs/classic/stickyRounded.d.ts +0 -61
  375. package/dist/cjs/classic/stickyRounded.js +0 -8
  376. package/dist/cjs/classic/voteAdd.d.ts +0 -59
  377. package/dist/cjs/classic/voteAdd.js +0 -5
  378. package/dist/cjs/classic/voteAnonymous.d.ts +0 -68
  379. package/dist/cjs/classic/voteAnonymous.js +0 -5
  380. package/dist/cjs/classic/voteRemove.d.ts +0 -59
  381. package/dist/cjs/classic/voteRemove.js +0 -5
  382. package/dist/cjs/default/brandSymbol.d.ts +0 -132
  383. package/dist/cjs/default/brandSymbol.js +0 -1
  384. package/dist/cjs/default/brandWordmark.d.ts +0 -94
  385. package/dist/cjs/default/brandWordmark.js +0 -1
  386. package/dist/cjs/default/checkboxCustom.d.ts +0 -46
  387. package/dist/cjs/default/checkboxCustom.js +0 -4
  388. package/dist/cjs/default/colorBorder.d.ts +0 -57
  389. package/dist/cjs/default/colorBorder.js +0 -3
  390. package/dist/cjs/default/colorBorderMixed.d.ts +0 -55
  391. package/dist/cjs/default/colorBorderMixed.js +0 -1
  392. package/dist/cjs/default/colorBorderNone.d.ts +0 -33
  393. package/dist/cjs/default/colorBorderNone.js +0 -1
  394. package/dist/cjs/default/colorFill.d.ts +0 -46
  395. package/dist/cjs/default/colorFill.js +0 -3
  396. package/dist/cjs/default/colorFillMixed.d.ts +0 -49
  397. package/dist/cjs/default/colorFillMixed.js +0 -1
  398. package/dist/cjs/default/colorFillNone.d.ts +0 -33
  399. package/dist/cjs/default/colorFillNone.js +0 -1
  400. package/dist/cjs/default/colorPicker.d.ts +0 -46
  401. package/dist/cjs/default/colorPicker.js +0 -3
  402. package/dist/cjs/default/colorTransparent.d.ts +0 -56
  403. package/dist/cjs/default/colorTransparent.js +0 -11
  404. package/dist/cjs/default/customColors.d.ts +0 -121
  405. package/dist/cjs/default/customColors.js +0 -1
  406. package/dist/cjs/default/drawEraser.d.ts +0 -54
  407. package/dist/cjs/default/drawEraser.js +0 -5
  408. package/dist/cjs/default/drawStrokeFine.d.ts +0 -53
  409. package/dist/cjs/default/drawStrokeFine.js +0 -4
  410. package/dist/cjs/default/drawStrokeHighlighter.d.ts +0 -53
  411. package/dist/cjs/default/drawStrokeHighlighter.js +0 -4
  412. package/dist/cjs/default/drawStrokeMedium.d.ts +0 -53
  413. package/dist/cjs/default/drawStrokeMedium.js +0 -4
  414. package/dist/cjs/default/drawStrokeUltraFine.d.ts +0 -53
  415. package/dist/cjs/default/drawStrokeUltraFine.js +0 -4
  416. package/dist/cjs/default/drawWeight10.d.ts +0 -52
  417. package/dist/cjs/default/drawWeight10.js +0 -3
  418. package/dist/cjs/default/drawWeight100.d.ts +0 -44
  419. package/dist/cjs/default/drawWeight100.js +0 -3
  420. package/dist/cjs/default/drawWeight20.d.ts +0 -44
  421. package/dist/cjs/default/drawWeight20.js +0 -3
  422. package/dist/cjs/default/drawWeight30.d.ts +0 -44
  423. package/dist/cjs/default/drawWeight30.js +0 -3
  424. package/dist/cjs/default/drawWeight40.d.ts +0 -44
  425. package/dist/cjs/default/drawWeight40.js +0 -3
  426. package/dist/cjs/default/drawWeight50.d.ts +0 -44
  427. package/dist/cjs/default/drawWeight50.js +0 -3
  428. package/dist/cjs/default/drawWeight60.d.ts +0 -44
  429. package/dist/cjs/default/drawWeight60.js +0 -3
  430. package/dist/cjs/default/drawWeight70.d.ts +0 -44
  431. package/dist/cjs/default/drawWeight70.js +0 -3
  432. package/dist/cjs/default/drawWeight80.d.ts +0 -44
  433. package/dist/cjs/default/drawWeight80.js +0 -3
  434. package/dist/cjs/default/drawWeight90.d.ts +0 -44
  435. package/dist/cjs/default/drawWeight90.js +0 -3
  436. package/dist/cjs/default/fileDoc.d.ts +0 -223
  437. package/dist/cjs/default/fileDoc.js +0 -1
  438. package/dist/cjs/default/fileGdoc.d.ts +0 -80
  439. package/dist/cjs/default/fileGdoc.js +0 -1
  440. package/dist/cjs/default/fileGeneric.d.ts +0 -41
  441. package/dist/cjs/default/fileGeneric.js +0 -1
  442. package/dist/cjs/default/fileGforms.d.ts +0 -40
  443. package/dist/cjs/default/fileGforms.js +0 -1
  444. package/dist/cjs/default/fileGmaps.d.ts +0 -58
  445. package/dist/cjs/default/fileGmaps.js +0 -1
  446. package/dist/cjs/default/fileGsheets.d.ts +0 -40
  447. package/dist/cjs/default/fileGsheets.js +0 -1
  448. package/dist/cjs/default/fileGslides.d.ts +0 -40
  449. package/dist/cjs/default/fileGslides.js +0 -1
  450. package/dist/cjs/default/fileLoom.d.ts +0 -22
  451. package/dist/cjs/default/fileLoom.js +0 -1
  452. package/dist/cjs/default/fileOnedrive.d.ts +0 -80
  453. package/dist/cjs/default/fileOnedrive.js +0 -1
  454. package/dist/cjs/default/filePdf.d.ts +0 -41
  455. package/dist/cjs/default/filePdf.js +0 -1
  456. package/dist/cjs/default/filePpt.d.ts +0 -58
  457. package/dist/cjs/default/filePpt.js +0 -1
  458. package/dist/cjs/default/fileSharepoint.d.ts +0 -128
  459. package/dist/cjs/default/fileSharepoint.js +0 -1
  460. package/dist/cjs/default/fileStream.d.ts +0 -40
  461. package/dist/cjs/default/fileStream.js +0 -1
  462. package/dist/cjs/default/fileTxt.d.ts +0 -41
  463. package/dist/cjs/default/fileTxt.js +0 -1
  464. package/dist/cjs/default/fileXls.d.ts +0 -103
  465. package/dist/cjs/default/fileXls.js +0 -1
  466. package/dist/cjs/default/fileZip.d.ts +0 -41
  467. package/dist/cjs/default/fileZip.js +0 -1
  468. package/dist/cjs/default/framesA4.d.ts +0 -45
  469. package/dist/cjs/default/framesA4.js +0 -3
  470. package/dist/cjs/default/framesCustom.d.ts +0 -54
  471. package/dist/cjs/default/framesCustom.js +0 -3
  472. package/dist/cjs/default/framesGrid.d.ts +0 -54
  473. package/dist/cjs/default/framesGrid.js +0 -3
  474. package/dist/cjs/default/framesLetter.d.ts +0 -45
  475. package/dist/cjs/default/framesLetter.js +0 -3
  476. package/dist/cjs/default/framesPhone.d.ts +0 -45
  477. package/dist/cjs/default/framesPhone.js +0 -3
  478. package/dist/cjs/default/framesPresentation.d.ts +0 -45
  479. package/dist/cjs/default/framesPresentation.js +0 -3
  480. package/dist/cjs/default/framesSquare.d.ts +0 -45
  481. package/dist/cjs/default/framesSquare.js +0 -3
  482. package/dist/cjs/default/framesTablet.d.ts +0 -45
  483. package/dist/cjs/default/framesTablet.js +0 -3
  484. package/dist/cjs/default/index.d.ts +0 -64
  485. package/dist/cjs/default/index.js +0 -1
  486. package/dist/cjs/default/logoGmail.d.ts +0 -151
  487. package/dist/cjs/default/logoGmail.js +0 -8
  488. package/dist/cjs/default/logoGoogle.d.ts +0 -49
  489. package/dist/cjs/default/logoGoogle.js +0 -1
  490. package/dist/cjs/default/logoMicrosoft.d.ts +0 -49
  491. package/dist/cjs/default/logoMicrosoft.js +0 -1
  492. package/dist/cjs/default/logoSlackColor.d.ts +0 -229
  493. package/dist/cjs/default/logoSlackColor.js +0 -11
  494. package/dist/cjs/default/logoVimeo.d.ts +0 -24
  495. package/dist/cjs/default/logoVimeo.js +0 -1
  496. package/dist/cjs/default/logoYoutube.d.ts +0 -31
  497. package/dist/cjs/default/logoYoutube.js +0 -1
  498. package/dist/cjs/default/sticky.d.ts +0 -47
  499. package/dist/cjs/default/sticky.js +0 -8
  500. package/dist/cjs/default/stickyRectangle.d.ts +0 -61
  501. package/dist/cjs/default/stickyRectangle.js +0 -8
  502. package/dist/cjs/default/stickyRound.d.ts +0 -60
  503. package/dist/cjs/default/stickyRound.js +0 -8
  504. package/dist/cjs/default/stickyRounded.d.ts +0 -61
  505. package/dist/cjs/default/stickyRounded.js +0 -8
  506. package/dist/cjs/default/voteAdd.d.ts +0 -59
  507. package/dist/cjs/default/voteAdd.js +0 -5
  508. package/dist/cjs/default/voteAnonymous.d.ts +0 -68
  509. package/dist/cjs/default/voteAnonymous.js +0 -5
  510. package/dist/cjs/default/voteRemove.d.ts +0 -59
  511. package/dist/cjs/default/voteRemove.js +0 -5
  512. package/dist/esm/classic/brandSymbol.d.ts +0 -132
  513. package/dist/esm/classic/brandSymbol.js +0 -1
  514. package/dist/esm/classic/brandWordmark.d.ts +0 -94
  515. package/dist/esm/classic/brandWordmark.js +0 -1
  516. package/dist/esm/classic/drawEraser.d.ts +0 -21
  517. package/dist/esm/classic/drawEraser.js +0 -1
  518. package/dist/esm/classic/drawStrokeFine.d.ts +0 -21
  519. package/dist/esm/classic/drawStrokeFine.js +0 -1
  520. package/dist/esm/classic/drawStrokeHighlighter.d.ts +0 -21
  521. package/dist/esm/classic/drawStrokeHighlighter.js +0 -1
  522. package/dist/esm/classic/drawStrokeMedium.d.ts +0 -21
  523. package/dist/esm/classic/drawStrokeMedium.js +0 -1
  524. package/dist/esm/classic/drawStrokeUltraFine.d.ts +0 -21
  525. package/dist/esm/classic/drawStrokeUltraFine.js +0 -1
  526. package/dist/esm/classic/drawWeight10.d.ts +0 -43
  527. package/dist/esm/classic/drawWeight10.js +0 -3
  528. package/dist/esm/classic/drawWeight100.d.ts +0 -43
  529. package/dist/esm/classic/drawWeight100.js +0 -3
  530. package/dist/esm/classic/drawWeight20.d.ts +0 -74
  531. package/dist/esm/classic/drawWeight20.js +0 -3
  532. package/dist/esm/classic/drawWeight30.d.ts +0 -43
  533. package/dist/esm/classic/drawWeight30.js +0 -3
  534. package/dist/esm/classic/drawWeight40.d.ts +0 -43
  535. package/dist/esm/classic/drawWeight40.js +0 -3
  536. package/dist/esm/classic/drawWeight50.d.ts +0 -43
  537. package/dist/esm/classic/drawWeight50.js +0 -3
  538. package/dist/esm/classic/drawWeight60.d.ts +0 -43
  539. package/dist/esm/classic/drawWeight60.js +0 -3
  540. package/dist/esm/classic/drawWeight70.d.ts +0 -43
  541. package/dist/esm/classic/drawWeight70.js +0 -3
  542. package/dist/esm/classic/drawWeight80.d.ts +0 -43
  543. package/dist/esm/classic/drawWeight80.js +0 -3
  544. package/dist/esm/classic/drawWeight90.d.ts +0 -43
  545. package/dist/esm/classic/drawWeight90.js +0 -3
  546. package/dist/esm/classic/index.d.ts +0 -26
  547. package/dist/esm/classic/index.js +0 -78
  548. package/dist/esm/classic/logoGmail.d.ts +0 -151
  549. package/dist/esm/classic/logoGmail.js +0 -8
  550. package/dist/esm/classic/logoSlackColor.d.ts +0 -229
  551. package/dist/esm/classic/logoSlackColor.js +0 -11
  552. package/dist/esm/classic/sticky.d.ts +0 -47
  553. package/dist/esm/classic/sticky.js +0 -8
  554. package/dist/esm/classic/stickyRectangle.d.ts +0 -61
  555. package/dist/esm/classic/stickyRectangle.js +0 -8
  556. package/dist/esm/classic/stickyRound.d.ts +0 -60
  557. package/dist/esm/classic/stickyRound.js +0 -8
  558. package/dist/esm/classic/stickyRounded.d.ts +0 -61
  559. package/dist/esm/classic/stickyRounded.js +0 -8
  560. package/dist/esm/classic/voteAdd.d.ts +0 -59
  561. package/dist/esm/classic/voteAdd.js +0 -5
  562. package/dist/esm/classic/voteAnonymous.d.ts +0 -68
  563. package/dist/esm/classic/voteAnonymous.js +0 -5
  564. package/dist/esm/classic/voteRemove.d.ts +0 -59
  565. package/dist/esm/classic/voteRemove.js +0 -5
  566. package/dist/esm/default/brandSymbol.d.ts +0 -132
  567. package/dist/esm/default/brandSymbol.js +0 -1
  568. package/dist/esm/default/brandWordmark.d.ts +0 -94
  569. package/dist/esm/default/brandWordmark.js +0 -1
  570. package/dist/esm/default/checkboxCustom.d.ts +0 -46
  571. package/dist/esm/default/checkboxCustom.js +0 -4
  572. package/dist/esm/default/colorBorder.d.ts +0 -57
  573. package/dist/esm/default/colorBorder.js +0 -3
  574. package/dist/esm/default/colorBorderMixed.d.ts +0 -55
  575. package/dist/esm/default/colorBorderMixed.js +0 -1
  576. package/dist/esm/default/colorBorderNone.d.ts +0 -33
  577. package/dist/esm/default/colorBorderNone.js +0 -1
  578. package/dist/esm/default/colorFill.d.ts +0 -46
  579. package/dist/esm/default/colorFill.js +0 -3
  580. package/dist/esm/default/colorFillMixed.d.ts +0 -49
  581. package/dist/esm/default/colorFillMixed.js +0 -1
  582. package/dist/esm/default/colorFillNone.d.ts +0 -33
  583. package/dist/esm/default/colorFillNone.js +0 -1
  584. package/dist/esm/default/colorPicker.d.ts +0 -46
  585. package/dist/esm/default/colorPicker.js +0 -3
  586. package/dist/esm/default/colorTransparent.d.ts +0 -56
  587. package/dist/esm/default/colorTransparent.js +0 -11
  588. package/dist/esm/default/customColors.d.ts +0 -121
  589. package/dist/esm/default/customColors.js +0 -1
  590. package/dist/esm/default/drawEraser.d.ts +0 -54
  591. package/dist/esm/default/drawEraser.js +0 -5
  592. package/dist/esm/default/drawStrokeFine.d.ts +0 -53
  593. package/dist/esm/default/drawStrokeFine.js +0 -4
  594. package/dist/esm/default/drawStrokeHighlighter.d.ts +0 -53
  595. package/dist/esm/default/drawStrokeHighlighter.js +0 -4
  596. package/dist/esm/default/drawStrokeMedium.d.ts +0 -53
  597. package/dist/esm/default/drawStrokeMedium.js +0 -4
  598. package/dist/esm/default/drawStrokeUltraFine.d.ts +0 -53
  599. package/dist/esm/default/drawStrokeUltraFine.js +0 -4
  600. package/dist/esm/default/drawWeight10.d.ts +0 -52
  601. package/dist/esm/default/drawWeight10.js +0 -3
  602. package/dist/esm/default/drawWeight100.d.ts +0 -44
  603. package/dist/esm/default/drawWeight100.js +0 -3
  604. package/dist/esm/default/drawWeight20.d.ts +0 -44
  605. package/dist/esm/default/drawWeight20.js +0 -3
  606. package/dist/esm/default/drawWeight30.d.ts +0 -44
  607. package/dist/esm/default/drawWeight30.js +0 -3
  608. package/dist/esm/default/drawWeight40.d.ts +0 -44
  609. package/dist/esm/default/drawWeight40.js +0 -3
  610. package/dist/esm/default/drawWeight50.d.ts +0 -44
  611. package/dist/esm/default/drawWeight50.js +0 -3
  612. package/dist/esm/default/drawWeight60.d.ts +0 -44
  613. package/dist/esm/default/drawWeight60.js +0 -3
  614. package/dist/esm/default/drawWeight70.d.ts +0 -44
  615. package/dist/esm/default/drawWeight70.js +0 -3
  616. package/dist/esm/default/drawWeight80.d.ts +0 -44
  617. package/dist/esm/default/drawWeight80.js +0 -3
  618. package/dist/esm/default/drawWeight90.d.ts +0 -44
  619. package/dist/esm/default/drawWeight90.js +0 -3
  620. package/dist/esm/default/fileDoc.d.ts +0 -223
  621. package/dist/esm/default/fileDoc.js +0 -1
  622. package/dist/esm/default/fileGdoc.d.ts +0 -80
  623. package/dist/esm/default/fileGdoc.js +0 -1
  624. package/dist/esm/default/fileGeneric.d.ts +0 -41
  625. package/dist/esm/default/fileGeneric.js +0 -1
  626. package/dist/esm/default/fileGforms.d.ts +0 -40
  627. package/dist/esm/default/fileGforms.js +0 -1
  628. package/dist/esm/default/fileGmaps.d.ts +0 -58
  629. package/dist/esm/default/fileGmaps.js +0 -1
  630. package/dist/esm/default/fileGsheets.d.ts +0 -40
  631. package/dist/esm/default/fileGsheets.js +0 -1
  632. package/dist/esm/default/fileGslides.d.ts +0 -40
  633. package/dist/esm/default/fileGslides.js +0 -1
  634. package/dist/esm/default/fileLoom.d.ts +0 -22
  635. package/dist/esm/default/fileLoom.js +0 -1
  636. package/dist/esm/default/fileOnedrive.d.ts +0 -80
  637. package/dist/esm/default/fileOnedrive.js +0 -1
  638. package/dist/esm/default/filePdf.d.ts +0 -41
  639. package/dist/esm/default/filePdf.js +0 -1
  640. package/dist/esm/default/filePpt.d.ts +0 -58
  641. package/dist/esm/default/filePpt.js +0 -1
  642. package/dist/esm/default/fileSharepoint.d.ts +0 -128
  643. package/dist/esm/default/fileSharepoint.js +0 -1
  644. package/dist/esm/default/fileStream.d.ts +0 -40
  645. package/dist/esm/default/fileStream.js +0 -1
  646. package/dist/esm/default/fileTxt.d.ts +0 -41
  647. package/dist/esm/default/fileTxt.js +0 -1
  648. package/dist/esm/default/fileXls.d.ts +0 -103
  649. package/dist/esm/default/fileXls.js +0 -1
  650. package/dist/esm/default/fileZip.d.ts +0 -41
  651. package/dist/esm/default/fileZip.js +0 -1
  652. package/dist/esm/default/framesA4.d.ts +0 -45
  653. package/dist/esm/default/framesA4.js +0 -3
  654. package/dist/esm/default/framesCustom.d.ts +0 -54
  655. package/dist/esm/default/framesCustom.js +0 -3
  656. package/dist/esm/default/framesGrid.d.ts +0 -54
  657. package/dist/esm/default/framesGrid.js +0 -3
  658. package/dist/esm/default/framesLetter.d.ts +0 -45
  659. package/dist/esm/default/framesLetter.js +0 -3
  660. package/dist/esm/default/framesPhone.d.ts +0 -45
  661. package/dist/esm/default/framesPhone.js +0 -3
  662. package/dist/esm/default/framesPresentation.d.ts +0 -45
  663. package/dist/esm/default/framesPresentation.js +0 -3
  664. package/dist/esm/default/framesSquare.d.ts +0 -45
  665. package/dist/esm/default/framesSquare.js +0 -3
  666. package/dist/esm/default/framesTablet.d.ts +0 -45
  667. package/dist/esm/default/framesTablet.js +0 -3
  668. package/dist/esm/default/index.d.ts +0 -64
  669. package/dist/esm/default/index.js +0 -129
  670. package/dist/esm/default/logoGmail.d.ts +0 -151
  671. package/dist/esm/default/logoGmail.js +0 -8
  672. package/dist/esm/default/logoGoogle.d.ts +0 -49
  673. package/dist/esm/default/logoGoogle.js +0 -1
  674. package/dist/esm/default/logoMicrosoft.d.ts +0 -49
  675. package/dist/esm/default/logoMicrosoft.js +0 -1
  676. package/dist/esm/default/logoSlackColor.d.ts +0 -229
  677. package/dist/esm/default/logoSlackColor.js +0 -11
  678. package/dist/esm/default/logoVimeo.d.ts +0 -24
  679. package/dist/esm/default/logoVimeo.js +0 -1
  680. package/dist/esm/default/logoYoutube.d.ts +0 -31
  681. package/dist/esm/default/logoYoutube.js +0 -1
  682. package/dist/esm/default/sticky.d.ts +0 -47
  683. package/dist/esm/default/sticky.js +0 -8
  684. package/dist/esm/default/stickyRectangle.d.ts +0 -61
  685. package/dist/esm/default/stickyRectangle.js +0 -8
  686. package/dist/esm/default/stickyRound.d.ts +0 -60
  687. package/dist/esm/default/stickyRound.js +0 -8
  688. package/dist/esm/default/stickyRounded.d.ts +0 -61
  689. package/dist/esm/default/stickyRounded.js +0 -8
  690. package/dist/esm/default/voteAdd.d.ts +0 -59
  691. package/dist/esm/default/voteAdd.js +0 -5
  692. package/dist/esm/default/voteAnonymous.d.ts +0 -68
  693. package/dist/esm/default/voteAnonymous.js +0 -5
  694. package/dist/esm/default/voteRemove.d.ts +0 -59
  695. package/dist/esm/default/voteRemove.js +0 -5
  696. package/dist/svg/classic/draw-eraser.svg +0 -3
  697. package/dist/svg/classic/draw-stroke-fine.svg +0 -3
  698. package/dist/svg/classic/draw-stroke-highlighter.svg +0 -3
  699. package/dist/svg/classic/draw-stroke-medium.svg +0 -3
  700. package/dist/svg/classic/draw-stroke-ultra-fine.svg +0 -3
  701. package/dist/svg/classic/draw-weight-10.svg +0 -7
  702. package/dist/svg/classic/draw-weight-100.svg +0 -7
  703. package/dist/svg/classic/draw-weight-20.svg +0 -14
  704. package/dist/svg/classic/draw-weight-30.svg +0 -7
  705. package/dist/svg/classic/draw-weight-40.svg +0 -7
  706. package/dist/svg/classic/draw-weight-50.svg +0 -7
  707. package/dist/svg/classic/draw-weight-60.svg +0 -7
  708. package/dist/svg/classic/draw-weight-70.svg +0 -7
  709. package/dist/svg/classic/draw-weight-80.svg +0 -7
  710. package/dist/svg/classic/draw-weight-90.svg +0 -7
  711. package/dist/svg/default/brand-symbol.svg +0 -21
  712. package/dist/svg/default/brand-wordmark.svg +0 -11
  713. package/dist/svg/default/logo-gmail.svg +0 -61
  714. package/dist/svg/default/logo-slack-color.svg +0 -120
  715. package/dist/svg/default/sticky-rectangle.svg +0 -22
  716. package/dist/svg/default/sticky-round.svg +0 -23
  717. package/dist/svg/default/sticky-rounded.svg +0 -22
  718. package/dist/svg/default/sticky.svg +0 -22
  719. package/dist/svg/default/vote-add.svg +0 -18
  720. package/dist/svg/default/vote-anonymous.svg +0 -18
  721. package/dist/svg/default/vote-remove.svg +0 -18
  722. package/dist/types/classic/brandSymbol.d.ts +0 -132
  723. package/dist/types/classic/brandWordmark.d.ts +0 -94
  724. package/dist/types/classic/drawEraser.d.ts +0 -21
  725. package/dist/types/classic/drawStrokeFine.d.ts +0 -21
  726. package/dist/types/classic/drawStrokeHighlighter.d.ts +0 -21
  727. package/dist/types/classic/drawStrokeMedium.d.ts +0 -21
  728. package/dist/types/classic/drawStrokeUltraFine.d.ts +0 -21
  729. package/dist/types/classic/drawWeight10.d.ts +0 -43
  730. package/dist/types/classic/drawWeight100.d.ts +0 -43
  731. package/dist/types/classic/drawWeight20.d.ts +0 -74
  732. package/dist/types/classic/drawWeight30.d.ts +0 -43
  733. package/dist/types/classic/drawWeight40.d.ts +0 -43
  734. package/dist/types/classic/drawWeight50.d.ts +0 -43
  735. package/dist/types/classic/drawWeight60.d.ts +0 -43
  736. package/dist/types/classic/drawWeight70.d.ts +0 -43
  737. package/dist/types/classic/drawWeight80.d.ts +0 -43
  738. package/dist/types/classic/drawWeight90.d.ts +0 -43
  739. package/dist/types/classic/index.d.ts +0 -26
  740. package/dist/types/classic/logoGmail.d.ts +0 -151
  741. package/dist/types/classic/logoSlackColor.d.ts +0 -229
  742. package/dist/types/classic/sticky.d.ts +0 -47
  743. package/dist/types/classic/stickyRectangle.d.ts +0 -61
  744. package/dist/types/classic/stickyRound.d.ts +0 -60
  745. package/dist/types/classic/stickyRounded.d.ts +0 -61
  746. package/dist/types/classic/voteAdd.d.ts +0 -59
  747. package/dist/types/classic/voteAnonymous.d.ts +0 -68
  748. package/dist/types/classic/voteRemove.d.ts +0 -59
  749. package/dist/types/default/brandSymbol.d.ts +0 -132
  750. package/dist/types/default/brandWordmark.d.ts +0 -94
  751. package/dist/types/default/checkboxCustom.d.ts +0 -46
  752. package/dist/types/default/colorBorder.d.ts +0 -57
  753. package/dist/types/default/colorBorderMixed.d.ts +0 -55
  754. package/dist/types/default/colorBorderNone.d.ts +0 -33
  755. package/dist/types/default/colorFill.d.ts +0 -46
  756. package/dist/types/default/colorFillMixed.d.ts +0 -49
  757. package/dist/types/default/colorFillNone.d.ts +0 -33
  758. package/dist/types/default/colorPicker.d.ts +0 -46
  759. package/dist/types/default/colorTransparent.d.ts +0 -56
  760. package/dist/types/default/customColors.d.ts +0 -121
  761. package/dist/types/default/drawEraser.d.ts +0 -54
  762. package/dist/types/default/drawStrokeFine.d.ts +0 -53
  763. package/dist/types/default/drawStrokeHighlighter.d.ts +0 -53
  764. package/dist/types/default/drawStrokeMedium.d.ts +0 -53
  765. package/dist/types/default/drawStrokeUltraFine.d.ts +0 -53
  766. package/dist/types/default/drawWeight10.d.ts +0 -52
  767. package/dist/types/default/drawWeight100.d.ts +0 -44
  768. package/dist/types/default/drawWeight20.d.ts +0 -44
  769. package/dist/types/default/drawWeight30.d.ts +0 -44
  770. package/dist/types/default/drawWeight40.d.ts +0 -44
  771. package/dist/types/default/drawWeight50.d.ts +0 -44
  772. package/dist/types/default/drawWeight60.d.ts +0 -44
  773. package/dist/types/default/drawWeight70.d.ts +0 -44
  774. package/dist/types/default/drawWeight80.d.ts +0 -44
  775. package/dist/types/default/drawWeight90.d.ts +0 -44
  776. package/dist/types/default/fileDoc.d.ts +0 -223
  777. package/dist/types/default/fileGdoc.d.ts +0 -80
  778. package/dist/types/default/fileGeneric.d.ts +0 -41
  779. package/dist/types/default/fileGforms.d.ts +0 -40
  780. package/dist/types/default/fileGmaps.d.ts +0 -58
  781. package/dist/types/default/fileGsheets.d.ts +0 -40
  782. package/dist/types/default/fileGslides.d.ts +0 -40
  783. package/dist/types/default/fileLoom.d.ts +0 -22
  784. package/dist/types/default/fileOnedrive.d.ts +0 -80
  785. package/dist/types/default/filePdf.d.ts +0 -41
  786. package/dist/types/default/filePpt.d.ts +0 -58
  787. package/dist/types/default/fileSharepoint.d.ts +0 -128
  788. package/dist/types/default/fileStream.d.ts +0 -40
  789. package/dist/types/default/fileTxt.d.ts +0 -41
  790. package/dist/types/default/fileXls.d.ts +0 -103
  791. package/dist/types/default/fileZip.d.ts +0 -41
  792. package/dist/types/default/framesA4.d.ts +0 -45
  793. package/dist/types/default/framesCustom.d.ts +0 -54
  794. package/dist/types/default/framesGrid.d.ts +0 -54
  795. package/dist/types/default/framesLetter.d.ts +0 -45
  796. package/dist/types/default/framesPhone.d.ts +0 -45
  797. package/dist/types/default/framesPresentation.d.ts +0 -45
  798. package/dist/types/default/framesSquare.d.ts +0 -45
  799. package/dist/types/default/framesTablet.d.ts +0 -45
  800. package/dist/types/default/index.d.ts +0 -64
  801. package/dist/types/default/logoGmail.d.ts +0 -151
  802. package/dist/types/default/logoGoogle.d.ts +0 -49
  803. package/dist/types/default/logoMicrosoft.d.ts +0 -49
  804. package/dist/types/default/logoSlackColor.d.ts +0 -229
  805. package/dist/types/default/logoVimeo.d.ts +0 -24
  806. package/dist/types/default/logoYoutube.d.ts +0 -31
  807. package/dist/types/default/sticky.d.ts +0 -47
  808. package/dist/types/default/stickyRectangle.d.ts +0 -61
  809. package/dist/types/default/stickyRound.d.ts +0 -60
  810. package/dist/types/default/stickyRounded.d.ts +0 -61
  811. package/dist/types/default/voteAdd.d.ts +0 -59
  812. package/dist/types/default/voteAnonymous.d.ts +0 -68
  813. package/dist/types/default/voteRemove.d.ts +0 -59
  814. /package/dist/svg/{classic/brand-symbol.svg → brand-symbol.svg} +0 -0
  815. /package/dist/svg/{classic/brand-wordmark.svg → brand-wordmark.svg} +0 -0
  816. /package/dist/svg/{default/checkbox-custom.svg → checkbox-custom.svg} +0 -0
  817. /package/dist/svg/{default/color-border-mixed.svg → color-border-mixed.svg} +0 -0
  818. /package/dist/svg/{default/color-border-none.svg → color-border-none.svg} +0 -0
  819. /package/dist/svg/{default/color-border.svg → color-border.svg} +0 -0
  820. /package/dist/svg/{default/color-fill-mixed.svg → color-fill-mixed.svg} +0 -0
  821. /package/dist/svg/{default/color-fill-none.svg → color-fill-none.svg} +0 -0
  822. /package/dist/svg/{default/color-fill.svg → color-fill.svg} +0 -0
  823. /package/dist/svg/{default/color-picker.svg → color-picker.svg} +0 -0
  824. /package/dist/svg/{default/color-transparent.svg → color-transparent.svg} +0 -0
  825. /package/dist/svg/{default/custom-colors.svg → custom-colors.svg} +0 -0
  826. /package/dist/svg/{default/draw-eraser.svg → draw-eraser.svg} +0 -0
  827. /package/dist/svg/{default/draw-stroke-fine.svg → draw-stroke-fine.svg} +0 -0
  828. /package/dist/svg/{default/draw-stroke-highlighter.svg → draw-stroke-highlighter.svg} +0 -0
  829. /package/dist/svg/{default/draw-stroke-medium.svg → draw-stroke-medium.svg} +0 -0
  830. /package/dist/svg/{default/draw-stroke-ultra-fine.svg → draw-stroke-ultra-fine.svg} +0 -0
  831. /package/dist/svg/{default/draw-weight-10.svg → draw-weight-10.svg} +0 -0
  832. /package/dist/svg/{default/draw-weight-100.svg → draw-weight-100.svg} +0 -0
  833. /package/dist/svg/{default/draw-weight-20.svg → draw-weight-20.svg} +0 -0
  834. /package/dist/svg/{default/draw-weight-30.svg → draw-weight-30.svg} +0 -0
  835. /package/dist/svg/{default/draw-weight-40.svg → draw-weight-40.svg} +0 -0
  836. /package/dist/svg/{default/draw-weight-50.svg → draw-weight-50.svg} +0 -0
  837. /package/dist/svg/{default/draw-weight-60.svg → draw-weight-60.svg} +0 -0
  838. /package/dist/svg/{default/draw-weight-70.svg → draw-weight-70.svg} +0 -0
  839. /package/dist/svg/{default/draw-weight-80.svg → draw-weight-80.svg} +0 -0
  840. /package/dist/svg/{default/draw-weight-90.svg → draw-weight-90.svg} +0 -0
  841. /package/dist/svg/{default/file-doc.svg → file-doc.svg} +0 -0
  842. /package/dist/svg/{default/file-gdoc.svg → file-gdoc.svg} +0 -0
  843. /package/dist/svg/{default/file-generic.svg → file-generic.svg} +0 -0
  844. /package/dist/svg/{default/file-gforms.svg → file-gforms.svg} +0 -0
  845. /package/dist/svg/{default/file-gmaps.svg → file-gmaps.svg} +0 -0
  846. /package/dist/svg/{default/file-gsheets.svg → file-gsheets.svg} +0 -0
  847. /package/dist/svg/{default/file-gslides.svg → file-gslides.svg} +0 -0
  848. /package/dist/svg/{default/file-loom.svg → file-loom.svg} +0 -0
  849. /package/dist/svg/{default/file-onedrive.svg → file-onedrive.svg} +0 -0
  850. /package/dist/svg/{default/file-pdf.svg → file-pdf.svg} +0 -0
  851. /package/dist/svg/{default/file-ppt.svg → file-ppt.svg} +0 -0
  852. /package/dist/svg/{default/file-sharepoint.svg → file-sharepoint.svg} +0 -0
  853. /package/dist/svg/{default/file-stream.svg → file-stream.svg} +0 -0
  854. /package/dist/svg/{default/file-txt.svg → file-txt.svg} +0 -0
  855. /package/dist/svg/{default/file-xls.svg → file-xls.svg} +0 -0
  856. /package/dist/svg/{default/file-zip.svg → file-zip.svg} +0 -0
  857. /package/dist/svg/{default/frames-a4.svg → frames-a4.svg} +0 -0
  858. /package/dist/svg/{default/frames-custom.svg → frames-custom.svg} +0 -0
  859. /package/dist/svg/{default/frames-grid.svg → frames-grid.svg} +0 -0
  860. /package/dist/svg/{default/frames-letter.svg → frames-letter.svg} +0 -0
  861. /package/dist/svg/{default/frames-phone.svg → frames-phone.svg} +0 -0
  862. /package/dist/svg/{default/frames-presentation.svg → frames-presentation.svg} +0 -0
  863. /package/dist/svg/{default/frames-square.svg → frames-square.svg} +0 -0
  864. /package/dist/svg/{default/frames-tablet.svg → frames-tablet.svg} +0 -0
  865. /package/dist/svg/{classic/logo-gmail.svg → logo-gmail.svg} +0 -0
  866. /package/dist/svg/{default/logo-google.svg → logo-google.svg} +0 -0
  867. /package/dist/svg/{default/logo-microsoft.svg → logo-microsoft.svg} +0 -0
  868. /package/dist/svg/{classic/logo-slack-color.svg → logo-slack-color.svg} +0 -0
  869. /package/dist/svg/{default/logo-vimeo.svg → logo-vimeo.svg} +0 -0
  870. /package/dist/svg/{default/logo-youtube.svg → logo-youtube.svg} +0 -0
  871. /package/dist/svg/{classic/sticky-rectangle.svg → sticky-rectangle.svg} +0 -0
  872. /package/dist/svg/{classic/sticky-round.svg → sticky-round.svg} +0 -0
  873. /package/dist/svg/{classic/sticky-rounded.svg → sticky-rounded.svg} +0 -0
  874. /package/dist/svg/{classic/sticky.svg → sticky.svg} +0 -0
  875. /package/dist/svg/{classic/vote-add.svg → vote-add.svg} +0 -0
  876. /package/dist/svg/{classic/vote-anonymous.svg → vote-anonymous.svg} +0 -0
  877. /package/dist/svg/{classic/vote-remove.svg → vote-remove.svg} +0 -0
@@ -1 +1 @@
1
- var r=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var u=Object.prototype.hasOwnProperty;var c=(l,e)=>{for(var a in e)r(l,a,{get:e[a],enumerable:!0})},v=(l,e,a,d)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of o(e))!u.call(l,t)&&t!==a&&r(l,t,{get:()=>e[t],enumerable:!(d=i(e,t))||d.enumerable});return l};var m=l=>v(r({},"__esModule",{value:!0}),l);var p={};c(p,{colorBorderMixed:()=>n});module.exports=m(p);const n={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":"colorBorderMixed"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M12 1a7 7 0 0 0-7 7c0 .25-.109.739-.392 1.303-.282.565-.608.946-.81 1.098a7 7 0 0 0 6.896 12.061c.736-.307 1.876-.307 2.612 0a7 7 0 0 0 6.896-12.061c-.202-.152-.528-.533-.81-1.098C19.108 8.74 19 8.25 19 8a7 7 0 0 0-7-7Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#E5BF76","fill-rule":"evenodd",d:"M8 13.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5ZM8 11a5 5 0 1 0 0 10 5 5 0 0 0 0-10Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#E15978","fill-rule":"evenodd",d:"M12 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5ZM12 3a5 5 0 1 0 0 10 5 5 0 0 0 0-10Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#4C97F5","fill-rule":"evenodd",d:"M16 13.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Zm0-2.5a5 5 0 1 0 0 10 5 5 0 0 0 0-10Z","clip-rule":"evenodd"},children:[]}]}};
1
+ var r=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var u=Object.prototype.hasOwnProperty;var c=(l,e)=>{for(var a in e)r(l,a,{get:e[a],enumerable:!0})},v=(l,e,a,d)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of o(e))!u.call(l,t)&&t!==a&&r(l,t,{get:()=>e[t],enumerable:!(d=i(e,t))||d.enumerable});return l};var m=l=>v(r({},"__esModule",{value:!0}),l);var p={};c(p,{colorBorderMixed:()=>n});module.exports=m(p);const n={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"colorBorderMixed"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M12 1a7 7 0 0 0-7 7c0 .25-.109.739-.392 1.303-.282.565-.608.946-.81 1.098a7 7 0 0 0 6.896 12.061c.736-.307 1.876-.307 2.612 0a7 7 0 0 0 6.896-12.061c-.202-.152-.528-.533-.81-1.098C19.108 8.74 19 8.25 19 8a7 7 0 0 0-7-7Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#E5BF76","fill-rule":"evenodd",d:"M8 13.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5ZM8 11a5 5 0 1 0 0 10 5 5 0 0 0 0-10Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#E15978","fill-rule":"evenodd",d:"M12 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5ZM12 3a5 5 0 1 0 0 10 5 5 0 0 0 0-10Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#4C97F5","fill-rule":"evenodd",d:"M16 13.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Zm0-2.5a5 5 0 1 0 0 10 5 5 0 0 0 0-10Z","clip-rule":"evenodd"},children:[]}]};
@@ -1,35 +1,33 @@
1
1
  declare const colorBorderNone: {
2
- readonly default: {
3
- readonly name: "svg";
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": "colorBorderNone";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "path";
4
13
  readonly type: "element";
5
14
  readonly value: "";
6
15
  readonly attributes: {
7
- readonly xmlns: "http://www.w3.org/2000/svg";
8
16
  readonly fill: "currentColor";
9
- readonly viewBox: "0 0 24 24";
10
- readonly "data-mrl-svg-name": "colorBorderNone";
17
+ readonly "fill-rule": "evenodd";
18
+ readonly d: "M21.401 5.647a1.5 1.5 0 1 0-2.121-2.121l-16 16a1.5 1.5 0 1 0 2.12 2.121l1.52-1.52a.533.533 0 0 1 .542-.121c.485.156 1 .24 1.537.24h6a5 5 0 0 0 5-5v-6c0-.536-.084-1.052-.24-1.536a.533.533 0 0 1 .12-.542l1.521-1.52ZM16 12.255a.5.5 0 0 0-.854-.353l-3.49 3.49a.5.5 0 0 0 .353.854H15a1 1 0 0 0 1-1v-2.99Z";
19
+ readonly "clip-rule": "evenodd";
11
20
  };
12
- readonly children: readonly [{
13
- readonly name: "path";
14
- readonly type: "element";
15
- readonly value: "";
16
- readonly attributes: {
17
- readonly fill: "currentColor";
18
- readonly "fill-rule": "evenodd";
19
- readonly d: "M21.401 5.647a1.5 1.5 0 1 0-2.121-2.121l-16 16a1.5 1.5 0 1 0 2.12 2.121l1.52-1.52a.533.533 0 0 1 .542-.121c.485.156 1 .24 1.537.24h6a5 5 0 0 0 5-5v-6c0-.536-.084-1.052-.24-1.536a.533.533 0 0 1 .12-.542l1.521-1.52ZM16 12.255a.5.5 0 0 0-.854-.353l-3.49 3.49a.5.5 0 0 0 .353.854H15a1 1 0 0 0 1-1v-2.99Z";
20
- readonly "clip-rule": "evenodd";
21
- };
22
- readonly children: readonly [];
23
- }, {
24
- readonly name: "path";
25
- readonly type: "element";
26
- readonly value: "";
27
- readonly attributes: {
28
- readonly fill: "currentColor";
29
- readonly d: "M15 4.246c.287 0 .405.339.202.542L11.89 8.1a.5.5 0 0 1-.353.146H9a1 1 0 0 0-1 1v2.537a.5.5 0 0 1-.146.354l-3.312 3.311c-.203.203-.542.085-.542-.202v-6a5 5 0 0 1 5-5h6Z";
30
- };
31
- readonly children: readonly [];
32
- }];
33
- };
21
+ readonly children: readonly [];
22
+ }, {
23
+ readonly name: "path";
24
+ readonly type: "element";
25
+ readonly value: "";
26
+ readonly attributes: {
27
+ readonly fill: "currentColor";
28
+ readonly d: "M15 4.246c.287 0 .405.339.202.542L11.89 8.1a.5.5 0 0 1-.353.146H9a1 1 0 0 0-1 1v2.537a.5.5 0 0 1-.146.354l-3.312 3.311c-.203.203-.542.085-.542-.202v-6a5 5 0 0 1 5-5h6Z";
29
+ };
30
+ readonly children: readonly [];
31
+ }];
34
32
  };
35
33
  export { colorBorderNone };
@@ -1 +1 @@
1
- var r=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var v=Object.prototype.hasOwnProperty;var i=(l,e)=>{for(var t in e)r(l,t,{get:e[t],enumerable:!0})},u=(l,e,t,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of d(e))!v.call(l,a)&&a!==t&&r(l,a,{get:()=>e[a],enumerable:!(o=c(e,a))||o.enumerable});return l};var s=l=>u(r({},"__esModule",{value:!0}),l);var m={};i(m,{colorBorderNone:()=>n});module.exports=s(m);const n={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":"colorBorderNone"},children:[{name:"path",type:"element",value:"",attributes:{fill:"currentColor","fill-rule":"evenodd",d:"M21.401 5.647a1.5 1.5 0 1 0-2.121-2.121l-16 16a1.5 1.5 0 1 0 2.12 2.121l1.52-1.52a.533.533 0 0 1 .542-.121c.485.156 1 .24 1.537.24h6a5 5 0 0 0 5-5v-6c0-.536-.084-1.052-.24-1.536a.533.533 0 0 1 .12-.542l1.521-1.52ZM16 12.255a.5.5 0 0 0-.854-.353l-3.49 3.49a.5.5 0 0 0 .353.854H15a1 1 0 0 0 1-1v-2.99Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M15 4.246c.287 0 .405.339.202.542L11.89 8.1a.5.5 0 0 1-.353.146H9a1 1 0 0 0-1 1v2.537a.5.5 0 0 1-.146.354l-3.312 3.311c-.203.203-.542.085-.542-.202v-6a5 5 0 0 1 5-5h6Z"},children:[]}]}};
1
+ var t=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var d=Object.prototype.hasOwnProperty;var i=(l,e)=>{for(var r in e)t(l,r,{get:e[r],enumerable:!0})},u=(l,e,r,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of v(e))!d.call(l,a)&&a!==r&&t(l,a,{get:()=>e[a],enumerable:!(o=c(e,a))||o.enumerable});return l};var s=l=>u(t({},"__esModule",{value:!0}),l);var m={};i(m,{colorBorderNone:()=>n});module.exports=s(m);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":"colorBorderNone"},children:[{name:"path",type:"element",value:"",attributes:{fill:"currentColor","fill-rule":"evenodd",d:"M21.401 5.647a1.5 1.5 0 1 0-2.121-2.121l-16 16a1.5 1.5 0 1 0 2.12 2.121l1.52-1.52a.533.533 0 0 1 .542-.121c.485.156 1 .24 1.537.24h6a5 5 0 0 0 5-5v-6c0-.536-.084-1.052-.24-1.536a.533.533 0 0 1 .12-.542l1.521-1.52ZM16 12.255a.5.5 0 0 0-.854-.353l-3.49 3.49a.5.5 0 0 0 .353.854H15a1 1 0 0 0 1-1v-2.99Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M15 4.246c.287 0 .405.339.202.542L11.89 8.1a.5.5 0 0 1-.353.146H9a1 1 0 0 0-1 1v2.537a.5.5 0 0 1-.146.354l-3.312 3.311c-.203.203-.542.085-.542-.202v-6a5 5 0 0 1 5-5h6Z"},children:[]}]};
@@ -1,48 +1,46 @@
1
1
  declare const colorFill: {
2
- readonly default: {
3
- readonly name: "svg";
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": "colorFill";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "style";
4
13
  readonly type: "element";
5
14
  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": "colorFill";
11
- };
15
+ readonly attributes: {};
12
16
  readonly children: readonly [{
13
- readonly name: "style";
14
- readonly type: "element";
15
- readonly value: "";
17
+ readonly name: "";
18
+ readonly type: "text";
19
+ readonly value: "\n .mrl-picto-color-offset { fill: #4e4e4e; }\n ";
16
20
  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-rule": "evenodd";
30
- readonly d: "M17 4H7a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3Z";
31
- readonly "clip-rule": "evenodd";
32
- };
33
- readonly children: readonly [];
34
- }, {
35
- readonly name: "path";
36
- readonly type: "element";
37
- readonly value: "";
38
- readonly attributes: {
39
- readonly class: "mrl-picto-color-offset";
40
- readonly "fill-rule": "evenodd";
41
- readonly d: "M7 3h10a4 4 0 0 1 4 4v10a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4Zm0 1h10a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3Z";
42
- readonly "clip-rule": "evenodd";
43
- };
44
21
  readonly children: readonly [];
45
22
  }];
46
- };
23
+ }, {
24
+ readonly name: "path";
25
+ readonly type: "element";
26
+ readonly value: "";
27
+ readonly attributes: {
28
+ readonly "fill-rule": "evenodd";
29
+ readonly d: "M17 4H7a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3Z";
30
+ readonly "clip-rule": "evenodd";
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 "fill-rule": "evenodd";
40
+ readonly d: "M7 3h10a4 4 0 0 1 4 4v10a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4Zm0 1h10a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3Z";
41
+ readonly "clip-rule": "evenodd";
42
+ };
43
+ readonly children: readonly [];
44
+ }];
47
45
  };
48
46
  export { colorFill };
@@ -1,3 +1,3 @@
1
- var r=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var d=Object.prototype.hasOwnProperty;var s=(l,e)=>{for(var a in e)r(l,a,{get:e[a],enumerable:!0})},u=(l,e,a,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of c(e))!d.call(l,t)&&t!==a&&r(l,t,{get:()=>e[t],enumerable:!(n=i(e,t))||n.enumerable});return l};var v=l=>u(r({},"__esModule",{value:!0}),l);var m={};s(m,{colorFill:()=>o});module.exports=v(m);const o={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":"colorFill"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
1
+ var r=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var d=(l,e)=>{for(var a in e)r(l,a,{get:e[a],enumerable:!0})},v=(l,e,a,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of c(e))!s.call(l,t)&&t!==a&&r(l,t,{get:()=>e[t],enumerable:!(n=i(e,t))||n.enumerable});return l};var m=l=>v(r({},"__esModule",{value:!0}),l);var u={};d(u,{colorFill:()=>o});module.exports=m(u);const o={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"colorFill"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
2
2
  .mrl-picto-color-offset { fill: #4e4e4e; }
3
- `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{"fill-rule":"evenodd",d:"M17 4H7a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M7 3h10a4 4 0 0 1 4 4v10a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4Zm0 1h10a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3Z","clip-rule":"evenodd"},children:[]}]}};
3
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{"fill-rule":"evenodd",d:"M17 4H7a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M7 3h10a4 4 0 0 1 4 4v10a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4Zm0 1h10a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3Z","clip-rule":"evenodd"},children:[]}]};
@@ -1,51 +1,49 @@
1
1
  declare const colorFillMixed: {
2
- readonly default: {
3
- readonly name: "svg";
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": "colorFillMixed";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "path";
4
13
  readonly type: "element";
5
14
  readonly value: "";
6
15
  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": "colorFillMixed";
16
+ readonly fill: "#fff";
17
+ readonly d: "M12 1a7 7 0 0 0-7 7c0 .25-.109.739-.392 1.303-.282.565-.608.946-.81 1.098a7 7 0 0 0 6.896 12.061c.736-.307 1.876-.307 2.612 0a7 7 0 0 0 6.896-12.061c-.202-.152-.528-.533-.81-1.098C19.108 8.74 19 8.25 19 8a7 7 0 0 0-7-7Z";
11
18
  };
12
- readonly children: readonly [{
13
- readonly name: "path";
14
- readonly type: "element";
15
- readonly value: "";
16
- readonly attributes: {
17
- readonly fill: "#fff";
18
- readonly d: "M12 1a7 7 0 0 0-7 7c0 .25-.109.739-.392 1.303-.282.565-.608.946-.81 1.098a7 7 0 0 0 6.896 12.061c.736-.307 1.876-.307 2.612 0a7 7 0 0 0 6.896-12.061c-.202-.152-.528-.533-.81-1.098C19.108 8.74 19 8.25 19 8a7 7 0 0 0-7-7Z";
19
- };
20
- readonly children: readonly [];
21
- }, {
22
- readonly name: "path";
23
- readonly type: "element";
24
- readonly value: "";
25
- readonly attributes: {
26
- readonly fill: "#E5BF76";
27
- readonly d: "M3 16a5 5 0 1 1 10 0 5 5 0 0 1-10 0Z";
28
- };
29
- readonly children: readonly [];
30
- }, {
31
- readonly name: "path";
32
- readonly type: "element";
33
- readonly value: "";
34
- readonly attributes: {
35
- readonly fill: "#E15978";
36
- readonly d: "M7 8a5 5 0 1 1 10 0A5 5 0 0 1 7 8Z";
37
- };
38
- readonly children: readonly [];
39
- }, {
40
- readonly name: "path";
41
- readonly type: "element";
42
- readonly value: "";
43
- readonly attributes: {
44
- readonly fill: "#4C97F5";
45
- readonly d: "M11 16a5 5 0 1 1 10 0 5 5 0 0 1-10 0Z";
46
- };
47
- readonly children: readonly [];
48
- }];
49
- };
19
+ readonly children: readonly [];
20
+ }, {
21
+ readonly name: "path";
22
+ readonly type: "element";
23
+ readonly value: "";
24
+ readonly attributes: {
25
+ readonly fill: "#E5BF76";
26
+ readonly d: "M3 16a5 5 0 1 1 10 0 5 5 0 0 1-10 0Z";
27
+ };
28
+ readonly children: readonly [];
29
+ }, {
30
+ readonly name: "path";
31
+ readonly type: "element";
32
+ readonly value: "";
33
+ readonly attributes: {
34
+ readonly fill: "#E15978";
35
+ readonly d: "M7 8a5 5 0 1 1 10 0A5 5 0 0 1 7 8Z";
36
+ };
37
+ readonly children: readonly [];
38
+ }, {
39
+ readonly name: "path";
40
+ readonly type: "element";
41
+ readonly value: "";
42
+ readonly attributes: {
43
+ readonly fill: "#4C97F5";
44
+ readonly d: "M11 16a5 5 0 1 1 10 0 5 5 0 0 1-10 0Z";
45
+ };
46
+ readonly children: readonly [];
47
+ }];
50
48
  };
51
49
  export { colorFillMixed };
@@ -1 +1 @@
1
- var i=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var m=Object.prototype.hasOwnProperty;var s=(t,e)=>{for(var a in e)i(t,a,{get:e[a],enumerable:!0})},u=(t,e,a,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of d(e))!m.call(t,l)&&l!==a&&i(t,l,{get:()=>e[l],enumerable:!(n=c(e,l))||n.enumerable});return t};var o=t=>u(i({},"__esModule",{value:!0}),t);var p={};s(p,{colorFillMixed:()=>r});module.exports=o(p);const r={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":"colorFillMixed"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M12 1a7 7 0 0 0-7 7c0 .25-.109.739-.392 1.303-.282.565-.608.946-.81 1.098a7 7 0 0 0 6.896 12.061c.736-.307 1.876-.307 2.612 0a7 7 0 0 0 6.896-12.061c-.202-.152-.528-.533-.81-1.098C19.108 8.74 19 8.25 19 8a7 7 0 0 0-7-7Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#E5BF76",d:"M3 16a5 5 0 1 1 10 0 5 5 0 0 1-10 0Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#E15978",d:"M7 8a5 5 0 1 1 10 0A5 5 0 0 1 7 8Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#4C97F5",d:"M11 16a5 5 0 1 1 10 0 5 5 0 0 1-10 0Z"},children:[]}]}};
1
+ var i=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var d=Object.prototype.hasOwnProperty;var s=(t,e)=>{for(var a in e)i(t,a,{get:e[a],enumerable:!0})},o=(t,e,a,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of m(e))!d.call(t,l)&&l!==a&&i(t,l,{get:()=>e[l],enumerable:!(n=c(e,l))||n.enumerable});return t};var p=t=>o(i({},"__esModule",{value:!0}),t);var u={};s(u,{colorFillMixed:()=>r});module.exports=p(u);const r={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"colorFillMixed"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M12 1a7 7 0 0 0-7 7c0 .25-.109.739-.392 1.303-.282.565-.608.946-.81 1.098a7 7 0 0 0 6.896 12.061c.736-.307 1.876-.307 2.612 0a7 7 0 0 0 6.896-12.061c-.202-.152-.528-.533-.81-1.098C19.108 8.74 19 8.25 19 8a7 7 0 0 0-7-7Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#E5BF76",d:"M3 16a5 5 0 1 1 10 0 5 5 0 0 1-10 0Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#E15978",d:"M7 8a5 5 0 1 1 10 0A5 5 0 0 1 7 8Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#4C97F5",d:"M11 16a5 5 0 1 1 10 0 5 5 0 0 1-10 0Z"},children:[]}]};
@@ -1,35 +1,33 @@
1
1
  declare const colorFillNone: {
2
- readonly default: {
3
- readonly name: "svg";
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": "colorFillNone";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "path";
4
13
  readonly type: "element";
5
14
  readonly value: "";
6
15
  readonly attributes: {
7
- readonly xmlns: "http://www.w3.org/2000/svg";
8
16
  readonly fill: "currentColor";
9
- readonly viewBox: "0 0 24 24";
10
- readonly "data-mrl-svg-name": "colorFillNone";
17
+ readonly d: "M21.401 5.401A1.5 1.5 0 1 0 19.28 3.28l-16 16A1.5 1.5 0 1 0 5.4 21.4l1.52-1.52a.533.533 0 0 1 .542-.122c.485.157 1 .24 1.537.24h6a5 5 0 0 0 5-5V9c0-.535-.084-1.052-.24-1.536a.533.533 0 0 1 .12-.542l1.521-1.52ZM15 4c.298 0 .42.352.21.562L4.561 15.21c-.21.21-.562.089-.562-.21V9a5 5 0 0 1 5-5h6Z";
11
18
  };
12
- readonly children: readonly [{
13
- readonly name: "path";
14
- readonly type: "element";
15
- readonly value: "";
16
- readonly attributes: {
17
- readonly fill: "currentColor";
18
- readonly d: "M21.401 5.401A1.5 1.5 0 1 0 19.28 3.28l-16 16A1.5 1.5 0 1 0 5.4 21.4l1.52-1.52a.533.533 0 0 1 .542-.122c.485.157 1 .24 1.537.24h6a5 5 0 0 0 5-5V9c0-.535-.084-1.052-.24-1.536a.533.533 0 0 1 .12-.542l1.521-1.52ZM15 4c.298 0 .42.352.21.562L4.561 15.21c-.21.21-.562.089-.562-.21V9a5 5 0 0 1 5-5h6Z";
19
- };
20
- readonly children: readonly [];
21
- }, {
22
- readonly name: "path";
23
- readonly type: "element";
24
- readonly value: "";
25
- readonly attributes: {
26
- readonly fill: "currentColor";
27
- readonly "fill-rule": "evenodd";
28
- readonly d: "M4 15c0 .298.352.42.562.21L15.21 4.561C15.42 4.352 15.298 4 15 4H9a5 5 0 0 0-5 5v6Zm-.72 4.28A1.5 1.5 0 1 0 5.4 21.4l1.52-1.52a.533.533 0 0 1 .542-.122A4.975 4.975 0 0 0 9 20h6a5 5 0 0 0 5-5V9a5.043 5.043 0 0 0-.24-1.536.533.533 0 0 1 .12-.542l1.521-1.52A1.5 1.5 0 1 0 19.28 3.28l-16 16Z";
29
- readonly "clip-rule": "evenodd";
30
- };
31
- readonly children: readonly [];
32
- }];
33
- };
19
+ readonly children: readonly [];
20
+ }, {
21
+ readonly name: "path";
22
+ readonly type: "element";
23
+ readonly value: "";
24
+ readonly attributes: {
25
+ readonly fill: "currentColor";
26
+ readonly "fill-rule": "evenodd";
27
+ readonly d: "M4 15c0 .298.352.42.562.21L15.21 4.561C15.42 4.352 15.298 4 15 4H9a5 5 0 0 0-5 5v6Zm-.72 4.28A1.5 1.5 0 1 0 5.4 21.4l1.52-1.52a.533.533 0 0 1 .542-.122A4.975 4.975 0 0 0 9 20h6a5 5 0 0 0 5-5V9a5.043 5.043 0 0 0-.24-1.536.533.533 0 0 1 .12-.542l1.521-1.52A1.5 1.5 0 1 0 19.28 3.28l-16 16Z";
28
+ readonly "clip-rule": "evenodd";
29
+ };
30
+ readonly children: readonly [];
31
+ }];
34
32
  };
35
33
  export { colorFillNone };
@@ -1 +1 @@
1
- var r=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var u=Object.prototype.hasOwnProperty;var d=(l,e)=>{for(var a in e)r(l,a,{get:e[a],enumerable:!0})},m=(l,e,a,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of i(e))!u.call(l,t)&&t!==a&&r(l,t,{get:()=>e[t],enumerable:!(n=c(e,t))||n.enumerable});return l};var s=l=>m(r({},"__esModule",{value:!0}),l);var v={};d(v,{colorFillNone:()=>o});module.exports=s(v);const o={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":"colorFillNone"},children:[{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M21.401 5.401A1.5 1.5 0 1 0 19.28 3.28l-16 16A1.5 1.5 0 1 0 5.4 21.4l1.52-1.52a.533.533 0 0 1 .542-.122c.485.157 1 .24 1.537.24h6a5 5 0 0 0 5-5V9c0-.535-.084-1.052-.24-1.536a.533.533 0 0 1 .12-.542l1.521-1.52ZM15 4c.298 0 .42.352.21.562L4.561 15.21c-.21.21-.562.089-.562-.21V9a5 5 0 0 1 5-5h6Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor","fill-rule":"evenodd",d:"M4 15c0 .298.352.42.562.21L15.21 4.561C15.42 4.352 15.298 4 15 4H9a5 5 0 0 0-5 5v6Zm-.72 4.28A1.5 1.5 0 1 0 5.4 21.4l1.52-1.52a.533.533 0 0 1 .542-.122A4.975 4.975 0 0 0 9 20h6a5 5 0 0 0 5-5V9a5.043 5.043 0 0 0-.24-1.536.533.533 0 0 1 .12-.542l1.521-1.52A1.5 1.5 0 1 0 19.28 3.28l-16 16Z","clip-rule":"evenodd"},children:[]}]}};
1
+ var r=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var u=Object.prototype.hasOwnProperty;var d=(l,e)=>{for(var a in e)r(l,a,{get:e[a],enumerable:!0})},m=(l,e,a,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of i(e))!u.call(l,t)&&t!==a&&r(l,t,{get:()=>e[t],enumerable:!(n=c(e,t))||n.enumerable});return l};var s=l=>m(r({},"__esModule",{value:!0}),l);var v={};d(v,{colorFillNone:()=>o});module.exports=s(v);const o={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"colorFillNone"},children:[{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M21.401 5.401A1.5 1.5 0 1 0 19.28 3.28l-16 16A1.5 1.5 0 1 0 5.4 21.4l1.52-1.52a.533.533 0 0 1 .542-.122c.485.157 1 .24 1.537.24h6a5 5 0 0 0 5-5V9c0-.535-.084-1.052-.24-1.536a.533.533 0 0 1 .12-.542l1.521-1.52ZM15 4c.298 0 .42.352.21.562L4.561 15.21c-.21.21-.562.089-.562-.21V9a5 5 0 0 1 5-5h6Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor","fill-rule":"evenodd",d:"M4 15c0 .298.352.42.562.21L15.21 4.561C15.42 4.352 15.298 4 15 4H9a5 5 0 0 0-5 5v6Zm-.72 4.28A1.5 1.5 0 1 0 5.4 21.4l1.52-1.52a.533.533 0 0 1 .542-.122A4.975 4.975 0 0 0 9 20h6a5 5 0 0 0 5-5V9a5.043 5.043 0 0 0-.24-1.536.533.533 0 0 1 .12-.542l1.521-1.52A1.5 1.5 0 1 0 19.28 3.28l-16 16Z","clip-rule":"evenodd"},children:[]}]};
@@ -1,48 +1,46 @@
1
1
  declare const colorPicker: {
2
- readonly default: {
3
- readonly name: "svg";
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": "colorPicker";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "style";
4
13
  readonly type: "element";
5
14
  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": "colorPicker";
11
- };
15
+ readonly attributes: {};
12
16
  readonly children: readonly [{
13
- readonly name: "style";
14
- readonly type: "element";
15
- readonly value: "";
17
+ readonly name: "";
18
+ readonly type: "text";
19
+ readonly value: "\n .mrl-picto-color-offset { fill: #4e4e4e; }\n ";
16
20
  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-rule": "evenodd";
30
- readonly d: "m7.961 7.994.001-.001c.662-.975 1.406-2.48 1.887-4.136.16-.56.422-1.032.793-1.367.378-.34.845-.517 1.358-.517.514 0 .98.176 1.358.517.37.335.633.807.793 1.367.43 1.478 1.055 2.91 1.92 4.184 1.278 1.887 2.968 4.38 2.968 7.353 0 3.946-3.194 6.634-7.039 6.634-3.845 0-7.04-2.688-7.04-6.634 0-2.787 1.503-5.175 3.001-7.4Z";
31
- readonly "clip-rule": "evenodd";
32
- };
33
- readonly children: readonly [];
34
- }, {
35
- readonly name: "path";
36
- readonly type: "element";
37
- readonly value: "";
38
- readonly attributes: {
39
- readonly class: "mrl-picto-color-offset";
40
- readonly "fill-rule": "evenodd";
41
- readonly d: "M7.132 7.436v-.002l.003-.003c.6-.884 1.3-2.293 1.753-3.85.197-.69.54-1.342 1.084-1.833A2.986 2.986 0 0 1 12 .973c.756 0 1.463.265 2.028.775.544.491.887 1.144 1.084 1.832.405 1.395 1.042 2.802 1.837 3.975-.017-.025.017.025 0 0 1.252 1.846 3.09 4.557 3.09 7.839 0 4.584-3.731 7.634-8.039 7.634s-8.04-3.05-8.04-7.634c0-3.132 1.69-5.758 3.172-7.958Zm7.02-3.579c-.161-.56-.423-1.032-.794-1.367A1.986 1.986 0 0 0 12 1.973c-.514 0-.98.176-1.358.517-.37.335-.633.807-.793 1.367-.48 1.655-1.225 3.161-1.887 4.136v.001c-1.5 2.225-3.001 4.613-3.001 7.4 0 3.946 3.194 6.634 7.039 6.634 3.845 0 7.04-2.688 7.04-6.634 0-2.973-1.69-5.466-2.97-7.353-.864-1.274-1.49-2.706-1.919-4.184Z";
42
- readonly "clip-rule": "evenodd";
43
- };
44
21
  readonly children: readonly [];
45
22
  }];
46
- };
23
+ }, {
24
+ readonly name: "path";
25
+ readonly type: "element";
26
+ readonly value: "";
27
+ readonly attributes: {
28
+ readonly "fill-rule": "evenodd";
29
+ readonly d: "m7.961 7.994.001-.001c.662-.975 1.406-2.48 1.887-4.136.16-.56.422-1.032.793-1.367.378-.34.845-.517 1.358-.517.514 0 .98.176 1.358.517.37.335.633.807.793 1.367.43 1.478 1.055 2.91 1.92 4.184 1.278 1.887 2.968 4.38 2.968 7.353 0 3.946-3.194 6.634-7.039 6.634-3.845 0-7.04-2.688-7.04-6.634 0-2.787 1.503-5.175 3.001-7.4Z";
30
+ readonly "clip-rule": "evenodd";
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 "fill-rule": "evenodd";
40
+ readonly d: "M7.132 7.436v-.002l.003-.003c.6-.884 1.3-2.293 1.753-3.85.197-.69.54-1.342 1.084-1.833A2.986 2.986 0 0 1 12 .973c.756 0 1.463.265 2.028.775.544.491.887 1.144 1.084 1.832.405 1.395 1.042 2.802 1.837 3.975-.017-.025.017.025 0 0 1.252 1.846 3.09 4.557 3.09 7.839 0 4.584-3.731 7.634-8.039 7.634s-8.04-3.05-8.04-7.634c0-3.132 1.69-5.758 3.172-7.958Zm7.02-3.579c-.161-.56-.423-1.032-.794-1.367A1.986 1.986 0 0 0 12 1.973c-.514 0-.98.176-1.358.517-.37.335-.633.807-.793 1.367-.48 1.655-1.225 3.161-1.887 4.136v.001c-1.5 2.225-3.001 4.613-3.001 7.4 0 3.946 3.194 6.634 7.039 6.634 3.845 0 7.04-2.688 7.04-6.634 0-2.973-1.69-5.466-2.97-7.353-.864-1.274-1.49-2.706-1.919-4.184Z";
41
+ readonly "clip-rule": "evenodd";
42
+ };
43
+ readonly children: readonly [];
44
+ }];
47
45
  };
48
46
  export { colorPicker };
@@ -1,3 +1,3 @@
1
- var c=Object.defineProperty;var o=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var d=(l,e)=>{for(var r in e)c(l,r,{get:e[r],enumerable:!0})},m=(l,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of i(e))!s.call(l,t)&&t!==r&&c(l,t,{get:()=>e[t],enumerable:!(n=o(e,t))||n.enumerable});return l};var u=l=>m(c({},"__esModule",{value:!0}),l);var v={};d(v,{colorPicker:()=>a});module.exports=u(v);const a={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":"colorPicker"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
1
+ var c=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var d=(l,e)=>{for(var r in e)c(l,r,{get:e[r],enumerable:!0})},m=(l,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of i(e))!s.call(l,t)&&t!==r&&c(l,t,{get:()=>e[t],enumerable:!(n=a(e,t))||n.enumerable});return l};var u=l=>m(c({},"__esModule",{value:!0}),l);var v={};d(v,{colorPicker:()=>o});module.exports=u(v);const o={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"colorPicker"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
2
2
  .mrl-picto-color-offset { fill: #4e4e4e; }
3
- `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{"fill-rule":"evenodd",d:"m7.961 7.994.001-.001c.662-.975 1.406-2.48 1.887-4.136.16-.56.422-1.032.793-1.367.378-.34.845-.517 1.358-.517.514 0 .98.176 1.358.517.37.335.633.807.793 1.367.43 1.478 1.055 2.91 1.92 4.184 1.278 1.887 2.968 4.38 2.968 7.353 0 3.946-3.194 6.634-7.039 6.634-3.845 0-7.04-2.688-7.04-6.634 0-2.787 1.503-5.175 3.001-7.4Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M7.132 7.436v-.002l.003-.003c.6-.884 1.3-2.293 1.753-3.85.197-.69.54-1.342 1.084-1.833A2.986 2.986 0 0 1 12 .973c.756 0 1.463.265 2.028.775.544.491.887 1.144 1.084 1.832.405 1.395 1.042 2.802 1.837 3.975-.017-.025.017.025 0 0 1.252 1.846 3.09 4.557 3.09 7.839 0 4.584-3.731 7.634-8.039 7.634s-8.04-3.05-8.04-7.634c0-3.132 1.69-5.758 3.172-7.958Zm7.02-3.579c-.161-.56-.423-1.032-.794-1.367A1.986 1.986 0 0 0 12 1.973c-.514 0-.98.176-1.358.517-.37.335-.633.807-.793 1.367-.48 1.655-1.225 3.161-1.887 4.136v.001c-1.5 2.225-3.001 4.613-3.001 7.4 0 3.946 3.194 6.634 7.039 6.634 3.845 0 7.04-2.688 7.04-6.634 0-2.973-1.69-5.466-2.97-7.353-.864-1.274-1.49-2.706-1.919-4.184Z","clip-rule":"evenodd"},children:[]}]}};
3
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{"fill-rule":"evenodd",d:"m7.961 7.994.001-.001c.662-.975 1.406-2.48 1.887-4.136.16-.56.422-1.032.793-1.367.378-.34.845-.517 1.358-.517.514 0 .98.176 1.358.517.37.335.633.807.793 1.367.43 1.478 1.055 2.91 1.92 4.184 1.278 1.887 2.968 4.38 2.968 7.353 0 3.946-3.194 6.634-7.039 6.634-3.845 0-7.04-2.688-7.04-6.634 0-2.787 1.503-5.175 3.001-7.4Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M7.132 7.436v-.002l.003-.003c.6-.884 1.3-2.293 1.753-3.85.197-.69.54-1.342 1.084-1.833A2.986 2.986 0 0 1 12 .973c.756 0 1.463.265 2.028.775.544.491.887 1.144 1.084 1.832.405 1.395 1.042 2.802 1.837 3.975-.017-.025.017.025 0 0 1.252 1.846 3.09 4.557 3.09 7.839 0 4.584-3.731 7.634-8.039 7.634s-8.04-3.05-8.04-7.634c0-3.132 1.69-5.758 3.172-7.958Zm7.02-3.579c-.161-.56-.423-1.032-.794-1.367A1.986 1.986 0 0 0 12 1.973c-.514 0-.98.176-1.358.517-.37.335-.633.807-.793 1.367-.48 1.655-1.225 3.161-1.887 4.136v.001c-1.5 2.225-3.001 4.613-3.001 7.4 0 3.946 3.194 6.634 7.039 6.634 3.845 0 7.04-2.688 7.04-6.634 0-2.973-1.69-5.466-2.97-7.353-.864-1.274-1.49-2.706-1.919-4.184Z","clip-rule":"evenodd"},children:[]}]};
@@ -1,58 +1,56 @@
1
1
  declare const colorTransparent: {
2
- readonly default: {
3
- readonly name: "svg";
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": "colorTransparent";
10
+ };
11
+ readonly children: readonly [{
12
+ readonly name: "style";
4
13
  readonly type: "element";
5
14
  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": "colorTransparent";
11
- };
15
+ readonly attributes: {};
12
16
  readonly children: readonly [{
13
- readonly name: "style";
14
- readonly type: "element";
15
- readonly value: "";
17
+ readonly name: "";
18
+ readonly type: "text";
19
+ readonly value: "\n\t\t.mrl-picto-color-transparent-background {\n\t\t\t\tfill: #fff;\n\t\t}\n\t\t.mrl-picto-color-transparent-border {\n\t\t\t\tfill: #eee;\n\t\t}\n\t\t.mrl-picto-color-transparent-crossBar {\n\t\t\t\tfill: #000;\n\t\t}\n\t";
16
20
  readonly attributes: {};
17
- readonly children: readonly [{
18
- readonly name: "";
19
- readonly type: "text";
20
- readonly value: "\n\t\t.mrl-picto-color-transparent-background {\n\t\t\t\tfill: #fff;\n\t\t}\n\t\t.mrl-picto-color-transparent-border {\n\t\t\t\tfill: #eee;\n\t\t}\n\t\t.mrl-picto-color-transparent-crossBar {\n\t\t\t\tfill: #000;\n\t\t}\n\t";
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 class: "mrl-picto-color-transparent-background";
30
- readonly d: "M0 4a4 4 0 0 1 4-4h16a4 4 0 0 1 4 4v16a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z";
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-transparent-border";
39
- readonly "fill-rule": "evenodd";
40
- readonly d: "M20 2H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2ZM4 0a4 4 0 0 0-4 4v16a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4H4Z";
41
- readonly "clip-rule": "evenodd";
42
- };
43
- readonly children: readonly [];
44
- }, {
45
- readonly name: "path";
46
- readonly type: "element";
47
- readonly value: "";
48
- readonly attributes: {
49
- readonly class: "mrl-picto-color-transparent-crossBar";
50
- readonly "fill-rule": "evenodd";
51
- readonly d: "M19.707 4.293a1 1 0 0 1 0 1.414l-14 14a1 1 0 0 1-1.414-1.414l14-14a1 1 0 0 1 1.414 0Z";
52
- readonly "clip-rule": "evenodd";
53
- };
54
21
  readonly children: readonly [];
55
22
  }];
56
- };
23
+ }, {
24
+ readonly name: "path";
25
+ readonly type: "element";
26
+ readonly value: "";
27
+ readonly attributes: {
28
+ readonly class: "mrl-picto-color-transparent-background";
29
+ readonly d: "M0 4a4 4 0 0 1 4-4h16a4 4 0 0 1 4 4v16a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z";
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-transparent-border";
38
+ readonly "fill-rule": "evenodd";
39
+ readonly d: "M20 2H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2ZM4 0a4 4 0 0 0-4 4v16a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4H4Z";
40
+ readonly "clip-rule": "evenodd";
41
+ };
42
+ readonly children: readonly [];
43
+ }, {
44
+ readonly name: "path";
45
+ readonly type: "element";
46
+ readonly value: "";
47
+ readonly attributes: {
48
+ readonly class: "mrl-picto-color-transparent-crossBar";
49
+ readonly "fill-rule": "evenodd";
50
+ readonly d: "M19.707 4.293a1 1 0 0 1 0 1.414l-14 14a1 1 0 0 1-1.414-1.414l14-14a1 1 0 0 1 1.414 0Z";
51
+ readonly "clip-rule": "evenodd";
52
+ };
53
+ readonly children: readonly [];
54
+ }];
57
55
  };
58
56
  export { colorTransparent };
@@ -1,4 +1,4 @@
1
- var l=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var s=Object.getOwnPropertyNames;var i=Object.prototype.hasOwnProperty;var p=(e,t)=>{for(var r in t)l(e,r,{get:t[r],enumerable:!0})},d=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of s(t))!i.call(e,a)&&a!==r&&l(e,a,{get:()=>t[a],enumerable:!(n=c(t,a))||n.enumerable});return e};var m=e=>d(l({},"__esModule",{value:!0}),e);var u={};p(u,{colorTransparent:()=>o});module.exports=m(u);const o={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":"colorTransparent"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
1
+ var l=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var s=Object.getOwnPropertyNames;var i=Object.prototype.hasOwnProperty;var p=(e,t)=>{for(var r in t)l(e,r,{get:t[r],enumerable:!0})},d=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of s(t))!i.call(e,a)&&a!==r&&l(e,a,{get:()=>t[a],enumerable:!(n=c(t,a))||n.enumerable});return e};var m=e=>d(l({},"__esModule",{value:!0}),e);var u={};p(u,{colorTransparent:()=>o});module.exports=m(u);const o={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"colorTransparent"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
2
2
  .mrl-picto-color-transparent-background {
3
3
  fill: #fff;
4
4
  }
@@ -8,4 +8,4 @@ var l=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var s=Object.g
8
8
  .mrl-picto-color-transparent-crossBar {
9
9
  fill: #000;
10
10
  }
11
- `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-transparent-background",d:"M0 4a4 4 0 0 1 4-4h16a4 4 0 0 1 4 4v16a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-transparent-border","fill-rule":"evenodd",d:"M20 2H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2ZM4 0a4 4 0 0 0-4 4v16a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4H4Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-transparent-crossBar","fill-rule":"evenodd",d:"M19.707 4.293a1 1 0 0 1 0 1.414l-14 14a1 1 0 0 1-1.414-1.414l14-14a1 1 0 0 1 1.414 0Z","clip-rule":"evenodd"},children:[]}]}};
11
+ `,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-transparent-background",d:"M0 4a4 4 0 0 1 4-4h16a4 4 0 0 1 4 4v16a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-transparent-border","fill-rule":"evenodd",d:"M20 2H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2ZM4 0a4 4 0 0 0-4 4v16a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4H4Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-transparent-crossBar","fill-rule":"evenodd",d:"M19.707 4.293a1 1 0 0 1 0 1.414l-14 14a1 1 0 0 1-1.414-1.414l14-14a1 1 0 0 1 1.414 0Z","clip-rule":"evenodd"},children:[]}]};