@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 @@
|
|
|
1
|
+
var e={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:[]}]}]}]};export{e as brandSymbol};
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
declare const brandWordmark: {
|
|
2
|
+
readonly name: "svg";
|
|
3
|
+
readonly type: "element";
|
|
4
|
+
readonly value: "";
|
|
5
|
+
readonly attributes: {
|
|
6
|
+
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
7
|
+
readonly fill: "none";
|
|
8
|
+
readonly viewBox: "0 0 99 30";
|
|
9
|
+
readonly "data-mrl-svg-name": "brandWordmark";
|
|
10
|
+
};
|
|
11
|
+
readonly children: readonly [{
|
|
12
|
+
readonly name: "path";
|
|
13
|
+
readonly type: "element";
|
|
14
|
+
readonly value: "";
|
|
15
|
+
readonly attributes: {
|
|
16
|
+
readonly fill: "#00843F";
|
|
17
|
+
readonly d: "M80.557 29.328c-5.36 0-9.722-4.577-9.722-10.194 0-5.617 4.361-10.194 9.722-10.194 5.36 0 9.721 4.577 9.721 10.194 0 5.617-4.374 10.194-9.721 10.194Zm.594-15.73c-2.836 0-5.131 2.484-5.131 5.522 0 3.052 2.309 5.523 5.13 5.523 2.823 0 5.132-2.484 5.132-5.523 0-3.038-2.31-5.522-5.131-5.522Z";
|
|
18
|
+
};
|
|
19
|
+
readonly children: readonly [];
|
|
20
|
+
}, {
|
|
21
|
+
readonly name: "path";
|
|
22
|
+
readonly type: "element";
|
|
23
|
+
readonly value: "";
|
|
24
|
+
readonly attributes: {
|
|
25
|
+
readonly fill: "#000";
|
|
26
|
+
readonly d: "M35.836 9.21h-5.185v19.794h5.185V9.21Z";
|
|
27
|
+
};
|
|
28
|
+
readonly children: readonly [];
|
|
29
|
+
}, {
|
|
30
|
+
readonly name: "path";
|
|
31
|
+
readonly type: "element";
|
|
32
|
+
readonly value: "";
|
|
33
|
+
readonly attributes: {
|
|
34
|
+
readonly fill: "#FF4B4B";
|
|
35
|
+
readonly d: "M11.234 29.004V9.21A3.028 3.028 0 0 0 8.21 6.185 3.02 3.02 0 0 0 5.185 9.21H0c0-4.524 3.686-8.197 8.21-8.197 4.523 0 8.21 3.687 8.21 8.21v14.61h3.01V9.21c0-4.524 3.686-8.21 8.21-8.21 4.523 0 8.21 3.686 8.21 8.21h-5.186a3.028 3.028 0 0 0-3.024-3.025 3.028 3.028 0 0 0-3.025 3.025v19.794h-13.38Z";
|
|
36
|
+
};
|
|
37
|
+
readonly children: readonly [];
|
|
38
|
+
}, {
|
|
39
|
+
readonly name: "path";
|
|
40
|
+
readonly type: "element";
|
|
41
|
+
readonly value: "";
|
|
42
|
+
readonly attributes: {
|
|
43
|
+
readonly fill: "#000";
|
|
44
|
+
readonly d: "M5.185 9.21H0v19.794h5.185V9.21Zm50.702 0h-5.185v11.166h5.185V9.21Z";
|
|
45
|
+
};
|
|
46
|
+
readonly children: readonly [];
|
|
47
|
+
}, {
|
|
48
|
+
readonly name: "path";
|
|
49
|
+
readonly type: "element";
|
|
50
|
+
readonly value: "";
|
|
51
|
+
readonly attributes: {
|
|
52
|
+
readonly fill: "#5887FF";
|
|
53
|
+
readonly d: "M46.908 29.328c-4.942 0-8.966-4.023-8.966-8.965h5.185c0 2.08 1.702 3.78 3.781 3.78 2.08 0 3.78-1.7 3.78-3.78h5.186c0 4.942-4.024 8.965-8.966 8.965Z";
|
|
54
|
+
};
|
|
55
|
+
readonly children: readonly [];
|
|
56
|
+
}, {
|
|
57
|
+
readonly name: "path";
|
|
58
|
+
readonly type: "element";
|
|
59
|
+
readonly value: "";
|
|
60
|
+
readonly attributes: {
|
|
61
|
+
readonly fill: "#000";
|
|
62
|
+
readonly d: "M43.141 9.21h-5.185v11.166h5.185V9.21Z";
|
|
63
|
+
};
|
|
64
|
+
readonly children: readonly [];
|
|
65
|
+
}, {
|
|
66
|
+
readonly name: "path";
|
|
67
|
+
readonly type: "element";
|
|
68
|
+
readonly value: "";
|
|
69
|
+
readonly attributes: {
|
|
70
|
+
readonly fill: "#FC83FF";
|
|
71
|
+
readonly d: "M98.772 1.324h-5.185V9.21h5.185V1.324Z";
|
|
72
|
+
};
|
|
73
|
+
readonly children: readonly [];
|
|
74
|
+
}, {
|
|
75
|
+
readonly name: "path";
|
|
76
|
+
readonly type: "element";
|
|
77
|
+
readonly value: "";
|
|
78
|
+
readonly attributes: {
|
|
79
|
+
readonly fill: "#000";
|
|
80
|
+
readonly d: "M91.467 9.21h-5.185v19.794h5.185V9.21Zm7.305 0h-5.185v19.794h5.185V9.21Zm-35.58 5.171h-5.185v14.61h5.185V14.38Z";
|
|
81
|
+
};
|
|
82
|
+
readonly children: readonly [];
|
|
83
|
+
}, {
|
|
84
|
+
readonly name: "path";
|
|
85
|
+
readonly type: "element";
|
|
86
|
+
readonly value: "";
|
|
87
|
+
readonly attributes: {
|
|
88
|
+
readonly fill: "#FA0";
|
|
89
|
+
readonly d: "M70.767 9.21h-12.76v5.185h12.76V9.21Z";
|
|
90
|
+
};
|
|
91
|
+
readonly children: readonly [];
|
|
92
|
+
}];
|
|
93
|
+
};
|
|
94
|
+
export { brandWordmark };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var e={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:[]}]};export{e as brandWordmark};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare const drawEraser: {
|
|
2
|
+
readonly name: "svg";
|
|
3
|
+
readonly type: "element";
|
|
4
|
+
readonly value: "";
|
|
5
|
+
readonly attributes: {
|
|
6
|
+
readonly viewBox: "0 0 24 24";
|
|
7
|
+
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
8
|
+
readonly fill: "currentColor";
|
|
9
|
+
readonly "data-mrl-svg-name": "drawEraser";
|
|
10
|
+
};
|
|
11
|
+
readonly children: readonly [{
|
|
12
|
+
readonly name: "path";
|
|
13
|
+
readonly type: "element";
|
|
14
|
+
readonly value: "";
|
|
15
|
+
readonly attributes: {
|
|
16
|
+
readonly d: "M19 13V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v7H4v11h16V13h-1zM6 6c0-.6.4-1 1-1h10c.6 0 1 .4 1 1v7H6V6z";
|
|
17
|
+
};
|
|
18
|
+
readonly children: readonly [];
|
|
19
|
+
}];
|
|
20
|
+
};
|
|
21
|
+
export { drawEraser };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var e={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:[]}]};export{e as drawEraser};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare const drawStrokeFine: {
|
|
2
|
+
readonly name: "svg";
|
|
3
|
+
readonly type: "element";
|
|
4
|
+
readonly value: "";
|
|
5
|
+
readonly attributes: {
|
|
6
|
+
readonly viewBox: "0 0 24 24";
|
|
7
|
+
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
8
|
+
readonly fill: "currentColor";
|
|
9
|
+
readonly "data-mrl-svg-name": "drawStrokeFine";
|
|
10
|
+
};
|
|
11
|
+
readonly children: readonly [{
|
|
12
|
+
readonly name: "path";
|
|
13
|
+
readonly type: "element";
|
|
14
|
+
readonly value: "";
|
|
15
|
+
readonly attributes: {
|
|
16
|
+
readonly d: "M16 9V5H8v4s-2 2-2 6v3h12v-3c0-4-2-6-2-6zM6 19h12v5H6zM14 4c0-2.7-2-4-2-4s-2 1.3-2 4h4z";
|
|
17
|
+
};
|
|
18
|
+
readonly children: readonly [];
|
|
19
|
+
}];
|
|
20
|
+
};
|
|
21
|
+
export { drawStrokeFine };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var e={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:[]}]};export{e as drawStrokeFine};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare const drawStrokeHighlighter: {
|
|
2
|
+
readonly name: "svg";
|
|
3
|
+
readonly type: "element";
|
|
4
|
+
readonly value: "";
|
|
5
|
+
readonly attributes: {
|
|
6
|
+
readonly viewBox: "0 0 24 24";
|
|
7
|
+
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
8
|
+
readonly fill: "currentColor";
|
|
9
|
+
readonly "data-mrl-svg-name": "drawStrokeHighlighter";
|
|
10
|
+
};
|
|
11
|
+
readonly children: readonly [{
|
|
12
|
+
readonly name: "path";
|
|
13
|
+
readonly type: "element";
|
|
14
|
+
readonly value: "";
|
|
15
|
+
readonly attributes: {
|
|
16
|
+
readonly d: "M15 0 9 3v3h6zM2 19h20v5H2zM16 8V7H8v1s0 9-6 9v1h20v-1c-6 0-6-9-6-9z";
|
|
17
|
+
};
|
|
18
|
+
readonly children: readonly [];
|
|
19
|
+
}];
|
|
20
|
+
};
|
|
21
|
+
export { drawStrokeHighlighter };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var e={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:[]}]};export{e as drawStrokeHighlighter};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare const drawStrokeMedium: {
|
|
2
|
+
readonly name: "svg";
|
|
3
|
+
readonly type: "element";
|
|
4
|
+
readonly value: "";
|
|
5
|
+
readonly attributes: {
|
|
6
|
+
readonly viewBox: "0 0 24 24";
|
|
7
|
+
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
8
|
+
readonly fill: "currentColor";
|
|
9
|
+
readonly "data-mrl-svg-name": "drawStrokeMedium";
|
|
10
|
+
};
|
|
11
|
+
readonly children: readonly [{
|
|
12
|
+
readonly name: "path";
|
|
13
|
+
readonly type: "element";
|
|
14
|
+
readonly value: "";
|
|
15
|
+
readonly attributes: {
|
|
16
|
+
readonly d: "M4 19h16v5H4zM19 16 16 6H8L5 16v2h14zM12 0c-1.7 0-3 1.7-3 5h6c0-3.3-1.3-5-3-5z";
|
|
17
|
+
};
|
|
18
|
+
readonly children: readonly [];
|
|
19
|
+
}];
|
|
20
|
+
};
|
|
21
|
+
export { drawStrokeMedium };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var e={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:[]}]};export{e as drawStrokeMedium};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare const drawStrokeUltraFine: {
|
|
2
|
+
readonly name: "svg";
|
|
3
|
+
readonly type: "element";
|
|
4
|
+
readonly value: "";
|
|
5
|
+
readonly attributes: {
|
|
6
|
+
readonly viewBox: "0 0 24 24";
|
|
7
|
+
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
8
|
+
readonly fill: "currentColor";
|
|
9
|
+
readonly "data-mrl-svg-name": "drawStrokeUltraFine";
|
|
10
|
+
};
|
|
11
|
+
readonly children: readonly [{
|
|
12
|
+
readonly name: "path";
|
|
13
|
+
readonly type: "element";
|
|
14
|
+
readonly value: "";
|
|
15
|
+
readonly attributes: {
|
|
16
|
+
readonly d: "M7 19h10v5H7zM16 17v-5l-1-2V6H9v4l-1 2v5l-1 1h10zM11 0h2v4h-2zM9 6h6l-1-1h-4z";
|
|
17
|
+
};
|
|
18
|
+
readonly children: readonly [];
|
|
19
|
+
}];
|
|
20
|
+
};
|
|
21
|
+
export { drawStrokeUltraFine };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var e={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:[]}]};export{e as drawStrokeUltraFine};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
declare const drawWeight10: {
|
|
2
|
+
readonly name: "svg";
|
|
3
|
+
readonly type: "element";
|
|
4
|
+
readonly value: "";
|
|
5
|
+
readonly attributes: {
|
|
6
|
+
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
7
|
+
readonly fill: "currentColor";
|
|
8
|
+
readonly viewBox: "0 0 24 24";
|
|
9
|
+
readonly "data-mrl-svg-name": "drawWeight10";
|
|
10
|
+
};
|
|
11
|
+
readonly children: readonly [{
|
|
12
|
+
readonly name: "style";
|
|
13
|
+
readonly type: "element";
|
|
14
|
+
readonly value: "";
|
|
15
|
+
readonly attributes: {};
|
|
16
|
+
readonly children: readonly [{
|
|
17
|
+
readonly name: "";
|
|
18
|
+
readonly type: "text";
|
|
19
|
+
readonly value: "\n .mrl-picto-color-offset { fill: #4e4e4e; }\n ";
|
|
20
|
+
readonly attributes: {};
|
|
21
|
+
readonly children: readonly [];
|
|
22
|
+
}];
|
|
23
|
+
}, {
|
|
24
|
+
readonly name: "path";
|
|
25
|
+
readonly type: "element";
|
|
26
|
+
readonly value: "";
|
|
27
|
+
readonly attributes: {
|
|
28
|
+
readonly fill: "currentColor";
|
|
29
|
+
readonly d: "M2.512 6.736c8.915-4.33 14.837-4.886 16.09-.428.665 2.372-.215 4.477-2.314 6.93l-.247.286c-.223.252-1.743 1.881-2.04 2.253-.407.509-.482.73-.448.769.484.55.96.519 2.461-.158l.458-.211c1.11-.521 1.74-.752 2.477-.828.82-.084 1.573.095 2.263.586.65.463.888 1.195.817 2.067-.036.447-.15.91-.319 1.376a6.328 6.328 0 0 1-.328.765.554.554 0 1 1-.98-.517l.092-.19c.052-.117.113-.265.175-.435.137-.38.23-.752.256-1.088.043-.52-.072-.874-.355-1.075-.462-.33-.947-.445-1.507-.387-.47.049-.92.191-1.617.499l-1.017.466c-1.958.877-2.77.93-3.708-.14-.534-.606-.303-1.294.415-2.191l.176-.207c.519-.596 1.725-1.891 1.899-2.088 2.05-2.321 2.885-4.183 2.324-6.182-.958-3.41-6.223-2.914-14.539 1.125a.554.554 0 1 1-.484-.997Z";
|
|
30
|
+
};
|
|
31
|
+
readonly children: readonly [];
|
|
32
|
+
}, {
|
|
33
|
+
readonly name: "path";
|
|
34
|
+
readonly type: "element";
|
|
35
|
+
readonly value: "";
|
|
36
|
+
readonly attributes: {
|
|
37
|
+
readonly class: "mrl-picto-color-offset";
|
|
38
|
+
readonly d: "M1.988 5.657A1.754 1.754 0 0 0 3.52 8.812l.834-.397C11.598 5.022 15.77 4.76 16.38 6.932c.39 1.39-.12 2.788-1.838 4.798l-.259.297-1.525 1.668c-.14.154-.257.286-.351.394l-.187.221c-1.112 1.388-1.391 2.633-.4 3.76 1.333 1.516 2.644 1.541 5.1.441l1.026-.47c.587-.26.922-.364 1.24-.396l.135-.008a.86.86 0 0 1 .343.06l.083.04-.014.044-.004.035a3.15 3.15 0 0 1-.189.778l-.094.241a4.273 4.273 0 0 1-.047.108l-.078.162c-.433.819-.104 1.88.753 2.331a1.754 1.754 0 0 0 2.37-.734 7.53 7.53 0 0 0 .395-.916c.21-.581.343-1.144.387-1.687.105-1.306-.318-2.43-1.318-3.142-.918-.653-1.96-.917-3.082-.802l-.214.026c-.555.077-1.07.226-1.75.508l-.432.187.51-.558.254-.292c2.456-2.873 3.325-5.33 2.563-8.043C18.238.583 11.843.87 1.988 5.657Zm16.613.651c.666 2.372-.214 4.477-2.313 6.93l-.247.286c-.223.252-1.743 1.881-2.04 2.253-.407.509-.482.73-.448.769.484.55.96.519 2.461-.158l.458-.211c1.11-.521 1.74-.752 2.477-.828.82-.084 1.573.095 2.263.586.65.463.888 1.195.817 2.067-.036.447-.15.91-.319 1.376a6.328 6.328 0 0 1-.328.765.554.554 0 1 1-.98-.517l.092-.19c.052-.117.113-.265.175-.435.137-.38.23-.752.256-1.088.043-.52-.072-.874-.355-1.075-.462-.33-.947-.445-1.507-.387-.47.049-.92.191-1.617.499l-1.017.466c-1.958.877-2.77.93-3.708-.14-.534-.606-.303-1.294.415-2.191l.176-.207.49-.55c.567-.625 1.279-1.39 1.409-1.538 2.05-2.321 2.885-4.183 2.324-6.182-.958-3.41-6.223-2.914-14.539 1.125a.554.554 0 1 1-.484-.997l.854-.407c8.438-3.953 14.023-4.335 15.235-.021Z";
|
|
39
|
+
};
|
|
40
|
+
readonly children: readonly [];
|
|
41
|
+
}];
|
|
42
|
+
};
|
|
43
|
+
export { drawWeight10 };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var e={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight10"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
2
|
+
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
3
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M2.512 6.736c8.915-4.33 14.837-4.886 16.09-.428.665 2.372-.215 4.477-2.314 6.93l-.247.286c-.223.252-1.743 1.881-2.04 2.253-.407.509-.482.73-.448.769.484.55.96.519 2.461-.158l.458-.211c1.11-.521 1.74-.752 2.477-.828.82-.084 1.573.095 2.263.586.65.463.888 1.195.817 2.067-.036.447-.15.91-.319 1.376a6.328 6.328 0 0 1-.328.765.554.554 0 1 1-.98-.517l.092-.19c.052-.117.113-.265.175-.435.137-.38.23-.752.256-1.088.043-.52-.072-.874-.355-1.075-.462-.33-.947-.445-1.507-.387-.47.049-.92.191-1.617.499l-1.017.466c-1.958.877-2.77.93-3.708-.14-.534-.606-.303-1.294.415-2.191l.176-.207c.519-.596 1.725-1.891 1.899-2.088 2.05-2.321 2.885-4.183 2.324-6.182-.958-3.41-6.223-2.914-14.539 1.125a.554.554 0 1 1-.484-.997Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset",d:"M1.988 5.657A1.754 1.754 0 0 0 3.52 8.812l.834-.397C11.598 5.022 15.77 4.76 16.38 6.932c.39 1.39-.12 2.788-1.838 4.798l-.259.297-1.525 1.668c-.14.154-.257.286-.351.394l-.187.221c-1.112 1.388-1.391 2.633-.4 3.76 1.333 1.516 2.644 1.541 5.1.441l1.026-.47c.587-.26.922-.364 1.24-.396l.135-.008a.86.86 0 0 1 .343.06l.083.04-.014.044-.004.035a3.15 3.15 0 0 1-.189.778l-.094.241a4.273 4.273 0 0 1-.047.108l-.078.162c-.433.819-.104 1.88.753 2.331a1.754 1.754 0 0 0 2.37-.734 7.53 7.53 0 0 0 .395-.916c.21-.581.343-1.144.387-1.687.105-1.306-.318-2.43-1.318-3.142-.918-.653-1.96-.917-3.082-.802l-.214.026c-.555.077-1.07.226-1.75.508l-.432.187.51-.558.254-.292c2.456-2.873 3.325-5.33 2.563-8.043C18.238.583 11.843.87 1.988 5.657Zm16.613.651c.666 2.372-.214 4.477-2.313 6.93l-.247.286c-.223.252-1.743 1.881-2.04 2.253-.407.509-.482.73-.448.769.484.55.96.519 2.461-.158l.458-.211c1.11-.521 1.74-.752 2.477-.828.82-.084 1.573.095 2.263.586.65.463.888 1.195.817 2.067-.036.447-.15.91-.319 1.376a6.328 6.328 0 0 1-.328.765.554.554 0 1 1-.98-.517l.092-.19c.052-.117.113-.265.175-.435.137-.38.23-.752.256-1.088.043-.52-.072-.874-.355-1.075-.462-.33-.947-.445-1.507-.387-.47.049-.92.191-1.617.499l-1.017.466c-1.958.877-2.77.93-3.708-.14-.534-.606-.303-1.294.415-2.191l.176-.207.49-.55c.567-.625 1.279-1.39 1.409-1.538 2.05-2.321 2.885-4.183 2.324-6.182-.958-3.41-6.223-2.914-14.539 1.125a.554.554 0 1 1-.484-.997l.854-.407c8.438-3.953 14.023-4.335 15.235-.021Z"},children:[]}]};export{e as drawWeight10};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
declare const drawWeight100: {
|
|
2
|
+
readonly name: "svg";
|
|
3
|
+
readonly type: "element";
|
|
4
|
+
readonly value: "";
|
|
5
|
+
readonly attributes: {
|
|
6
|
+
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
7
|
+
readonly fill: "currentColor";
|
|
8
|
+
readonly viewBox: "0 0 24 24";
|
|
9
|
+
readonly "data-mrl-svg-name": "drawWeight100";
|
|
10
|
+
};
|
|
11
|
+
readonly children: readonly [{
|
|
12
|
+
readonly name: "style";
|
|
13
|
+
readonly type: "element";
|
|
14
|
+
readonly value: "";
|
|
15
|
+
readonly attributes: {};
|
|
16
|
+
readonly children: readonly [{
|
|
17
|
+
readonly name: "";
|
|
18
|
+
readonly type: "text";
|
|
19
|
+
readonly value: "\n .mrl-picto-color-offset { fill: #4e4e4e; }\n ";
|
|
20
|
+
readonly attributes: {};
|
|
21
|
+
readonly children: readonly [];
|
|
22
|
+
}];
|
|
23
|
+
}, {
|
|
24
|
+
readonly name: "path";
|
|
25
|
+
readonly type: "element";
|
|
26
|
+
readonly value: "";
|
|
27
|
+
readonly attributes: {
|
|
28
|
+
readonly fill: "currentColor";
|
|
29
|
+
readonly d: "M12.178 2.182c3.728-.473 6.757 1.046 7.763 4.63.543 1.933.366 3.645-.369 5.298l-.108.23.196.071c.348.136.687.309 1.015.52l.243.164c1.562 1.111 2.102 2.773 1.964 4.475a7.422 7.422 0 0 1-.438 1.938 8.206 8.206 0 0 1-.445 1.023 3.546 3.546 0 0 1-6.46-.421l-.025-.073-.193.07a6.706 6.706 0 0 1-.595.169l-.304.063c-1.71.311-3.405-.18-4.636-1.58-1.03-1.172-1.22-2.665-.771-3.997.226-.67.561-1.207 1.022-1.783l.224-.265c.123-.141.273-.309.43-.483l1.159-1.265c.652-.739 1.017-1.275 1.18-1.662l.033-.087-.181.026c-1.355.216-3.423.989-6.276 2.355l-.413.2a3.546 3.546 0 0 1-3.098-6.38l.984-.47c3.366-1.583 5.92-2.49 8.1-2.767Z";
|
|
30
|
+
};
|
|
31
|
+
readonly children: readonly [];
|
|
32
|
+
}, {
|
|
33
|
+
readonly name: "path";
|
|
34
|
+
readonly type: "element";
|
|
35
|
+
readonly value: "";
|
|
36
|
+
readonly attributes: {
|
|
37
|
+
readonly class: "mrl-picto-color-offset";
|
|
38
|
+
readonly d: "m9.644 11.432.462-.189-.577.641-.33.386c-.594.743-.968 1.381-1.224 2.142-.594 1.764-.264 3.649.987 5.072l.193.21c1.438 1.497 3.413 2.098 5.463 1.725l.32-.067.035.059a4.643 4.643 0 0 0 7.996-.368c.175-.33.35-.726.507-1.162.27-.75.44-1.477.5-2.223.179-2.21-.624-4.179-2.421-5.457l-.266-.18-.305-.186-.106-.058.082-.242c.51-1.625.528-3.273.037-5.02-1.128-4.017-4.57-5.979-8.957-5.422-2.254.286-4.862 1.185-8.428 2.862l-.99.474a4.643 4.643 0 1 0 4.05 8.356l.41-.199.914-.429a50.44 50.44 0 0 1 1.648-.725Zm10.297-4.62c.543 1.933.366 3.645-.369 5.298l-.108.23.196.071c.348.136.687.309 1.015.52l.243.164c1.562 1.111 2.102 2.773 1.964 4.475a7.422 7.422 0 0 1-.438 1.938 8.206 8.206 0 0 1-.445 1.023 3.546 3.546 0 0 1-6.46-.421l-.025-.073-.193.07a6.706 6.706 0 0 1-.595.169l-.304.063c-1.71.311-3.405-.18-4.636-1.58-1.03-1.172-1.22-2.665-.771-3.997.226-.67.561-1.207 1.022-1.783l.224-.265.43-.483 1.159-1.265c.652-.739 1.017-1.275 1.18-1.662l.033-.087-.181.026c-1.29.206-3.227.917-5.874 2.164l-.815.39A3.546 3.546 0 0 1 3.095 5.42l.984-.47c3.366-1.584 5.92-2.491 8.1-2.767 3.727-.473 6.756 1.046 7.762 4.63Z";
|
|
39
|
+
};
|
|
40
|
+
readonly children: readonly [];
|
|
41
|
+
}];
|
|
42
|
+
};
|
|
43
|
+
export { drawWeight100 };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var l={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight100"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
2
|
+
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
3
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M12.178 2.182c3.728-.473 6.757 1.046 7.763 4.63.543 1.933.366 3.645-.369 5.298l-.108.23.196.071c.348.136.687.309 1.015.52l.243.164c1.562 1.111 2.102 2.773 1.964 4.475a7.422 7.422 0 0 1-.438 1.938 8.206 8.206 0 0 1-.445 1.023 3.546 3.546 0 0 1-6.46-.421l-.025-.073-.193.07a6.706 6.706 0 0 1-.595.169l-.304.063c-1.71.311-3.405-.18-4.636-1.58-1.03-1.172-1.22-2.665-.771-3.997.226-.67.561-1.207 1.022-1.783l.224-.265c.123-.141.273-.309.43-.483l1.159-1.265c.652-.739 1.017-1.275 1.18-1.662l.033-.087-.181.026c-1.355.216-3.423.989-6.276 2.355l-.413.2a3.546 3.546 0 0 1-3.098-6.38l.984-.47c3.366-1.583 5.92-2.49 8.1-2.767Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset",d:"m9.644 11.432.462-.189-.577.641-.33.386c-.594.743-.968 1.381-1.224 2.142-.594 1.764-.264 3.649.987 5.072l.193.21c1.438 1.497 3.413 2.098 5.463 1.725l.32-.067.035.059a4.643 4.643 0 0 0 7.996-.368c.175-.33.35-.726.507-1.162.27-.75.44-1.477.5-2.223.179-2.21-.624-4.179-2.421-5.457l-.266-.18-.305-.186-.106-.058.082-.242c.51-1.625.528-3.273.037-5.02-1.128-4.017-4.57-5.979-8.957-5.422-2.254.286-4.862 1.185-8.428 2.862l-.99.474a4.643 4.643 0 1 0 4.05 8.356l.41-.199.914-.429a50.44 50.44 0 0 1 1.648-.725Zm10.297-4.62c.543 1.933.366 3.645-.369 5.298l-.108.23.196.071c.348.136.687.309 1.015.52l.243.164c1.562 1.111 2.102 2.773 1.964 4.475a7.422 7.422 0 0 1-.438 1.938 8.206 8.206 0 0 1-.445 1.023 3.546 3.546 0 0 1-6.46-.421l-.025-.073-.193.07a6.706 6.706 0 0 1-.595.169l-.304.063c-1.71.311-3.405-.18-4.636-1.58-1.03-1.172-1.22-2.665-.771-3.997.226-.67.561-1.207 1.022-1.783l.224-.265.43-.483 1.159-1.265c.652-.739 1.017-1.275 1.18-1.662l.033-.087-.181.026c-1.29.206-3.227.917-5.874 2.164l-.815.39A3.546 3.546 0 0 1 3.095 5.42l.984-.47c3.366-1.584 5.92-2.491 8.1-2.767 3.727-.473 6.756 1.046 7.762 4.63Z"},children:[]}]};export{l as drawWeight100};
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
declare const drawWeight20: {
|
|
2
|
+
readonly name: "svg";
|
|
3
|
+
readonly type: "element";
|
|
4
|
+
readonly value: "";
|
|
5
|
+
readonly attributes: {
|
|
6
|
+
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
7
|
+
readonly fill: "currentColor";
|
|
8
|
+
readonly viewBox: "0 0 24 24";
|
|
9
|
+
readonly "data-mrl-svg-name": "drawWeight20";
|
|
10
|
+
};
|
|
11
|
+
readonly children: readonly [{
|
|
12
|
+
readonly name: "style";
|
|
13
|
+
readonly type: "element";
|
|
14
|
+
readonly value: "";
|
|
15
|
+
readonly attributes: {};
|
|
16
|
+
readonly children: readonly [{
|
|
17
|
+
readonly name: "";
|
|
18
|
+
readonly type: "text";
|
|
19
|
+
readonly value: "\n .mrl-picto-color-offset { fill: #4e4e4e; }\n ";
|
|
20
|
+
readonly attributes: {};
|
|
21
|
+
readonly children: readonly [];
|
|
22
|
+
}];
|
|
23
|
+
}, {
|
|
24
|
+
readonly name: "g";
|
|
25
|
+
readonly type: "element";
|
|
26
|
+
readonly value: "";
|
|
27
|
+
readonly attributes: {
|
|
28
|
+
readonly "clip-path": "url(#mrl-picto-draw-weight-20-clip)";
|
|
29
|
+
};
|
|
30
|
+
readonly children: readonly [{
|
|
31
|
+
readonly name: "path";
|
|
32
|
+
readonly type: "element";
|
|
33
|
+
readonly value: "";
|
|
34
|
+
readonly attributes: {
|
|
35
|
+
readonly fill: "currentColor";
|
|
36
|
+
readonly d: "m2.606 6.754.848-.405c8.534-4 14.218-4.388 15.473.081.712 2.532-.286 4.755-2.595 7.37l-1.626 1.778c-.14.156-.259.291-.34.387l-.07.083c-.36.45-.41.602-.453.555.437.496.884.44 2.487-.299l.237-.11c1.128-.53 1.77-.764 2.531-.843.858-.089 1.652.1 2.377.616.705.501.96 1.29.886 2.216a5.53 5.53 0 0 1-.328 1.418 6.71 6.71 0 0 1-.338.786.72.72 0 0 1-1.274-.671l.088-.183c.05-.113.11-.256.17-.42.132-.368.22-.727.247-1.046.038-.468-.059-.765-.286-.927-.429-.305-.873-.41-1.394-.357-.45.047-.888.186-1.572.488l-1.006.461c-2.033.912-2.896.97-3.906-.178-.573-.652-.38-1.361.28-2.24l.13-.166c.334-.416 1.886-2.08 2.08-2.3 2.016-2.284 2.83-4.099 2.289-6.028-.913-3.252-6.08-2.766-14.306 1.23a.72.72 0 0 1-.63-1.296Z";
|
|
37
|
+
};
|
|
38
|
+
readonly children: readonly [];
|
|
39
|
+
}, {
|
|
40
|
+
readonly name: "path";
|
|
41
|
+
readonly type: "element";
|
|
42
|
+
readonly value: "";
|
|
43
|
+
readonly attributes: {
|
|
44
|
+
readonly class: "mrl-picto-color-offset";
|
|
45
|
+
readonly d: "m2.945 5.262-.856.409a1.92 1.92 0 1 0 1.67 3.458l.834-.398C11.7 5.402 15.816 5.117 16.386 7.144c.372 1.327-.127 2.683-1.807 4.65l-.254.29-1.766 1.936c-.145.164-.252.29-.324.379l-.14.18c-1.025 1.359-1.23 2.635-.234 3.767 1.395 1.587 2.755 1.622 5.298.481l1.015-.465c.573-.253.897-.354 1.195-.385l.137-.007c.042 0 .081.003.12.009l.099.024.005-.033a3.007 3.007 0 0 1-.18.734l-.09.233c-.016.037-.03.071-.046.104l-.074.154c-.475.9-.116 2.06.823 2.555a1.92 1.92 0 0 0 2.593-.803c.132-.25.276-.58.405-.938.215-.595.35-1.17.396-1.73.11-1.365-.337-2.543-1.387-3.29-.951-.677-2.033-.952-3.195-.832l-.219.027c-.433.059-.84.162-1.316.333l-.212.08-.01.013c2.709-3.068 3.67-5.636 2.864-8.504C18.575.734 12.416.824 2.945 5.262ZM18.927 6.43c.712 2.532-.286 4.755-2.595 7.37l-1.626 1.778c-.14.156-.259.291-.34.387l-.07.083c-.36.45-.41.602-.453.555.437.496.884.44 2.487-.299l.237-.11c1.128-.53 1.77-.764 2.531-.843.858-.089 1.652.1 2.377.616.705.501.96 1.29.886 2.216a5.53 5.53 0 0 1-.328 1.418 6.71 6.71 0 0 1-.338.786.72.72 0 0 1-1.274-.671l.088-.183.11-.264.06-.157c.132-.367.22-.726.247-1.045.038-.468-.059-.765-.286-.927-.429-.305-.873-.41-1.394-.357-.45.047-.888.186-1.572.488l-1.006.461-.485.21c-1.693.703-2.495.665-3.421-.388-.573-.652-.38-1.361.28-2.24l.13-.166.178-.21c.523-.6 1.732-1.898 1.902-2.09 2.016-2.284 2.83-4.099 2.289-6.028-.913-3.252-6.08-2.766-14.306 1.23a.72.72 0 0 1-.63-1.296l.85-.405c8.532-4 14.217-4.388 15.472.081Z";
|
|
46
|
+
};
|
|
47
|
+
readonly children: readonly [];
|
|
48
|
+
}];
|
|
49
|
+
}, {
|
|
50
|
+
readonly name: "defs";
|
|
51
|
+
readonly type: "element";
|
|
52
|
+
readonly value: "";
|
|
53
|
+
readonly attributes: {};
|
|
54
|
+
readonly children: readonly [{
|
|
55
|
+
readonly name: "clipPath";
|
|
56
|
+
readonly type: "element";
|
|
57
|
+
readonly value: "";
|
|
58
|
+
readonly attributes: {
|
|
59
|
+
readonly id: "mrl-picto-draw-weight-20-clip";
|
|
60
|
+
};
|
|
61
|
+
readonly children: readonly [{
|
|
62
|
+
readonly name: "path";
|
|
63
|
+
readonly type: "element";
|
|
64
|
+
readonly value: "";
|
|
65
|
+
readonly attributes: {
|
|
66
|
+
readonly class: "mrl-picto-color-offset";
|
|
67
|
+
readonly d: "M0 0h24v24H0z";
|
|
68
|
+
};
|
|
69
|
+
readonly children: readonly [];
|
|
70
|
+
}];
|
|
71
|
+
}];
|
|
72
|
+
}];
|
|
73
|
+
};
|
|
74
|
+
export { drawWeight20 };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var e={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight20"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
2
|
+
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
3
|
+
`,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{"clip-path":"url(#mrl-picto-draw-weight-20-clip)"},children:[{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"m2.606 6.754.848-.405c8.534-4 14.218-4.388 15.473.081.712 2.532-.286 4.755-2.595 7.37l-1.626 1.778c-.14.156-.259.291-.34.387l-.07.083c-.36.45-.41.602-.453.555.437.496.884.44 2.487-.299l.237-.11c1.128-.53 1.77-.764 2.531-.843.858-.089 1.652.1 2.377.616.705.501.96 1.29.886 2.216a5.53 5.53 0 0 1-.328 1.418 6.71 6.71 0 0 1-.338.786.72.72 0 0 1-1.274-.671l.088-.183c.05-.113.11-.256.17-.42.132-.368.22-.727.247-1.046.038-.468-.059-.765-.286-.927-.429-.305-.873-.41-1.394-.357-.45.047-.888.186-1.572.488l-1.006.461c-2.033.912-2.896.97-3.906-.178-.573-.652-.38-1.361.28-2.24l.13-.166c.334-.416 1.886-2.08 2.08-2.3 2.016-2.284 2.83-4.099 2.289-6.028-.913-3.252-6.08-2.766-14.306 1.23a.72.72 0 0 1-.63-1.296Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset",d:"m2.945 5.262-.856.409a1.92 1.92 0 1 0 1.67 3.458l.834-.398C11.7 5.402 15.816 5.117 16.386 7.144c.372 1.327-.127 2.683-1.807 4.65l-.254.29-1.766 1.936c-.145.164-.252.29-.324.379l-.14.18c-1.025 1.359-1.23 2.635-.234 3.767 1.395 1.587 2.755 1.622 5.298.481l1.015-.465c.573-.253.897-.354 1.195-.385l.137-.007c.042 0 .081.003.12.009l.099.024.005-.033a3.007 3.007 0 0 1-.18.734l-.09.233c-.016.037-.03.071-.046.104l-.074.154c-.475.9-.116 2.06.823 2.555a1.92 1.92 0 0 0 2.593-.803c.132-.25.276-.58.405-.938.215-.595.35-1.17.396-1.73.11-1.365-.337-2.543-1.387-3.29-.951-.677-2.033-.952-3.195-.832l-.219.027c-.433.059-.84.162-1.316.333l-.212.08-.01.013c2.709-3.068 3.67-5.636 2.864-8.504C18.575.734 12.416.824 2.945 5.262ZM18.927 6.43c.712 2.532-.286 4.755-2.595 7.37l-1.626 1.778c-.14.156-.259.291-.34.387l-.07.083c-.36.45-.41.602-.453.555.437.496.884.44 2.487-.299l.237-.11c1.128-.53 1.77-.764 2.531-.843.858-.089 1.652.1 2.377.616.705.501.96 1.29.886 2.216a5.53 5.53 0 0 1-.328 1.418 6.71 6.71 0 0 1-.338.786.72.72 0 0 1-1.274-.671l.088-.183.11-.264.06-.157c.132-.367.22-.726.247-1.045.038-.468-.059-.765-.286-.927-.429-.305-.873-.41-1.394-.357-.45.047-.888.186-1.572.488l-1.006.461-.485.21c-1.693.703-2.495.665-3.421-.388-.573-.652-.38-1.361.28-2.24l.13-.166.178-.21c.523-.6 1.732-1.898 1.902-2.09 2.016-2.284 2.83-4.099 2.289-6.028-.913-3.252-6.08-2.766-14.306 1.23a.72.72 0 0 1-.63-1.296l.85-.405c8.532-4 14.217-4.388 15.472.081Z"},children:[]}]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"clipPath",type:"element",value:"",attributes:{id:"mrl-picto-draw-weight-20-clip"},children:[{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset",d:"M0 0h24v24H0z"},children:[]}]}]}]};export{e as drawWeight20};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
declare const drawWeight30: {
|
|
2
|
+
readonly name: "svg";
|
|
3
|
+
readonly type: "element";
|
|
4
|
+
readonly value: "";
|
|
5
|
+
readonly attributes: {
|
|
6
|
+
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
7
|
+
readonly fill: "currentColor";
|
|
8
|
+
readonly viewBox: "0 0 24 24";
|
|
9
|
+
readonly "data-mrl-svg-name": "drawWeight30";
|
|
10
|
+
};
|
|
11
|
+
readonly children: readonly [{
|
|
12
|
+
readonly name: "style";
|
|
13
|
+
readonly type: "element";
|
|
14
|
+
readonly value: "";
|
|
15
|
+
readonly attributes: {};
|
|
16
|
+
readonly children: readonly [{
|
|
17
|
+
readonly name: "";
|
|
18
|
+
readonly type: "text";
|
|
19
|
+
readonly value: "\n .mrl-picto-color-offset { fill: #4e4e4e; }\n ";
|
|
20
|
+
readonly attributes: {};
|
|
21
|
+
readonly children: readonly [];
|
|
22
|
+
}];
|
|
23
|
+
}, {
|
|
24
|
+
readonly name: "path";
|
|
25
|
+
readonly type: "element";
|
|
26
|
+
readonly value: "";
|
|
27
|
+
readonly attributes: {
|
|
28
|
+
readonly fill: "currentColor";
|
|
29
|
+
readonly d: "m1.824 6.804.842-.402c8.752-4.104 14.665-4.508 16.022.322.73 2.598-.217 4.86-2.427 7.443l-.251.289c-.235.266-1.74 1.88-2.023 2.233l-.091.117-.086.116c.282.052.746-.11 1.756-.576l.224-.105c1.166-.547 1.837-.793 2.656-.877.949-.098 1.837.113 2.641.685.834.594 1.133 1.515 1.048 2.564a5.902 5.902 0 0 1-.35 1.519 6.881 6.881 0 0 1-.36.834 1.108 1.108 0 0 1-1.96-1.033 4.53 4.53 0 0 0 .236-.554c.122-.338.203-.665.226-.945.028-.345-.026-.51-.124-.58-.349-.248-.699-.331-1.13-.287-.447.047-.904.203-1.694.565l-.776.357c-2.192.983-3.173 1.051-4.345-.28-.742-.846-.503-1.716.266-2.733l.133-.171c.345-.43 1.907-2.105 2.092-2.316 1.938-2.194 2.703-3.899 2.206-5.666-.81-2.884-5.747-2.42-13.763 1.473a1.108 1.108 0 0 1-.968-1.992Z";
|
|
30
|
+
};
|
|
31
|
+
readonly children: readonly [];
|
|
32
|
+
}, {
|
|
33
|
+
readonly name: "path";
|
|
34
|
+
readonly type: "element";
|
|
35
|
+
readonly value: "";
|
|
36
|
+
readonly attributes: {
|
|
37
|
+
readonly class: "mrl-picto-color-offset";
|
|
38
|
+
readonly d: "m2.157 5.315-.85.406a2.308 2.308 0 1 0 2.01 4.155l.812-.388c6.8-3.186 10.796-3.534 11.271-1.84.331 1.179-.139 2.432-1.727 4.29l-.357.404-1.423 1.555c-.228.253-.398.447-.511.583l-.204.258c-1.158 1.53-1.36 2.968-.22 4.262 1.537 1.749 3.006 1.808 5.736.585l.985-.452.339-.145c.203-.082.364-.138.502-.174l.114-.027-.061.184-.076.196a2.66 2.66 0 0 1-.067.154l-.026.053a2.308 2.308 0 1 0 4.083 2.152c.14-.265.29-.61.427-.986.226-.628.37-1.236.417-1.83.122-1.505-.382-2.809-1.548-3.638-1.03-.733-2.205-1.031-3.46-.902l-.319.04-.267.046.203-.26c1.989-2.63 2.635-4.993 1.903-7.597C18.247.716 11.914.74 2.157 5.315Zm16.531 1.409c.73 2.598-.217 4.86-2.427 7.443l-.251.289c-.22.248-1.546 1.671-1.95 2.146l-.164.204-.086.116c.239.044.608-.065 1.327-.382l1.244-.568c.824-.362 1.395-.539 2.065-.608.949-.098 1.837.113 2.641.685.834.594 1.133 1.515 1.048 2.564a5.902 5.902 0 0 1-.35 1.519 6.881 6.881 0 0 1-.36.834 1.108 1.108 0 0 1-2.017-.905l.137-.292c.046-.103.101-.237.156-.39.122-.338.203-.665.226-.945.028-.345-.026-.51-.124-.58-.349-.248-.699-.331-1.13-.287-.447.047-.904.203-1.694.565l-.776.357c-2.192.983-3.173 1.051-4.345-.28-.742-.846-.503-1.716.266-2.733l.133-.171.168-.2c.525-.604 1.76-1.93 1.924-2.116 1.938-2.194 2.703-3.899 2.206-5.666-.81-2.884-5.747-2.42-13.763 1.473a1.108 1.108 0 0 1-.968-1.992l.842-.402.825-.38c8.298-3.745 13.884-3.975 15.197.702Z";
|
|
39
|
+
};
|
|
40
|
+
readonly children: readonly [];
|
|
41
|
+
}];
|
|
42
|
+
};
|
|
43
|
+
export { drawWeight30 };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var e={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight30"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
2
|
+
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
3
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"m1.824 6.804.842-.402c8.752-4.104 14.665-4.508 16.022.322.73 2.598-.217 4.86-2.427 7.443l-.251.289c-.235.266-1.74 1.88-2.023 2.233l-.091.117-.086.116c.282.052.746-.11 1.756-.576l.224-.105c1.166-.547 1.837-.793 2.656-.877.949-.098 1.837.113 2.641.685.834.594 1.133 1.515 1.048 2.564a5.902 5.902 0 0 1-.35 1.519 6.881 6.881 0 0 1-.36.834 1.108 1.108 0 0 1-1.96-1.033 4.53 4.53 0 0 0 .236-.554c.122-.338.203-.665.226-.945.028-.345-.026-.51-.124-.58-.349-.248-.699-.331-1.13-.287-.447.047-.904.203-1.694.565l-.776.357c-2.192.983-3.173 1.051-4.345-.28-.742-.846-.503-1.716.266-2.733l.133-.171c.345-.43 1.907-2.105 2.092-2.316 1.938-2.194 2.703-3.899 2.206-5.666-.81-2.884-5.747-2.42-13.763 1.473a1.108 1.108 0 0 1-.968-1.992Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset",d:"m2.157 5.315-.85.406a2.308 2.308 0 1 0 2.01 4.155l.812-.388c6.8-3.186 10.796-3.534 11.271-1.84.331 1.179-.139 2.432-1.727 4.29l-.357.404-1.423 1.555c-.228.253-.398.447-.511.583l-.204.258c-1.158 1.53-1.36 2.968-.22 4.262 1.537 1.749 3.006 1.808 5.736.585l.985-.452.339-.145c.203-.082.364-.138.502-.174l.114-.027-.061.184-.076.196a2.66 2.66 0 0 1-.067.154l-.026.053a2.308 2.308 0 1 0 4.083 2.152c.14-.265.29-.61.427-.986.226-.628.37-1.236.417-1.83.122-1.505-.382-2.809-1.548-3.638-1.03-.733-2.205-1.031-3.46-.902l-.319.04-.267.046.203-.26c1.989-2.63 2.635-4.993 1.903-7.597C18.247.716 11.914.74 2.157 5.315Zm16.531 1.409c.73 2.598-.217 4.86-2.427 7.443l-.251.289c-.22.248-1.546 1.671-1.95 2.146l-.164.204-.086.116c.239.044.608-.065 1.327-.382l1.244-.568c.824-.362 1.395-.539 2.065-.608.949-.098 1.837.113 2.641.685.834.594 1.133 1.515 1.048 2.564a5.902 5.902 0 0 1-.35 1.519 6.881 6.881 0 0 1-.36.834 1.108 1.108 0 0 1-2.017-.905l.137-.292c.046-.103.101-.237.156-.39.122-.338.203-.665.226-.945.028-.345-.026-.51-.124-.58-.349-.248-.699-.331-1.13-.287-.447.047-.904.203-1.694.565l-.776.357c-2.192.983-3.173 1.051-4.345-.28-.742-.846-.503-1.716.266-2.733l.133-.171.168-.2c.525-.604 1.76-1.93 1.924-2.116 1.938-2.194 2.703-3.899 2.206-5.666-.81-2.884-5.747-2.42-13.763 1.473a1.108 1.108 0 0 1-.968-1.992l.842-.402.825-.38c8.298-3.745 13.884-3.975 15.197.702Z"},children:[]}]};export{e as drawWeight30};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
declare const drawWeight40: {
|
|
2
|
+
readonly name: "svg";
|
|
3
|
+
readonly type: "element";
|
|
4
|
+
readonly value: "";
|
|
5
|
+
readonly attributes: {
|
|
6
|
+
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
7
|
+
readonly fill: "currentColor";
|
|
8
|
+
readonly viewBox: "0 0 24 24";
|
|
9
|
+
readonly "data-mrl-svg-name": "drawWeight40";
|
|
10
|
+
};
|
|
11
|
+
readonly children: readonly [{
|
|
12
|
+
readonly name: "style";
|
|
13
|
+
readonly type: "element";
|
|
14
|
+
readonly value: "";
|
|
15
|
+
readonly attributes: {};
|
|
16
|
+
readonly children: readonly [{
|
|
17
|
+
readonly name: "";
|
|
18
|
+
readonly type: "text";
|
|
19
|
+
readonly value: "\n .mrl-picto-color-offset { fill: #4e4e4e; }\n ";
|
|
20
|
+
readonly attributes: {};
|
|
21
|
+
readonly children: readonly [];
|
|
22
|
+
}];
|
|
23
|
+
}, {
|
|
24
|
+
readonly name: "path";
|
|
25
|
+
readonly type: "element";
|
|
26
|
+
readonly value: "";
|
|
27
|
+
readonly attributes: {
|
|
28
|
+
readonly fill: "currentColor";
|
|
29
|
+
readonly d: "m1.98 5.84.856-.409c8.898-4.17 14.967-4.58 16.396.503.76 2.71-.218 5.049-2.481 7.695l-.257.295c-.177.2-1.03 1.118-1.58 1.729l-.124.135.103-.04c.13-.052.28-.117.455-.195l.602-.277c1.194-.56 1.886-.814 2.746-.902 1.013-.105 1.968.123 2.83.735.925.659 1.254 1.675 1.162 2.811a6.166 6.166 0 0 1-.365 1.591 7.123 7.123 0 0 1-.376.87 1.385 1.385 0 0 1-2.45-1.291l.073-.152c.043-.096.096-.223.148-.368.114-.316.19-.62.21-.873l.009-.177c0-.114-.013-.151-.017-.154-.292-.208-.575-.275-.94-.238-.37.038-.76.164-1.393.444l-.995.457c-2.31 1.035-3.377 1.112-4.665-.353-.909-1.034-.56-2.071.391-3.26l.17-.202c.532-.612 1.772-1.943 1.93-2.123 1.881-2.13 2.611-3.757 2.148-5.408-.737-2.621-5.51-2.172-13.376 1.648A1.385 1.385 0 1 1 1.98 5.84Z";
|
|
30
|
+
};
|
|
31
|
+
readonly children: readonly [];
|
|
32
|
+
}, {
|
|
33
|
+
readonly name: "path";
|
|
34
|
+
readonly type: "element";
|
|
35
|
+
readonly value: "";
|
|
36
|
+
readonly attributes: {
|
|
37
|
+
readonly class: "mrl-picto-color-offset";
|
|
38
|
+
readonly d: "m2.327 4.345-.864.412A2.585 2.585 0 1 0 3.714 9.41l.802-.382c6.572-3.079 10.486-3.473 10.895-2.02.301 1.074-.15 2.257-1.677 4.042l-.237.272-1.41 1.54c-.208.23-.377.418-.505.566l-.182.216-.162.209c-1.153 1.529-1.42 2.94-.495 4.258l.146.192.063.087.118.127-.044-.049c1.641 1.866 3.19 1.94 6.057.655l1.004-.46.357-.152-.029.06c-.645 1.222-.16 2.785 1.103 3.45a2.585 2.585 0 0 0 3.491-1.08c.146-.277.302-.633.442-1.022a7.333 7.333 0 0 0 .433-1.902c.13-1.602-.413-2.996-1.663-3.885l-.253-.17a5.19 5.19 0 0 0-3.091-.806l-.237.018.015-.019c1.874-2.586 2.462-4.944 1.732-7.545-1.659-5.903-8.11-5.93-18.06-1.265Zm16.905 1.59c.76 2.71-.218 5.048-2.481 7.694l-.257.295c-.164.186-.911.99-1.458 1.593l-.246.271.103-.04c.13-.052.28-.117.455-.195l.602-.277c1.194-.56 1.886-.814 2.746-.902 1.013-.105 1.968.123 2.83.735.925.659 1.254 1.675 1.162 2.811a6.166 6.166 0 0 1-.365 1.591 7.123 7.123 0 0 1-.376.87 1.385 1.385 0 0 1-2.45-1.291l.073-.152.096-.23a4.11 4.11 0 0 0 .052-.138c.114-.316.19-.62.21-.873l.009-.177c0-.114-.013-.151-.017-.154-.292-.208-.575-.275-.94-.238-.37.038-.76.164-1.393.444l-.995.457-.494.214c-1.976.824-2.978.79-4.171-.567-.909-1.034-.56-2.071.391-3.26l.17-.202.652-.727c.55-.604 1.17-1.272 1.278-1.396 1.881-2.13 2.611-3.757 2.148-5.408-.737-2.621-5.51-2.172-13.376 1.648A1.385 1.385 0 1 1 1.98 5.84l.856-.409.826-.38c8.447-3.81 14.186-4.042 15.57.883Z";
|
|
39
|
+
};
|
|
40
|
+
readonly children: readonly [];
|
|
41
|
+
}];
|
|
42
|
+
};
|
|
43
|
+
export { drawWeight40 };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var l={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight40"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
2
|
+
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
3
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"m1.98 5.84.856-.409c8.898-4.17 14.967-4.58 16.396.503.76 2.71-.218 5.049-2.481 7.695l-.257.295c-.177.2-1.03 1.118-1.58 1.729l-.124.135.103-.04c.13-.052.28-.117.455-.195l.602-.277c1.194-.56 1.886-.814 2.746-.902 1.013-.105 1.968.123 2.83.735.925.659 1.254 1.675 1.162 2.811a6.166 6.166 0 0 1-.365 1.591 7.123 7.123 0 0 1-.376.87 1.385 1.385 0 0 1-2.45-1.291l.073-.152c.043-.096.096-.223.148-.368.114-.316.19-.62.21-.873l.009-.177c0-.114-.013-.151-.017-.154-.292-.208-.575-.275-.94-.238-.37.038-.76.164-1.393.444l-.995.457c-2.31 1.035-3.377 1.112-4.665-.353-.909-1.034-.56-2.071.391-3.26l.17-.202c.532-.612 1.772-1.943 1.93-2.123 1.881-2.13 2.611-3.757 2.148-5.408-.737-2.621-5.51-2.172-13.376 1.648A1.385 1.385 0 1 1 1.98 5.84Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset",d:"m2.327 4.345-.864.412A2.585 2.585 0 1 0 3.714 9.41l.802-.382c6.572-3.079 10.486-3.473 10.895-2.02.301 1.074-.15 2.257-1.677 4.042l-.237.272-1.41 1.54c-.208.23-.377.418-.505.566l-.182.216-.162.209c-1.153 1.529-1.42 2.94-.495 4.258l.146.192.063.087.118.127-.044-.049c1.641 1.866 3.19 1.94 6.057.655l1.004-.46.357-.152-.029.06c-.645 1.222-.16 2.785 1.103 3.45a2.585 2.585 0 0 0 3.491-1.08c.146-.277.302-.633.442-1.022a7.333 7.333 0 0 0 .433-1.902c.13-1.602-.413-2.996-1.663-3.885l-.253-.17a5.19 5.19 0 0 0-3.091-.806l-.237.018.015-.019c1.874-2.586 2.462-4.944 1.732-7.545-1.659-5.903-8.11-5.93-18.06-1.265Zm16.905 1.59c.76 2.71-.218 5.048-2.481 7.694l-.257.295c-.164.186-.911.99-1.458 1.593l-.246.271.103-.04c.13-.052.28-.117.455-.195l.602-.277c1.194-.56 1.886-.814 2.746-.902 1.013-.105 1.968.123 2.83.735.925.659 1.254 1.675 1.162 2.811a6.166 6.166 0 0 1-.365 1.591 7.123 7.123 0 0 1-.376.87 1.385 1.385 0 0 1-2.45-1.291l.073-.152.096-.23a4.11 4.11 0 0 0 .052-.138c.114-.316.19-.62.21-.873l.009-.177c0-.114-.013-.151-.017-.154-.292-.208-.575-.275-.94-.238-.37.038-.76.164-1.393.444l-.995.457-.494.214c-1.976.824-2.978.79-4.171-.567-.909-1.034-.56-2.071.391-3.26l.17-.202.652-.727c.55-.604 1.17-1.272 1.278-1.396 1.881-2.13 2.611-3.757 2.148-5.408-.737-2.621-5.51-2.172-13.376 1.648A1.385 1.385 0 1 1 1.98 5.84l.856-.409.826-.38c8.447-3.81 14.186-4.042 15.57.883Z"},children:[]}]};export{l as drawWeight40};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
declare const drawWeight50: {
|
|
2
|
+
readonly name: "svg";
|
|
3
|
+
readonly type: "element";
|
|
4
|
+
readonly value: "";
|
|
5
|
+
readonly attributes: {
|
|
6
|
+
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
7
|
+
readonly fill: "currentColor";
|
|
8
|
+
readonly viewBox: "0 0 24 24";
|
|
9
|
+
readonly "data-mrl-svg-name": "drawWeight50";
|
|
10
|
+
};
|
|
11
|
+
readonly children: readonly [{
|
|
12
|
+
readonly name: "style";
|
|
13
|
+
readonly type: "element";
|
|
14
|
+
readonly value: "";
|
|
15
|
+
readonly attributes: {};
|
|
16
|
+
readonly children: readonly [{
|
|
17
|
+
readonly name: "";
|
|
18
|
+
readonly type: "text";
|
|
19
|
+
readonly value: "\n .mrl-picto-color-offset { fill: #4e4e4e; }\n ";
|
|
20
|
+
readonly attributes: {};
|
|
21
|
+
readonly children: readonly [];
|
|
22
|
+
}];
|
|
23
|
+
}, {
|
|
24
|
+
readonly name: "path";
|
|
25
|
+
readonly type: "element";
|
|
26
|
+
readonly value: "";
|
|
27
|
+
readonly attributes: {
|
|
28
|
+
readonly fill: "currentColor";
|
|
29
|
+
readonly d: "m2.096 5.786.84-.401c8.883-4.165 14.998-4.577 16.47.664.779 2.773-.216 5.146-2.495 7.808l-.356.405-.698.76.266-.124c.912-.416 1.53-.635 2.232-.735l.237-.029c1.057-.108 2.06.13 2.96.77.998.711 1.352 1.802 1.255 3.003a6.31 6.31 0 0 1-.375 1.632 7.249 7.249 0 0 1-.383.888 1.63 1.63 0 0 1-2.955-1.37l.135-.287c.04-.089.088-.205.137-.34.078-.217.136-.427.168-.611l.035-.274c.004-.02.01-.028.02-.028l-.042-.028a.92.92 0 0 0-.481-.12l-.14.009c-.367.038-.776.178-1.504.512l-.76.35c-2.382 1.069-3.511 1.153-4.89-.415-1.014-1.154-.633-2.286.376-3.548.353-.44 1.9-2.099 2.07-2.292 1.79-2.027 2.471-3.547 2.048-5.054-.65-2.315-5.174-1.89-12.745 1.788a1.63 1.63 0 1 1-1.425-2.933Z";
|
|
30
|
+
};
|
|
31
|
+
readonly children: readonly [];
|
|
32
|
+
}, {
|
|
33
|
+
readonly name: "path";
|
|
34
|
+
readonly type: "element";
|
|
35
|
+
readonly value: "";
|
|
36
|
+
readonly attributes: {
|
|
37
|
+
readonly class: "mrl-picto-color-offset";
|
|
38
|
+
readonly d: "m2.437 4.318-.848.405a2.808 2.808 0 1 0 2.447 5.055l.788-.376c6.211-2.907 9.975-3.34 10.308-2.153.267.951-.155 2.04-1.586 3.714l-.276.313-1.475 1.614c-.268.298-.457.514-.567.652-1.45 1.812-1.72 3.49-.34 5.06l.171.19c1.649 1.762 3.235 1.801 6.086.522l.75-.345-.036.16c-.23 1.218.334 2.44 1.438 3.02a2.808 2.808 0 0 0 3.793-1.173c.149-.282.307-.643.45-1.037.24-.662.39-1.303.44-1.937.136-1.67-.436-3.126-1.746-4.057l-.26-.175a5.333 5.333 0 0 0-2.573-.83l-.298-.009.127-.19c1.547-2.368 1.992-4.581 1.309-7.01C18.851-.28 12.397-.352 2.437 4.318ZM19.405 6.05c.78 2.773-.216 5.146-2.494 7.808l-.356.405-.698.76.266-.124c.912-.416 1.53-.635 2.232-.735l.237-.029c1.057-.108 2.06.13 2.96.77.998.711 1.352 1.802 1.255 3.003a6.31 6.31 0 0 1-.375 1.632 7.249 7.249 0 0 1-.383.888 1.63 1.63 0 0 1-2.955-1.37l.135-.287.088-.212a3.667 3.667 0 0 0 .216-.74l.036-.273c.004-.02.01-.028.02-.028l-.042-.028a.92.92 0 0 0-.481-.12l-.14.009c-.327.033-.686.148-1.273.408l-.99.454c-2.383 1.069-3.512 1.153-4.89-.415-1.015-1.154-.634-2.286.375-3.548.353-.44 1.9-2.099 2.07-2.292 1.79-2.027 2.471-3.547 2.048-5.054-.65-2.315-5.174-1.89-12.745 1.788a1.63 1.63 0 1 1-1.425-2.933l.84-.401c8.883-4.165 14.998-4.577 16.47.664Z";
|
|
39
|
+
};
|
|
40
|
+
readonly children: readonly [];
|
|
41
|
+
}];
|
|
42
|
+
};
|
|
43
|
+
export { drawWeight50 };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var e={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight50"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
2
|
+
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
3
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"m2.096 5.786.84-.401c8.883-4.165 14.998-4.577 16.47.664.779 2.773-.216 5.146-2.495 7.808l-.356.405-.698.76.266-.124c.912-.416 1.53-.635 2.232-.735l.237-.029c1.057-.108 2.06.13 2.96.77.998.711 1.352 1.802 1.255 3.003a6.31 6.31 0 0 1-.375 1.632 7.249 7.249 0 0 1-.383.888 1.63 1.63 0 0 1-2.955-1.37l.135-.287c.04-.089.088-.205.137-.34.078-.217.136-.427.168-.611l.035-.274c.004-.02.01-.028.02-.028l-.042-.028a.92.92 0 0 0-.481-.12l-.14.009c-.367.038-.776.178-1.504.512l-.76.35c-2.382 1.069-3.511 1.153-4.89-.415-1.014-1.154-.633-2.286.376-3.548.353-.44 1.9-2.099 2.07-2.292 1.79-2.027 2.471-3.547 2.048-5.054-.65-2.315-5.174-1.89-12.745 1.788a1.63 1.63 0 1 1-1.425-2.933Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset",d:"m2.437 4.318-.848.405a2.808 2.808 0 1 0 2.447 5.055l.788-.376c6.211-2.907 9.975-3.34 10.308-2.153.267.951-.155 2.04-1.586 3.714l-.276.313-1.475 1.614c-.268.298-.457.514-.567.652-1.45 1.812-1.72 3.49-.34 5.06l.171.19c1.649 1.762 3.235 1.801 6.086.522l.75-.345-.036.16c-.23 1.218.334 2.44 1.438 3.02a2.808 2.808 0 0 0 3.793-1.173c.149-.282.307-.643.45-1.037.24-.662.39-1.303.44-1.937.136-1.67-.436-3.126-1.746-4.057l-.26-.175a5.333 5.333 0 0 0-2.573-.83l-.298-.009.127-.19c1.547-2.368 1.992-4.581 1.309-7.01C18.851-.28 12.397-.352 2.437 4.318ZM19.405 6.05c.78 2.773-.216 5.146-2.494 7.808l-.356.405-.698.76.266-.124c.912-.416 1.53-.635 2.232-.735l.237-.029c1.057-.108 2.06.13 2.96.77.998.711 1.352 1.802 1.255 3.003a6.31 6.31 0 0 1-.375 1.632 7.249 7.249 0 0 1-.383.888 1.63 1.63 0 0 1-2.955-1.37l.135-.287.088-.212a3.667 3.667 0 0 0 .216-.74l.036-.273c.004-.02.01-.028.02-.028l-.042-.028a.92.92 0 0 0-.481-.12l-.14.009c-.327.033-.686.148-1.273.408l-.99.454c-2.383 1.069-3.512 1.153-4.89-.415-1.015-1.154-.634-2.286.375-3.548.353-.44 1.9-2.099 2.07-2.292 1.79-2.027 2.471-3.547 2.048-5.054-.65-2.315-5.174-1.89-12.745 1.788a1.63 1.63 0 1 1-1.425-2.933l.84-.401c8.883-4.165 14.998-4.577 16.47.664Z"},children:[]}]};export{e as drawWeight50};
|