@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.
- package/README.md +48 -0
- package/dist/cjs/brandSymbol.d.ts +265 -0
- package/dist/cjs/brandSymbol.js +1 -0
- package/dist/cjs/brandWordmark.d.ts +189 -0
- package/dist/cjs/brandWordmark.js +1 -0
- package/dist/cjs/checkboxCustom.d.ts +48 -0
- package/dist/cjs/checkboxCustom.js +4 -0
- package/dist/cjs/classic/brandSymbol.d.ts +132 -0
- package/dist/cjs/classic/brandSymbol.js +1 -0
- package/dist/cjs/classic/brandWordmark.d.ts +94 -0
- package/dist/cjs/classic/brandWordmark.js +1 -0
- package/dist/cjs/classic/drawEraser.d.ts +21 -0
- package/dist/cjs/classic/drawEraser.js +1 -0
- package/dist/cjs/classic/drawStrokeFine.d.ts +21 -0
- package/dist/cjs/classic/drawStrokeFine.js +1 -0
- package/dist/cjs/classic/drawStrokeHighlighter.d.ts +21 -0
- package/dist/cjs/classic/drawStrokeHighlighter.js +1 -0
- package/dist/cjs/classic/drawStrokeMedium.d.ts +21 -0
- package/dist/cjs/classic/drawStrokeMedium.js +1 -0
- package/dist/cjs/classic/drawStrokeUltraFine.d.ts +21 -0
- package/dist/cjs/classic/drawStrokeUltraFine.js +1 -0
- package/dist/cjs/classic/drawWeight10.d.ts +43 -0
- package/dist/cjs/classic/drawWeight10.js +3 -0
- package/dist/cjs/classic/drawWeight100.d.ts +43 -0
- package/dist/cjs/classic/drawWeight100.js +3 -0
- package/dist/cjs/classic/drawWeight20.d.ts +74 -0
- package/dist/cjs/classic/drawWeight20.js +3 -0
- package/dist/cjs/classic/drawWeight30.d.ts +43 -0
- package/dist/cjs/classic/drawWeight30.js +3 -0
- package/dist/cjs/classic/drawWeight40.d.ts +43 -0
- package/dist/cjs/classic/drawWeight40.js +3 -0
- package/dist/cjs/classic/drawWeight50.d.ts +43 -0
- package/dist/cjs/classic/drawWeight50.js +3 -0
- package/dist/cjs/classic/drawWeight60.d.ts +43 -0
- package/dist/cjs/classic/drawWeight60.js +3 -0
- package/dist/cjs/classic/drawWeight70.d.ts +43 -0
- package/dist/cjs/classic/drawWeight70.js +3 -0
- package/dist/cjs/classic/drawWeight80.d.ts +43 -0
- package/dist/cjs/classic/drawWeight80.js +3 -0
- package/dist/cjs/classic/drawWeight90.d.ts +43 -0
- package/dist/cjs/classic/drawWeight90.js +3 -0
- package/dist/cjs/classic/index.d.ts +26 -0
- package/dist/cjs/classic/index.js +1 -0
- package/dist/cjs/classic/logoGmail.d.ts +151 -0
- package/dist/cjs/classic/logoGmail.js +8 -0
- package/dist/cjs/classic/logoSlackColor.d.ts +229 -0
- package/dist/cjs/classic/logoSlackColor.js +11 -0
- package/dist/cjs/classic/sticky.d.ts +47 -0
- package/dist/cjs/classic/sticky.js +8 -0
- package/dist/cjs/classic/stickyRectangle.d.ts +61 -0
- package/dist/cjs/classic/stickyRectangle.js +8 -0
- package/dist/cjs/classic/stickyRound.d.ts +60 -0
- package/dist/cjs/classic/stickyRound.js +8 -0
- package/dist/cjs/classic/stickyRounded.d.ts +61 -0
- package/dist/cjs/classic/stickyRounded.js +8 -0
- package/dist/cjs/classic/voteAdd.d.ts +59 -0
- package/dist/cjs/classic/voteAdd.js +5 -0
- package/dist/cjs/classic/voteAnonymous.d.ts +68 -0
- package/dist/cjs/classic/voteAnonymous.js +5 -0
- package/dist/cjs/classic/voteRemove.d.ts +59 -0
- package/dist/cjs/classic/voteRemove.js +5 -0
- package/dist/cjs/colorBorder.d.ts +49 -0
- package/dist/cjs/colorBorder.js +3 -0
- package/dist/cjs/colorBorderMixed.d.ts +57 -0
- package/dist/cjs/colorBorderMixed.js +1 -0
- package/dist/cjs/colorBorderNone.d.ts +35 -0
- package/dist/cjs/colorBorderNone.js +1 -0
- package/dist/cjs/colorFill.d.ts +47 -0
- package/dist/cjs/colorFill.js +3 -0
- package/dist/cjs/colorFillMixed.d.ts +51 -0
- package/dist/cjs/colorFillMixed.js +1 -0
- package/dist/cjs/colorFillNone.d.ts +35 -0
- package/dist/cjs/colorFillNone.js +1 -0
- package/dist/cjs/colorPicker.d.ts +47 -0
- package/dist/cjs/colorPicker.js +3 -0
- package/dist/cjs/colorTransparent.d.ts +58 -0
- package/dist/cjs/colorTransparent.js +11 -0
- package/dist/cjs/customColors.d.ts +123 -0
- package/dist/cjs/customColors.js +1 -0
- package/dist/cjs/default/brandSymbol.d.ts +132 -0
- package/dist/cjs/default/brandSymbol.js +1 -0
- package/dist/cjs/default/brandWordmark.d.ts +94 -0
- package/dist/cjs/default/brandWordmark.js +1 -0
- package/dist/cjs/default/checkboxCustom.d.ts +46 -0
- package/dist/cjs/default/checkboxCustom.js +4 -0
- package/dist/cjs/default/colorBorder.d.ts +47 -0
- package/dist/cjs/default/colorBorder.js +3 -0
- package/dist/cjs/default/colorBorderMixed.d.ts +55 -0
- package/dist/cjs/default/colorBorderMixed.js +1 -0
- package/dist/cjs/default/colorBorderNone.d.ts +33 -0
- package/dist/cjs/default/colorBorderNone.js +1 -0
- package/dist/cjs/default/colorFill.d.ts +45 -0
- package/dist/cjs/default/colorFill.js +3 -0
- package/dist/cjs/default/colorFillMixed.d.ts +49 -0
- package/dist/cjs/default/colorFillMixed.js +1 -0
- package/dist/cjs/default/colorFillNone.d.ts +33 -0
- package/dist/cjs/default/colorFillNone.js +1 -0
- package/dist/cjs/default/colorPicker.d.ts +45 -0
- package/dist/cjs/default/colorPicker.js +3 -0
- package/dist/cjs/default/colorTransparent.d.ts +56 -0
- package/dist/cjs/default/colorTransparent.js +11 -0
- package/dist/cjs/default/customColors.d.ts +121 -0
- package/dist/cjs/default/customColors.js +1 -0
- package/dist/cjs/default/drawEraser.d.ts +54 -0
- package/dist/cjs/default/drawEraser.js +5 -0
- package/dist/cjs/default/drawStrokeFine.d.ts +83 -0
- package/dist/cjs/default/drawStrokeFine.js +4 -0
- package/dist/cjs/default/drawStrokeHighlighter.d.ts +53 -0
- package/dist/cjs/default/drawStrokeHighlighter.js +4 -0
- package/dist/cjs/default/drawStrokeMedium.d.ts +83 -0
- package/dist/cjs/default/drawStrokeMedium.js +4 -0
- package/dist/cjs/default/drawStrokeUltraFine.d.ts +85 -0
- package/dist/cjs/default/drawStrokeUltraFine.js +4 -0
- package/dist/cjs/default/drawWeight10.d.ts +52 -0
- package/dist/cjs/default/drawWeight10.js +3 -0
- package/dist/cjs/default/drawWeight100.d.ts +44 -0
- package/dist/cjs/default/drawWeight100.js +3 -0
- package/dist/cjs/default/drawWeight20.d.ts +44 -0
- package/dist/cjs/default/drawWeight20.js +3 -0
- package/dist/cjs/default/drawWeight30.d.ts +44 -0
- package/dist/cjs/default/drawWeight30.js +3 -0
- package/dist/cjs/default/drawWeight40.d.ts +44 -0
- package/dist/cjs/default/drawWeight40.js +3 -0
- package/dist/cjs/default/drawWeight50.d.ts +44 -0
- package/dist/cjs/default/drawWeight50.js +3 -0
- package/dist/cjs/default/drawWeight60.d.ts +44 -0
- package/dist/cjs/default/drawWeight60.js +3 -0
- package/dist/cjs/default/drawWeight70.d.ts +44 -0
- package/dist/cjs/default/drawWeight70.js +3 -0
- package/dist/cjs/default/drawWeight80.d.ts +44 -0
- package/dist/cjs/default/drawWeight80.js +3 -0
- package/dist/cjs/default/drawWeight90.d.ts +44 -0
- package/dist/cjs/default/drawWeight90.js +3 -0
- package/dist/cjs/default/fileDoc.d.ts +223 -0
- package/dist/cjs/default/fileDoc.js +1 -0
- package/dist/cjs/default/fileGeneric.d.ts +41 -0
- package/dist/cjs/default/fileGeneric.js +1 -0
- package/dist/cjs/default/filePdf.d.ts +41 -0
- package/dist/cjs/default/filePdf.js +1 -0
- package/dist/cjs/default/filePpt.d.ts +58 -0
- package/dist/cjs/default/filePpt.js +1 -0
- package/dist/cjs/default/fileTxt.d.ts +41 -0
- package/dist/cjs/default/fileTxt.js +1 -0
- package/dist/cjs/default/fileXls.d.ts +103 -0
- package/dist/cjs/default/fileXls.js +1 -0
- package/dist/cjs/default/fileZip.d.ts +41 -0
- package/dist/cjs/default/fileZip.js +1 -0
- package/dist/cjs/default/index.d.ts +45 -0
- package/dist/cjs/default/index.js +1 -0
- package/dist/cjs/default/logoGmail.d.ts +151 -0
- package/dist/cjs/default/logoGmail.js +8 -0
- package/dist/cjs/default/logoGoogle.d.ts +49 -0
- package/dist/cjs/default/logoGoogle.js +1 -0
- package/dist/cjs/default/logoMicrosoft.d.ts +49 -0
- package/dist/cjs/default/logoMicrosoft.js +1 -0
- package/dist/cjs/default/logoSlackColor.d.ts +229 -0
- package/dist/cjs/default/logoSlackColor.js +11 -0
- package/dist/cjs/default/sticky.d.ts +47 -0
- package/dist/cjs/default/sticky.js +8 -0
- package/dist/cjs/default/stickyRectangle.d.ts +61 -0
- package/dist/cjs/default/stickyRectangle.js +8 -0
- package/dist/cjs/default/stickyRound.d.ts +60 -0
- package/dist/cjs/default/stickyRound.js +8 -0
- package/dist/cjs/default/stickyRounded.d.ts +61 -0
- package/dist/cjs/default/stickyRounded.js +8 -0
- package/dist/cjs/default/voteAdd.d.ts +59 -0
- package/dist/cjs/default/voteAdd.js +5 -0
- package/dist/cjs/default/voteAnonymous.d.ts +68 -0
- package/dist/cjs/default/voteAnonymous.js +5 -0
- package/dist/cjs/default/voteRemove.d.ts +59 -0
- package/dist/cjs/default/voteRemove.js +5 -0
- package/dist/cjs/drawEraser.d.ts +76 -0
- package/dist/cjs/drawEraser.js +5 -0
- package/dist/cjs/drawStrokeFine.d.ts +105 -0
- package/dist/cjs/drawStrokeFine.js +4 -0
- package/dist/cjs/drawStrokeHighlighter.d.ts +75 -0
- package/dist/cjs/drawStrokeHighlighter.js +4 -0
- package/dist/cjs/drawStrokeMedium.d.ts +105 -0
- package/dist/cjs/drawStrokeMedium.js +4 -0
- package/dist/cjs/drawStrokeUltraFine.d.ts +107 -0
- package/dist/cjs/drawStrokeUltraFine.js +4 -0
- package/dist/cjs/drawWeight10.d.ts +96 -0
- package/dist/cjs/drawWeight10.js +5 -0
- package/dist/cjs/drawWeight100.d.ts +88 -0
- package/dist/cjs/drawWeight100.js +5 -0
- package/dist/cjs/drawWeight20.d.ts +119 -0
- package/dist/cjs/drawWeight20.js +5 -0
- package/dist/cjs/drawWeight30.d.ts +88 -0
- package/dist/cjs/drawWeight30.js +5 -0
- package/dist/cjs/drawWeight40.d.ts +88 -0
- package/dist/cjs/drawWeight40.js +5 -0
- package/dist/cjs/drawWeight50.d.ts +88 -0
- package/dist/cjs/drawWeight50.js +5 -0
- package/dist/cjs/drawWeight60.d.ts +88 -0
- package/dist/cjs/drawWeight60.js +5 -0
- package/dist/cjs/drawWeight70.d.ts +88 -0
- package/dist/cjs/drawWeight70.js +5 -0
- package/dist/cjs/drawWeight80.d.ts +88 -0
- package/dist/cjs/drawWeight80.js +5 -0
- package/dist/cjs/drawWeight90.d.ts +88 -0
- package/dist/cjs/drawWeight90.js +5 -0
- package/dist/cjs/fileDoc.d.ts +225 -0
- package/dist/cjs/fileDoc.js +1 -0
- package/dist/cjs/fileGeneric.d.ts +43 -0
- package/dist/cjs/fileGeneric.js +1 -0
- package/dist/cjs/filePdf.d.ts +43 -0
- package/dist/cjs/filePdf.js +1 -0
- package/dist/cjs/filePpt.d.ts +60 -0
- package/dist/cjs/filePpt.js +1 -0
- package/dist/cjs/fileTxt.d.ts +43 -0
- package/dist/cjs/fileTxt.js +1 -0
- package/dist/cjs/fileXls.d.ts +105 -0
- package/dist/cjs/fileXls.js +1 -0
- package/dist/cjs/fileZip.d.ts +43 -0
- package/dist/cjs/fileZip.js +1 -0
- package/dist/cjs/index.d.ts +45 -0
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/logoGmail.d.ts +303 -0
- package/dist/cjs/logoGmail.js +15 -0
- package/dist/cjs/logoGoogle.d.ts +51 -0
- package/dist/cjs/logoGoogle.js +1 -0
- package/dist/cjs/logoMicrosoft.d.ts +51 -0
- package/dist/cjs/logoMicrosoft.js +1 -0
- package/dist/cjs/logoSlackColor.d.ts +459 -0
- package/dist/cjs/logoSlackColor.js +21 -0
- package/dist/cjs/sticky.d.ts +95 -0
- package/dist/cjs/sticky.js +15 -0
- package/dist/cjs/stickyRectangle.d.ts +123 -0
- package/dist/cjs/stickyRectangle.js +15 -0
- package/dist/cjs/stickyRound.d.ts +121 -0
- package/dist/cjs/stickyRound.js +15 -0
- package/dist/cjs/stickyRounded.d.ts +123 -0
- package/dist/cjs/stickyRounded.js +15 -0
- package/dist/cjs/voteAdd.d.ts +119 -0
- package/dist/cjs/voteAdd.js +9 -0
- package/dist/cjs/voteAnonymous.d.ts +137 -0
- package/dist/cjs/voteAnonymous.js +9 -0
- package/dist/cjs/voteRemove.d.ts +119 -0
- package/dist/cjs/voteRemove.js +9 -0
- package/dist/esm/brandSymbol.d.ts +265 -0
- package/dist/esm/brandSymbol.js +1 -0
- package/dist/esm/brandWordmark.d.ts +189 -0
- package/dist/esm/brandWordmark.js +1 -0
- package/dist/esm/checkboxCustom.d.ts +48 -0
- package/dist/esm/checkboxCustom.js +4 -0
- package/dist/esm/classic/brandSymbol.d.ts +132 -0
- package/dist/esm/classic/brandSymbol.js +1 -0
- package/dist/esm/classic/brandWordmark.d.ts +94 -0
- package/dist/esm/classic/brandWordmark.js +1 -0
- package/dist/esm/classic/drawEraser.d.ts +21 -0
- package/dist/esm/classic/drawEraser.js +1 -0
- package/dist/esm/classic/drawStrokeFine.d.ts +21 -0
- package/dist/esm/classic/drawStrokeFine.js +1 -0
- package/dist/esm/classic/drawStrokeHighlighter.d.ts +21 -0
- package/dist/esm/classic/drawStrokeHighlighter.js +1 -0
- package/dist/esm/classic/drawStrokeMedium.d.ts +21 -0
- package/dist/esm/classic/drawStrokeMedium.js +1 -0
- package/dist/esm/classic/drawStrokeUltraFine.d.ts +21 -0
- package/dist/esm/classic/drawStrokeUltraFine.js +1 -0
- package/dist/esm/classic/drawWeight10.d.ts +43 -0
- package/dist/esm/classic/drawWeight10.js +3 -0
- package/dist/esm/classic/drawWeight100.d.ts +43 -0
- package/dist/esm/classic/drawWeight100.js +3 -0
- package/dist/esm/classic/drawWeight20.d.ts +74 -0
- package/dist/esm/classic/drawWeight20.js +3 -0
- package/dist/esm/classic/drawWeight30.d.ts +43 -0
- package/dist/esm/classic/drawWeight30.js +3 -0
- package/dist/esm/classic/drawWeight40.d.ts +43 -0
- package/dist/esm/classic/drawWeight40.js +3 -0
- package/dist/esm/classic/drawWeight50.d.ts +43 -0
- package/dist/esm/classic/drawWeight50.js +3 -0
- package/dist/esm/classic/drawWeight60.d.ts +43 -0
- package/dist/esm/classic/drawWeight60.js +3 -0
- package/dist/esm/classic/drawWeight70.d.ts +43 -0
- package/dist/esm/classic/drawWeight70.js +3 -0
- package/dist/esm/classic/drawWeight80.d.ts +43 -0
- package/dist/esm/classic/drawWeight80.js +3 -0
- package/dist/esm/classic/drawWeight90.d.ts +43 -0
- package/dist/esm/classic/drawWeight90.js +3 -0
- package/dist/esm/classic/index.d.ts +26 -0
- package/dist/esm/classic/index.js +78 -0
- package/dist/esm/classic/logoGmail.d.ts +151 -0
- package/dist/esm/classic/logoGmail.js +8 -0
- package/dist/esm/classic/logoSlackColor.d.ts +229 -0
- package/dist/esm/classic/logoSlackColor.js +11 -0
- package/dist/esm/classic/sticky.d.ts +47 -0
- package/dist/esm/classic/sticky.js +8 -0
- package/dist/esm/classic/stickyRectangle.d.ts +61 -0
- package/dist/esm/classic/stickyRectangle.js +8 -0
- package/dist/esm/classic/stickyRound.d.ts +60 -0
- package/dist/esm/classic/stickyRound.js +8 -0
- package/dist/esm/classic/stickyRounded.d.ts +61 -0
- package/dist/esm/classic/stickyRounded.js +8 -0
- package/dist/esm/classic/voteAdd.d.ts +59 -0
- package/dist/esm/classic/voteAdd.js +5 -0
- package/dist/esm/classic/voteAnonymous.d.ts +68 -0
- package/dist/esm/classic/voteAnonymous.js +5 -0
- package/dist/esm/classic/voteRemove.d.ts +59 -0
- package/dist/esm/classic/voteRemove.js +5 -0
- package/dist/esm/colorBorder.d.ts +49 -0
- package/dist/esm/colorBorder.js +3 -0
- package/dist/esm/colorBorderMixed.d.ts +57 -0
- package/dist/esm/colorBorderMixed.js +1 -0
- package/dist/esm/colorBorderNone.d.ts +35 -0
- package/dist/esm/colorBorderNone.js +1 -0
- package/dist/esm/colorFill.d.ts +47 -0
- package/dist/esm/colorFill.js +3 -0
- package/dist/esm/colorFillMixed.d.ts +51 -0
- package/dist/esm/colorFillMixed.js +1 -0
- package/dist/esm/colorFillNone.d.ts +35 -0
- package/dist/esm/colorFillNone.js +1 -0
- package/dist/esm/colorPicker.d.ts +47 -0
- package/dist/esm/colorPicker.js +3 -0
- package/dist/esm/colorTransparent.d.ts +58 -0
- package/dist/esm/colorTransparent.js +11 -0
- package/dist/esm/customColors.d.ts +123 -0
- package/dist/esm/customColors.js +1 -0
- package/dist/esm/default/brandSymbol.d.ts +132 -0
- package/dist/esm/default/brandSymbol.js +1 -0
- package/dist/esm/default/brandWordmark.d.ts +94 -0
- package/dist/esm/default/brandWordmark.js +1 -0
- package/dist/esm/default/checkboxCustom.d.ts +46 -0
- package/dist/esm/default/checkboxCustom.js +4 -0
- package/dist/esm/default/colorBorder.d.ts +47 -0
- package/dist/esm/default/colorBorder.js +3 -0
- package/dist/esm/default/colorBorderMixed.d.ts +55 -0
- package/dist/esm/default/colorBorderMixed.js +1 -0
- package/dist/esm/default/colorBorderNone.d.ts +33 -0
- package/dist/esm/default/colorBorderNone.js +1 -0
- package/dist/esm/default/colorFill.d.ts +45 -0
- package/dist/esm/default/colorFill.js +3 -0
- package/dist/esm/default/colorFillMixed.d.ts +49 -0
- package/dist/esm/default/colorFillMixed.js +1 -0
- package/dist/esm/default/colorFillNone.d.ts +33 -0
- package/dist/esm/default/colorFillNone.js +1 -0
- package/dist/esm/default/colorPicker.d.ts +45 -0
- package/dist/esm/default/colorPicker.js +3 -0
- package/dist/esm/default/colorTransparent.d.ts +56 -0
- package/dist/esm/default/colorTransparent.js +11 -0
- package/dist/esm/default/customColors.d.ts +121 -0
- package/dist/esm/default/customColors.js +1 -0
- package/dist/esm/default/drawEraser.d.ts +54 -0
- package/dist/esm/default/drawEraser.js +5 -0
- package/dist/esm/default/drawStrokeFine.d.ts +83 -0
- package/dist/esm/default/drawStrokeFine.js +4 -0
- package/dist/esm/default/drawStrokeHighlighter.d.ts +53 -0
- package/dist/esm/default/drawStrokeHighlighter.js +4 -0
- package/dist/esm/default/drawStrokeMedium.d.ts +83 -0
- package/dist/esm/default/drawStrokeMedium.js +4 -0
- package/dist/esm/default/drawStrokeUltraFine.d.ts +85 -0
- package/dist/esm/default/drawStrokeUltraFine.js +4 -0
- package/dist/esm/default/drawWeight10.d.ts +52 -0
- package/dist/esm/default/drawWeight10.js +3 -0
- package/dist/esm/default/drawWeight100.d.ts +44 -0
- package/dist/esm/default/drawWeight100.js +3 -0
- package/dist/esm/default/drawWeight20.d.ts +44 -0
- package/dist/esm/default/drawWeight20.js +3 -0
- package/dist/esm/default/drawWeight30.d.ts +44 -0
- package/dist/esm/default/drawWeight30.js +3 -0
- package/dist/esm/default/drawWeight40.d.ts +44 -0
- package/dist/esm/default/drawWeight40.js +3 -0
- package/dist/esm/default/drawWeight50.d.ts +44 -0
- package/dist/esm/default/drawWeight50.js +3 -0
- package/dist/esm/default/drawWeight60.d.ts +44 -0
- package/dist/esm/default/drawWeight60.js +3 -0
- package/dist/esm/default/drawWeight70.d.ts +44 -0
- package/dist/esm/default/drawWeight70.js +3 -0
- package/dist/esm/default/drawWeight80.d.ts +44 -0
- package/dist/esm/default/drawWeight80.js +3 -0
- package/dist/esm/default/drawWeight90.d.ts +44 -0
- package/dist/esm/default/drawWeight90.js +3 -0
- package/dist/esm/default/fileDoc.d.ts +223 -0
- package/dist/esm/default/fileDoc.js +1 -0
- package/dist/esm/default/fileGeneric.d.ts +41 -0
- package/dist/esm/default/fileGeneric.js +1 -0
- package/dist/esm/default/filePdf.d.ts +41 -0
- package/dist/esm/default/filePdf.js +1 -0
- package/dist/esm/default/filePpt.d.ts +58 -0
- package/dist/esm/default/filePpt.js +1 -0
- package/dist/esm/default/fileTxt.d.ts +41 -0
- package/dist/esm/default/fileTxt.js +1 -0
- package/dist/esm/default/fileXls.d.ts +103 -0
- package/dist/esm/default/fileXls.js +1 -0
- package/dist/esm/default/fileZip.d.ts +41 -0
- package/dist/esm/default/fileZip.js +1 -0
- package/dist/esm/default/index.d.ts +45 -0
- package/dist/esm/default/index.js +113 -0
- package/dist/esm/default/logoGmail.d.ts +151 -0
- package/dist/esm/default/logoGmail.js +8 -0
- package/dist/esm/default/logoGoogle.d.ts +49 -0
- package/dist/esm/default/logoGoogle.js +1 -0
- package/dist/esm/default/logoMicrosoft.d.ts +49 -0
- package/dist/esm/default/logoMicrosoft.js +1 -0
- package/dist/esm/default/logoSlackColor.d.ts +229 -0
- package/dist/esm/default/logoSlackColor.js +11 -0
- package/dist/esm/default/sticky.d.ts +47 -0
- package/dist/esm/default/sticky.js +8 -0
- package/dist/esm/default/stickyRectangle.d.ts +61 -0
- package/dist/esm/default/stickyRectangle.js +8 -0
- package/dist/esm/default/stickyRound.d.ts +60 -0
- package/dist/esm/default/stickyRound.js +8 -0
- package/dist/esm/default/stickyRounded.d.ts +61 -0
- package/dist/esm/default/stickyRounded.js +8 -0
- package/dist/esm/default/voteAdd.d.ts +59 -0
- package/dist/esm/default/voteAdd.js +5 -0
- package/dist/esm/default/voteAnonymous.d.ts +68 -0
- package/dist/esm/default/voteAnonymous.js +5 -0
- package/dist/esm/default/voteRemove.d.ts +59 -0
- package/dist/esm/default/voteRemove.js +5 -0
- package/dist/esm/drawEraser.d.ts +76 -0
- package/dist/esm/drawEraser.js +5 -0
- package/dist/esm/drawStrokeFine.d.ts +105 -0
- package/dist/esm/drawStrokeFine.js +4 -0
- package/dist/esm/drawStrokeHighlighter.d.ts +75 -0
- package/dist/esm/drawStrokeHighlighter.js +4 -0
- package/dist/esm/drawStrokeMedium.d.ts +105 -0
- package/dist/esm/drawStrokeMedium.js +4 -0
- package/dist/esm/drawStrokeUltraFine.d.ts +107 -0
- package/dist/esm/drawStrokeUltraFine.js +4 -0
- package/dist/esm/drawWeight10.d.ts +96 -0
- package/dist/esm/drawWeight10.js +5 -0
- package/dist/esm/drawWeight100.d.ts +88 -0
- package/dist/esm/drawWeight100.js +5 -0
- package/dist/esm/drawWeight20.d.ts +119 -0
- package/dist/esm/drawWeight20.js +5 -0
- package/dist/esm/drawWeight30.d.ts +88 -0
- package/dist/esm/drawWeight30.js +5 -0
- package/dist/esm/drawWeight40.d.ts +88 -0
- package/dist/esm/drawWeight40.js +5 -0
- package/dist/esm/drawWeight50.d.ts +88 -0
- package/dist/esm/drawWeight50.js +5 -0
- package/dist/esm/drawWeight60.d.ts +88 -0
- package/dist/esm/drawWeight60.js +5 -0
- package/dist/esm/drawWeight70.d.ts +88 -0
- package/dist/esm/drawWeight70.js +5 -0
- package/dist/esm/drawWeight80.d.ts +88 -0
- package/dist/esm/drawWeight80.js +5 -0
- package/dist/esm/drawWeight90.d.ts +88 -0
- package/dist/esm/drawWeight90.js +5 -0
- package/dist/esm/fileDoc.d.ts +225 -0
- package/dist/esm/fileDoc.js +1 -0
- package/dist/esm/fileGeneric.d.ts +43 -0
- package/dist/esm/fileGeneric.js +1 -0
- package/dist/esm/filePdf.d.ts +43 -0
- package/dist/esm/filePdf.js +1 -0
- package/dist/esm/filePpt.d.ts +60 -0
- package/dist/esm/filePpt.js +1 -0
- package/dist/esm/fileTxt.d.ts +43 -0
- package/dist/esm/fileTxt.js +1 -0
- package/dist/esm/fileXls.d.ts +105 -0
- package/dist/esm/fileXls.js +1 -0
- package/dist/esm/fileZip.d.ts +43 -0
- package/dist/esm/fileZip.js +1 -0
- package/dist/esm/index.d.ts +45 -0
- package/dist/esm/index.js +190 -0
- package/dist/esm/logoGmail.d.ts +303 -0
- package/dist/esm/logoGmail.js +15 -0
- package/dist/esm/logoGoogle.d.ts +51 -0
- package/dist/esm/logoGoogle.js +1 -0
- package/dist/esm/logoMicrosoft.d.ts +51 -0
- package/dist/esm/logoMicrosoft.js +1 -0
- package/dist/esm/logoSlackColor.d.ts +459 -0
- package/dist/esm/logoSlackColor.js +21 -0
- package/dist/esm/sticky.d.ts +95 -0
- package/dist/esm/sticky.js +15 -0
- package/dist/esm/stickyRectangle.d.ts +123 -0
- package/dist/esm/stickyRectangle.js +15 -0
- package/dist/esm/stickyRound.d.ts +121 -0
- package/dist/esm/stickyRound.js +15 -0
- package/dist/esm/stickyRounded.d.ts +123 -0
- package/dist/esm/stickyRounded.js +15 -0
- package/dist/esm/voteAdd.d.ts +119 -0
- package/dist/esm/voteAdd.js +9 -0
- package/dist/esm/voteAnonymous.d.ts +137 -0
- package/dist/esm/voteAnonymous.js +9 -0
- package/dist/esm/voteRemove.d.ts +119 -0
- package/dist/esm/voteRemove.js +9 -0
- package/dist/svg/classic/brand-symbol.svg +21 -0
- package/dist/svg/classic/brand-wordmark.svg +11 -0
- package/dist/svg/classic/draw-eraser.svg +3 -0
- package/dist/svg/classic/draw-stroke-fine.svg +3 -0
- package/dist/svg/classic/draw-stroke-highlighter.svg +3 -0
- package/dist/svg/classic/draw-stroke-medium.svg +3 -0
- package/dist/svg/classic/draw-stroke-ultra-fine.svg +3 -0
- package/dist/svg/classic/draw-weight-10.svg +7 -0
- package/dist/svg/classic/draw-weight-100.svg +7 -0
- package/dist/svg/classic/draw-weight-20.svg +14 -0
- package/dist/svg/classic/draw-weight-30.svg +7 -0
- package/dist/svg/classic/draw-weight-40.svg +7 -0
- package/dist/svg/classic/draw-weight-50.svg +7 -0
- package/dist/svg/classic/draw-weight-60.svg +7 -0
- package/dist/svg/classic/draw-weight-70.svg +7 -0
- package/dist/svg/classic/draw-weight-80.svg +7 -0
- package/dist/svg/classic/draw-weight-90.svg +7 -0
- package/dist/svg/classic/logo-gmail.svg +61 -0
- package/dist/svg/classic/logo-slack-color.svg +120 -0
- package/dist/svg/classic/sticky-rectangle.svg +22 -0
- package/dist/svg/classic/sticky-round.svg +23 -0
- package/dist/svg/classic/sticky-rounded.svg +22 -0
- package/dist/svg/classic/sticky.svg +22 -0
- package/dist/svg/classic/vote-add.svg +18 -0
- package/dist/svg/classic/vote-anonymous.svg +18 -0
- package/dist/svg/classic/vote-remove.svg +18 -0
- package/dist/svg/default/brand-symbol.svg +21 -0
- package/dist/svg/default/brand-wordmark.svg +11 -0
- package/dist/svg/default/checkbox-custom.svg +8 -0
- package/dist/svg/default/color-border-mixed.svg +6 -0
- package/dist/svg/default/color-border-none.svg +4 -0
- package/dist/svg/default/color-border.svg +7 -0
- package/dist/svg/default/color-fill-mixed.svg +6 -0
- package/dist/svg/default/color-fill-none.svg +4 -0
- package/dist/svg/default/color-fill.svg +7 -0
- package/dist/svg/default/color-picker.svg +7 -0
- package/dist/svg/default/color-transparent.svg +16 -0
- package/dist/svg/default/custom-colors.svg +14 -0
- package/dist/svg/default/draw-eraser.svg +10 -0
- package/dist/svg/default/draw-stroke-fine.svg +16 -0
- package/dist/svg/default/draw-stroke-highlighter.svg +9 -0
- package/dist/svg/default/draw-stroke-medium.svg +16 -0
- package/dist/svg/default/draw-stroke-ultra-fine.svg +16 -0
- package/dist/svg/default/draw-weight-10.svg +8 -0
- package/dist/svg/default/draw-weight-100.svg +7 -0
- package/dist/svg/default/draw-weight-20.svg +7 -0
- package/dist/svg/default/draw-weight-30.svg +7 -0
- package/dist/svg/default/draw-weight-40.svg +7 -0
- package/dist/svg/default/draw-weight-50.svg +7 -0
- package/dist/svg/default/draw-weight-60.svg +7 -0
- package/dist/svg/default/draw-weight-70.svg +7 -0
- package/dist/svg/default/draw-weight-80.svg +7 -0
- package/dist/svg/default/draw-weight-90.svg +7 -0
- package/dist/svg/default/file-doc.svg +30 -0
- package/dist/svg/default/file-generic.svg +5 -0
- package/dist/svg/default/file-pdf.svg +5 -0
- package/dist/svg/default/file-ppt.svg +7 -0
- package/dist/svg/default/file-txt.svg +5 -0
- package/dist/svg/default/file-xls.svg +12 -0
- package/dist/svg/default/file-zip.svg +5 -0
- package/dist/svg/default/logo-gmail.svg +61 -0
- package/dist/svg/default/logo-google.svg +6 -0
- package/dist/svg/default/logo-microsoft.svg +6 -0
- package/dist/svg/default/logo-slack-color.svg +120 -0
- package/dist/svg/default/sticky-rectangle.svg +22 -0
- package/dist/svg/default/sticky-round.svg +23 -0
- package/dist/svg/default/sticky-rounded.svg +22 -0
- package/dist/svg/default/sticky.svg +22 -0
- package/dist/svg/default/vote-add.svg +18 -0
- package/dist/svg/default/vote-anonymous.svg +18 -0
- package/dist/svg/default/vote-remove.svg +18 -0
- package/dist/types/brandSymbol.d.ts +265 -0
- package/dist/types/brandWordmark.d.ts +189 -0
- package/dist/types/checkboxCustom.d.ts +48 -0
- package/dist/types/classic/brandSymbol.d.ts +132 -0
- package/dist/types/classic/brandWordmark.d.ts +94 -0
- package/dist/types/classic/drawEraser.d.ts +21 -0
- package/dist/types/classic/drawStrokeFine.d.ts +21 -0
- package/dist/types/classic/drawStrokeHighlighter.d.ts +21 -0
- package/dist/types/classic/drawStrokeMedium.d.ts +21 -0
- package/dist/types/classic/drawStrokeUltraFine.d.ts +21 -0
- package/dist/types/classic/drawWeight10.d.ts +43 -0
- package/dist/types/classic/drawWeight100.d.ts +43 -0
- package/dist/types/classic/drawWeight20.d.ts +74 -0
- package/dist/types/classic/drawWeight30.d.ts +43 -0
- package/dist/types/classic/drawWeight40.d.ts +43 -0
- package/dist/types/classic/drawWeight50.d.ts +43 -0
- package/dist/types/classic/drawWeight60.d.ts +43 -0
- package/dist/types/classic/drawWeight70.d.ts +43 -0
- package/dist/types/classic/drawWeight80.d.ts +43 -0
- package/dist/types/classic/drawWeight90.d.ts +43 -0
- package/dist/types/classic/index.d.ts +26 -0
- package/dist/types/classic/logoGmail.d.ts +151 -0
- package/dist/types/classic/logoSlackColor.d.ts +229 -0
- package/dist/types/classic/sticky.d.ts +47 -0
- package/dist/types/classic/stickyRectangle.d.ts +61 -0
- package/dist/types/classic/stickyRound.d.ts +60 -0
- package/dist/types/classic/stickyRounded.d.ts +61 -0
- package/dist/types/classic/voteAdd.d.ts +59 -0
- package/dist/types/classic/voteAnonymous.d.ts +68 -0
- package/dist/types/classic/voteRemove.d.ts +59 -0
- package/dist/types/colorBorder.d.ts +49 -0
- package/dist/types/colorBorderMixed.d.ts +57 -0
- package/dist/types/colorBorderNone.d.ts +35 -0
- package/dist/types/colorFill.d.ts +47 -0
- package/dist/types/colorFillMixed.d.ts +51 -0
- package/dist/types/colorFillNone.d.ts +35 -0
- package/dist/types/colorPicker.d.ts +47 -0
- package/dist/types/colorTransparent.d.ts +58 -0
- package/dist/types/customColors.d.ts +123 -0
- package/dist/types/default/brandSymbol.d.ts +132 -0
- package/dist/types/default/brandWordmark.d.ts +94 -0
- package/dist/types/default/checkboxCustom.d.ts +46 -0
- package/dist/types/default/colorBorder.d.ts +47 -0
- package/dist/types/default/colorBorderMixed.d.ts +55 -0
- package/dist/types/default/colorBorderNone.d.ts +33 -0
- package/dist/types/default/colorFill.d.ts +45 -0
- package/dist/types/default/colorFillMixed.d.ts +49 -0
- package/dist/types/default/colorFillNone.d.ts +33 -0
- package/dist/types/default/colorPicker.d.ts +45 -0
- package/dist/types/default/colorTransparent.d.ts +56 -0
- package/dist/types/default/customColors.d.ts +121 -0
- package/dist/types/default/drawEraser.d.ts +54 -0
- package/dist/types/default/drawStrokeFine.d.ts +83 -0
- package/dist/types/default/drawStrokeHighlighter.d.ts +53 -0
- package/dist/types/default/drawStrokeMedium.d.ts +83 -0
- package/dist/types/default/drawStrokeUltraFine.d.ts +85 -0
- package/dist/types/default/drawWeight10.d.ts +52 -0
- package/dist/types/default/drawWeight100.d.ts +44 -0
- package/dist/types/default/drawWeight20.d.ts +44 -0
- package/dist/types/default/drawWeight30.d.ts +44 -0
- package/dist/types/default/drawWeight40.d.ts +44 -0
- package/dist/types/default/drawWeight50.d.ts +44 -0
- package/dist/types/default/drawWeight60.d.ts +44 -0
- package/dist/types/default/drawWeight70.d.ts +44 -0
- package/dist/types/default/drawWeight80.d.ts +44 -0
- package/dist/types/default/drawWeight90.d.ts +44 -0
- package/dist/types/default/fileDoc.d.ts +223 -0
- package/dist/types/default/fileGeneric.d.ts +41 -0
- package/dist/types/default/filePdf.d.ts +41 -0
- package/dist/types/default/filePpt.d.ts +58 -0
- package/dist/types/default/fileTxt.d.ts +41 -0
- package/dist/types/default/fileXls.d.ts +103 -0
- package/dist/types/default/fileZip.d.ts +41 -0
- package/dist/types/default/index.d.ts +45 -0
- package/dist/types/default/logoGmail.d.ts +151 -0
- package/dist/types/default/logoGoogle.d.ts +49 -0
- package/dist/types/default/logoMicrosoft.d.ts +49 -0
- package/dist/types/default/logoSlackColor.d.ts +229 -0
- package/dist/types/default/sticky.d.ts +47 -0
- package/dist/types/default/stickyRectangle.d.ts +61 -0
- package/dist/types/default/stickyRound.d.ts +60 -0
- package/dist/types/default/stickyRounded.d.ts +61 -0
- package/dist/types/default/voteAdd.d.ts +59 -0
- package/dist/types/default/voteAnonymous.d.ts +68 -0
- package/dist/types/default/voteRemove.d.ts +59 -0
- package/dist/types/drawEraser.d.ts +76 -0
- package/dist/types/drawStrokeFine.d.ts +105 -0
- package/dist/types/drawStrokeHighlighter.d.ts +75 -0
- package/dist/types/drawStrokeMedium.d.ts +105 -0
- package/dist/types/drawStrokeUltraFine.d.ts +107 -0
- package/dist/types/drawWeight10.d.ts +96 -0
- package/dist/types/drawWeight100.d.ts +88 -0
- package/dist/types/drawWeight20.d.ts +119 -0
- package/dist/types/drawWeight30.d.ts +88 -0
- package/dist/types/drawWeight40.d.ts +88 -0
- package/dist/types/drawWeight50.d.ts +88 -0
- package/dist/types/drawWeight60.d.ts +88 -0
- package/dist/types/drawWeight70.d.ts +88 -0
- package/dist/types/drawWeight80.d.ts +88 -0
- package/dist/types/drawWeight90.d.ts +88 -0
- package/dist/types/fileDoc.d.ts +225 -0
- package/dist/types/fileGeneric.d.ts +43 -0
- package/dist/types/filePdf.d.ts +43 -0
- package/dist/types/filePpt.d.ts +60 -0
- package/dist/types/fileTxt.d.ts +43 -0
- package/dist/types/fileXls.d.ts +105 -0
- package/dist/types/fileZip.d.ts +43 -0
- package/dist/types/index.d.ts +45 -0
- package/dist/types/logoGmail.d.ts +303 -0
- package/dist/types/logoGoogle.d.ts +51 -0
- package/dist/types/logoMicrosoft.d.ts +51 -0
- package/dist/types/logoSlackColor.d.ts +459 -0
- package/dist/types/sticky.d.ts +95 -0
- package/dist/types/stickyRectangle.d.ts +123 -0
- package/dist/types/stickyRound.d.ts +121 -0
- package/dist/types/stickyRounded.d.ts +123 -0
- package/dist/types/voteAdd.d.ts +119 -0
- package/dist/types/voteAnonymous.d.ts +137 -0
- package/dist/types/voteRemove.d.ts +119 -0
- package/package.json +1 -0
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
var e={classic:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 35 28","data-mrl-svg-name":"brandSymbol"},children:[{name:"g",type:"element",value:"",attributes:{"clip-path":"url(#mrl-brand-symbol-clip-1)"},children:[{name:"g",type:"element",value:"",attributes:{"clip-path":"url(#mrl-brand-symbol-clip-2)"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#000",d:"M34.96 8.225h-5.052V27.96h5.053V8.225Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#FF4B4B",d:"M8.04 5.21c1.63 0 2.947 1.36 2.947 3.015h5.052c0-4.51-3.592-8.185-8-8.185-4.408 0-8 3.675-8 8.185h5.053c0-1.656 1.316-3.015 2.947-3.015Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#5887FF",d:"M10.987 27.96h5.052V8.225h-5.052V27.96Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#FA0",d:"M24.013 27.946v-5.155H16.04v5.169l7.973-.014Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#00843F",d:"M24.013 8.225c0-1.67 1.33-3.015 2.947-3.015V.04c-4.407 0-8 3.675-8 8.185v14.566h5.053V8.225Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#FC83FF",d:"M29.908 8.225h5.053c0-4.51-3.593-8.185-8-8.185v5.17c1.631 0 2.947 1.346 2.947 3.015Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#000",d:"M5.092 8.225H.039V27.96h5.053V8.225Z"},children:[]}]}]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"clipPath",type:"element",value:"",attributes:{id:"mrl-brand-symbol-clip-1"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M0 0h35v28H0z"},children:[]}]},{name:"clipPath",type:"element",value:"",attributes:{id:"mrl-brand-symbol-clip-2"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M0 0h35v28H0z"},children:[]}]}]}]},default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 35 28","data-mrl-svg-name":"brandSymbol"},children:[{name:"g",type:"element",value:"",attributes:{"clip-path":"url(#mrl-brand-symbol-clip-1)"},children:[{name:"g",type:"element",value:"",attributes:{"clip-path":"url(#mrl-brand-symbol-clip-2)"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#000",d:"M34.96 8.225h-5.052V27.96h5.053V8.225Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#FF4B4B",d:"M8.04 5.21c1.63 0 2.947 1.36 2.947 3.015h5.052c0-4.51-3.592-8.185-8-8.185-4.408 0-8 3.675-8 8.185h5.053c0-1.656 1.316-3.015 2.947-3.015Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#5887FF",d:"M10.987 27.96h5.052V8.225h-5.052V27.96Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#FA0",d:"M24.013 27.946v-5.155H16.04v5.169l7.973-.014Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#00843F",d:"M24.013 8.225c0-1.67 1.33-3.015 2.947-3.015V.04c-4.407 0-8 3.675-8 8.185v14.566h5.053V8.225Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#FC83FF",d:"M29.908 8.225h5.053c0-4.51-3.593-8.185-8-8.185v5.17c1.631 0 2.947 1.346 2.947 3.015Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#000",d:"M5.092 8.225H.039V27.96h5.053V8.225Z"},children:[]}]}]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"clipPath",type:"element",value:"",attributes:{id:"mrl-brand-symbol-clip-1"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M0 0h35v28H0z"},children:[]}]},{name:"clipPath",type:"element",value:"",attributes:{id:"mrl-brand-symbol-clip-2"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M0 0h35v28H0z"},children:[]}]}]}]}};var t={classic:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 99 30","data-mrl-svg-name":"brandWordmark"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#00843F",d:"M80.557 29.328c-5.36 0-9.722-4.577-9.722-10.194 0-5.617 4.361-10.194 9.722-10.194 5.36 0 9.721 4.577 9.721 10.194 0 5.617-4.374 10.194-9.721 10.194Zm.594-15.73c-2.836 0-5.131 2.484-5.131 5.522 0 3.052 2.309 5.523 5.13 5.523 2.823 0 5.132-2.484 5.132-5.523 0-3.038-2.31-5.522-5.131-5.522Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#000",d:"M35.836 9.21h-5.185v19.794h5.185V9.21Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#FF4B4B",d:"M11.234 29.004V9.21A3.028 3.028 0 0 0 8.21 6.185 3.02 3.02 0 0 0 5.185 9.21H0c0-4.524 3.686-8.197 8.21-8.197 4.523 0 8.21 3.687 8.21 8.21v14.61h3.01V9.21c0-4.524 3.686-8.21 8.21-8.21 4.523 0 8.21 3.686 8.21 8.21h-5.186a3.028 3.028 0 0 0-3.024-3.025 3.028 3.028 0 0 0-3.025 3.025v19.794h-13.38Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#000",d:"M5.185 9.21H0v19.794h5.185V9.21Zm50.702 0h-5.185v11.166h5.185V9.21Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#5887FF",d:"M46.908 29.328c-4.942 0-8.966-4.023-8.966-8.965h5.185c0 2.08 1.702 3.78 3.781 3.78 2.08 0 3.78-1.7 3.78-3.78h5.186c0 4.942-4.024 8.965-8.966 8.965Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#000",d:"M43.141 9.21h-5.185v11.166h5.185V9.21Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#FC83FF",d:"M98.772 1.324h-5.185V9.21h5.185V1.324Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#000",d:"M91.467 9.21h-5.185v19.794h5.185V9.21Zm7.305 0h-5.185v19.794h5.185V9.21Zm-35.58 5.171h-5.185v14.61h5.185V14.38Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#FA0",d:"M70.767 9.21h-12.76v5.185h12.76V9.21Z"},children:[]}]},default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 99 30","data-mrl-svg-name":"brandWordmark"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#00843F",d:"M80.557 29.328c-5.36 0-9.722-4.577-9.722-10.194 0-5.617 4.361-10.194 9.722-10.194 5.36 0 9.721 4.577 9.721 10.194 0 5.617-4.374 10.194-9.721 10.194Zm.594-15.73c-2.836 0-5.131 2.484-5.131 5.522 0 3.052 2.309 5.523 5.13 5.523 2.823 0 5.132-2.484 5.132-5.523 0-3.038-2.31-5.522-5.131-5.522Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#000",d:"M35.836 9.21h-5.185v19.794h5.185V9.21Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#FF4B4B",d:"M11.234 29.004V9.21A3.028 3.028 0 0 0 8.21 6.185 3.02 3.02 0 0 0 5.185 9.21H0c0-4.524 3.686-8.197 8.21-8.197 4.523 0 8.21 3.687 8.21 8.21v14.61h3.01V9.21c0-4.524 3.686-8.21 8.21-8.21 4.523 0 8.21 3.686 8.21 8.21h-5.186a3.028 3.028 0 0 0-3.024-3.025 3.028 3.028 0 0 0-3.025 3.025v19.794h-13.38Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#000",d:"M5.185 9.21H0v19.794h5.185V9.21Zm50.702 0h-5.185v11.166h5.185V9.21Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#5887FF",d:"M46.908 29.328c-4.942 0-8.966-4.023-8.966-8.965h5.185c0 2.08 1.702 3.78 3.781 3.78 2.08 0 3.78-1.7 3.78-3.78h5.186c0 4.942-4.024 8.965-8.966 8.965Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#000",d:"M43.141 9.21h-5.185v11.166h5.185V9.21Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#FC83FF",d:"M98.772 1.324h-5.185V9.21h5.185V1.324Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#000",d:"M91.467 9.21h-5.185v19.794h5.185V9.21Zm7.305 0h-5.185v19.794h5.185V9.21Zm-35.58 5.171h-5.185v14.61h5.185V14.38Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#FA0",d:"M70.767 9.21h-12.76v5.185h12.76V9.21Z"},children:[]}]}};var l={classic:{name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor","data-mrl-svg-name":"drawEraser"},children:[{name:"path",type:"element",value:"",attributes:{d:"M19 13V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v7H4v11h16V13h-1zM6 6c0-.6.4-1 1-1h10c.6 0 1 .4 1 1v7H6V6z"},children:[]}]},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":"drawEraser"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
2
|
+
.mrl-picto-draw-pen { fill: #BBBBBB; }
|
|
3
|
+
.mrl-picto-draw-eraser-tip { fill: #DEDEDE; }
|
|
4
|
+
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
5
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-draw-pen",d:"M4 7a5 5 0 0 1 5-5h6a5 5 0 0 1 5 5v13.75c0 .69-.56 1.25-1.25 1.25H5.25C4.56 22 4 21.44 4 20.75V7Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-draw-eraser-tip",d:"M9 2a5 5 0 0 0-5 5v5h16V7a5 5 0 0 0-5-5H9Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M9 0a7 7 0 0 0-7 7v13.75A3.25 3.25 0 0 0 5.25 24h13.5A3.25 3.25 0 0 0 22 20.75V7a7 7 0 0 0-7-7H9Zm0 2a5 5 0 0 0-5 5v13.75c0 .69.56 1.25 1.25 1.25h13.5c.69 0 1.25-.56 1.25-1.25V7a5 5 0 0 0-5-5H9Z","clip-rule":"evenodd"},children:[]}]}};var a={classic:{name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor","data-mrl-svg-name":"drawStrokeFine"},children:[{name:"path",type:"element",value:"",attributes:{d:"M16 9V5H8v4s-2 2-2 6v3h12v-3c0-4-2-6-2-6zM6 19h12v5H6zM14 4c0-2.7-2-4-2-4s-2 1.3-2 4h4z"},children:[]}]},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":"drawStrokeFine"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
6
|
+
.mrl-picto-draw-pen { fill: #BBBBBB; }
|
|
7
|
+
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
8
|
+
`,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{"clip-path":"url(#mrl-draw-fine-path)"},children:[{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-draw-pen",d:"M17.206 22H6.794A2 2 0 0 1 4.9 19.355l5.68-16.684c.461-1.355 2.379-1.355 2.84 0l5.68 16.684A2 2 0 0 1 17.206 22Z"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M16.596 12H7.404l3.176-9.329c.461-1.355 2.379-1.355 2.84 0L16.596 12Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"m20.788 18.786-5.55-16.448c-1.052-3.117-5.424-3.117-6.476 0L5.66 11.535l-.007.02-2.44 7.231C2.348 21.344 4.233 24 6.912 24h10.176c2.678 0 4.564-2.656 3.7-5.214Zm-1.688.57A2 2 0 0 1 17.206 22H6.794A2 2 0 0 1 4.9 19.355l5.68-16.684c.461-1.355 2.379-1.355 2.84 0l5.68 16.684Z","clip-rule":"evenodd"},children:[]}]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"clipPath",type:"element",value:"",attributes:{id:"mrl-draw-fine-path"},children:[{name:"path",type:"element",value:"",attributes:{d:"M0 0h24v24H0z"},children:[]}]}]}]}};var r={classic:{name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor","data-mrl-svg-name":"drawStrokeHighlighter"},children:[{name:"path",type:"element",value:"",attributes:{d:"M15 0 9 3v3h6zM2 19h20v5H2zM16 8V7H8v1s0 9-6 9v1h20v-1c-6 0-6-9-6-9z"},children:[]}]},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":"drawStrokeHighlighter"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
9
|
+
.mrl-picto-draw-pen { fill: #BBBBBB; }
|
|
10
|
+
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
11
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{d:"M21.035 12H3.125l.72-5.599c.182-1.201 1.17-2.166 2.463-2.404l10.598-1.95c1.478-.272 2.893.673 3.072 2.05L21.034 12Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-draw-pen",d:"M3.123 12 2.02 19.725C1.848 20.927 2.809 22 4.057 22h15.886c1.232 0 2.188-1.047 2.042-2.236L21.035 12H3.123Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"m23.02 11.746.95 7.775c.3 2.443-1.656 4.479-4.027 4.479H4.057C1.656 24-.313 21.912.04 19.442l1.12-7.847.704-5.47.004-.022C2.19 3.968 3.905 2.406 5.946 2.03L16.544.08c2.442-.45 5.068 1.087 5.416 3.755l.001.005 1.058 7.906Zm-3.042-7.65L21.035 12l.95 7.764c.146 1.19-.81 2.236-2.042 2.236H4.057c-1.248 0-2.209-1.073-2.037-2.275L3.123 12h.002l.72-5.599c.182-1.201 1.17-2.166 2.463-2.404l10.598-1.95c1.478-.272 2.893.673 3.072 2.05Z","clip-rule":"evenodd"},children:[]}]}};var n={classic:{name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor","data-mrl-svg-name":"drawStrokeMedium"},children:[{name:"path",type:"element",value:"",attributes:{d:"M4 19h16v5H4zM19 16 16 6H8L5 16v2h14zM12 0c-1.7 0-3 1.7-3 5h6c0-3.3-1.3-5-3-5z"},children:[]}]},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":"drawStrokeMedium"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
12
|
+
.mrl-picto-draw-pen { fill: #BBBBBB; }
|
|
13
|
+
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
14
|
+
`,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{"clip-path":"url(#mrl-draw-medium-path)"},children:[{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-draw-pen",d:"M3.616 19.54a2 2 0 0 0 1.941 2.483h12.886a2 2 0 0 0 1.94-2.482L17.12 6.395H6.88L3.616 19.541Z"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M18.5 12h-13l1.502-6.585A4.5 4.5 0 0 1 11.369 2h1.262a4.5 4.5 0 0 1 4.367 3.415L18.5 12Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"m5.056 4.952.005-.02A6.5 6.5 0 0 1 11.369 0h1.262a6.5 6.5 0 0 1 6.308 4.933l.005.019 1.37 6.009 2.01 8.098a4 4 0 0 1-3.881 4.963H5.557a4 4 0 0 1-3.882-4.963l2.009-8.091 1.372-6.016Zm.574 6.48L3.616 19.54a2 2 0 0 0 1.941 2.482h12.886a2 2 0 0 0 1.94-2.482l-2.014-8.117-1.37-6.009A4.5 4.5 0 0 0 12.63 2h-1.26a4.5 4.5 0 0 0-4.367 3.415L5.63 11.431Z","clip-rule":"evenodd"},children:[]}]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"clipPath",type:"element",value:"",attributes:{id:"mrl-draw-medium-path"},children:[{name:"path",type:"element",value:"",attributes:{d:"M0 0h24v24H0z"},children:[]}]}]}]}};var c={classic:{name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor","data-mrl-svg-name":"drawStrokeUltraFine"},children:[{name:"path",type:"element",value:"",attributes:{d:"M7 19h10v5H7zM16 17v-5l-1-2V6H9v4l-1 2v5l-1 1h10zM11 0h2v4h-2zM9 6h6l-1-1h-4z"},children:[]}]},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":"drawStrokeUltraFine"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
15
|
+
.mrl-picto-draw-pen { fill: #BBBBBB; }
|
|
16
|
+
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
17
|
+
`,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{"clip-path":"url(#draw-stroke-ultra-fine-a)"},children:[{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-draw-pen",d:"M8.001 22.05h8.56a2 2 0 0 0 1.909-2.597L14.282 6.05H10.28L6.092 19.453a2 2 0 0 0 1.91 2.597Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M16.157 12.05H8.405l2.92-9.348c.293-.936 1.617-.936 1.91 0l2.92 9.348Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"m18.066 11.454 2.313 7.403c.805 2.576-1.12 5.193-3.818 5.193H8c-2.698 0-4.622-2.617-3.818-5.193l2.313-7.402v-.002l2.922-9.348c.877-2.807 4.85-2.807 5.727 0l2.92 9.348Zm.404 8a2 2 0 0 1-1.91 2.596H8.002a2 2 0 0 1-1.909-2.597l5.235-16.751c.292-.936 1.616-.936 1.909 0l5.234 16.752Z","clip-rule":"evenodd"},children:[]}]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"clipPath",type:"element",value:"",attributes:{id:"draw-stroke-ultra-fine-a"},children:[{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset",d:"M0 0h24v24H0z"},children:[]}]}]}]}};var i={classic:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight10"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
18
|
+
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
19
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M2.512 6.736c8.915-4.33 14.837-4.886 16.09-.428.665 2.372-.215 4.477-2.314 6.93l-.247.286c-.223.252-1.743 1.881-2.04 2.253-.407.509-.482.73-.448.769.484.55.96.519 2.461-.158l.458-.211c1.11-.521 1.74-.752 2.477-.828.82-.084 1.573.095 2.263.586.65.463.888 1.195.817 2.067-.036.447-.15.91-.319 1.376a6.328 6.328 0 0 1-.328.765.554.554 0 1 1-.98-.517l.092-.19c.052-.117.113-.265.175-.435.137-.38.23-.752.256-1.088.043-.52-.072-.874-.355-1.075-.462-.33-.947-.445-1.507-.387-.47.049-.92.191-1.617.499l-1.017.466c-1.958.877-2.77.93-3.708-.14-.534-.606-.303-1.294.415-2.191l.176-.207c.519-.596 1.725-1.891 1.899-2.088 2.05-2.321 2.885-4.183 2.324-6.182-.958-3.41-6.223-2.914-14.539 1.125a.554.554 0 1 1-.484-.997Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset",d:"M1.988 5.657A1.754 1.754 0 0 0 3.52 8.812l.834-.397C11.598 5.022 15.77 4.76 16.38 6.932c.39 1.39-.12 2.788-1.838 4.798l-.259.297-1.525 1.668c-.14.154-.257.286-.351.394l-.187.221c-1.112 1.388-1.391 2.633-.4 3.76 1.333 1.516 2.644 1.541 5.1.441l1.026-.47c.587-.26.922-.364 1.24-.396l.135-.008a.86.86 0 0 1 .343.06l.083.04-.014.044-.004.035a3.15 3.15 0 0 1-.189.778l-.094.241a4.273 4.273 0 0 1-.047.108l-.078.162c-.433.819-.104 1.88.753 2.331a1.754 1.754 0 0 0 2.37-.734 7.53 7.53 0 0 0 .395-.916c.21-.581.343-1.144.387-1.687.105-1.306-.318-2.43-1.318-3.142-.918-.653-1.96-.917-3.082-.802l-.214.026c-.555.077-1.07.226-1.75.508l-.432.187.51-.558.254-.292c2.456-2.873 3.325-5.33 2.563-8.043C18.238.583 11.843.87 1.988 5.657Zm16.613.651c.666 2.372-.214 4.477-2.313 6.93l-.247.286c-.223.252-1.743 1.881-2.04 2.253-.407.509-.482.73-.448.769.484.55.96.519 2.461-.158l.458-.211c1.11-.521 1.74-.752 2.477-.828.82-.084 1.573.095 2.263.586.65.463.888 1.195.817 2.067-.036.447-.15.91-.319 1.376a6.328 6.328 0 0 1-.328.765.554.554 0 1 1-.98-.517l.092-.19c.052-.117.113-.265.175-.435.137-.38.23-.752.256-1.088.043-.52-.072-.874-.355-1.075-.462-.33-.947-.445-1.507-.387-.47.049-.92.191-1.617.499l-1.017.466c-1.958.877-2.77.93-3.708-.14-.534-.606-.303-1.294.415-2.191l.176-.207.49-.55c.567-.625 1.279-1.39 1.409-1.538 2.05-2.321 2.885-4.183 2.324-6.182-.958-3.41-6.223-2.914-14.539 1.125a.554.554 0 1 1-.484-.997l.854-.407c8.438-3.953 14.023-4.335 15.235-.021Z"},children:[]}]},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":"drawWeight10"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
20
|
+
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
21
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{d:"M19.383 3.019a.464.464 0 0 1 .316.574c-.365 1.257-.899 2.13-1.567 2.707-.672.58-1.44.83-2.21.91-.76.079-1.538-.006-2.242-.1l-.395-.056a17.17 17.17 0 0 0-1.132-.135l.026.027c.384.412 1.022.963 1.766 1.606l.001.001.412.357c.902.783 1.893 1.662 2.659 2.51.383.424.721.853.966 1.269.24.41.416.848.416 1.283 0 .306-.074.595-.259.83s-.44.366-.708.43c-.508.122-1.158.027-1.832-.15-1.372-.363-3.167-1.167-4.892-1.976l-1.112-.525c-1.335-.633-2.572-1.22-3.513-1.576-.509-.192-.876-.295-1.104-.32.06.124.185.301.404.535.265.284.627.608 1.064.969.628.518 1.384 1.087 2.195 1.699.324.243.655.493.992.75 1.17.89 2.38 1.847 3.38 2.806.992.95 1.827 1.948 2.19 2.931a.464.464 0 1 1-.87.322c-.286-.776-.99-1.653-1.961-2.583-.961-.92-2.135-1.85-3.302-2.739-.325-.247-.65-.492-.97-.733-.818-.617-1.6-1.206-2.244-1.737a12.46 12.46 0 0 1-1.152-1.051c-.294-.315-.55-.653-.65-.993-.067-.222-.104-.525.078-.784.185-.264.482-.32.69-.327.415-.013.985.16 1.588.387.98.371 2.266.98 3.606 1.616.36.17.723.343 1.085.513 1.738.816 3.458 1.58 4.735 1.918.652.172 1.11.21 1.379.146.121-.03.171-.071.195-.101.023-.03.06-.1.06-.257 0-.196-.083-.465-.288-.813-.2-.34-.494-.717-.855-1.117-.723-.8-1.673-1.646-2.578-2.431l-.402-.348c-.74-.64-1.426-1.232-1.847-1.683a3.537 3.537 0 0 1-.328-.397 1.117 1.117 0 0 1-.2-.453.613.613 0 0 1 .273-.62c.175-.114.382-.133.54-.133.513 0 1.091.082 1.655.162l.046.007.317.044c.698.094 1.38.163 2.022.097.631-.066 1.205-.262 1.699-.689.497-.43.953-1.126 1.283-2.263a.464.464 0 0 1 .575-.316Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M19.661 2.058a1.464 1.464 0 0 0-1.814.998c-.292 1.008-.664 1.516-.976 1.786-.302.26-.666.4-1.149.45-.512.054-1.091 0-1.784-.093a53.203 53.203 0 0 1-.311-.043l-.082-.012c-.538-.076-1.175-.166-1.76-.166-.21 0-.66.018-1.083.294a1.613 1.613 0 0 0-.717 1.606 2.1 2.1 0 0 0 .363.872c.128.185.279.36.422.513.459.49 1.175 1.11 1.883 1.722l.044.037.398.345c.907.786 1.813 1.596 2.49 2.345.155.171.29.33.405.478-1.167-.325-2.761-1.03-4.463-1.83-.36-.168-.722-.34-1.082-.51l-.033-.016c-1.315-.623-2.629-1.247-3.647-1.632-.59-.223-1.334-.47-1.972-.451-.313.009-1.008.096-1.468.736l-.044-.006.02.041c-.433.634-.298 1.31-.206 1.623.17.575.565 1.055.88 1.392.349.373.784.759 1.246 1.14a69.605 69.605 0 0 0 2.266 1.754l.012.01c.32.24.643.484.966.73 1.163.887 2.299 1.787 3.216 2.665.949.91 1.511 1.655 1.715 2.207a1.464 1.464 0 1 0 2.746-1.014c-.445-1.207-1.423-2.336-2.436-3.307-.899-.86-1.948-1.71-2.97-2.499 1.583.736 3.264 1.47 4.609 1.825.697.185 1.555.34 2.32.157a2.243 2.243 0 0 0 1.261-.785c.359-.456.473-.982.473-1.447 0-.693-.274-1.315-.555-1.791-.292-.497-.68-.982-1.085-1.432-.783-.867-1.772-1.749-2.648-2.51.3.005.606-.004.914-.036.919-.095 1.897-.4 2.76-1.147.854-.738 1.471-1.799 1.874-3.185a1.464 1.464 0 0 0-.998-1.814Zm-.279.96a.464.464 0 0 1 .316.576C19.334 4.85 18.8 5.723 18.131 6.3c-.671.58-1.44.83-2.21.91-.76.079-1.537-.005-2.241-.1a72.928 72.928 0 0 1-.395-.055 10.086 10.086 0 0 1-.88-.18 7.29 7.29 0 0 0-.195-.046c-.204-.044-.032.118-.032.118.385.41 1.023.962 1.767 1.605l.413.358c.902.783 1.892 1.662 2.658 2.51.383.424.722.853.967 1.27.24.409.416.848.416 1.283 0 .305-.074.594-.26.83-.184.234-.44.365-.707.43-.508.121-1.159.026-1.832-.151-1.372-.363-3.167-1.167-4.892-1.976a255 255 0 0 1-1.113-.525c-1.334-.633-2.571-1.22-3.512-1.575-.51-.193-.876-.295-1.105-.322.06.125.186.303.405.537.265.283.626.607 1.064.968a67.298 67.298 0 0 0 2.195 1.699c.323.244.655.494.991.75 1.17.891 2.38 1.847 3.381 2.806.991.95 1.827 1.948 2.19 2.931a.464.464 0 0 1-.87.322c-.287-.776-.991-1.653-1.962-2.583-.96-.92-2.134-1.85-3.301-2.738-.325-.248-.65-.493-.97-.734a69.065 69.065 0 0 1-2.244-1.737c-.45-.37-.846-.724-1.152-1.05-.294-.316-.55-.654-.651-.994-.066-.221-.103-.525.079-.784.185-.264.482-.32.69-.327.415-.012.985.16 1.588.388.98.37 2.266.98 3.606 1.616l1.085.512c1.738.816 3.458 1.581 4.735 1.918.652.173 1.11.21 1.378.146.122-.029.172-.071.195-.101.024-.03.061-.1.061-.256 0-.196-.084-.466-.288-.813-.2-.341-.494-.718-.855-1.118-.723-.8-1.674-1.646-2.578-2.43l-.402-.349c-.74-.64-1.426-1.232-1.848-1.683a3.525 3.525 0 0 1-.328-.397 1.117 1.117 0 0 1-.198-.453.612.612 0 0 1 .274-.62c.173-.113.38-.132.537-.132.514 0 1.092.081 1.656.161l.046.007.317.044c.698.094 1.38.164 2.022.097.631-.066 1.205-.262 1.699-.689.497-.43.952-1.126 1.282-2.263a.464.464 0 0 1 .575-.316Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M19.698 3.594a.464.464 0 1 0-.89-.259c-.33 1.137-.786 1.834-1.283 2.263-.494.427-1.068.623-1.7.689-.64.067-1.323-.003-2.02-.097l-.318-.044-.046-.007c-.564-.08-1.142-.161-1.656-.161-.158 0-.364.019-.538.132a.612.612 0 0 0-.273.62c.026.178.118.336.198.453.088.128.202.262.329.397.421.451 1.107 1.043 1.846 1.682l.403.35c.904.784 1.854 1.63 2.578 2.43.361.4.654.777.855 1.118.204.347.288.617.288.813 0 .157-.037.225-.06.256-.024.03-.074.072-.196.101-.269.065-.726.027-1.378-.146-1.277-.337-2.997-1.102-4.735-1.918-.363-.17-.726-.342-1.085-.512-1.34-.636-2.626-1.246-3.606-1.616-.603-.229-1.173-.4-1.588-.388-.208.006-.505.063-.69.327-.182.26-.145.563-.08.784.102.34.358.678.652.993.306.327.702.68 1.152 1.051.644.531 1.426 1.12 2.244 1.737.32.241.645.486.97.734 1.167.889 2.34 1.818 3.301 2.738.971.93 1.675 1.807 1.962 2.583a.464.464 0 1 0 .87-.322c-.363-.983-1.199-1.981-2.19-2.93-1.001-.96-2.21-1.916-3.38-2.807l-.992-.75a67.298 67.298 0 0 1-2.195-1.699c-.438-.36-.799-.685-1.064-.968-.219-.234-.344-.412-.405-.537.229.027.596.129 1.105.322.941.355 2.178.942 3.512 1.575a255 255 0 0 0 1.113.525c1.725.81 3.52 1.613 4.892 1.976.673.177 1.324.272 1.832.15.267-.064.523-.194.708-.43.185-.235.26-.524.26-.83 0-.434-.176-.873-.417-1.283-.245-.416-.584-.845-.967-1.269-.765-.848-1.756-1.727-2.658-2.51l-.413-.358c-.744-.643-1.382-1.194-1.767-1.605 0 0-.172-.162.032-.118.204.045.664.168 1.075.226l.395.054c.704.096 1.482.18 2.242.1.77-.08 1.538-.328 2.21-.909.668-.577 1.201-1.45 1.566-2.706Z"},children:[]}]}};var o={classic:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight100"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
22
|
+
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
23
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M12.178 2.182c3.728-.473 6.757 1.046 7.763 4.63.543 1.933.366 3.645-.369 5.298l-.108.23.196.071c.348.136.687.309 1.015.52l.243.164c1.562 1.111 2.102 2.773 1.964 4.475a7.422 7.422 0 0 1-.438 1.938 8.206 8.206 0 0 1-.445 1.023 3.546 3.546 0 0 1-6.46-.421l-.025-.073-.193.07a6.706 6.706 0 0 1-.595.169l-.304.063c-1.71.311-3.405-.18-4.636-1.58-1.03-1.172-1.22-2.665-.771-3.997.226-.67.561-1.207 1.022-1.783l.224-.265c.123-.141.273-.309.43-.483l1.159-1.265c.652-.739 1.017-1.275 1.18-1.662l.033-.087-.181.026c-1.355.216-3.423.989-6.276 2.355l-.413.2a3.546 3.546 0 0 1-3.098-6.38l.984-.47c3.366-1.583 5.92-2.49 8.1-2.767Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset",d:"m9.644 11.432.462-.189-.577.641-.33.386c-.594.743-.968 1.381-1.224 2.142-.594 1.764-.264 3.649.987 5.072l.193.21c1.438 1.497 3.413 2.098 5.463 1.725l.32-.067.035.059a4.643 4.643 0 0 0 7.996-.368c.175-.33.35-.726.507-1.162.27-.75.44-1.477.5-2.223.179-2.21-.624-4.179-2.421-5.457l-.266-.18-.305-.186-.106-.058.082-.242c.51-1.625.528-3.273.037-5.02-1.128-4.017-4.57-5.979-8.957-5.422-2.254.286-4.862 1.185-8.428 2.862l-.99.474a4.643 4.643 0 1 0 4.05 8.356l.41-.199.914-.429a50.44 50.44 0 0 1 1.648-.725Zm10.297-4.62c.543 1.933.366 3.645-.369 5.298l-.108.23.196.071c.348.136.687.309 1.015.52l.243.164c1.562 1.111 2.102 2.773 1.964 4.475a7.422 7.422 0 0 1-.438 1.938 8.206 8.206 0 0 1-.445 1.023 3.546 3.546 0 0 1-6.46-.421l-.025-.073-.193.07a6.706 6.706 0 0 1-.595.169l-.304.063c-1.71.311-3.405-.18-4.636-1.58-1.03-1.172-1.22-2.665-.771-3.997.226-.67.561-1.207 1.022-1.783l.224-.265.43-.483 1.159-1.265c.652-.739 1.017-1.275 1.18-1.662l.033-.087-.181.026c-1.29.206-3.227.917-5.874 2.164l-.815.39A3.546 3.546 0 0 1 3.095 5.42l.984-.47c3.366-1.584 5.92-2.491 8.1-2.767 3.727-.473 6.756 1.046 7.762 4.63Z"},children:[]}]},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":"drawWeight100"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
24
|
+
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
25
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{d:"M20.907 4.993c.356-1.241-.349-2.54-1.573-2.9a2.305 2.305 0 0 0-2.861 1.595c-.228.796-.482 1.073-.582 1.161-.085.074-.207.145-.498.176-.337.036-.76.003-1.38-.082l-.268-.038c-.505-.073-1.198-.174-1.812-.174-.239 0-.887.015-1.518.431a2.468 2.468 0 0 0-.932 1.143 2.533 2.533 0 0 0-.153 1.314c.09.603.372 1.04.492 1.217.154.228.327.429.474.587.21.228.475.484.765.75C9.88 9.605 8.67 9.028 7.738 8.67c-.517-.198-1.363-.503-2.162-.478-.402.012-1.433.13-2.114 1.113-.666.962-.45 1.971-.336 2.363.217.741.687 1.308.982 1.632.344.38.757.753 1.168 1.1.638.539 1.428 1.142 2.209 1.738l.632.484c1.012.778 1.986 1.55 2.792 2.301.842.784 1.318 1.382 1.51 1.776a2.295 2.295 0 0 0 3.095 1.057 2.355 2.355 0 0 0 1.043-3.136 8.434 8.434 0 0 0-1.086-1.64c.592.118 1.311.185 2.012.015a3.007 3.007 0 0 0 1.685-1.073c.495-.638.639-1.357.639-1.944 0-.892-.346-1.645-.638-2.148a9.302 9.302 0 0 0-1.1-1.476 19 19 0 0 0-.916-.95A5.165 5.165 0 0 0 18.91 8.39c.955-.835 1.596-1.997 1.997-3.397Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M8.554 5.933a3.533 3.533 0 0 0-.202 1.904 16.721 16.721 0 0 0-.256-.1c-.507-.195-1.526-.576-2.55-.545-.51.016-1.952.165-2.906 1.544-.929 1.341-.615 2.73-.474 3.213.283.967.883 1.673 1.201 2.024.388.426.839.832 1.263 1.19.658.556 1.464 1.171 2.234 1.76l.014.01.63.482c1.01.777 1.951 1.524 2.72 2.24.82.764 1.184 1.26 1.293 1.483a3.295 3.295 0 0 0 4.442 1.511c1.639-.823 2.296-2.825 1.492-4.469a7.304 7.304 0 0 0-.073-.145 4.19 4.19 0 0 0 .337-.068c.697-.17 1.57-.57 2.239-1.432.667-.86.848-1.814.848-2.557 0-1.146-.441-2.08-.773-2.65A10.237 10.237 0 0 0 18.826 9.7c.252-.161.501-.346.743-.558 1.139-.997 1.862-2.348 2.3-3.874.503-1.76-.491-3.616-2.253-4.135-1.767-.52-3.6.515-4.105 2.279a2.768 2.768 0 0 1-.242.62c-.207.018-.523.001-1.12-.08l-.26-.038-.026-.004c-.492-.07-1.243-.18-1.93-.18-.293 0-1.187.015-2.068.596a3.469 3.469 0 0 0-1.31 1.606Zm3.379-1.202c.614 0 1.307.1 1.812.174l.268.038c.62.085 1.043.118 1.38.082.29-.03.413-.102.498-.176.1-.088.354-.365.582-1.16.355-1.242 1.636-1.956 2.86-1.596 1.225.36 1.93 1.659 1.574 2.9-.4 1.4-1.042 2.562-1.997 3.397a5.186 5.186 0 0 1-1.757 1.013 20.019 20.019 0 0 1 .915.95c.39.44.789.94 1.1 1.477.293.503.638 1.256.638 2.148 0 .587-.143 1.306-.638 1.944a3.007 3.007 0 0 1-1.685 1.073 3.69 3.69 0 0 1-.672.097 5.435 5.435 0 0 1-1.34-.112c.292.354.563.724.795 1.11.105.173.203.35.29.53.567 1.158.1 2.562-1.042 3.136a2.295 2.295 0 0 1-3.094-1.057c-.193-.394-.67-.992-1.51-1.776-.807-.75-1.78-1.523-2.793-2.301l-.632-.484a64.25 64.25 0 0 1-2.21-1.738c-.41-.347-.823-.72-1.167-1.1-.295-.324-.766-.89-.982-1.632-.115-.392-.33-1.4.336-2.363.681-.984 1.712-1.101 2.114-1.113.8-.025 1.645.28 2.162.478a22.6 22.6 0 0 1 1.083.453c.114.05.23.103.347.156.277.127.563.26.853.397.344.163.693.33 1.04.497-.29-.266-.555-.522-.766-.75a5.109 5.109 0 0 1-.474-.587 3.195 3.195 0 0 1-.272-.482 2.761 2.761 0 0 1-.219-.735c-.05-.34-.05-.811.152-1.314.21-.522.564-.9.933-1.143.631-.416 1.28-.43 1.518-.43Z","clip-rule":"evenodd"},children:[]}]}};var s={classic:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight20"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
26
|
+
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
27
|
+
`,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{"clip-path":"url(#mrl-picto-draw-weight-20-clip)"},children:[{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"m2.606 6.754.848-.405c8.534-4 14.218-4.388 15.473.081.712 2.532-.286 4.755-2.595 7.37l-1.626 1.778c-.14.156-.259.291-.34.387l-.07.083c-.36.45-.41.602-.453.555.437.496.884.44 2.487-.299l.237-.11c1.128-.53 1.77-.764 2.531-.843.858-.089 1.652.1 2.377.616.705.501.96 1.29.886 2.216a5.53 5.53 0 0 1-.328 1.418 6.71 6.71 0 0 1-.338.786.72.72 0 0 1-1.274-.671l.088-.183c.05-.113.11-.256.17-.42.132-.368.22-.727.247-1.046.038-.468-.059-.765-.286-.927-.429-.305-.873-.41-1.394-.357-.45.047-.888.186-1.572.488l-1.006.461c-2.033.912-2.896.97-3.906-.178-.573-.652-.38-1.361.28-2.24l.13-.166c.334-.416 1.886-2.08 2.08-2.3 2.016-2.284 2.83-4.099 2.289-6.028-.913-3.252-6.08-2.766-14.306 1.23a.72.72 0 0 1-.63-1.296Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset",d:"m2.945 5.262-.856.409a1.92 1.92 0 1 0 1.67 3.458l.834-.398C11.7 5.402 15.816 5.117 16.386 7.144c.372 1.327-.127 2.683-1.807 4.65l-.254.29-1.766 1.936c-.145.164-.252.29-.324.379l-.14.18c-1.025 1.359-1.23 2.635-.234 3.767 1.395 1.587 2.755 1.622 5.298.481l1.015-.465c.573-.253.897-.354 1.195-.385l.137-.007c.042 0 .081.003.12.009l.099.024.005-.033a3.007 3.007 0 0 1-.18.734l-.09.233c-.016.037-.03.071-.046.104l-.074.154c-.475.9-.116 2.06.823 2.555a1.92 1.92 0 0 0 2.593-.803c.132-.25.276-.58.405-.938.215-.595.35-1.17.396-1.73.11-1.365-.337-2.543-1.387-3.29-.951-.677-2.033-.952-3.195-.832l-.219.027c-.433.059-.84.162-1.316.333l-.212.08-.01.013c2.709-3.068 3.67-5.636 2.864-8.504C18.575.734 12.416.824 2.945 5.262ZM18.927 6.43c.712 2.532-.286 4.755-2.595 7.37l-1.626 1.778c-.14.156-.259.291-.34.387l-.07.083c-.36.45-.41.602-.453.555.437.496.884.44 2.487-.299l.237-.11c1.128-.53 1.77-.764 2.531-.843.858-.089 1.652.1 2.377.616.705.501.96 1.29.886 2.216a5.53 5.53 0 0 1-.328 1.418 6.71 6.71 0 0 1-.338.786.72.72 0 0 1-1.274-.671l.088-.183.11-.264.06-.157c.132-.367.22-.726.247-1.045.038-.468-.059-.765-.286-.927-.429-.305-.873-.41-1.394-.357-.45.047-.888.186-1.572.488l-1.006.461-.485.21c-1.693.703-2.495.665-3.421-.388-.573-.652-.38-1.361.28-2.24l.13-.166.178-.21c.523-.6 1.732-1.898 1.902-2.09 2.016-2.284 2.83-4.099 2.289-6.028-.913-3.252-6.08-2.766-14.306 1.23a.72.72 0 0 1-.63-1.296l.85-.405c8.532-4 14.217-4.388 15.472.081Z"},children:[]}]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"clipPath",type:"element",value:"",attributes:{id:"mrl-picto-draw-weight-20-clip"},children:[{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset",d:"M0 0h24v24H0z"},children:[]}]}]}]},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":"drawWeight20"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
28
|
+
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
29
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{d:"M19.747 3.868a.678.678 0 0 0-1.303-.379c-.313 1.08-.738 1.716-1.18 2.099-.439.378-.95.557-1.533.617-.595.062-1.238-.001-1.916-.093l-.347-.049c-.55-.078-1.133-.16-1.652-.16-.165 0-.422.018-.648.165a.823.823 0 0 0-.367.828c.034.225.147.413.231.536.095.138.214.277.341.414.42.449 1.1 1.036 1.82 1.658l.39.338c.882.765 1.799 1.581 2.493 2.35.347.385.622.74.807 1.053.19.324.25.545.25.678a.358.358 0 0 1-.012.107.296.296 0 0 1-.064.021c-.204.05-.604.026-1.233-.14-1.222-.323-2.88-1.06-4.578-1.856l-1.051-.497c-1.308-.62-2.573-1.22-3.538-1.585-.585-.222-1.18-.406-1.635-.393-.228.007-.61.07-.852.415-.237.338-.179.72-.108.959.114.385.395.746.687 1.058.307.33.703.681 1.144 1.045.632.52 1.4 1.1 2.2 1.702.31.234.626.472.94.711 1.136.867 2.272 1.766 3.199 2.654.941.902 1.596 1.726 1.856 2.432a.678.678 0 1 0 1.273-.47c-.373-1.01-1.22-2.012-2.19-2.942-.987-.945-2.175-1.883-3.316-2.753-.33-.252-.656-.497-.971-.735a63.647 63.647 0 0 1-2.128-1.646 11.108 11.108 0 0 1-1.014-.922c.128.042.272.092.435.154.908.343 2.102.91 3.401 1.525.357.17.722.343 1.091.516 1.679.787 3.447 1.58 4.808 1.94.662.174 1.343.28 1.896.148a1.44 1.44 0 0 0 .816-.5c.219-.279.3-.614.3-.948 0-.483-.193-.952-.437-1.366a8.09 8.09 0 0 0-.969-1.274c-.757-.838-1.732-1.704-2.61-2.466l-.405-.35-.001-.001c-.492-.425-.93-.804-1.276-1.126l.448.062.393.054c.688.093 1.47.179 2.24.099.784-.082 1.58-.337 2.278-.94.694-.6 1.233-1.493 1.597-2.747Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M15.222 16.19c-.822-.218-1.766-.576-2.73-.987.477.4.94.807 1.37 1.219.994.951 1.982 2.085 2.437 3.318a1.678 1.678 0 1 1-3.149 1.163c-.178-.482-.69-1.176-1.61-2.057-.883-.846-1.98-1.717-3.113-2.58l-.936-.708-.013-.01a68.242 68.242 0 0 1-2.221-1.72 13.325 13.325 0 0 1-1.239-1.133c-.312-.334-.731-.838-.915-1.457-.098-.332-.256-1.098.249-1.817.516-.736 1.305-.83 1.64-.84.678-.02 1.447.24 2.019.456 1.003.38 2.297.993 3.58 1.602l.033.015c.349.166.699.332 1.047.495 1.271.597 2.468 1.134 3.458 1.492-.622-.656-1.407-1.355-2.201-2.044a218.21 218.21 0 0 0-.386-.334l-.041-.036c-.69-.596-1.401-1.21-1.858-1.698a4.652 4.652 0 0 1-.435-.53 2.302 2.302 0 0 1-.396-.955 1.824 1.824 0 0 1 .81-1.814c.476-.31.976-.327 1.194-.327.59 0 1.231.09 1.758.165l.034.005.34.048c.674.09 1.213.138 1.68.09.433-.045.735-.167.982-.38.257-.223.598-.67.874-1.62a1.678 1.678 0 1 1 3.224.936c-.402 1.383-1.025 2.465-1.904 3.224-.89.77-1.896 1.081-2.828 1.178a6.05 6.05 0 0 1-.265.023c.722.638 1.485 1.343 2.115 2.04.402.446.791.933 1.088 1.438.284.48.576 1.133.576 1.873 0 .493-.122 1.066-.515 1.566a2.437 2.437 0 0 1-1.368.854c-.81.195-1.699.028-2.385-.154Zm-6.338-2.534c-.135-.1-.267-.2-.397-.3a53.413 53.413 0 0 1-1.731-1.346 15.238 15.238 0 0 1-.655-.568 7.169 7.169 0 0 1-.359-.354c.128.042.273.092.435.154.277.104.58.23.906.371a69.55 69.55 0 0 1 1.924.884l.571.27c.357.17.722.343 1.091.516 1.679.787 3.447 1.58 4.808 1.94.662.174 1.343.28 1.896.148a1.44 1.44 0 0 0 .816-.5c.219-.279.3-.614.3-.948 0-.483-.193-.952-.437-1.366-.249-.424-.59-.855-.969-1.274-.756-.838-1.732-1.704-2.61-2.466l-.338-.292-.067-.058a170.71 170.71 0 0 1-.872-.76 23.49 23.49 0 0 1-.405-.367l.448.062h.001l.393.054c.29.04.597.078.913.102.432.034.881.043 1.326-.003.784-.082 1.58-.337 2.279-.94.693-.6 1.232-1.493 1.596-2.747a.679.679 0 0 0-1.302-.379c-.314 1.08-.739 1.716-1.182 2.099-.438.378-.95.557-1.532.617-.595.062-1.237-.001-1.916-.093l-.347-.049c-.55-.078-1.133-.16-1.652-.16-.165 0-.422.018-.648.165a.824.824 0 0 0-.367.828c.034.225.147.413.231.536.095.138.214.277.341.414.42.449 1.1 1.037 1.82 1.659.13.111.26.224.39.337.882.765 1.799 1.581 2.493 2.35.285.316.522.611.7.88l.01.017a4.304 4.304 0 0 1 .097.156c.19.324.25.545.25.678a.358.358 0 0 1-.012.107.296.296 0 0 1-.064.021c-.168.04-.468.032-.92-.065h-.002a7.996 7.996 0 0 1-.311-.075c-1.222-.323-2.88-1.06-4.578-1.856l-1.05-.497h-.001c-1.308-.62-2.573-1.22-3.538-1.585-.585-.222-1.18-.406-1.635-.393-.228.007-.61.07-.851.415-.238.338-.18.72-.109.959.114.385.395.746.687 1.058.307.33.703.681 1.144 1.045.632.52 1.4 1.1 2.2 1.702.31.234.626.472.94.711 1.136.867 2.272 1.766 3.199 2.654.941.902 1.596 1.726 1.857 2.432a.678.678 0 1 0 1.272-.47c-.373-1.01-1.22-2.012-2.19-2.942-.986-.945-2.175-1.883-3.316-2.753-.33-.252-.656-.497-.971-.735Z","clip-rule":"evenodd"},children:[]}]}};var m={classic:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight30"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
30
|
+
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
31
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"m1.824 6.804.842-.402c8.752-4.104 14.665-4.508 16.022.322.73 2.598-.217 4.86-2.427 7.443l-.251.289c-.235.266-1.74 1.88-2.023 2.233l-.091.117-.086.116c.282.052.746-.11 1.756-.576l.224-.105c1.166-.547 1.837-.793 2.656-.877.949-.098 1.837.113 2.641.685.834.594 1.133 1.515 1.048 2.564a5.902 5.902 0 0 1-.35 1.519 6.881 6.881 0 0 1-.36.834 1.108 1.108 0 0 1-1.96-1.033 4.53 4.53 0 0 0 .236-.554c.122-.338.203-.665.226-.945.028-.345-.026-.51-.124-.58-.349-.248-.699-.331-1.13-.287-.447.047-.904.203-1.694.565l-.776.357c-2.192.983-3.173 1.051-4.345-.28-.742-.846-.503-1.716.266-2.733l.133-.171c.345-.43 1.907-2.105 2.092-2.316 1.938-2.194 2.703-3.899 2.206-5.666-.81-2.884-5.747-2.42-13.763 1.473a1.108 1.108 0 0 1-.968-1.992Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset",d:"m2.157 5.315-.85.406a2.308 2.308 0 1 0 2.01 4.155l.812-.388c6.8-3.186 10.796-3.534 11.271-1.84.331 1.179-.139 2.432-1.727 4.29l-.357.404-1.423 1.555c-.228.253-.398.447-.511.583l-.204.258c-1.158 1.53-1.36 2.968-.22 4.262 1.537 1.749 3.006 1.808 5.736.585l.985-.452.339-.145c.203-.082.364-.138.502-.174l.114-.027-.061.184-.076.196a2.66 2.66 0 0 1-.067.154l-.026.053a2.308 2.308 0 1 0 4.083 2.152c.14-.265.29-.61.427-.986.226-.628.37-1.236.417-1.83.122-1.505-.382-2.809-1.548-3.638-1.03-.733-2.205-1.031-3.46-.902l-.319.04-.267.046.203-.26c1.989-2.63 2.635-4.993 1.903-7.597C18.247.716 11.914.74 2.157 5.315Zm16.531 1.409c.73 2.598-.217 4.86-2.427 7.443l-.251.289c-.22.248-1.546 1.671-1.95 2.146l-.164.204-.086.116c.239.044.608-.065 1.327-.382l1.244-.568c.824-.362 1.395-.539 2.065-.608.949-.098 1.837.113 2.641.685.834.594 1.133 1.515 1.048 2.564a5.902 5.902 0 0 1-.35 1.519 6.881 6.881 0 0 1-.36.834 1.108 1.108 0 0 1-2.017-.905l.137-.292c.046-.103.101-.237.156-.39.122-.338.203-.665.226-.945.028-.345-.026-.51-.124-.58-.349-.248-.699-.331-1.13-.287-.447.047-.904.203-1.694.565l-.776.357c-2.192.983-3.173 1.051-4.345-.28-.742-.846-.503-1.716.266-2.733l.133-.171.168-.2c.525-.604 1.76-1.93 1.924-2.116 1.938-2.194 2.703-3.899 2.206-5.666-.81-2.884-5.747-2.42-13.763 1.473a1.108 1.108 0 0 1-.968-1.992l.842-.402.825-.38c8.298-3.745 13.884-3.975 15.197.702Z"},children:[]}]},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":"drawWeight30"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
32
|
+
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
33
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{d:"M19.794 4.129a.882.882 0 0 0-1.695-.492c-.297 1.024-.694 1.603-1.084 1.941-.386.333-.839.494-1.374.55-.552.058-1.156-.001-1.817-.09-.107-.015-.218-.03-.33-.047-.537-.076-1.126-.16-1.65-.16-.172 0-.476.018-.752.197a1.024 1.024 0 0 0-.455 1.026c.04.27.174.488.261.615.101.147.226.292.354.43.418.447 1.093 1.03 1.794 1.635l.378.327c.861.748 1.746 1.536 2.413 2.275.334.369.59.702.76.99a1.6 1.6 0 0 1 .205.475c-.179.01-.498-.02-.991-.15-1.17-.31-2.77-1.019-4.429-1.798-.338-.158-.68-.32-1.018-.481-1.278-.606-2.523-1.196-3.474-1.556-.567-.214-1.186-.412-1.68-.397-.247.008-.708.077-1.004.499-.29.413-.212.87-.136 1.124.126.427.43.811.72 1.12.31.332.704.682 1.137 1.039.62.512 1.376 1.08 2.157 1.67.302.228.608.458.912.69 1.108.844 2.207 1.715 3.102 2.572.913.875 1.52 1.65 1.757 2.29a.882.882 0 1 0 1.655-.611c-.382-1.035-1.24-2.041-2.191-2.954-.972-.93-2.14-1.852-3.253-2.7-.325-.248-.644-.489-.953-.722a63.221 63.221 0 0 1-2.196-1.707c.765.325 1.671.755 2.645 1.216l1.07.506c1.635.767 3.378 1.55 4.728 1.906.65.172 1.36.289 1.957.146.324-.078.665-.244.918-.566.252-.32.34-.7.34-1.061 0-.528-.21-1.026-.456-1.445-.254-.431-.598-.863-.972-1.278-.749-.829-1.71-1.681-2.566-2.425l-.398-.344c-.253-.218-.49-.423-.705-.613l.11.015c.671.091 1.457.178 2.236.097.798-.083 1.621-.345 2.344-.97.718-.62 1.262-1.532 1.626-2.784Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M10.547 5.19a2.024 2.024 0 0 0-.9 2.012c.075.498.314.869.427 1.033.141.205.303.391.447.546.456.487 1.162 1.097 1.834 1.678l.038.033.376.325c.44.381.874.764 1.276 1.138a62.16 62.16 0 0 1-2.238-1.007l-1.015-.48-.033-.015C9.507 9.859 8.233 9.255 7.244 8.88c-.554-.21-1.347-.483-2.063-.461-.354.01-1.223.11-1.793.923-.558.795-.38 1.636-.277 1.983.196.662.638 1.188.948 1.52.353.377.786.76 1.232 1.127A66.966 66.966 0 0 0 7.47 15.66l.012.01c.303.228.607.457.908.686 1.105.842 2.165 1.684 3.016 2.499.892.855 1.357 1.5 1.51 1.914a1.882 1.882 0 1 0 3.532-1.304c-.464-1.258-1.463-2.395-2.437-3.329a22.526 22.526 0 0 0-.268-.252c.476.176.935.327 1.362.44.675.178 1.592.356 2.446.151a2.623 2.623 0 0 0 1.47-.92c.426-.542.555-1.159.555-1.68 0-.784-.31-1.465-.596-1.951-.301-.512-.693-1-1.091-1.441a23.733 23.733 0 0 0-1.67-1.642c.864-.131 1.781-.46 2.603-1.17.903-.78 1.531-1.882 1.932-3.264a1.882 1.882 0 1 0-3.615-1.05c-.26.895-.572 1.286-.778 1.464-.194.168-.438.272-.823.312-.424.044-.924.002-1.58-.087l-.324-.045-.033-.005c-.515-.073-1.162-.164-1.756-.164-.225 0-.773.016-1.298.358Zm7.552-1.553a.882.882 0 0 1 1.695.492c-.364 1.252-.908 2.165-1.626 2.784-.723.625-1.546.887-2.344.97a6.306 6.306 0 0 1-.654.032c-.19 0-.38-.007-.565-.02-.356-.023-.7-.066-1.018-.109l-.109-.015.1.087c.188.165.39.34.605.526l.398.344.205.179c.802.7 1.672 1.483 2.36 2.246.375.415.719.847.973 1.278.246.42.457.917.457 1.445 0 .361-.089.74-.341 1.061a1.624 1.624 0 0 1-.918.566c-.596.143-1.306.026-1.957-.146-1.24-.328-2.813-1.015-4.327-1.72-.134-.061-.268-.124-.4-.186l-.021-.01c-.357-.167-.708-.334-1.05-.496l-.058-.027a81.268 81.268 0 0 0-2.587-1.189l.132.11a63.23 63.23 0 0 0 2.064 1.597l.159.12.794.601.173.133.271.208c.975.752 1.966 1.553 2.809 2.36.952.913 1.81 1.92 2.191 2.954a.882.882 0 0 1-1.655.611c-.236-.64-.844-1.415-1.757-2.29-.894-.857-1.994-1.728-3.102-2.572-.303-.232-.61-.462-.912-.69-.781-.59-1.537-1.158-2.157-1.67a12.263 12.263 0 0 1-1.137-1.039c-.29-.309-.594-.693-.72-1.12-.076-.254-.154-.711.136-1.124.296-.422.757-.491 1.005-.499.493-.015 1.112.183 1.68.397.95.36 2.195.95 3.473 1.556.338.16.68.323 1.018.481 1.549.727 3.045 1.393 4.188 1.73a8.877 8.877 0 0 0 .406.11c.4.095.668.117.826.108a1.6 1.6 0 0 0-.204-.475 5.127 5.127 0 0 0-.441-.619 9.538 9.538 0 0 0-.32-.371c-.667-.74-1.552-1.527-2.413-2.275l-.378-.327c-.701-.606-1.375-1.188-1.794-1.636a3.79 3.79 0 0 1-.354-.429 1.496 1.496 0 0 1-.261-.615 1.024 1.024 0 0 1 .456-1.025c.275-.18.58-.197.752-.197.523 0 1.112.083 1.648.16l.043.005c.098.014.194.028.288.04.661.09 1.265.149 1.818.091.534-.056.988-.217 1.373-.55.39-.338.787-.917 1.084-1.941Z","clip-rule":"evenodd"},children:[]}]}};var d={classic:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight40"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
34
|
+
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
35
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{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:[]}]},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":"drawWeight40"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
36
|
+
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
37
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{d:"M19.838 4.377a1.077 1.077 0 1 0-2.068-.6c-.282.972-.65 1.497-.992 1.792-.335.289-.732.434-1.222.485-.512.054-1.08 0-1.723-.087l-.275-.039-.04-.005c-.524-.075-1.118-.16-1.646-.16-.179 0-.528.018-.851.228a1.214 1.214 0 0 0-.54 1.213c.046.313.2.559.29.69.107.156.237.307.365.445.418.446 1.087 1.024 1.77 1.614l.367.317c.84.73 1.695 1.492 2.336 2.202.32.355.561.668.717.932.026.043.048.084.067.122a4.794 4.794 0 0 1-.595-.123c-1.12-.296-2.663-.98-4.286-1.741l-.986-.466h-.002c-1.247-.593-2.474-1.175-3.411-1.53-.55-.207-1.193-.416-1.722-.4-.267.008-.803.083-1.15.578-.34.485-.244 1.013-.164 1.282.138.468.465.873.752 1.18.311.333.704.682 1.13 1.032.61.503 1.353 1.063 2.117 1.64.294.22.591.445.885.669 1.081.823 2.146 1.667 3.01 2.495.886.85 1.448 1.578 1.661 2.154a1.077 1.077 0 1 0 2.02-.746c-.39-1.058-1.258-2.068-2.192-2.963-.958-.918-2.105-1.823-3.194-2.653-.32-.243-.632-.48-.935-.707l-.754-.57c.312.146.636.3.969.457.342.163.694.33 1.052.497 1.592.747 3.31 1.52 4.65 1.874.64.169 1.379.296 2.016.143A1.8 1.8 0 0 0 18.28 15c.283-.36.378-.782.378-1.17 0-.57-.226-1.095-.476-1.518a8.06 8.06 0 0 0-.974-1.283c-.74-.82-1.688-1.66-2.523-2.385l-.39-.338-.154-.133a7.982 7.982 0 0 0 1.639.023c.81-.084 1.659-.352 2.406-.998.74-.64 1.29-1.57 1.653-2.821Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M14.993 16.451a12.7 12.7 0 0 1-.35-.098c.794.821 1.555 1.788 1.947 2.85a2.076 2.076 0 1 1-3.896 1.44c-.13-.352-.55-.95-1.415-1.78-.82-.785-1.846-1.6-2.924-2.42-.291-.223-.586-.445-.88-.667l-.013-.01a65.65 65.65 0 0 1-2.14-1.656 13.246 13.246 0 0 1-1.224-1.122c-.307-.328-.772-.876-.98-1.578-.107-.362-.304-1.274.304-2.14.622-.887 1.567-.993 1.939-1.004.752-.022 1.567.262 2.105.466.976.368 2.232.964 3.455 1.544l.033.016.983.465c.27.127.536.25.796.369l-.115-.1-.365-.316-.037-.031c-.655-.567-1.356-1.172-1.81-1.658a4.892 4.892 0 0 1-.459-.56 2.668 2.668 0 0 1-.456-1.109 2.215 2.215 0 0 1 .984-2.2c.573-.372 1.165-.388 1.398-.388.598 0 1.25.092 1.753.164l.073.01.268.038c.639.086 1.102.124 1.485.084.34-.036.528-.124.672-.248.157-.135.441-.472.686-1.314a2.077 2.077 0 1 1 3.988 1.158c-.4 1.379-1.033 2.5-1.959 3.299a5.09 5.09 0 0 1-2.185 1.106c.453.42.9.86 1.296 1.297.393.437.788.927 1.093 1.447.289.49.614 1.198.614 2.026 0 .546-.134 1.205-.592 1.787a2.799 2.799 0 0 1-1.568.983c-.894.214-1.839.026-2.504-.15Zm-1.533.136a25.67 25.67 0 0 0-1.335-1.184 53.626 53.626 0 0 0-1.726-1.368l-.132-.1a194.1 194.1 0 0 0-.817-.619l-.119-.09c-.26-.195-.512-.385-.754-.57l.873.413.096.045c.322.153.653.31.99.468l.062.03c.675.316 1.372.637 2.054.929.927.397 1.825.74 2.597.944.64.169 1.378.296 2.015.143A1.8 1.8 0 0 0 18.28 15c.283-.36.378-.782.378-1.17 0-.57-.226-1.095-.475-1.518-.258-.439-.604-.873-.975-1.283-.55-.609-1.213-1.228-1.86-1.804a73.164 73.164 0 0 0-1.054-.92l-.153-.132.248.023c.214.018.434.03.657.032a6.58 6.58 0 0 0 .734-.032c.81-.084 1.66-.352 2.406-.998.74-.64 1.29-1.57 1.653-2.821a1.077 1.077 0 1 0-2.068-.6c-.282.972-.65 1.497-.992 1.792-.335.289-.732.434-1.222.485-.512.054-1.079 0-1.723-.087l-.275-.039-.04-.005c-.524-.075-1.118-.16-1.645-.16-.18 0-.53.018-.852.228a1.214 1.214 0 0 0-.54 1.213c.046.313.2.559.29.69.107.156.237.307.365.445.418.446 1.087 1.024 1.77 1.614l.367.317c.746.648 1.502 1.32 2.111 1.96a8.867 8.867 0 0 1 .558.631c.16.198.288.38.384.543.026.043.048.084.067.122a3.62 3.62 0 0 1-.214-.035 5.703 5.703 0 0 1-.38-.088c-.277-.073-.58-.17-.904-.286l-.075-.027c-.97-.353-2.117-.87-3.308-1.428l-.986-.466h-.001c-1.248-.593-2.475-1.175-3.412-1.53-.55-.207-1.193-.416-1.722-.4-.266.008-.803.083-1.15.578-.34.485-.244 1.013-.164 1.282.138.468.466.873.752 1.18.311.333.704.682 1.13 1.032.61.503 1.353 1.063 2.117 1.64.294.22.592.445.886.669 1.08.823 2.145 1.667 3.008 2.495.887.85 1.45 1.578 1.662 2.154a1.077 1.077 0 0 0 2.02-.746c-.39-1.058-1.258-2.068-2.192-2.963Z","clip-rule":"evenodd"},children:[]}]}};var p={classic:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight50"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
38
|
+
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
39
|
+
`,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:[]}]},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":"drawWeight50"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
40
|
+
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
41
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{d:"M19.689 2.056c.743.216 1.171.994.955 1.737-.402 1.387-1.018 2.442-1.865 3.173-.855.74-1.825 1.043-2.74 1.138-.377.04-.753.044-1.115.029l.056.049c.906.786 1.944 1.706 2.759 2.607.407.452.794.936 1.085 1.43.28.476.549 1.089.549 1.768 0 .457-.113.97-.461 1.413a2.186 2.186 0 0 1-1.23.764c-.752.18-1.602.028-2.302-.157-1.478-.39-3.362-1.238-5.086-2.047l-.15-.07.031.023c1.182.9 2.436 1.89 3.486 2.895 1.018.977 1.993 2.104 2.436 3.304a1.402 1.402 0 0 1-2.63.971c-.212-.572-.789-1.333-1.746-2.25-.927-.888-2.073-1.797-3.245-2.69l-.955-.722a71.416 71.416 0 0 1-2.31-1.788c-.465-.383-.9-.77-1.249-1.142-.315-.337-.703-.81-.87-1.373-.093-.315-.22-.978.211-1.592.44-.628 1.117-.717 1.433-.727.627-.018 1.364.226 1.958.45 1.026.389 2.37 1.026 3.725 1.669l1.066.504c1.764.827 3.42 1.56 4.611 1.874.034.01.067.018.1.026a8.103 8.103 0 0 0-.538-.653c-.685-.76-1.602-1.577-2.515-2.37l-.345-.298-.05-.043c-.74-.64-1.479-1.277-1.941-1.772a4.47 4.47 0 0 1-.418-.509 2.047 2.047 0 0 1-.354-.847 1.552 1.552 0 0 1 .69-1.547c.409-.266.845-.284 1.051-.284.591 0 1.257.095 1.824.176l.335.046c.697.095 1.289.15 1.814.095.497-.052.879-.196 1.197-.472.328-.283.708-.808 1.006-1.833a1.402 1.402 0 0 1 1.737-.955Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M10.848 10.014c.323.154.645.307.963.456-.639-.553-1.293-1.128-1.735-1.6a5.466 5.466 0 0 1-.511-.626 3.044 3.044 0 0 1-.52-1.266 2.551 2.551 0 0 1 1.133-2.533c.66-.429 1.339-.446 1.598-.446.662 0 1.386.103 1.934.181l.03.005.33.046c.691.093 1.179.131 1.575.09.348-.036.52-.123.647-.233.143-.124.44-.46.7-1.355a2.402 2.402 0 0 1 4.613 1.339c-.44 1.516-1.14 2.76-2.172 3.65a5.633 5.633 0 0 1-2.17 1.164c.426.402.843.818 1.218 1.233.43.478.866 1.018 1.205 1.594.319.542.686 1.337.686 2.274 0 .616-.152 1.367-.674 2.031a3.186 3.186 0 0 1-1.783 1.119c-.952.228-1.946.051-2.664-.13.734.812 1.409 1.743 1.784 2.759a2.402 2.402 0 0 1-4.507 1.664c-.128-.348-.563-.978-1.499-1.875-.883-.846-1.99-1.726-3.16-2.616-.313-.24-.632-.48-.95-.72l-.013-.009c-.822-.62-1.649-1.243-2.332-1.806a14.406 14.406 0 0 1-1.343-1.23c-.336-.36-.861-.975-1.097-1.772-.12-.408-.348-1.454.35-2.45.716-1.02 1.8-1.14 2.221-1.152.85-.026 1.76.294 2.342.514 1.065.403 2.438 1.054 3.768 1.685l.033.015Zm2.752-4.84C13.032 5.095 12.367 5 11.776 5c-.206 0-.643.018-1.052.284a1.552 1.552 0 0 0-.69 1.547c.06.394.25.696.355.847.125.183.274.356.418.51.462.494 1.2 1.131 1.941 1.771l.05.043.345.299a46.07 46.07 0 0 1 1.662 1.498c.308.295.597.587.853.87a8.653 8.653 0 0 1 .537.654 11.433 11.433 0 0 1-.942-.288 21.97 21.97 0 0 1-1.003-.382 59.129 59.129 0 0 1-2.765-1.23l-1.066-.504c-1.355-.643-2.699-1.28-3.725-1.668-.594-.225-1.331-.47-1.959-.45-.315.009-.991.098-1.432.726-.431.614-.304 1.277-.21 1.592.166.563.554 1.036.869 1.373.348.373.784.759 1.248 1.142.666.549 1.48 1.161 2.31 1.788h.001l.955.722c1.172.893 2.318 1.802 3.245 2.69.957.917 1.534 1.678 1.745 2.25a1.402 1.402 0 0 0 2.63-.97c-.442-1.2-1.417-2.328-2.435-3.305-.182-.174-.37-.347-.563-.52-.887-.796-1.874-1.574-2.82-2.296l-.134-.102.15.07c1.095.514 2.256 1.044 3.336 1.462.619.24 1.211.443 1.75.585.7.185 1.55.338 2.301.157.417-.1.882-.32 1.23-.764.349-.443.461-.956.461-1.414 0-.678-.269-1.291-.548-1.766-.291-.495-.678-.98-1.085-1.43a24.403 24.403 0 0 0-1.708-1.68 65.998 65.998 0 0 0-1.05-.928l-.057-.05.096.004c.332.011.675.004 1.02-.032a5.1 5.1 0 0 0 .32-.042c.818-.13 1.663-.443 2.42-1.096.846-.731 1.461-1.786 1.864-3.173a1.402 1.402 0 1 0-2.692-.782c-.298 1.025-.678 1.55-1.006 1.833-.318.276-.7.42-1.197.472-.526.054-1.117 0-1.814-.095l-.335-.046Z","clip-rule":"evenodd"},children:[]}]}};var u={classic:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight60"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
42
|
+
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
43
|
+
`,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:[]}]},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":"drawWeight60"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
44
|
+
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
45
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{d:"M20.689 4.044a1.598 1.598 0 0 0-3.07-.891c-.282.972-.634 1.442-.912 1.682-.267.231-.593.36-1.044.406-.485.05-1.039.001-1.719-.091l-.32-.045c-.554-.079-1.225-.174-1.82-.174-.213 0-.695.017-1.152.315a1.744 1.744 0 0 0-.776 1.736c.066.437.277.767.384.923.132.192.286.37.43.524.46.493 1.194 1.127 1.917 1.75l.383.332c.893.775 1.778 1.565 2.438 2.295l.051.058c-1.07-.356-2.422-.96-3.863-1.636l-1.034-.489c-1.325-.628-2.65-1.257-3.663-1.64-.577-.218-1.338-.475-2.002-.455-.334.01-1.087.105-1.58.807-.481.687-.335 1.421-.237 1.752.179.603.59 1.099.902 1.433.35.375.784.759 1.241 1.136.655.54 1.456 1.143 2.27 1.756l.928.702c1.144.872 2.255 1.754 3.151 2.612.93.891 1.462 1.605 1.65 2.113a1.598 1.598 0 1 0 2.998-1.107c-.452-1.224-1.436-2.356-2.437-3.314a30.373 30.373 0 0 0-1.912-1.664c1.188.526 2.374 1.002 3.376 1.267.69.182 1.567.345 2.36.154a2.365 2.365 0 0 0 1.329-.828c.38-.483.5-1.038.5-1.522 0-.722-.286-1.363-.568-1.842-.296-.502-.684-.988-1.088-1.435-.684-.758-1.526-1.526-2.306-2.21a6.9 6.9 0 0 0 .5-.034c.927-.096 1.923-.406 2.803-1.166.869-.751 1.49-1.825 1.892-3.21Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M17.86 17.264c-.686.164-1.387.126-1.99.027.538.67 1.013 1.412 1.308 2.21a2.598 2.598 0 0 1-4.875 1.8c-.104-.284-.493-.866-1.403-1.737-.852-.816-1.925-1.669-3.066-2.538a219.53 219.53 0 0 0-.924-.7l-.012-.009c-.804-.606-1.62-1.22-2.291-1.774-.47-.387-.942-.803-1.336-1.224-.334-.358-.882-.995-1.13-1.832-.125-.423-.372-1.542.378-2.61.767-1.094 1.93-1.22 2.368-1.232.887-.027 1.82.305 2.385.519.892.337 2.002.85 3.112 1.375a10.951 10.951 0 0 1-.425-.427 5.584 5.584 0 0 1-.523-.64 3.225 3.225 0 0 1-.549-1.342 2.744 2.744 0 0 1 1.219-2.723c.707-.46 1.432-.476 1.698-.476.667 0 1.395.104 1.931.18l.03.004a47.584 47.584 0 0 1 .313.044c.675.091 1.126.125 1.48.088.302-.032.418-.102.495-.169.093-.08.361-.362.606-1.204a2.598 2.598 0 1 1 4.99 1.449c-.44 1.513-1.144 2.776-2.199 3.687a5.714 5.714 0 0 1-1.806 1.057c.312.304.617.615.898.927.427.473.864 1.015 1.207 1.598.322.546.706 1.37.706 2.35 0 .642-.159 1.435-.713 2.14a3.364 3.364 0 0 1-1.881 1.182Zm-2.465-4.428c-.692-.236-1.495-.57-2.362-.957a85.254 85.254 0 0 1-1.417-.65c-.34-.16-.687-.325-1.034-.49-1.325-.628-2.65-1.257-3.664-1.64-.576-.218-1.337-.475-2-.455-.335.01-1.088.105-1.58.807-.482.687-.336 1.421-.238 1.752.179.603.589 1.099.901 1.433.35.375.785.759 1.242 1.136a69.91 69.91 0 0 0 2.27 1.756l.928.702c1.144.872 2.255 1.754 3.151 2.612.93.891 1.462 1.605 1.65 2.113a1.598 1.598 0 0 0 2.998-1.107c-.406-1.1-1.243-2.127-2.136-3.02-.1-.1-.2-.198-.3-.294a30.375 30.375 0 0 0-1.913-1.664c.87.386 1.74.744 2.537 1.012.071.024.142.048.212.07.216.07.425.131.627.185.69.182 1.567.345 2.36.154a2.365 2.365 0 0 0 1.329-.828c.38-.483.5-1.038.5-1.522 0-.722-.286-1.363-.569-1.842-.295-.502-.684-.988-1.087-1.435a21.616 21.616 0 0 0-1.3-1.303 38.456 38.456 0 0 0-1.007-.907c.165-.006.332-.016.5-.034a5.81 5.81 0 0 0 .808-.14 4.783 4.783 0 0 0 1.995-1.026c.869-.751 1.49-1.825 1.892-3.21a1.598 1.598 0 1 0-3.07-.891c-.282.972-.634 1.442-.912 1.682-.268.231-.593.36-1.045.406-.484.05-1.038.001-1.718-.091a48.58 48.58 0 0 1-.32-.045c-.554-.079-1.225-.174-1.82-.174-.213 0-.695.017-1.152.315a1.745 1.745 0 0 0-.776 1.736c.066.437.277.767.384.923.132.192.286.37.43.524.46.493 1.194 1.127 1.917 1.75l.048.042a200.57 200.57 0 0 1 .926.808c.684.605 1.334 1.21 1.847 1.777l.051.058-.084-.028Z","clip-rule":"evenodd"},children:[]}]}};var h={classic:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight70"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
46
|
+
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
47
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M12.514 2.178c3.562-.334 6.217.93 7.072 3.97.717 2.557-.012 4.755-1.8 7.093l-.312.397.057-.014a5.66 5.66 0 0 1 .474-.088l.247-.03c1.133-.117 2.22.142 3.188.831 1.127.803 1.523 2.023 1.417 3.337a6.547 6.547 0 0 1-.387 1.696 7.55 7.55 0 0 1-.396.915 2.08 2.08 0 0 1-3.757-1.777l.127-.268c.021-.048.047-.107.073-.175l.04-.109a2.75 2.75 0 0 0 .059-.174l.038-.135-.062.008c-.268.044-.612.17-1.198.438l-.867.403c-.764.347-1.106.46-1.682.566-1.303.237-2.534-.12-3.454-1.165-1.205-1.372-.767-2.673.345-4.061l.167-.2c.517-.597 1.695-1.86 1.829-2.012 1.607-1.82 2.193-3.127 1.85-4.35-.485-1.723-4.503-1.345-11.467 2.037a2.08 2.08 0 1 1-1.817-3.742c4.027-1.955 7.48-3.133 10.216-3.39Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset",d:"M12.409 1.057c-2.844.267-6.386 1.452-10.603 3.5a3.206 3.206 0 1 0 2.802 5.767c3.256-1.581 5.948-2.537 7.844-2.833.811-.126 1.428-.122 1.81-.016.198.055.229.082.235.104.199.709-.17 1.62-1.416 3.076l-.212.243-1.344 1.468a34.55 34.55 0 0 0-.474.533l-.178.211c-1.585 1.98-1.85 3.798-.328 5.53 1.16 1.32 2.775 1.844 4.502 1.53l.217-.042c.49-.102.874-.23 1.463-.488l.314-.142.003.06a3.188 3.188 0 0 0 1.695 2.594 3.206 3.206 0 0 0 4.331-1.342 8.57 8.57 0 0 0 .46-1.057 7.642 7.642 0 0 0 .45-1.988c.144-1.78-.477-3.342-1.887-4.345l-.254-.172a5.644 5.644 0 0 0-1.915-.78l-.23-.041.167-.293c1.143-2.082 1.424-4.102.81-6.29-.991-3.523-4.072-5.181-8.262-4.787Zm7.177 5.092c.717 2.556-.012 4.754-1.8 7.092l-.312.397.057-.014a5.66 5.66 0 0 1 .474-.088l.247-.03c1.133-.117 2.22.142 3.188.831 1.127.803 1.523 2.023 1.417 3.337a6.547 6.547 0 0 1-.387 1.696 7.55 7.55 0 0 1-.396.915 2.08 2.08 0 0 1-3.757-1.777l.127-.268.073-.175.04-.109a2.75 2.75 0 0 0 .059-.174l.038-.135-.062.008c-.268.044-.612.17-1.198.438l-.867.403-.454.199a5.26 5.26 0 0 1-1.228.367c-1.303.237-2.534-.12-3.454-1.165-1.205-1.372-.767-2.673.345-4.061l.167-.2c.517-.597 1.695-1.86 1.829-2.012 1.607-1.82 2.193-3.127 1.85-4.35-.485-1.723-4.503-1.345-11.467 2.037a2.08 2.08 0 1 1-1.817-3.742c4.027-1.955 7.48-3.133 10.216-3.39 3.562-.335 6.217.93 7.072 3.97Z"},children:[]}]},default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight70"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
48
|
+
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
49
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{d:"M20.732 4.284a1.786 1.786 0 1 0-3.43-.996c-.268.921-.594 1.34-.824 1.538-.219.189-.49.302-.898.344-.445.046-.963.002-1.627-.088a45.2 45.2 0 0 1-.306-.043c-.54-.077-1.217-.174-1.816-.174-.22 0-.746.017-1.249.344a1.928 1.928 0 0 0-.857 1.918 2.4 2.4 0 0 0 .412.996c.138.2.297.384.441.539.46.491 1.189 1.12 1.894 1.73l.372.32a39.7 39.7 0 0 1 1.75 1.59 52.106 52.106 0 0 1-2.852-1.259c-.33-.155-.668-.314-1.005-.475-1.297-.615-2.604-1.235-3.604-1.613-.56-.212-1.343-.48-2.042-.459-.352.01-1.178.111-1.72.884-.53.756-.366 1.559-.264 1.904.19.643.622 1.158.932 1.49.352.377.786.76 1.235 1.13a68.904 68.904 0 0 0 2.23 1.727c.303.227.606.456.903.682 1.118.852 2.196 1.708 3.062 2.537.905.867 1.393 1.535 1.558 1.982a1.786 1.786 0 1 0 3.35-1.237c-.46-1.246-1.454-2.382-2.437-3.324a23.873 23.873 0 0 0-.745-.682 17.72 17.72 0 0 0 1.965.671c.679.18 1.583.352 2.416.152a2.535 2.535 0 0 0 1.422-.888c.41-.522.536-1.117.536-1.626 0-.764-.3-1.43-.586-1.915-.299-.508-.69-.996-1.09-1.439-.56-.62-1.227-1.247-1.873-1.825.93-.102 1.936-.42 2.828-1.19.891-.77 1.517-1.862 1.919-3.245Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M6.89 16.42a69.29 69.29 0 0 1-2.252-1.744 14.24 14.24 0 0 1-1.33-1.22c-.33-.354-.9-1.011-1.16-1.888-.13-.437-.394-1.625.404-2.762.817-1.165 2.052-1.296 2.509-1.31.922-.027 1.876.316 2.426.524.576.217 1.243.51 1.941.83a4.531 4.531 0 0 1-.115-.16 3.398 3.398 0 0 1-.577-1.415 2.929 2.929 0 0 1 1.3-2.904c.753-.49 1.522-.506 1.795-.506.67 0 1.405.105 1.928.18l.03.004.298.042c.659.089 1.074.117 1.39.085.137-.015.215-.037.26-.054a.28.28 0 0 0 .087-.052c.046-.04.287-.27.517-1.06a2.786 2.786 0 1 1 5.35 1.553c-.438 1.511-1.148 2.792-2.224 3.722a5.818 5.818 0 0 1-1.487.937c.214.215.423.433.62.652.424.469.863 1.013 1.21 1.602.324.551.724 1.4.724 2.422 0 .667-.165 1.5-.75 2.244a3.535 3.535 0 0 1-1.974 1.243 4.745 4.745 0 0 1-1.458.1c.392.546.732 1.137.963 1.764a2.786 2.786 0 1 1-5.226 1.93c-.082-.223-.428-.76-1.312-1.607-.822-.787-1.861-1.614-2.976-2.463-.295-.225-.596-.452-.898-.68l-.013-.009Zm4.754-5.423c-.3-.14-.603-.284-.907-.429-1.297-.615-2.604-1.235-3.604-1.613-.56-.212-1.343-.48-2.042-.459-.352.01-1.178.111-1.72.884-.531.756-.366 1.559-.264 1.904.19.643.622 1.158.932 1.49.352.377.786.76 1.235 1.13a68.904 68.904 0 0 0 2.23 1.727c.303.227.606.456.903.682 1.118.852 2.196 1.708 3.062 2.537.905.867 1.393 1.535 1.558 1.982a1.786 1.786 0 0 0 3.35-1.237c-.316-.855-.883-1.658-1.525-2.382a16.214 16.214 0 0 0-.912-.942 23.76 23.76 0 0 0-.745-.682c.351.14.697.27 1.03.384a13.62 13.62 0 0 0 1.165.345c.646.155 1.444.272 2.186.095a2.535 2.535 0 0 0 1.422-.889c.41-.522.536-1.117.536-1.626 0-.764-.301-1.43-.586-1.915-.3-.508-.69-.996-1.09-1.439a19.39 19.39 0 0 0-.947-.97c-.304-.292-.617-.58-.926-.855a5.658 5.658 0 0 0 1.2-.261 4.845 4.845 0 0 0 1.628-.93c.891-.77 1.517-1.861 1.918-3.244a1.786 1.786 0 1 0-3.43-.996c-.267.921-.593 1.34-.823 1.538-.219.189-.49.302-.898.344-.445.046-.964.002-1.627-.088l-.306-.043c-.54-.077-1.217-.174-1.816-.174-.22 0-.746.017-1.249.344a1.929 1.929 0 0 0-.857 1.918c.072.478.302.835.412.996.138.2.297.384.441.539.4.427 1.002.957 1.616 1.489l.278.24.372.322a39.752 39.752 0 0 1 1.75 1.59 45.224 45.224 0 0 1-2.272-.99l-.461-.214-.217-.102Z","clip-rule":"evenodd"},children:[]}]}};var v={classic:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight80"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
50
|
+
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
51
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M12.446 2.132c3.629-.342 6.41.983 7.304 4.166.657 2.339.145 4.367-1.235 6.438l-.157.227.136-.002a4.82 4.82 0 0 1 2.602.753l.24.161c1.246.887 1.681 2.228 1.566 3.646a6.754 6.754 0 0 1-.4 1.754c-.143.398-.29.72-.407.94a2.492 2.492 0 0 1-4.603-1.835l.035-.114-1.002.465c-.763.345-1.108.46-1.709.57-1.412.256-2.77-.136-3.773-1.277-1.381-1.571-.89-3.029.314-4.534l.166-.197c.507-.588 1.645-1.808 1.763-1.942 1.439-1.63 1.937-2.74 1.666-3.705-.138-.491-.56-.692-2.04-.553-1.982.187-4.833 1.16-8.251 2.82A2.492 2.492 0 0 1 2.484 5.43c3.907-1.898 7.268-3.045 9.962-3.298Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset",d:"M12.345 1.057c-2.79.262-6.235 1.411-10.333 3.402a3.571 3.571 0 1 0 3.12 6.425c3.309-1.607 6.05-2.544 7.882-2.716l.191-.016a6.21 6.21 0 0 1 .592-.022l.143.007.001.067c-.019.484-.388 1.177-1.28 2.22l-.2.23-1.301 1.421c-.184.204-.336.375-.454.512l-.176.208c-1.691 2.114-1.952 4.06-.298 5.941 1.23 1.398 2.952 1.959 4.777 1.627l.224-.043a6.06 6.06 0 0 0 1.012-.297l.192-.078.036.134a3.571 3.571 0 0 0 6.578.64c.157-.299.32-.67.467-1.076a7.8 7.8 0 0 0 .46-2.035c.153-1.884-.513-3.543-2.017-4.613l-.264-.177-.272-.163a6.018 6.018 0 0 0-1.13-.496l-.162-.048.136-.275c.907-1.908 1.09-3.8.52-5.83-1.017-3.624-4.188-5.35-8.444-4.95Zm7.405 5.241c.657 2.339.145 4.367-1.235 6.438l-.157.227.136-.002a4.82 4.82 0 0 1 2.602.753l.24.161c1.246.887 1.681 2.228 1.566 3.646a6.754 6.754 0 0 1-.4 1.754c-.143.398-.29.72-.407.94a2.492 2.492 0 0 1-4.603-1.835l.035-.114-1.002.465c-.763.345-1.108.46-1.709.57-1.412.256-2.77-.136-3.773-1.277-1.381-1.571-.89-3.029.314-4.534l.166-.197.569-.64c.52-.572 1.11-1.208 1.194-1.302 1.439-1.63 1.937-2.74 1.666-3.705-.138-.491-.56-.692-2.04-.553-1.982.187-4.833 1.16-8.251 2.82A2.492 2.492 0 0 1 2.484 5.43c3.907-1.898 7.268-3.045 9.962-3.298 3.629-.342 6.41.983 7.304 4.166Z"},children:[]}]},default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight80"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
52
|
+
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
53
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{d:"M20.772 4.513a1.965 1.965 0 1 0-3.774-1.095c-.253.872-.554 1.24-.739 1.4-.172.148-.391.246-.758.284-.407.043-.892.002-1.54-.086l-.292-.04c-.528-.076-1.209-.173-1.813-.173-.226 0-.794.016-1.34.372a2.105 2.105 0 0 0-.935 2.09c.077.519.325.902.439 1.067.143.208.307.397.452.552.458.49 1.182 1.115 1.871 1.71l.36.312c.277.24.55.48.815.716-.524-.23-1.08-.485-1.656-.755-.32-.15-.648-.306-.977-.462-1.27-.602-2.56-1.214-3.547-1.588-.544-.206-1.348-.485-2.08-.463-.37.011-1.266.117-1.856.958-.577.822-.395 1.69-.288 2.05.201.68.654 1.215.961 1.544.354.379.786.76 1.229 1.125.634.523 1.412 1.11 2.193 1.698.295.222.59.444.878.664 1.093.833 2.139 1.663 2.976 2.465.88.844 1.327 1.469 1.47 1.857a1.965 1.965 0 1 0 3.687-1.361c-.454-1.231-1.413-2.34-2.353-3.252.312.107.614.2.902.276.67.177 1.599.36 2.47.15a2.697 2.697 0 0 0 1.512-.946c.439-.559.57-1.193.57-1.726 0-.803-.315-1.495-.603-1.983-.303-.515-.696-1.005-1.092-1.443a22.575 22.575 0 0 0-1.505-1.492 5.07 5.07 0 0 0 2.42-1.147c.912-.788 1.542-1.897 1.943-3.278Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"m16.998 3.418-.96-.28a2.965 2.965 0 1 1 5.694 1.654c-.438 1.51-1.152 2.808-2.25 3.756-.388.336-.793.6-1.203.808.129.134.255.268.377.403.42.465.861 1.01 1.212 1.607.327.555.742 1.43.742 2.49 0 .692-.172 1.564-.785 2.344a3.697 3.697 0 0 1-2.065 1.3 4.57 4.57 0 0 1-1.017.121c.28.436.523.9.703 1.386a2.965 2.965 0 0 1-5.563 2.054c-.06-.163-.364-.657-1.224-1.48-.793-.761-1.8-1.563-2.89-2.393l-.874-.66-.012-.01a68.076 68.076 0 0 1-2.215-1.715 14.163 14.163 0 0 1-1.323-1.214c-.33-.352-.92-1.03-1.19-1.943-.134-.451-.416-1.705.428-2.909.865-1.232 2.17-1.368 2.644-1.382.955-.029 1.93.325 2.465.527.368.139.774.309 1.2.497a3.39 3.39 0 0 1-.3-.965A3.105 3.105 0 0 1 9.97 4.337l.545.838a2.105 2.105 0 0 0-.935 2.09c.077.519.325.902.439 1.067.143.208.307.397.452.552.121.13.261.269.415.415.114.109.236.221.363.336.266.241.554.492.842.742l.251.217.36.312c.277.24.55.48.815.716a61.344 61.344 0 0 1-1.481-.674l-.175-.081c-.32-.15-.648-.306-.977-.462l-.569-.27c-1.079-.51-2.138-1-2.978-1.318-.544-.206-1.348-.485-2.081-.463-.369.011-1.265.117-1.855.958-.577.822-.395 1.69-.289 2.05.202.68.655 1.215.962 1.544.354.379.786.76 1.229 1.125.634.523 1.412 1.11 2.193 1.698.295.222.59.444.878.664 1.093.833 2.139 1.663 2.976 2.465.88.844 1.327 1.469 1.47 1.857a1.965 1.965 0 0 0 3.687-1.361c-.244-.66-.633-1.286-1.086-1.864a11.62 11.62 0 0 0-.502-.597c-.25-.277-.508-.541-.765-.79.312.106.614.2.901.275.268.07.576.142.905.19.497.07 1.042.086 1.566-.04a2.698 2.698 0 0 0 1.512-.946c.439-.559.57-1.193.57-1.726 0-.803-.316-1.495-.603-1.983-.303-.515-.696-1.005-1.092-1.443a18.23 18.23 0 0 0-.643-.673 28.25 28.25 0 0 0-.862-.819 5.36 5.36 0 0 0 1.111-.332c.448-.19.89-.453 1.309-.815.912-.788 1.542-1.897 1.943-3.278a1.965 1.965 0 1 0-3.774-1.095Zm0 0c-.254.872-.554 1.24-.739 1.4-.172.148-.391.246-.758.284-.407.043-.892.002-1.54-.086l-.292-.04c-.528-.076-1.209-.173-1.813-.173-.226 0-.794.016-1.34.372l-.546-.838c.796-.519 1.607-.534 1.886-.534.675 0 1.414.105 1.927.179l.027.003c.105.015.2.029.286.04.643.088 1.024.111 1.301.083a.77.77 0 0 0 .192-.038c.011-.004.013-.006.015-.008l.001-.001c.003-.002.218-.183.433-.922l.96.279Z","clip-rule":"evenodd"},children:[]}]}};var f={classic:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight90"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
54
|
+
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
55
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M12.252 2.23c3.655-.464 6.558.992 7.53 4.453.578 2.056.317 3.867-.586 5.64l-.17.317.152.036c.546.14 1.076.366 1.578.686l.248.168c1.456 1.035 1.96 2.588 1.83 4.197a7.236 7.236 0 0 1-.427 1.887c-.15.42-.306.76-.433 1.001a3.173 3.173 0 0 1-5.929-.903l-.012-.075-.14.059a7.066 7.066 0 0 1-1.46.446c-1.61.294-3.192-.164-4.347-1.478-.941-1.07-1.114-2.432-.702-3.656.212-.628.533-1.142.98-1.7l.166-.199c.506-.586 1.611-1.772 1.71-1.883 1.085-1.23 1.506-2.034 1.468-2.617l-.016-.125a4.123 4.123 0 0 0-.477.023l-.164.018c-1.545.196-3.947 1.094-7.345 2.744A3.173 3.173 0 0 1 2.934 5.56l1.014-.485c3.47-1.632 6.096-2.565 8.304-2.846Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset",d:"M12.108 1.093c-2.293.29-4.975 1.218-8.647 2.945l-1.022.489A4.32 4.32 0 1 0 6.207 12.3l.424-.205c2.091-1 3.765-1.69 5.04-2.08l.123-.037-.238.288-.222.252-1.287 1.407c-.152.17-.28.316-.385.436l-.176.21c-.578.722-.942 1.342-1.188 2.072-.56 1.664-.251 3.438.927 4.778 1.39 1.581 3.357 2.223 5.414 1.849l.332-.069.166-.04.19-.053.09.17a4.319 4.319 0 0 0 7.57-.128 9.21 9.21 0 0 0 .498-1.146 8.352 8.352 0 0 0 .492-2.184c.17-2.122-.594-4.004-2.309-5.224l-.272-.184-.314-.19a6.863 6.863 0 0 0-.316-.168l-.16-.077.068-.17c.665-1.764.743-3.542.212-5.434-1.105-3.93-4.455-5.828-8.778-5.28Zm7.675 5.59c.577 2.056.316 3.867-.587 5.64l-.17.317.152.036c.546.14 1.076.366 1.578.686l.248.168c1.456 1.035 1.96 2.588 1.83 4.197a7.236 7.236 0 0 1-.427 1.887c-.15.42-.306.76-.433 1.001a3.173 3.173 0 0 1-5.929-.903l-.012-.075-.14.059a7.066 7.066 0 0 1-1.46.446c-1.61.294-3.192-.164-4.347-1.478-.941-1.07-1.114-2.432-.702-3.656.212-.628.533-1.142.98-1.7l.166-.199.467-.526c.529-.586 1.169-1.274 1.242-1.357 1.086-1.23 1.507-2.034 1.47-2.617l-.017-.125-.204.003c-.079.003-.17.01-.273.02l-.164.018c-1.545.196-3.947 1.094-7.345 2.744A3.173 3.173 0 0 1 2.934 5.56l1.014-.485c3.47-1.632 6.096-2.565 8.304-2.846 3.655-.463 6.558.993 7.53 4.454Z"},children:[]}]},default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight90"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
56
|
+
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
57
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{d:"M18.47 2.086a2.152 2.152 0 0 1 1.466 2.666c-.403 1.389-1.042 2.522-1.98 3.334-.66.57-1.378.903-2.08 1.087.419.392.83.8 1.197 1.206.395.437.793.932 1.102 1.457.291.495.624 1.217.624 2.064 0 .56-.138 1.236-.608 1.833-.471.6-1.09.885-1.609 1.01-.914.219-1.875.026-2.54-.15a10.137 10.137 0 0 1-.082-.022c.677.727 1.3 1.55 1.677 2.438a2.152 2.152 0 1 1-3.963 1.677c-.162-.38-.617-.986-1.482-1.8-.824-.777-1.84-1.578-2.901-2.385l-.774-.585a65.159 65.159 0 0 1-2.207-1.71c-.43-.356-.856-.734-1.208-1.113-.303-.326-.77-.878-.981-1.59-.111-.376-.311-1.314.314-2.206.64-.912 1.61-1.023 1.998-1.035.77-.023 1.6.269 2.134.47.982.372 2.265.98 3.516 1.574a240.321 240.321 0 0 0 1.26.594l-.058-.05c-.678-.586-1.403-1.212-1.864-1.704a4.97 4.97 0 0 1-.465-.569 2.743 2.743 0 0 1-.468-1.14 2.29 2.29 0 0 1 1.017-2.273c.592-.386 1.204-.402 1.438-.402.612 0 1.303.099 1.822.173l.038.006.244.034c.636.086 1.092.122 1.465.083.33-.034.501-.118.63-.229.142-.123.42-.444.662-1.277a2.152 2.152 0 0 1 2.666-1.466Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M6.92 7.797c.218.082.449.175.689.276a3.315 3.315 0 0 1 .095-2.23 3.29 3.29 0 0 1 1.255-1.518c.842-.548 1.697-.563 1.984-.563.684 0 1.432.107 1.937.18l.064.009.237.033c.632.085.984.105 1.228.08a.961.961 0 0 0 .098-.015c.055-.07.193-.283.336-.775a3.152 3.152 0 1 1 6.053 1.757c-.44 1.517-1.163 2.84-2.287 3.811-.312.27-.635.495-.963.682l.169.184c.419.464.865 1.015 1.222 1.62.33.563.762 1.468.762 2.572 0 .718-.178 1.632-.822 2.451a3.874 3.874 0 0 1-2.162 1.364 4.46 4.46 0 0 1-.658.106c.15.257.284.524.4.798a3.152 3.152 0 1 1-5.805 2.457c-.076-.18-.401-.668-1.245-1.462-.784-.738-1.764-1.512-2.822-2.317l-.77-.582-.012-.01a64.225 64.225 0 0 1-2.23-1.728 13.878 13.878 0 0 1-1.304-1.203c-.326-.351-.928-1.044-1.207-1.987-.139-.468-.439-1.79.454-3.064.915-1.304 2.294-1.445 2.787-1.46.993-.03 1.994.336 2.517.534Zm8.883-4.245c-.241.833-.52 1.154-.662 1.277-.128.111-.299.195-.629.23-.373.038-.829.002-1.466-.084a35.26 35.26 0 0 1-.243-.034l-.038-.006c-.519-.074-1.21-.173-1.822-.173-.234 0-.846.016-1.439.401a2.29 2.29 0 0 0-1.017 2.274c.084.56.352.97.469 1.14a5.407 5.407 0 0 0 .466.569c.225.242.515.515.831.8.264.239.547.485.827.727l.264.227-.074-.034-.23-.107c-.313-.147-.634-.3-.957-.453-.422-.2-.848-.402-1.265-.596a78.902 78.902 0 0 0-.394-.183 30.708 30.708 0 0 0-1.857-.795c-.534-.201-1.363-.493-2.134-.47-.388.012-1.358.123-1.998 1.035-.625.892-.426 1.83-.314 2.205.21.713.678 1.265.98 1.591.353.38.779.757 1.21 1.113.637.528 1.423 1.12 2.206 1.71l.774.585c1.06.807 2.077 1.608 2.901 2.384.865.815 1.32 1.42 1.481 1.801a2.152 2.152 0 0 0 3.964-1.677 6.83 6.83 0 0 0-.682-1.216 10.877 10.877 0 0 0-.995-1.222l.015.004.067.018c.401.106.91.218 1.453.242.355.016.725-.006 1.087-.093a2.873 2.873 0 0 0 1.608-1.009c.47-.598.61-1.274.61-1.833 0-.847-.334-1.569-.625-2.064a9.225 9.225 0 0 0-1.102-1.457 16.088 16.088 0 0 0-.386-.412c-.26-.268-.534-.534-.81-.794.345-.09.694-.218 1.038-.391a5.077 5.077 0 0 0 1.04-.696c.939-.812 1.578-1.945 1.981-3.334a2.152 2.152 0 0 0-4.133-1.2Z","clip-rule":"evenodd"},children:[]}]}};var y={classic:{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:`
|
|
58
|
+
.mrl-picto-gmail-gradient { stop-color: #000000; }
|
|
59
|
+
.mrl-picto-gmail-indicator { stroke: currentColor; }
|
|
60
|
+
.mrl-picto-gmail-brand-color-1 { fill: #e3e3e3; }
|
|
61
|
+
.mrl-picto-gmail-brand-color-2 { fill: #231f20; }
|
|
62
|
+
.mrl-picto-gmail-brand-color-3 { fill: #d54b3d; }
|
|
63
|
+
.mrl-picto-gmail-brand-color-4 { fill: #d72b27; }
|
|
64
|
+
`,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:[]}]}]},default:{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:`
|
|
65
|
+
.mrl-picto-gmail-gradient { stop-color: #000000; }
|
|
66
|
+
.mrl-picto-gmail-indicator { stroke: currentColor; }
|
|
67
|
+
.mrl-picto-gmail-brand-color-1 { fill: #e3e3e3; }
|
|
68
|
+
.mrl-picto-gmail-brand-color-2 { fill: #231f20; }
|
|
69
|
+
.mrl-picto-gmail-brand-color-3 { fill: #d54b3d; }
|
|
70
|
+
.mrl-picto-gmail-brand-color-4 { fill: #d72b27; }
|
|
71
|
+
`,attributes:{},children:[]}]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"linearGradient",type:"element",value:"",attributes:{id:"mrl-picto-gmail-gradient",x1:"0.00388991071%",y1:"49.997619%",x2:"100.032232%",y2:"49.997619%"},children:[{name:"stop",type:"element",value:"",attributes:{class:"mrl-picto-gmail-gradient","stop-opacity":"0.1",offset:"0%"},children:[]},{name:"stop",type:"element",value:"",attributes:{class:"mrl-picto-gmail-gradient","stop-opacity":"0.2",offset:"100%"},children:[]}]}]},{name:"g",type:"element",value:"",attributes:{},children:[{name:"path",type:"element",value:"",attributes:{d:"M238.833923,193.595007 L16.1542195,193.595007 C7.51970044,193.595007 0.248526454,186.551057 0.248526454,177.689314 L0.248526454,16.8145898 C0.248526454,8.18007073 7.29247625,0.908896748 16.1542195,0.908896748 L238.833923,0.908896748 C247.468442,0.908896748 254.739616,7.95284654 254.739616,16.8145898 L254.739616,177.689314 C254.739616,186.551057 247.695666,193.595007 238.833923,193.595007 L238.833923,193.595007 Z",class:"mrl-picto-gmail-brand-color-1"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M32.0599126,193.595007 L127.266847,117.020456 L127.94852,112.930421 L29.7876708,42.2636988 L29.5604466,190.186644 L32.0599126,193.595007 Z",opacity:"0.1",class:"mrl-picto-gmail-brand-color-2"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M16.1542195,193.595007 C7.29247625,193.595007 0.248526454,186.551057 0.248526454,177.689314 L0.248526454,16.5873656 C0.248526454,7.72562236 7.29247625,6.13505305 16.1542195,6.13505305 C25.0159628,6.13505305 32.0599126,7.95284654 32.0599126,16.5873656 L32.0599126,193.595007 L16.1542195,193.595007 L16.1542195,193.595007 Z",class:"mrl-picto-gmail-brand-color-3"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M16.1542195,8.40729492 C27.5154289,8.40729492 29.7876708,11.8156577 29.7876708,16.5873656 L29.7876708,191.322765 L16.1542195,191.322765 C8.65582137,191.322765 2.52076832,185.187712 2.52076832,177.689314 L2.52076832,16.5873656 C2.52076832,11.5884335 4.79301019,8.40729492 16.1542195,8.40729492 L16.1542195,8.40729492 Z M16.1542195,6.13505305 C7.29247625,6.13505305 0.248526454,7.95284654 0.248526454,16.5873656 L0.248526454,177.689314 C0.248526454,186.551057 7.29247625,193.595007 16.1542195,193.595007 L32.0599126,193.595007 L32.0599126,16.5873656 C32.0599126,7.72562236 25.0159628,6.13505305 16.1542195,6.13505305 L16.1542195,6.13505305 L16.1542195,6.13505305 Z",class:"mrl-picto-gmail-brand-color-4"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M238.833923,193.595007 L222.92823,193.595007 L222.92823,16.1329173 C222.92823,7.27117398 229.972179,6.13505305 238.833923,6.13505305 C247.695666,6.13505305 254.739616,7.27117398 254.739616,16.1329173 L254.739616,177.916538 C254.739616,186.551057 247.695666,193.595007 238.833923,193.595007 L238.833923,193.595007 Z",class:"mrl-picto-gmail-brand-color-3"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M238.833923,8.40729492 C249.059011,8.40729492 252.467374,10.4523126 252.467374,16.1329173 L252.467374,177.916538 C252.467374,185.414937 246.332321,191.54999 238.833923,191.54999 L225.200472,191.54999 L225.200472,16.1329173 C225.200472,10.2250884 228.608834,8.40729492 238.833923,8.40729492 L238.833923,8.40729492 Z M238.833923,6.13505305 C229.972179,6.13505305 222.92823,7.27117398 222.92823,16.1329173 L222.92823,193.822231 L238.833923,193.822231 C247.695666,193.822231 254.739616,186.778282 254.739616,177.916538 L254.739616,16.1329173 C254.739616,7.27117398 247.695666,6.13505305 238.833923,6.13505305 L238.833923,6.13505305 L238.833923,6.13505305 Z",class:"mrl-picto-gmail-brand-color-4"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M170.666667,193.595007 L1.57979906,23.1947544 L10.4736149,26.8124541 L128.175744,111.567076 L254.73962,18.7604631 L254.739616,177.916538 C254.739616,186.551057 247.695666,193.595007 238.833923,193.595007 L170.666667,193.595007 Z",fill:"url(#mrl-picto-gmail-gradient)"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M127.266847,117.020456 L7.06525206,29.7663685 C0.0213022675,24.5402122 -2.02371542,14.542348 3.20244088,7.49839817 C8.42859718,0.454448374 18.6536856,-1.13612093 25.9248596,4.09003537 L127.494071,77.9378961 L229.744955,3.18113862 C236.788905,-2.04501768 246.786769,-0.454448374 252.012926,6.81672561 C257.239082,13.8606754 255.648513,23.8585396 248.377339,29.0846959 L127.266847,117.020456 L127.266847,117.020456 Z",class:"mrl-picto-gmail-brand-color-3"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M238.833923,2.27224187 L238.833923,2.27224187 C243.151182,2.27224187 247.241218,4.31725955 249.967908,7.95284654 C254.285167,14.0878996 252.921822,22.4951945 247.013993,27.0396782 L127.266847,114.293766 L8.42859718,27.948575 C2.29354414,23.4040913 0.702974828,14.7695722 5.02023438,8.86174329 C7.51970044,5.45338049 11.83696,3.18113862 16.3814437,3.18113862 C19.3353582,3.18113862 22.2892726,4.09003537 24.5615145,5.90782886 L125.903502,79.5284654 L127.266847,80.4373622 L128.630192,79.5284654 L230.653852,4.77170793 C233.153318,3.18113862 235.880008,2.27224187 238.833923,2.27224187 L238.833923,2.27224187 Z M238.833923,0 C235.652784,0 232.244421,0.908896748 229.517731,2.95391443 L127.266847,77.7106719 L25.6976354,3.86281118 C22.9709451,1.8177935 19.5625823,0.908896748 16.1542195,0.908896748 C11.1552874,0.908896748 6.15635532,3.18113862 2.9752167,7.49839817 C-2.02371542,14.542348 0.0213022675,24.5402122 7.06525206,29.7663685 L127.266847,117.24768 L248.150114,29.0846959 C255.194064,23.8585396 256.784634,14.0878996 251.785701,6.81672561 C248.604563,2.27224187 243.832855,0 238.833923,0 L238.833923,0 L238.833923,0 Z",class:"mrl-picto-gmail-brand-color-4"},children:[]}]}]}};var b={classic:{name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 58 58",xmlns:"http://www.w3.org/2000/svg","data-mrl-svg-name":"logoSlackColor"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
72
|
+
.mrl-picto-slack-bg { fill: #e9e9e9; }
|
|
73
|
+
.mrl-picto-slack-brand-color-1 { fill: #53BE9F; }
|
|
74
|
+
.mrl-picto-slack-brand-color-2 { fill: #EDB426; }
|
|
75
|
+
.mrl-picto-slack-brand-color-3 { fill: #E93477; }
|
|
76
|
+
.mrl-picto-slack-brand-color-4 { fill: #4C274A; }
|
|
77
|
+
.mrl-picto-slack-brand-color-5 { fill: #D92511; }
|
|
78
|
+
.mrl-picto-slack-brand-color-6 { fill: #81D1E0; }
|
|
79
|
+
.mrl-picto-slack-brand-color-7 { fill: #2A9C8C; }
|
|
80
|
+
.mrl-picto-slack-brand-color-8 { fill: #789421; }
|
|
81
|
+
`,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd"},children:[{name:"g",type:"element",value:"",attributes:{},children:[{name:"rect",type:"element",value:"",attributes:{transform:"translate(28.936619, 28.937742) rotate(-109.002072) translate(-28.936619, -28.937742) ",x:"23.2514117",y:"23.2525347",width:"11.3704149",height:"11.3704149"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M16.5501656,10.4234834 C15.6386821,7.77603311 12.7534702,6.36905298 10.1062119,7.28053642 C7.45876159,8.19201987 6.0515894,11.0772318 6.9632649,13.7244901 L8.82368212,19.1275166 L18.4105828,15.8265099 L16.5501656,10.4234834 Z",class:"mrl-picto-slack-brand-color-1"},children:[]},{name:"rect",type:"element",value:"",attributes:{class:"mrl-picto-slack-brand-color-1",transform:"translate(18.769747, 32.438369) rotate(-19.002072) translate(-18.769747, -32.438369) ",x:"13.7000647",y:"26.7531617",width:"10.1393641",height:"11.3704149"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M20.9879338,54.4556623 C21.8994172,57.1031126 24.7846291,58.5100927 27.4318874,57.5986093 C30.0793377,56.6871258 31.4863179,53.8019139 30.5748344,51.1546556 L28.7144172,45.7516291 L19.1275166,49.0526358 L20.9879338,54.4556623 Z",class:"mrl-picto-slack-brand-color-1"},children:[]},{name:"rect",type:"element",value:"",attributes:{class:"mrl-picto-slack-brand-color-2",transform:"translate(39.107093, 25.438371) rotate(160.997928) translate(-39.107093, -25.438371) ",x:"34.0374113",y:"19.7531639",width:"10.1393641",height:"11.3704149"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M36.8881921,3.42046358 C35.9765166,0.773205298 33.0914967,-0.633966887 30.4442384,0.277516556 C27.7969801,1.189 26.3898079,4.07421192 27.3012914,6.7214702 L29.1617086,12.1244967 L38.7486093,8.82349007 L36.8881921,3.42046358 Z",class:"mrl-picto-slack-brand-color-2"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M41.3261523,47.4526424 C42.2376358,50.1000927 45.1228477,51.5070728 47.770106,50.5955894 C50.4175563,49.684106 51.8245364,46.798894 50.913053,44.1516358 L49.0526358,38.7486093 L39.4657351,42.0496159 L41.3261523,47.4526424 Z",class:"mrl-picto-slack-brand-color-2"},children:[]},{name:"rect",type:"element",value:"",attributes:{class:"mrl-picto-slack-brand-color-3",transform:"translate(32.437772, 39.106477) rotate(-109.002072) translate(-32.437772, -39.106477) ",x:"27.3680898",y:"33.4212694",width:"10.1393641",height:"11.3704149"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M10.4234834,41.3261523 C7.77603311,42.2376358 6.36905298,45.1228477 7.28053642,47.770106 C8.19201987,50.4173642 11.0772318,51.8245364 13.7244901,50.913053 L19.1275166,49.0526358 L15.8265099,39.4657351 L10.4234834,41.3261523 Z",class:"mrl-picto-slack-brand-color-3"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M57.5986093,30.4442384 C56.6871258,27.7967881 53.8019139,26.3898079 51.1546556,27.3012914 L45.7516291,29.1617086 L49.0526358,38.7486093 L54.4556623,36.8881921 C57.1029205,35.9765166 58.5100927,33.0914967 57.5986093,30.4442384 Z",class:"mrl-picto-slack-brand-color-3"},children:[]},{name:"rect",type:"element",value:"",attributes:{class:"mrl-picto-slack-brand-color-4",transform:"translate(22.269056, 42.607630) rotate(-109.002072) translate(-22.269056, -42.607630) ",x:"17.1993743",y:"37.5379475",width:"10.1393641",height:"10.1393641"},children:[]},{name:"rect",type:"element",value:"",attributes:{class:"mrl-picto-slack-brand-color-5",transform:"translate(42.606688, 35.605242) rotate(-109.002072) translate(-42.606688, -35.605242) ",x:"37.5370061",y:"30.5355603",width:"10.1393641",height:"10.1393641"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M3.42046358,20.9879338 C0.773013245,21.8994172 -0.633966887,24.7846291 0.277516556,27.4318874 C1.189,30.0791457 4.07421192,31.4863179 6.7214702,30.5748344 L12.1244967,28.7144172 L8.82368212,19.1275166 L3.42046358,20.9879338 Z",class:"mrl-picto-slack-brand-color-6"},children:[]},{name:"rect",type:"element",value:"",attributes:{class:"mrl-picto-slack-brand-color-6",transform:"translate(25.437798, 18.769293) rotate(70.997928) translate(-25.437798, -18.769293) ",x:"20.3681161",y:"13.0840852",width:"10.1393641",height:"11.3704149"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M47.4526424,16.5501656 C50.1000927,15.6386821 51.5070728,12.7534702 50.5955894,10.1062119 C49.684106,7.45876159 46.798894,6.05178146 44.1516358,6.9632649 L38.7486093,8.82368212 L42.0496159,18.4105828 L47.4526424,16.5501656 Z",class:"mrl-picto-slack-brand-color-6"},children:[]},{name:"rect",type:"element",value:"",attributes:{class:"mrl-picto-slack-brand-color-7",transform:"translate(15.267958, 22.269694) rotate(-19.002072) translate(-15.267958, -22.269694) ",x:"10.1982763",y:"17.2000118",width:"10.1393641",height:"10.1393641"},children:[]},{name:"rect",type:"element",value:"",attributes:{class:"mrl-picto-slack-brand-color-8",transform:"translate(35.607109, 15.267502) rotate(70.997928) translate(-35.607109, -15.267502) ",x:"30.5374271",y:"10.1978203",width:"10.1393641",height:"10.1393641"},children:[]}]}]}]},default:{name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 58 58",xmlns:"http://www.w3.org/2000/svg","data-mrl-svg-name":"logoSlackColor"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
82
|
+
.mrl-picto-slack-bg { fill: #e9e9e9; }
|
|
83
|
+
.mrl-picto-slack-brand-color-1 { fill: #53BE9F; }
|
|
84
|
+
.mrl-picto-slack-brand-color-2 { fill: #EDB426; }
|
|
85
|
+
.mrl-picto-slack-brand-color-3 { fill: #E93477; }
|
|
86
|
+
.mrl-picto-slack-brand-color-4 { fill: #4C274A; }
|
|
87
|
+
.mrl-picto-slack-brand-color-5 { fill: #D92511; }
|
|
88
|
+
.mrl-picto-slack-brand-color-6 { fill: #81D1E0; }
|
|
89
|
+
.mrl-picto-slack-brand-color-7 { fill: #2A9C8C; }
|
|
90
|
+
.mrl-picto-slack-brand-color-8 { fill: #789421; }
|
|
91
|
+
`,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd"},children:[{name:"g",type:"element",value:"",attributes:{},children:[{name:"rect",type:"element",value:"",attributes:{transform:"translate(28.936619, 28.937742) rotate(-109.002072) translate(-28.936619, -28.937742) ",x:"23.2514117",y:"23.2525347",width:"11.3704149",height:"11.3704149"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M16.5501656,10.4234834 C15.6386821,7.77603311 12.7534702,6.36905298 10.1062119,7.28053642 C7.45876159,8.19201987 6.0515894,11.0772318 6.9632649,13.7244901 L8.82368212,19.1275166 L18.4105828,15.8265099 L16.5501656,10.4234834 Z",class:"mrl-picto-slack-brand-color-1"},children:[]},{name:"rect",type:"element",value:"",attributes:{class:"mrl-picto-slack-brand-color-1",transform:"translate(18.769747, 32.438369) rotate(-19.002072) translate(-18.769747, -32.438369) ",x:"13.7000647",y:"26.7531617",width:"10.1393641",height:"11.3704149"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M20.9879338,54.4556623 C21.8994172,57.1031126 24.7846291,58.5100927 27.4318874,57.5986093 C30.0793377,56.6871258 31.4863179,53.8019139 30.5748344,51.1546556 L28.7144172,45.7516291 L19.1275166,49.0526358 L20.9879338,54.4556623 Z",class:"mrl-picto-slack-brand-color-1"},children:[]},{name:"rect",type:"element",value:"",attributes:{class:"mrl-picto-slack-brand-color-2",transform:"translate(39.107093, 25.438371) rotate(160.997928) translate(-39.107093, -25.438371) ",x:"34.0374113",y:"19.7531639",width:"10.1393641",height:"11.3704149"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M36.8881921,3.42046358 C35.9765166,0.773205298 33.0914967,-0.633966887 30.4442384,0.277516556 C27.7969801,1.189 26.3898079,4.07421192 27.3012914,6.7214702 L29.1617086,12.1244967 L38.7486093,8.82349007 L36.8881921,3.42046358 Z",class:"mrl-picto-slack-brand-color-2"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M41.3261523,47.4526424 C42.2376358,50.1000927 45.1228477,51.5070728 47.770106,50.5955894 C50.4175563,49.684106 51.8245364,46.798894 50.913053,44.1516358 L49.0526358,38.7486093 L39.4657351,42.0496159 L41.3261523,47.4526424 Z",class:"mrl-picto-slack-brand-color-2"},children:[]},{name:"rect",type:"element",value:"",attributes:{class:"mrl-picto-slack-brand-color-3",transform:"translate(32.437772, 39.106477) rotate(-109.002072) translate(-32.437772, -39.106477) ",x:"27.3680898",y:"33.4212694",width:"10.1393641",height:"11.3704149"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M10.4234834,41.3261523 C7.77603311,42.2376358 6.36905298,45.1228477 7.28053642,47.770106 C8.19201987,50.4173642 11.0772318,51.8245364 13.7244901,50.913053 L19.1275166,49.0526358 L15.8265099,39.4657351 L10.4234834,41.3261523 Z",class:"mrl-picto-slack-brand-color-3"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M57.5986093,30.4442384 C56.6871258,27.7967881 53.8019139,26.3898079 51.1546556,27.3012914 L45.7516291,29.1617086 L49.0526358,38.7486093 L54.4556623,36.8881921 C57.1029205,35.9765166 58.5100927,33.0914967 57.5986093,30.4442384 Z",class:"mrl-picto-slack-brand-color-3"},children:[]},{name:"rect",type:"element",value:"",attributes:{class:"mrl-picto-slack-brand-color-4",transform:"translate(22.269056, 42.607630) rotate(-109.002072) translate(-22.269056, -42.607630) ",x:"17.1993743",y:"37.5379475",width:"10.1393641",height:"10.1393641"},children:[]},{name:"rect",type:"element",value:"",attributes:{class:"mrl-picto-slack-brand-color-5",transform:"translate(42.606688, 35.605242) rotate(-109.002072) translate(-42.606688, -35.605242) ",x:"37.5370061",y:"30.5355603",width:"10.1393641",height:"10.1393641"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M3.42046358,20.9879338 C0.773013245,21.8994172 -0.633966887,24.7846291 0.277516556,27.4318874 C1.189,30.0791457 4.07421192,31.4863179 6.7214702,30.5748344 L12.1244967,28.7144172 L8.82368212,19.1275166 L3.42046358,20.9879338 Z",class:"mrl-picto-slack-brand-color-6"},children:[]},{name:"rect",type:"element",value:"",attributes:{class:"mrl-picto-slack-brand-color-6",transform:"translate(25.437798, 18.769293) rotate(70.997928) translate(-25.437798, -18.769293) ",x:"20.3681161",y:"13.0840852",width:"10.1393641",height:"11.3704149"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M47.4526424,16.5501656 C50.1000927,15.6386821 51.5070728,12.7534702 50.5955894,10.1062119 C49.684106,7.45876159 46.798894,6.05178146 44.1516358,6.9632649 L38.7486093,8.82368212 L42.0496159,18.4105828 L47.4526424,16.5501656 Z",class:"mrl-picto-slack-brand-color-6"},children:[]},{name:"rect",type:"element",value:"",attributes:{class:"mrl-picto-slack-brand-color-7",transform:"translate(15.267958, 22.269694) rotate(-19.002072) translate(-15.267958, -22.269694) ",x:"10.1982763",y:"17.2000118",width:"10.1393641",height:"10.1393641"},children:[]},{name:"rect",type:"element",value:"",attributes:{class:"mrl-picto-slack-brand-color-8",transform:"translate(35.607109, 15.267502) rotate(70.997928) translate(-35.607109, -15.267502) ",x:"30.5374271",y:"10.1978203",width:"10.1393641",height:"10.1393641"},children:[]}]}]}]}};var g={classic:{name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 30 18",xmlns:"http://www.w3.org/2000/svg","data-mrl-svg-name":"stickyRectangle"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
92
|
+
.mrl-picto-sticky-bg {
|
|
93
|
+
fill: #ededed;
|
|
94
|
+
}
|
|
95
|
+
.mrl-picto-sticky-border {
|
|
96
|
+
fill: currentColor;
|
|
97
|
+
}
|
|
98
|
+
`,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd"},children:[{name:"g",type:"element",value:"",attributes:{fillRule:"nonzero"},children:[{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-sticky-bg",d:"M28.6040657,1.00672773 L28.4783967,1 L2.07758418,1 C1.52496039,1 1.06949646,1.38604019 1.0072497,1.88337887 L1,2 L1,16 C1,16.5128358 1.4159908,16.9355072 1.9519151,16.9932723 L2.07758418,17 L22.4051322,17 L29.5559808,10.105 L29.5559808,2 C29.5559808,1.52661307 29.2015271,1.13005271 28.7254768,1.02641071 L28.6040657,1.00672773 Z"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M27.8947368,0 C29.0574416,0 30,0.8954305 30,2 L30,10.5087891 L22.4101945,18 L2.10526316,18 C0.942558421,18 0,17.1045695 0,16 L0,2 C0,0.8954305 0.942558421,0 2.10526316,0 L27.8947368,0 Z M27.8947368,1 L2.10526316,1 C1.56543596,1 1.12051878,1.38604019 1.0597134,1.88337887 L1.05263158,2 L1.05263158,16 C1.05263158,16.5128358 1.45898967,16.9355072 1.98250408,16.9932723 L2.10526316,17 L21.728,17 L21.7288324,11.1093756 C21.7288324,10.5570909 22.1765476,10.1093756 22.7288324,10.1093756 L28.943,10.109 L28.9473684,10.105 L28.9473684,2 C28.9473684,1.52661307 28.6011225,1.13005271 28.1360956,1.02641071 L28.0174959,1.00672773 L27.8947368,1 Z",class:"mrl-picto-sticky-border"},children:[]}]}]}]},default:{name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 30 18",xmlns:"http://www.w3.org/2000/svg","data-mrl-svg-name":"stickyRectangle"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
99
|
+
.mrl-picto-sticky-bg {
|
|
100
|
+
fill: #ededed;
|
|
101
|
+
}
|
|
102
|
+
.mrl-picto-sticky-border {
|
|
103
|
+
fill: currentColor;
|
|
104
|
+
}
|
|
105
|
+
`,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd"},children:[{name:"g",type:"element",value:"",attributes:{fillRule:"nonzero"},children:[{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-sticky-bg",d:"M28.6040657,1.00672773 L28.4783967,1 L2.07758418,1 C1.52496039,1 1.06949646,1.38604019 1.0072497,1.88337887 L1,2 L1,16 C1,16.5128358 1.4159908,16.9355072 1.9519151,16.9932723 L2.07758418,17 L22.4051322,17 L29.5559808,10.105 L29.5559808,2 C29.5559808,1.52661307 29.2015271,1.13005271 28.7254768,1.02641071 L28.6040657,1.00672773 Z"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M27.8947368,0 C29.0574416,0 30,0.8954305 30,2 L30,10.5087891 L22.4101945,18 L2.10526316,18 C0.942558421,18 0,17.1045695 0,16 L0,2 C0,0.8954305 0.942558421,0 2.10526316,0 L27.8947368,0 Z M27.8947368,1 L2.10526316,1 C1.56543596,1 1.12051878,1.38604019 1.0597134,1.88337887 L1.05263158,2 L1.05263158,16 C1.05263158,16.5128358 1.45898967,16.9355072 1.98250408,16.9932723 L2.10526316,17 L21.728,17 L21.7288324,11.1093756 C21.7288324,10.5570909 22.1765476,10.1093756 22.7288324,10.1093756 L28.943,10.109 L28.9473684,10.105 L28.9473684,2 C28.9473684,1.52661307 28.6011225,1.13005271 28.1360956,1.02641071 L28.0174959,1.00672773 L27.8947368,1 Z",class:"mrl-picto-sticky-border"},children:[]}]}]}]}};var w={classic:{name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","data-mrl-svg-name":"stickyRound"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
106
|
+
.mrl-picto-sticky-bg {
|
|
107
|
+
fill: #ededed;
|
|
108
|
+
}
|
|
109
|
+
.mrl-picto-sticky-border {
|
|
110
|
+
fill: currentColor;
|
|
111
|
+
}
|
|
112
|
+
`,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd"},children:[{name:"g",type:"element",value:"",attributes:{},children:[{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-sticky-bg",d:"M12,0 C5.3832,0 0,5.3824 0,12 C0,18.6168 5.3832,24 12,24 C12.088,24 12.1752,23.9944 12.2616,23.988 L12.6968,23.9712 L23.9712,12.6968 L23.9888,12.2616 C23.9952,12.1752 24,12.088 24,12 C24,5.3824 18.6168,0 12,0"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M23.1824,12.3544 C17.2808,12.5392 12.54,17.2808 12.3552,23.1824 C12.236,23.1856 12.12,23.2 12,23.2 C5.8144,23.2 0.8,18.1856 0.8,12 C0.8,5.8144 5.8144,0.8 12,0.8 C18.1856,0.8 23.2,5.8144 23.2,12 C23.2,12.12 23.1864,12.236 23.1824,12.3544 M12,0 C5.3832,0 0,5.3824 0,12 C0,18.6168 5.3832,24 12,24 C12.088,24 12.1752,23.9944 12.2616,23.988 L12.6968,23.9712 L23.9712,12.6968 L23.9888,12.2616 C23.9952,12.1752 24,12.088 24,12 C24,5.3824 18.6168,0 12,0",class:"mrl-picto-sticky-border",fillRule:"nonzero"},children:[]}]}]}]},default:{name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","data-mrl-svg-name":"stickyRound"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
113
|
+
.mrl-picto-sticky-bg {
|
|
114
|
+
fill: #ededed;
|
|
115
|
+
}
|
|
116
|
+
.mrl-picto-sticky-border {
|
|
117
|
+
fill: currentColor;
|
|
118
|
+
}
|
|
119
|
+
`,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd"},children:[{name:"g",type:"element",value:"",attributes:{},children:[{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-sticky-bg",d:"M12,0 C5.3832,0 0,5.3824 0,12 C0,18.6168 5.3832,24 12,24 C12.088,24 12.1752,23.9944 12.2616,23.988 L12.6968,23.9712 L23.9712,12.6968 L23.9888,12.2616 C23.9952,12.1752 24,12.088 24,12 C24,5.3824 18.6168,0 12,0"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M23.1824,12.3544 C17.2808,12.5392 12.54,17.2808 12.3552,23.1824 C12.236,23.1856 12.12,23.2 12,23.2 C5.8144,23.2 0.8,18.1856 0.8,12 C0.8,5.8144 5.8144,0.8 12,0.8 C18.1856,0.8 23.2,5.8144 23.2,12 C23.2,12.12 23.1864,12.236 23.1824,12.3544 M12,0 C5.3832,0 0,5.3824 0,12 C0,18.6168 5.3832,24 12,24 C12.088,24 12.1752,23.9944 12.2616,23.988 L12.6968,23.9712 L23.9712,12.6968 L23.9888,12.2616 C23.9952,12.1752 24,12.088 24,12 C24,5.3824 18.6168,0 12,0",class:"mrl-picto-sticky-border",fillRule:"nonzero"},children:[]}]}]}]}};var C={classic:{name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","data-mrl-svg-name":"stickyRounded"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
120
|
+
.mrl-picto-sticky-bg {
|
|
121
|
+
fill: #ededed;
|
|
122
|
+
}
|
|
123
|
+
.mrl-picto-sticky-border {
|
|
124
|
+
fill: currentColor;
|
|
125
|
+
}
|
|
126
|
+
`,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd"},children:[{name:"g",type:"element",value:"",attributes:{fillRule:"nonzero"},children:[{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-sticky-bg",d:"M22.1166211,0.870672255 L22,0.863597005 L2,0.863597005 C1.48716416,0.863597005 1.06449284,1.26957798 1.00672773,1.79260653 L1,1.91525169 L1,22.9483453 C1,23.4876715 1.38604019,23.9321758 1.88337887,23.9929247 L2,24 L13.866232,23.9992517 L22.999232,14.1200076 L23,1.91525169 C23,1.41741211 22.6710663,1.00036755 22.2292908,0.891371955 L22.1166211,0.870672255 Z"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M22,0 C23.1045695,0 24,0.8954305 24,2 L24,14.0117188 L14.2887763,24 L2,24 C0.8954305,24 0,23.1045695 0,22 L0,2 C0,0.8954305 0.8954305,0 2,0 L22,0 Z M22,1 L2,1 C1.48716416,1 1.06449284,1.38604019 1.00672773,1.88337887 L1,2 L1,22 C1,22.5128358 1.38604019,22.9355072 1.88337887,22.9932723 L2,23 L13.866232,22.9992885 L13.87,22.995 L13.8707646,14.5320877 C13.8707646,13.979803 14.3184799,13.5320877 14.8707646,13.5320877 L22.999,13.532 L23,2 C23,1.52661307 22.6710663,1.13005271 22.2292908,1.02641071 L22.1166211,1.00672773 L22,1 Z",class:"mrl-picto-sticky-border"},children:[]}]}]}]},default:{name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","data-mrl-svg-name":"stickyRounded"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
127
|
+
.mrl-picto-sticky-bg {
|
|
128
|
+
fill: #ededed;
|
|
129
|
+
}
|
|
130
|
+
.mrl-picto-sticky-border {
|
|
131
|
+
fill: currentColor;
|
|
132
|
+
}
|
|
133
|
+
`,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd"},children:[{name:"g",type:"element",value:"",attributes:{fillRule:"nonzero"},children:[{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-sticky-bg",d:"M22.1166211,0.870672255 L22,0.863597005 L2,0.863597005 C1.48716416,0.863597005 1.06449284,1.26957798 1.00672773,1.79260653 L1,1.91525169 L1,22.9483453 C1,23.4876715 1.38604019,23.9321758 1.88337887,23.9929247 L2,24 L13.866232,23.9992517 L22.999232,14.1200076 L23,1.91525169 C23,1.41741211 22.6710663,1.00036755 22.2292908,0.891371955 L22.1166211,0.870672255 Z"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M22,0 C23.1045695,0 24,0.8954305 24,2 L24,14.0117188 L14.2887763,24 L2,24 C0.8954305,24 0,23.1045695 0,22 L0,2 C0,0.8954305 0.8954305,0 2,0 L22,0 Z M22,1 L2,1 C1.48716416,1 1.06449284,1.38604019 1.00672773,1.88337887 L1,2 L1,22 C1,22.5128358 1.38604019,22.9355072 1.88337887,22.9932723 L2,23 L13.866232,22.9992885 L13.87,22.995 L13.8707646,14.5320877 C13.8707646,13.979803 14.3184799,13.5320877 14.8707646,13.5320877 L22.999,13.532 L23,2 C23,1.52661307 22.6710663,1.13005271 22.2292908,1.02641071 L22.1166211,1.00672773 L22,1 Z",class:"mrl-picto-sticky-border"},children:[]}]}]}]}};var L={classic:{name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg","data-mrl-svg-name":"sticky"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
134
|
+
.mrl-picto-sticky-bg {
|
|
135
|
+
fill: #fdfd8f;
|
|
136
|
+
}
|
|
137
|
+
.mrl-picto-sticky-border {
|
|
138
|
+
fill: currentColor;
|
|
139
|
+
}
|
|
140
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fillRule:"evenodd",clipRule:"evenodd",d:"M0 19.9998V0H19.9998V11.5H11.5V19.9998H0ZM11.6646 20V11.6693H20.0002V11.8571L11.8572 20H11.6646Z",class:"mrl-picto-sticky-bg"},children:[]},{name:"path",type:"element",value:"",attributes:{fillRule:"evenodd",clipRule:"evenodd",d:"M0 0V20H11.8569L20 11.8569V0H0ZM0.833333 0.833876H19.1667V11.6674H11.6667V19.1672H0.833333V0.833876Z",class:"mrl-picto-sticky-border"},children:[]}]},default:{name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg","data-mrl-svg-name":"sticky"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
141
|
+
.mrl-picto-sticky-bg {
|
|
142
|
+
fill: #fdfd8f;
|
|
143
|
+
}
|
|
144
|
+
.mrl-picto-sticky-border {
|
|
145
|
+
fill: currentColor;
|
|
146
|
+
}
|
|
147
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fillRule:"evenodd",clipRule:"evenodd",d:"M0 19.9998V0H19.9998V11.5H11.5V19.9998H0ZM11.6646 20V11.6693H20.0002V11.8571L11.8572 20H11.6646Z",class:"mrl-picto-sticky-bg"},children:[]},{name:"path",type:"element",value:"",attributes:{fillRule:"evenodd",clipRule:"evenodd",d:"M0 0V20H11.8569L20 11.8569V0H0ZM0.833333 0.833876H19.1667V11.6674H11.6667V19.1672H0.833333V0.833876Z",class:"mrl-picto-sticky-border"},children:[]}]}};var x={classic:{name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 97 128",class:"mrl-picto-vote-add",version:"1.1",xmlns:"http://www.w3.org/2000/svg","data-mrl-svg-name":"voteAdd"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
148
|
+
.mrl-picto-vote-add-bg { fill: #ededed; }
|
|
149
|
+
.mrl-picto-vote-add-dot { fill: var(--mrl-color-brand); }
|
|
150
|
+
.mrl-picto-vote-add-cursor { fill: #393939; }
|
|
151
|
+
`,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{},children:[{name:"path",type:"element",value:"",attributes:{d:"M80,93.7a2,2,0,0,1-2,2H7a2,2,0,0,1-2-2V7.7a2,2,0,0,1,2-2H78a2,2,0,0,1,2,2v86Z",class:"mrl-picto-vote-add-bg"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M48.1,74.4a10.3,10.3,0,1,1,10.4-6.7l4.9,3.7a16.3,16.3,0,1,0-14.6,9h0.6Z",class:"mrl-picto-vote-add-dot"},children:[]},{name:"polygon",type:"element",value:"",attributes:{points:"48.8 64.1 60.3 115.2 69.6 104.6 81.3 123 88.5 118.2 76.8 99.8 90.1 95.3 48.8 64.1",class:"mrl-picto-vote-add-cursor"},children:[]}]}]},default:{name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 97 128",class:"mrl-picto-vote-add",version:"1.1",xmlns:"http://www.w3.org/2000/svg","data-mrl-svg-name":"voteAdd"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
152
|
+
.mrl-picto-vote-add-bg { fill: #ededed; }
|
|
153
|
+
.mrl-picto-vote-add-dot { fill: var(--mrl-color-brand); }
|
|
154
|
+
.mrl-picto-vote-add-cursor { fill: #393939; }
|
|
155
|
+
`,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{},children:[{name:"path",type:"element",value:"",attributes:{d:"M80,93.7a2,2,0,0,1-2,2H7a2,2,0,0,1-2-2V7.7a2,2,0,0,1,2-2H78a2,2,0,0,1,2,2v86Z",class:"mrl-picto-vote-add-bg"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M48.1,74.4a10.3,10.3,0,1,1,10.4-6.7l4.9,3.7a16.3,16.3,0,1,0-14.6,9h0.6Z",class:"mrl-picto-vote-add-dot"},children:[]},{name:"polygon",type:"element",value:"",attributes:{points:"48.8 64.1 60.3 115.2 69.6 104.6 81.3 123 88.5 118.2 76.8 99.8 90.1 95.3 48.8 64.1",class:"mrl-picto-vote-add-cursor"},children:[]}]}]}};var Z={classic:{name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 95 128",class:"mrl-picto-vote-anonymous",version:"1.1",xmlns:"http://www.w3.org/2000/svg","data-mrl-svg-name":"voteAnonymous"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
156
|
+
.mrl-picto-vote-anonymous-box { fill: #d8d8d8; }
|
|
157
|
+
.mrl-picto-vote-anonymous-envelope { fill: #ededed; }
|
|
158
|
+
.mrl-picto-vote-anonymous-lock { fill: #2f2f2f; }
|
|
159
|
+
`,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{},children:[{name:"g",type:"element",value:"",attributes:{},children:[{name:"rect",type:"element",value:"",attributes:{x:"21",y:"33.2",width:"52.3",height:"39.9",class:"mrl-picto-vote-anonymous-box"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M49.8,73l37.5,29.3-0.9,1.2L48.6,73.9H48.5L8.3,103.8l-0.9-1.2L47.3,73.1,21,54.8h0L7,45.2,7.8,44,21,52.9V34.8H73.4V54l13.5-9.7,0.8,1.2ZM87.3,42.9L48.8,2,7.6,42.8A3.8,3.8,0,0,0,6,46.1v55.5a4.2,4.2,0,0,0,4.2,4.2H84.5a4.2,4.2,0,0,0,4.2-4.2V46.1A4.2,4.2,0,0,0,87.3,42.9Z",class:"mrl-picto-vote-anonymous-envelope"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M50.4,46.6a3.1,3.1,0,0,0-6.1,0v3.5h6.1V46.6h0ZM54,60.5H40.7a0.9,0.9,0,0,1-.9-0.9V51a0.9,0.9,0,0,1,.9-0.9h0.9V46.4a5.8,5.8,0,0,1,11.6,0v3.7H54a0.9,0.9,0,0,1,.9.9v8.7A0.9,0.9,0,0,1,54,60.5Z",class:"mrl-picto-vote-anonymous-lock"},children:[]}]}]}]},default:{name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 95 128",class:"mrl-picto-vote-anonymous",version:"1.1",xmlns:"http://www.w3.org/2000/svg","data-mrl-svg-name":"voteAnonymous"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
160
|
+
.mrl-picto-vote-anonymous-box { fill: #d8d8d8; }
|
|
161
|
+
.mrl-picto-vote-anonymous-envelope { fill: #ededed; }
|
|
162
|
+
.mrl-picto-vote-anonymous-lock { fill: #2f2f2f; }
|
|
163
|
+
`,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{},children:[{name:"g",type:"element",value:"",attributes:{},children:[{name:"rect",type:"element",value:"",attributes:{x:"21",y:"33.2",width:"52.3",height:"39.9",class:"mrl-picto-vote-anonymous-box"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M49.8,73l37.5,29.3-0.9,1.2L48.6,73.9H48.5L8.3,103.8l-0.9-1.2L47.3,73.1,21,54.8h0L7,45.2,7.8,44,21,52.9V34.8H73.4V54l13.5-9.7,0.8,1.2ZM87.3,42.9L48.8,2,7.6,42.8A3.8,3.8,0,0,0,6,46.1v55.5a4.2,4.2,0,0,0,4.2,4.2H84.5a4.2,4.2,0,0,0,4.2-4.2V46.1A4.2,4.2,0,0,0,87.3,42.9Z",class:"mrl-picto-vote-anonymous-envelope"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M50.4,46.6a3.1,3.1,0,0,0-6.1,0v3.5h6.1V46.6h0ZM54,60.5H40.7a0.9,0.9,0,0,1-.9-0.9V51a0.9,0.9,0,0,1,.9-0.9h0.9V46.4a5.8,5.8,0,0,1,11.6,0v3.7H54a0.9,0.9,0,0,1,.9.9v8.7A0.9,0.9,0,0,1,54,60.5Z",class:"mrl-picto-vote-anonymous-lock"},children:[]}]}]}]}};var M={classic:{name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 97 128",class:"mrl-picto-vote-remove",version:"1.1",xmlns:"http://www.w3.org/2000/svg","data-mrl-svg-name":"voteRemove"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
164
|
+
.mrl-picto-vote-remove-bg { fill: #ededed; }
|
|
165
|
+
.mrl-picto-vote-remove-dot { fill: var(--mrl-color-brand); }
|
|
166
|
+
.mrl-picto-vote-remove-cursor { fill: #393939; }
|
|
167
|
+
`,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{},children:[{name:"path",type:"element",value:"",attributes:{d:"M79,93.7a2,2,0,0,1-2,2H6a2,2,0,0,1-2-2V7.7a2,2,0,0,1,2-2H77a2,2,0,0,1,2,2v86Z",class:"mrl-picto-vote-remove-bg"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M44.9,64.7a3,3,0,0,1,4.7-3l12.8,9.7a16.3,16.3,0,1,0-14.6,9h0.6Z",class:"mrl-picto-vote-remove-dot"},children:[]},{name:"polygon",type:"element",value:"",attributes:{points:"47.8 64.1 59.3 115.2 68.6 104.6 80.3 123 87.5 118.2 75.8 99.8 89.1 95.3 47.8 64.1",class:"mrl-picto-vote-remove-cursor"},children:[]}]}]},default:{name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 97 128",class:"mrl-picto-vote-remove",version:"1.1",xmlns:"http://www.w3.org/2000/svg","data-mrl-svg-name":"voteRemove"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
168
|
+
.mrl-picto-vote-remove-bg { fill: #ededed; }
|
|
169
|
+
.mrl-picto-vote-remove-dot { fill: var(--mrl-color-brand); }
|
|
170
|
+
.mrl-picto-vote-remove-cursor { fill: #393939; }
|
|
171
|
+
`,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{},children:[{name:"path",type:"element",value:"",attributes:{d:"M79,93.7a2,2,0,0,1-2,2H6a2,2,0,0,1-2-2V7.7a2,2,0,0,1,2-2H77a2,2,0,0,1,2,2v86Z",class:"mrl-picto-vote-remove-bg"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M44.9,64.7a3,3,0,0,1,4.7-3l12.8,9.7a16.3,16.3,0,1,0-14.6,9h0.6Z",class:"mrl-picto-vote-remove-dot"},children:[]},{name:"polygon",type:"element",value:"",attributes:{points:"47.8 64.1 59.3 115.2 68.6 104.6 80.3 123 87.5 118.2 75.8 99.8 89.1 95.3 47.8 64.1",class:"mrl-picto-vote-remove-cursor"},children:[]}]}]}};var k={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24","data-mrl-svg-name":"checkboxCustom"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
172
|
+
.mrl-picto-checkbox-custom-check { fill: #000; }
|
|
173
|
+
.mrl-picto-checkbox-custom-stroke { fill: #fff; }
|
|
174
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{"fill-rule":"evenodd",class:"mrl-picto-checkbox-custom-check",d:"M16.74 8.332a.624.624 0 0 1 .147.866l-4.879 6.945a1.225 1.225 0 0 1-1.876.16L7.18 13.327a.625.625 0 0 1 0-.878l.871-.879a.612.612 0 0 1 .871 0l1.92 1.936 4.034-5.744a.613.613 0 0 1 .859-.148l1.005.718Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{"fill-rule":"evenodd",class:"mrl-picto-checkbox-custom-stroke",d:"m5.76 11.04.871-.878a2.612 2.612 0 0 1 3.711 0l.237.239 2.661-3.789a2.613 2.613 0 0 1 3.657-.625l1.006.718a2.624 2.624 0 0 1 .62 3.643l-4.878 6.944a3.225 3.225 0 0 1-4.933.42L5.76 14.734a2.625 2.625 0 0 1 0-3.695Zm9.117-3.278a.613.613 0 0 1 .858-.148l1.005.718a.624.624 0 0 1 .147.866l-4.879 6.945a1.225 1.225 0 0 1-1.876.16L7.18 13.327a.625.625 0 0 1 0-.878l.871-.879a.612.612 0 0 1 .871 0l1.92 1.936 4.034-5.744Z","clip-rule":"evenodd"},children:[]}]}};var B={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:[]}]}};var H={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:[]}]}};var V={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":"colorBorder"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
175
|
+
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
176
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M7 2a5 5 0 0 0-5 5v10a5 5 0 0 0 5 5h10a5 5 0 0 0 5-5V7a5 5 0 0 0-5-5H7Zm2.5 7a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5h-5Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor","fill-rule":"evenodd",d:"M16.5 7h-9a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5Zm-9-3A3.5 3.5 0 0 0 4 7.5v9A3.5 3.5 0 0 0 7.5 20h9a3.5 3.5 0 0 0 3.5-3.5v-9A3.5 3.5 0 0 0 16.5 4h-9Z","clip-rule":"evenodd"},children:[]}]}};var F={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:[]}]}};var 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":"colorFillNone"},children:[{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M21.401 5.401A1.5 1.5 0 1 0 19.28 3.28l-16 16A1.5 1.5 0 1 0 5.4 21.4l1.52-1.52a.533.533 0 0 1 .542-.122c.485.157 1 .24 1.537.24h6a5 5 0 0 0 5-5V9c0-.535-.084-1.052-.24-1.536a.533.533 0 0 1 .12-.542l1.521-1.52ZM15 4c.298 0 .42.352.21.562L4.561 15.21c-.21.21-.562.089-.562-.21V9a5 5 0 0 1 5-5h6Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor","fill-rule":"evenodd",d:"M4 15c0 .298.352.42.562.21L15.21 4.561C15.42 4.352 15.298 4 15 4H9a5 5 0 0 0-5 5v6Zm-.72 4.28A1.5 1.5 0 1 0 5.4 21.4l1.52-1.52a.533.533 0 0 1 .542-.122A4.975 4.975 0 0 0 9 20h6a5 5 0 0 0 5-5V9a5.043 5.043 0 0 0-.24-1.536.533.533 0 0 1 .12-.542l1.521-1.52A1.5 1.5 0 1 0 19.28 3.28l-16 16Z","clip-rule":"evenodd"},children:[]}]}};var W={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:`
|
|
177
|
+
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
178
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M2 7a5 5 0 0 1 5-5h10a5 5 0 0 1 5 5v10a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5V7Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M17 4H7a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3ZM7 2a5 5 0 0 0-5 5v10a5 5 0 0 0 5 5h10a5 5 0 0 0 5-5V7a5 5 0 0 0-5-5H7Z","clip-rule":"evenodd"},children:[]}]}};var R={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:`
|
|
179
|
+
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
180
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M12 2c-.51 0-.975.176-1.35.516-.369.334-.63.804-.79 1.364-.477 1.65-1.217 3.152-1.875 4.124l-.001.001C6.494 10.224 5 12.605 5 15.385 5 19.32 8.176 22 12 22s7-2.68 7-6.616c0-2.964-1.68-5.45-2.952-7.332-.86-1.271-1.482-2.699-1.909-4.172-.16-.56-.42-1.03-.789-1.364A1.972 1.972 0 0 0 12 2Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"m7.961 7.994.001-.001c.662-.975 1.406-2.48 1.887-4.136.16-.56.422-1.032.793-1.367A1.99 1.99 0 0 1 12 1.973c.514 0 .98.176 1.358.517.37.335.633.807.793 1.367.43 1.478 1.055 2.91 1.92 4.184 1.278 1.886 2.968 4.38 2.968 7.353 0 3.946-3.194 6.633-7.039 6.633-3.845 0-7.04-2.687-7.04-6.633 0-2.787 1.503-5.175 3.001-7.4Zm8.073-4.687c-.233-.814-.655-1.642-1.367-2.285A3.94 3.94 0 0 0 12 0a3.94 3.94 0 0 0-2.667 1.022c-.712.643-1.134 1.47-1.367 2.286C7.54 4.77 6.884 6.084 6.343 6.88l-.005.008C4.873 9.063 3 11.922 3 15.394 3 20.609 7.26 24 12 24s9-3.391 9-8.606c0-3.587-1.987-6.516-3.222-8.335l-.088-.13c-.728-1.073-1.274-2.308-1.656-3.622Z","clip-rule":"evenodd"},children:[]}]}};var z={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:`
|
|
181
|
+
.mrl-picto-color-transparent-background {
|
|
182
|
+
fill: #fff;
|
|
183
|
+
}
|
|
184
|
+
.mrl-picto-color-transparent-border {
|
|
185
|
+
fill: #eee;
|
|
186
|
+
}
|
|
187
|
+
.mrl-picto-color-transparent-crossBar {
|
|
188
|
+
fill: #000;
|
|
189
|
+
}
|
|
190
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-transparent-background",d:"M0 4a4 4 0 0 1 4-4h16a4 4 0 0 1 4 4v16a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-transparent-border","fill-rule":"evenodd",d:"M20 2H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2ZM4 0a4 4 0 0 0-4 4v16a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4H4Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-transparent-crossBar","fill-rule":"evenodd",d:"M19.707 4.293a1 1 0 0 1 0 1.414l-14 14a1 1 0 0 1-1.414-1.414l14-14a1 1 0 0 1 1.414 0Z","clip-rule":"evenodd"},children:[]}]}};var S={default:{name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","data-mrl-svg-name":"customColors"},children:[{name:"path",type:"element",value:"",attributes:{d:"M6.06838 8.57118L1.61995 5.99976C0.59141 7.77404 0 9.81404 0 11.9998H5.1427C5.1427 10.7483 5.48555 9.58261 6.06838 8.57118Z",fill:"#FF6801"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M6.06904 15.4285L1.62061 17.9999C2.67486 19.817 4.19196 21.3342 6.00904 22.3885L8.58039 17.9399C7.53471 17.3313 6.66902 16.4656 6.06904 15.4285Z",fill:"#DC4064"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M17.9312 15.4283L22.3796 17.9998C23.4081 16.2255 23.9995 14.1855 23.9995 11.9998H18.8568C18.8568 13.2512 18.514 14.4169 17.9312 15.4283Z",fill:"#0000FE"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M8.57135 17.9314L6 22.38C7.77423 23.4085 9.81417 24 11.9998 24V18.8571C10.7484 18.8571 9.58275 18.5143 8.57135 17.9314Z",fill:"#EA2A63"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M12 18.8573V24.0002C14.1856 24.0002 16.2256 23.4088 17.9912 22.3888L15.4199 17.9402C14.4171 18.5145 13.2514 18.8573 12 18.8573Z",fill:"#B600F5"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M22.3878 17.9913L17.9393 15.4199C17.3393 16.4571 16.4737 17.3228 15.428 17.9313L17.9993 22.3799C19.8164 21.3342 21.3335 19.8171 22.3878 17.9913Z",fill:"#563EEA"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M5.1427 11.9998H0C0 14.1855 0.59141 16.2255 1.61138 17.9912L6.05981 15.4198C5.48555 14.4169 5.1427 13.2512 5.1427 11.9998Z",fill:"#FD5004"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M17.9315 8.57108L22.38 5.99965C21.3257 4.18251 19.8086 2.66537 17.9915 1.61108L15.4202 6.05965C16.4658 6.66822 17.3315 7.53394 17.9315 8.57108Z",fill:"#2DB635"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M18.8573 12H24C24 9.81426 23.4086 7.77426 22.3886 6.00854L17.9402 8.57997C18.5145 9.58283 18.8573 10.7485 18.8573 12Z",fill:"#1794C2"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M8.57136 6.06868L6.00001 1.62012C4.18292 2.6744 2.66583 4.19154 1.61157 6.00869L6.06001 8.58011C6.66856 7.5344 7.53425 6.66868 8.57136 6.06868Z",fill:"#FDB900"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M12 5.14285V0C9.81439 0 7.77445 0.591428 6.00879 1.61143L8.58014 6.06C9.58297 5.48571 10.7486 5.14285 12 5.14285Z",fill:"#FFF601"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M15.4285 6.06857L17.9998 1.62C16.2256 0.591428 14.1856 0 12 0V5.14285C13.2514 5.14285 14.4171 5.48571 15.4285 6.06857Z",fill:"#9BD52B"},children:[]}]}};var E={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileDoc"},children:[{name:"path",type:"element",value:"",attributes:{fill:"url(#file-doc-a)",d:"M38 2H10a2 2 0 0 0-2 2v7.003h32V4a2 2 0 0 0-2-2Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"url(#file-doc-b)",d:"M8 29.054V36a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2v-6.946H8Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"url(#file-doc-c)",d:"M8 11.003h32v9.002H8v-9.002Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"url(#file-doc-d)",d:"M8 20.005h32v9.049H8v-9.049Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"url(#file-doc-e)",d:"M18 30H2a2 2 0 0 1-2-2V12a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"m14.403 15-1.546 7.264L11.144 15H8.957L7.19 22.489 5.597 15H3.641l2.344 10h2.352l1.713-7.689L11.764 25h2.251l2.344-10h-1.956Z"},children:[]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"linearGradient",type:"element",value:"",attributes:{id:"file-doc-a",x1:"20",x2:"20",y1:"37.852",y2:"3.799",gradientUnits:"userSpaceOnUse"},children:[{name:"stop",type:"element",value:"",attributes:{"stop-color":"#42A3F2"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:"1","stop-color":"#42A4EB"},children:[]}]},{name:"linearGradient",type:"element",value:"",attributes:{id:"file-doc-b",x1:"20",x2:"20",y1:"38",y2:"2",gradientUnits:"userSpaceOnUse"},children:[{name:"stop",type:"element",value:"",attributes:{"stop-color":"#11408A"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:"1","stop-color":"#103F8F"},children:[]}]},{name:"linearGradient",type:"element",value:"",attributes:{id:"file-doc-c",x1:"20",x2:"20",y1:"-119.825",y2:"-120.069",gradientUnits:"userSpaceOnUse"},children:[{name:"stop",type:"element",value:"",attributes:{"stop-color":"#3079D6"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:"1","stop-color":"#297CD2"},children:[]}]},{name:"linearGradient",type:"element",value:"",attributes:{id:"file-doc-d",x1:"0",x2:"40",y1:"20",y2:"20",gradientUnits:"userSpaceOnUse"},children:[{name:"stop",type:"element",value:"",attributes:{"stop-color":"#1D59B3"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:"1","stop-color":"#195BBC"},children:[]}]},{name:"linearGradient",type:"element",value:"",attributes:{id:"file-doc-e",x1:"1.488",x2:"35.052",y1:"3.339",y2:"40.63",gradientUnits:"userSpaceOnUse"},children:[{name:"stop",type:"element",value:"",attributes:{"stop-color":"#256AC2"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:"1","stop-color":"#1247AD"},children:[]}]}]}]}};var D={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileGeneric"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#919191",d:"M25.5 0 35 10v27a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h17.5Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff","fill-opacity":".7",d:"M35 11h-8a3 3 0 0 1-3-3V0h1.5L35 10v1Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M14.802 28v-4.704h1.176v-1.092h-1.176v-.324c0-.648.3-.972.804-.972.204 0 .372.048.504.132l.276-.948c-.264-.144-.612-.216-1.02-.216-1.056 0-1.824.708-1.824 2.004v.324h-.96v1.092h.96V28h1.26Zm2.772-6.504c.432 0 .78-.348.78-.78a.778.778 0 0 0-.78-.78.778.778 0 0 0-.78.78c0 .432.348.78.78.78ZM18.198 28v-5.796h-1.26V28h1.26Zm2.89 0v-8.004h-1.26V28h1.26Zm4.322.144c.912 0 1.764-.3 2.352-.852l-.576-.828c-.42.42-1.08.648-1.656.648-1.092 0-1.74-.732-1.836-1.596h4.464v-.312c0-1.824-1.104-3.144-2.844-3.144-1.716 0-2.94 1.356-2.94 3.036 0 1.836 1.284 3.048 3.036 3.048Zm1.536-3.528h-3.264c.048-.696.552-1.524 1.62-1.524 1.14 0 1.608.84 1.644 1.524Z"},children:[]}]}};var G={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"filePdf"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#CB0606",d:"M25.5 0 35 10v27a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h17.5Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff","fill-opacity":".7",d:"M35 11h-8a3 3 0 0 1-3-3V0h1.5L35 10v1Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M14.936 28.144c1.5 0 2.568-1.14 2.568-3.048 0-1.908-1.068-3.036-2.568-3.036-.756 0-1.428.36-1.86.936v-.792h-1.26v8.004h1.26v-3.012c.48.612 1.128.948 1.86.948Zm-.372-1.116c-.588 0-1.212-.36-1.488-.792v-2.292c.288-.432.9-.768 1.488-.768.996 0 1.644.792 1.644 1.92s-.648 1.932-1.644 1.932Zm9.541.972v-8.004h-1.26v3.012a2.26 2.26 0 0 0-1.86-.948c-1.488 0-2.568 1.164-2.568 3.036 0 1.92 1.092 3.048 2.568 3.048.756 0 1.416-.36 1.86-.936V28h1.26Zm-2.748-.972c-1.008 0-1.644-.804-1.644-1.932 0-1.116.636-1.92 1.644-1.92.588 0 1.212.348 1.488.78v2.292c-.276.432-.9.78-1.488.78ZM27.31 28v-4.704h1.176v-1.092H27.31v-.324c0-.648.3-.972.804-.972.276 0 .492.096.66.252l.492-.78c-.348-.372-.864-.504-1.392-.504-1.092 0-1.824.744-1.824 2.004v.324h-.96v1.092h.96V28h1.26Z"},children:[]}]}};var P={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"filePpt"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#DC4C2C",d:"M4 20c0 9.941 8.059 18 18 18s18-8.059 18-18H4Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#F7A278",d:"M22 2v18h18c0-9.941-8.059-18-18-18Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#C06346",d:"M22 2C12.059 2 4 10.059 4 20h18V2Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#9B341F",d:"M18.319 30H1.681A1.682 1.682 0 0 1 0 28.319V11.681C0 10.753.753 10 1.681 10h16.638c.928 0 1.681.753 1.681 1.681v16.638c0 .928-.753 1.681-1.681 1.681Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M10.673 15.012H6v10h2.024v-3.521H10.3a3.397 3.397 0 0 0 3.397-3.397v-.058a3.024 3.024 0 0 0-3.024-3.024Zm.897 3.346c0 .859-.697 1.556-1.556 1.556h-1.99v-3.325h1.99c.859 0 1.556.697 1.556 1.556v.213Z"},children:[]}]}};var U={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileTxt"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#64A5F7",d:"M25.5 0 35 10v27a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h17.5Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff","fill-opacity":".7",d:"M35 11h-8a3 3 0 0 1-3-3V0h1.5L35 10v1Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M15.754 28.144c.575 0 .947-.168 1.176-.372l-.3-.96c-.096.108-.313.216-.552.216-.36 0-.553-.3-.553-.696v-3.036h1.176v-1.092h-1.176V20.62h-1.26v1.584h-.96v1.092h.96v3.348c0 .972.505 1.5 1.489 1.5ZM22.922 28l-2.136-2.976 2.004-2.82h-1.416l-1.38 1.956-1.368-1.956H17.21l2.004 2.82L17.078 28h1.416l1.512-2.136 1.5 2.136h1.416Zm2.628.144c.576 0 .948-.168 1.176-.372l-.3-.96c-.096.108-.312.216-.552.216-.36 0-.552-.3-.552-.696v-3.036h1.176v-1.092h-1.176V20.62h-1.26v1.584h-.96v1.092h.96v3.348c0 .972.504 1.5 1.488 1.5Z"},children:[]}]}};var N={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileXls"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#169154",d:"M25 2H11.744C10.781 2 10 2.781 10 3.744v7.259h15V2Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#18482A",d:"M10 29.054v7.202c0 .963.781 1.744 1.743 1.744H25v-8.946H10Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#0C8045",d:"M10 11.003h15v9.002H10v-9.002Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#17472A",d:"M10 20.005h15v9.049H10v-9.049Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#29C27F",d:"M38.256 2H25v9.003h15V3.744C40 2.781 39.219 2 38.256 2Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#27663F",d:"M25 29.054V38h13.257c.962 0 1.743-.781 1.743-1.743v-7.202l-15-.001Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#19AC65",d:"M25 11.003h15v9.002H25v-9.002Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#129652",d:"M25 20.005h15v9.05l-15-.001v-9.049Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#0C7238",d:"M18.319 30H1.681A1.682 1.682 0 0 1 0 28.319V11.681C0 10.753.753 10 1.681 10h16.638c.928 0 1.681.753 1.681 1.681v16.638c0 .928-.753 1.681-1.681 1.681Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M5.807 15h2.386l1.936 3.754L12.175 15h2.229l-3.071 5 3.141 5h-2.351l-2.11-3.93L7.912 25H5.526l3.193-5.018L5.807 15Z"},children:[]}]}};var T={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileZip"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#1F1F1F",d:"M25.5 0 35 10v27a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h17.5Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff","fill-opacity":".7",d:"M35 11h-8a3 3 0 0 1-3-3V0h1.5L35 10v1Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M17.16 28v-1.104h-2.952l2.904-3.78v-.912h-4.548v1.092h2.856l-2.856 3.744V28h4.596Zm1.999-6.504c.432 0 .78-.348.78-.78a.778.778 0 0 0-.78-.78.778.778 0 0 0-.78.78c0 .432.348.78.78.78ZM19.783 28v-5.796h-1.26V28h1.26Zm4.755.144c1.5 0 2.568-1.14 2.568-3.048 0-1.908-1.068-3.036-2.568-3.036-.756 0-1.428.36-1.86.936v-.792h-1.26v8.004h1.26v-3.012c.48.612 1.128.948 1.86.948Zm-.372-1.116c-.588 0-1.212-.36-1.488-.792v-2.292c.288-.432.9-.768 1.488-.768.996 0 1.644.792 1.644 1.92s-.648 1.932-1.644 1.932Z"},children:[]}]}};var O={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":"logoGoogle"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#4285F4",d:"M24 12.27c0-.79-.072-1.54-.194-2.27H12.26v4.51h6.611c-.296 1.48-1.165 2.73-2.452 3.58v3h3.944C22.672 19 24 15.92 24 12.27Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#34A853",d:"M12.26 24c3.31 0 6.08-1.08 8.103-2.91l-3.944-3c-1.104.72-2.503 1.16-4.158 1.16-3.198 0-5.906-2.11-6.877-4.96H1.318v3.09C3.331 21.3 7.468 24 12.261 24Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#FBBC05",d:"M5.384 14.29A6.83 6.83 0 0 1 4.996 12c0-.8.143-1.57.388-2.29V6.62H1.318A11.657 11.657 0 0 0 0 12c0 1.94.48 3.76 1.318 5.38l4.066-3.09Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#EA4335",d:"M12.26 4.75c1.809 0 3.423.61 4.7 1.8l3.495-3.42C18.34 1.19 15.57 0 12.26 0 7.469 0 3.33 2.7 1.318 6.62l4.066 3.09c.971-2.85 3.679-4.96 6.877-4.96Z"},children:[]}]}};var X={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":"logoMicrosoft"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#F25022",d:"M11.421 1H1v10.421h10.421V1Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#00A4EF",d:"M11.421 12.579H1V23h10.421V12.579Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#7FBA00",d:"M23 1H12.579v10.421H23V1Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#FFB900",d:"M23 12.579H12.579V23H23V12.579Z"},children:[]}]}};export{e as brandSymbol,t as brandWordmark,k as checkboxCustom,V as colorBorder,B as colorBorderMixed,H as colorBorderNone,W as colorFill,F as colorFillMixed,A as colorFillNone,R as colorPicker,z as colorTransparent,S as customColors,l as drawEraser,a as drawStrokeFine,r as drawStrokeHighlighter,n as drawStrokeMedium,c as drawStrokeUltraFine,i as drawWeight10,o as drawWeight100,s as drawWeight20,m as drawWeight30,d as drawWeight40,p as drawWeight50,u as drawWeight60,h as drawWeight70,v as drawWeight80,f as drawWeight90,E as fileDoc,D as fileGeneric,G as filePdf,P as filePpt,U as fileTxt,N as fileXls,T as fileZip,y as logoGmail,O as logoGoogle,X as logoMicrosoft,b as logoSlackColor,L as sticky,g as stickyRectangle,w as stickyRound,C as stickyRounded,x as voteAdd,Z as voteAnonymous,M as voteRemove};
|