@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
package/README.md
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# Pictogram
|
|
2
|
+
|
|
3
|
+
The complete pictogram library of Mural's design system.
|
|
4
|
+
|
|
5
|
+
## Table of contents
|
|
6
|
+
|
|
7
|
+
1. [Installation](#installation)
|
|
8
|
+
1. [Usage](#usage)
|
|
9
|
+
1. [Themes](#themes)
|
|
10
|
+
1. [Special use cases: color Management](#special-use-cases-color-management)
|
|
11
|
+
|
|
12
|
+
## Installation
|
|
13
|
+
|
|
14
|
+
Review the design system's global usage guidelines to learn how to install components. This package's name is `@muraldevkit/ds-pictograms`.
|
|
15
|
+
|
|
16
|
+
## Usage
|
|
17
|
+
|
|
18
|
+
After you have installed the package into your project, you can import the pictograms you need into your file and use the `@muraldevkit/ds-component-svg` package to render the SVG HTML.
|
|
19
|
+
|
|
20
|
+
## Themes
|
|
21
|
+
|
|
22
|
+
The pictograms package supports multiple themes. The index file will include pictograms from every theme. You can then specify the theme to render via the `mrl-svg` component prop. This is helpful when rendering an pictogram that has an associated feature flag where you'll need to dynamically toggle between the the theme within the product.
|
|
23
|
+
|
|
24
|
+
```javascript
|
|
25
|
+
import { [YOUR_PICTOGRAM_NAME] } from '@muraldevkit/ds-pictograms';
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
However, if you want to use only a single theme, you can import the theme file directly rather than using the index:
|
|
29
|
+
|
|
30
|
+
```javascript
|
|
31
|
+
import { [YOUR_PICTOGRAM_NAME] } from '@muraldevkit/ds-pictograms/dist/[YOUR_THEME_NAME]';
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
A real world example of how this might look is:
|
|
35
|
+
|
|
36
|
+
```javascript
|
|
37
|
+
import { voteAnonymous } from '@muraldevkit/ds-pictograms/dist/classic';
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
## Special use cases: Color management
|
|
41
|
+
|
|
42
|
+
The color management pictograms, color-* and draw-*, have special nuances to ensure contrast while the color dynamically changes with user interactions. See the "Assets > Pictograms > Colors" demo on the design system Storybook site for an example. Note: these nuances will be better supported in a color swatch component in the future.
|
|
43
|
+
|
|
44
|
+
Considerations made:
|
|
45
|
+
* To make it easy to change the color to the custom user selected color, these icons use `currentColor` for the fill of the "color" portion of the SVG.
|
|
46
|
+
* Based on the background color of container the icon lives within, all of the icons use the class `mrl-picto-color-offset` to change the surrounding area. The default supports light colors on a light background. It will need to be overwritten for darker colors or when the light color is within a darker color container, such as the selected state of a toggle button.
|
|
47
|
+
|
|
48
|
+
View the "Docs > Show code" feature of the Storybook demo to see the CSS used to make the previous considerations. The specific code is within the `css` variable at the beginning of the code snippet.
|
|
@@ -0,0 +1,265 @@
|
|
|
1
|
+
declare const brandSymbol: {
|
|
2
|
+
readonly classic: {
|
|
3
|
+
readonly name: "svg";
|
|
4
|
+
readonly type: "element";
|
|
5
|
+
readonly value: "";
|
|
6
|
+
readonly attributes: {
|
|
7
|
+
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
8
|
+
readonly fill: "none";
|
|
9
|
+
readonly viewBox: "0 0 35 28";
|
|
10
|
+
readonly "data-mrl-svg-name": "brandSymbol";
|
|
11
|
+
};
|
|
12
|
+
readonly children: readonly [{
|
|
13
|
+
readonly name: "g";
|
|
14
|
+
readonly type: "element";
|
|
15
|
+
readonly value: "";
|
|
16
|
+
readonly attributes: {
|
|
17
|
+
readonly "clip-path": "url(#mrl-brand-symbol-clip-1)";
|
|
18
|
+
};
|
|
19
|
+
readonly children: readonly [{
|
|
20
|
+
readonly name: "g";
|
|
21
|
+
readonly type: "element";
|
|
22
|
+
readonly value: "";
|
|
23
|
+
readonly attributes: {
|
|
24
|
+
readonly "clip-path": "url(#mrl-brand-symbol-clip-2)";
|
|
25
|
+
};
|
|
26
|
+
readonly children: readonly [{
|
|
27
|
+
readonly name: "path";
|
|
28
|
+
readonly type: "element";
|
|
29
|
+
readonly value: "";
|
|
30
|
+
readonly attributes: {
|
|
31
|
+
readonly fill: "#000";
|
|
32
|
+
readonly d: "M34.96 8.225h-5.052V27.96h5.053V8.225Z";
|
|
33
|
+
};
|
|
34
|
+
readonly children: readonly [];
|
|
35
|
+
}, {
|
|
36
|
+
readonly name: "path";
|
|
37
|
+
readonly type: "element";
|
|
38
|
+
readonly value: "";
|
|
39
|
+
readonly attributes: {
|
|
40
|
+
readonly fill: "#FF4B4B";
|
|
41
|
+
readonly 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";
|
|
42
|
+
};
|
|
43
|
+
readonly children: readonly [];
|
|
44
|
+
}, {
|
|
45
|
+
readonly name: "path";
|
|
46
|
+
readonly type: "element";
|
|
47
|
+
readonly value: "";
|
|
48
|
+
readonly attributes: {
|
|
49
|
+
readonly fill: "#5887FF";
|
|
50
|
+
readonly d: "M10.987 27.96h5.052V8.225h-5.052V27.96Z";
|
|
51
|
+
};
|
|
52
|
+
readonly children: readonly [];
|
|
53
|
+
}, {
|
|
54
|
+
readonly name: "path";
|
|
55
|
+
readonly type: "element";
|
|
56
|
+
readonly value: "";
|
|
57
|
+
readonly attributes: {
|
|
58
|
+
readonly fill: "#FA0";
|
|
59
|
+
readonly d: "M24.013 27.946v-5.155H16.04v5.169l7.973-.014Z";
|
|
60
|
+
};
|
|
61
|
+
readonly children: readonly [];
|
|
62
|
+
}, {
|
|
63
|
+
readonly name: "path";
|
|
64
|
+
readonly type: "element";
|
|
65
|
+
readonly value: "";
|
|
66
|
+
readonly attributes: {
|
|
67
|
+
readonly fill: "#00843F";
|
|
68
|
+
readonly 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";
|
|
69
|
+
};
|
|
70
|
+
readonly children: readonly [];
|
|
71
|
+
}, {
|
|
72
|
+
readonly name: "path";
|
|
73
|
+
readonly type: "element";
|
|
74
|
+
readonly value: "";
|
|
75
|
+
readonly attributes: {
|
|
76
|
+
readonly fill: "#FC83FF";
|
|
77
|
+
readonly 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";
|
|
78
|
+
};
|
|
79
|
+
readonly children: readonly [];
|
|
80
|
+
}, {
|
|
81
|
+
readonly name: "path";
|
|
82
|
+
readonly type: "element";
|
|
83
|
+
readonly value: "";
|
|
84
|
+
readonly attributes: {
|
|
85
|
+
readonly fill: "#000";
|
|
86
|
+
readonly d: "M5.092 8.225H.039V27.96h5.053V8.225Z";
|
|
87
|
+
};
|
|
88
|
+
readonly children: readonly [];
|
|
89
|
+
}];
|
|
90
|
+
}];
|
|
91
|
+
}, {
|
|
92
|
+
readonly name: "defs";
|
|
93
|
+
readonly type: "element";
|
|
94
|
+
readonly value: "";
|
|
95
|
+
readonly attributes: {};
|
|
96
|
+
readonly children: readonly [{
|
|
97
|
+
readonly name: "clipPath";
|
|
98
|
+
readonly type: "element";
|
|
99
|
+
readonly value: "";
|
|
100
|
+
readonly attributes: {
|
|
101
|
+
readonly id: "mrl-brand-symbol-clip-1";
|
|
102
|
+
};
|
|
103
|
+
readonly children: readonly [{
|
|
104
|
+
readonly name: "path";
|
|
105
|
+
readonly type: "element";
|
|
106
|
+
readonly value: "";
|
|
107
|
+
readonly attributes: {
|
|
108
|
+
readonly fill: "#fff";
|
|
109
|
+
readonly d: "M0 0h35v28H0z";
|
|
110
|
+
};
|
|
111
|
+
readonly children: readonly [];
|
|
112
|
+
}];
|
|
113
|
+
}, {
|
|
114
|
+
readonly name: "clipPath";
|
|
115
|
+
readonly type: "element";
|
|
116
|
+
readonly value: "";
|
|
117
|
+
readonly attributes: {
|
|
118
|
+
readonly id: "mrl-brand-symbol-clip-2";
|
|
119
|
+
};
|
|
120
|
+
readonly children: readonly [{
|
|
121
|
+
readonly name: "path";
|
|
122
|
+
readonly type: "element";
|
|
123
|
+
readonly value: "";
|
|
124
|
+
readonly attributes: {
|
|
125
|
+
readonly fill: "#fff";
|
|
126
|
+
readonly d: "M0 0h35v28H0z";
|
|
127
|
+
};
|
|
128
|
+
readonly children: readonly [];
|
|
129
|
+
}];
|
|
130
|
+
}];
|
|
131
|
+
}];
|
|
132
|
+
};
|
|
133
|
+
readonly default: {
|
|
134
|
+
readonly name: "svg";
|
|
135
|
+
readonly type: "element";
|
|
136
|
+
readonly value: "";
|
|
137
|
+
readonly attributes: {
|
|
138
|
+
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
139
|
+
readonly fill: "none";
|
|
140
|
+
readonly viewBox: "0 0 35 28";
|
|
141
|
+
readonly "data-mrl-svg-name": "brandSymbol";
|
|
142
|
+
};
|
|
143
|
+
readonly children: readonly [{
|
|
144
|
+
readonly name: "g";
|
|
145
|
+
readonly type: "element";
|
|
146
|
+
readonly value: "";
|
|
147
|
+
readonly attributes: {
|
|
148
|
+
readonly "clip-path": "url(#mrl-brand-symbol-clip-1)";
|
|
149
|
+
};
|
|
150
|
+
readonly children: readonly [{
|
|
151
|
+
readonly name: "g";
|
|
152
|
+
readonly type: "element";
|
|
153
|
+
readonly value: "";
|
|
154
|
+
readonly attributes: {
|
|
155
|
+
readonly "clip-path": "url(#mrl-brand-symbol-clip-2)";
|
|
156
|
+
};
|
|
157
|
+
readonly children: readonly [{
|
|
158
|
+
readonly name: "path";
|
|
159
|
+
readonly type: "element";
|
|
160
|
+
readonly value: "";
|
|
161
|
+
readonly attributes: {
|
|
162
|
+
readonly fill: "#000";
|
|
163
|
+
readonly d: "M34.96 8.225h-5.052V27.96h5.053V8.225Z";
|
|
164
|
+
};
|
|
165
|
+
readonly children: readonly [];
|
|
166
|
+
}, {
|
|
167
|
+
readonly name: "path";
|
|
168
|
+
readonly type: "element";
|
|
169
|
+
readonly value: "";
|
|
170
|
+
readonly attributes: {
|
|
171
|
+
readonly fill: "#FF4B4B";
|
|
172
|
+
readonly 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";
|
|
173
|
+
};
|
|
174
|
+
readonly children: readonly [];
|
|
175
|
+
}, {
|
|
176
|
+
readonly name: "path";
|
|
177
|
+
readonly type: "element";
|
|
178
|
+
readonly value: "";
|
|
179
|
+
readonly attributes: {
|
|
180
|
+
readonly fill: "#5887FF";
|
|
181
|
+
readonly d: "M10.987 27.96h5.052V8.225h-5.052V27.96Z";
|
|
182
|
+
};
|
|
183
|
+
readonly children: readonly [];
|
|
184
|
+
}, {
|
|
185
|
+
readonly name: "path";
|
|
186
|
+
readonly type: "element";
|
|
187
|
+
readonly value: "";
|
|
188
|
+
readonly attributes: {
|
|
189
|
+
readonly fill: "#FA0";
|
|
190
|
+
readonly d: "M24.013 27.946v-5.155H16.04v5.169l7.973-.014Z";
|
|
191
|
+
};
|
|
192
|
+
readonly children: readonly [];
|
|
193
|
+
}, {
|
|
194
|
+
readonly name: "path";
|
|
195
|
+
readonly type: "element";
|
|
196
|
+
readonly value: "";
|
|
197
|
+
readonly attributes: {
|
|
198
|
+
readonly fill: "#00843F";
|
|
199
|
+
readonly 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";
|
|
200
|
+
};
|
|
201
|
+
readonly children: readonly [];
|
|
202
|
+
}, {
|
|
203
|
+
readonly name: "path";
|
|
204
|
+
readonly type: "element";
|
|
205
|
+
readonly value: "";
|
|
206
|
+
readonly attributes: {
|
|
207
|
+
readonly fill: "#FC83FF";
|
|
208
|
+
readonly 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";
|
|
209
|
+
};
|
|
210
|
+
readonly children: readonly [];
|
|
211
|
+
}, {
|
|
212
|
+
readonly name: "path";
|
|
213
|
+
readonly type: "element";
|
|
214
|
+
readonly value: "";
|
|
215
|
+
readonly attributes: {
|
|
216
|
+
readonly fill: "#000";
|
|
217
|
+
readonly d: "M5.092 8.225H.039V27.96h5.053V8.225Z";
|
|
218
|
+
};
|
|
219
|
+
readonly children: readonly [];
|
|
220
|
+
}];
|
|
221
|
+
}];
|
|
222
|
+
}, {
|
|
223
|
+
readonly name: "defs";
|
|
224
|
+
readonly type: "element";
|
|
225
|
+
readonly value: "";
|
|
226
|
+
readonly attributes: {};
|
|
227
|
+
readonly children: readonly [{
|
|
228
|
+
readonly name: "clipPath";
|
|
229
|
+
readonly type: "element";
|
|
230
|
+
readonly value: "";
|
|
231
|
+
readonly attributes: {
|
|
232
|
+
readonly id: "mrl-brand-symbol-clip-1";
|
|
233
|
+
};
|
|
234
|
+
readonly children: readonly [{
|
|
235
|
+
readonly name: "path";
|
|
236
|
+
readonly type: "element";
|
|
237
|
+
readonly value: "";
|
|
238
|
+
readonly attributes: {
|
|
239
|
+
readonly fill: "#fff";
|
|
240
|
+
readonly d: "M0 0h35v28H0z";
|
|
241
|
+
};
|
|
242
|
+
readonly children: readonly [];
|
|
243
|
+
}];
|
|
244
|
+
}, {
|
|
245
|
+
readonly name: "clipPath";
|
|
246
|
+
readonly type: "element";
|
|
247
|
+
readonly value: "";
|
|
248
|
+
readonly attributes: {
|
|
249
|
+
readonly id: "mrl-brand-symbol-clip-2";
|
|
250
|
+
};
|
|
251
|
+
readonly children: readonly [{
|
|
252
|
+
readonly name: "path";
|
|
253
|
+
readonly type: "element";
|
|
254
|
+
readonly value: "";
|
|
255
|
+
readonly attributes: {
|
|
256
|
+
readonly fill: "#fff";
|
|
257
|
+
readonly d: "M0 0h35v28H0z";
|
|
258
|
+
};
|
|
259
|
+
readonly children: readonly [];
|
|
260
|
+
}];
|
|
261
|
+
}];
|
|
262
|
+
}];
|
|
263
|
+
};
|
|
264
|
+
};
|
|
265
|
+
export { brandSymbol };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var n=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var p=Object.prototype.hasOwnProperty;var d=(t,e)=>{for(var a in e)n(t,a,{get:e[a],enumerable:!0})},u=(t,e,a,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of h(e))!p.call(t,l)&&l!==a&&n(t,l,{get:()=>e[l],enumerable:!(i=m(e,l))||i.enumerable});return t};var c=t=>u(n({},"__esModule",{value:!0}),t);var s={};d(s,{brandSymbol:()=>r});module.exports=c(s);const r={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:[]}]}]}]}};
|
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
declare const brandWordmark: {
|
|
2
|
+
readonly classic: {
|
|
3
|
+
readonly name: "svg";
|
|
4
|
+
readonly type: "element";
|
|
5
|
+
readonly value: "";
|
|
6
|
+
readonly attributes: {
|
|
7
|
+
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
8
|
+
readonly fill: "none";
|
|
9
|
+
readonly viewBox: "0 0 99 30";
|
|
10
|
+
readonly "data-mrl-svg-name": "brandWordmark";
|
|
11
|
+
};
|
|
12
|
+
readonly children: readonly [{
|
|
13
|
+
readonly name: "path";
|
|
14
|
+
readonly type: "element";
|
|
15
|
+
readonly value: "";
|
|
16
|
+
readonly attributes: {
|
|
17
|
+
readonly fill: "#00843F";
|
|
18
|
+
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";
|
|
19
|
+
};
|
|
20
|
+
readonly children: readonly [];
|
|
21
|
+
}, {
|
|
22
|
+
readonly name: "path";
|
|
23
|
+
readonly type: "element";
|
|
24
|
+
readonly value: "";
|
|
25
|
+
readonly attributes: {
|
|
26
|
+
readonly fill: "#000";
|
|
27
|
+
readonly d: "M35.836 9.21h-5.185v19.794h5.185V9.21Z";
|
|
28
|
+
};
|
|
29
|
+
readonly children: readonly [];
|
|
30
|
+
}, {
|
|
31
|
+
readonly name: "path";
|
|
32
|
+
readonly type: "element";
|
|
33
|
+
readonly value: "";
|
|
34
|
+
readonly attributes: {
|
|
35
|
+
readonly fill: "#FF4B4B";
|
|
36
|
+
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";
|
|
37
|
+
};
|
|
38
|
+
readonly children: readonly [];
|
|
39
|
+
}, {
|
|
40
|
+
readonly name: "path";
|
|
41
|
+
readonly type: "element";
|
|
42
|
+
readonly value: "";
|
|
43
|
+
readonly attributes: {
|
|
44
|
+
readonly fill: "#000";
|
|
45
|
+
readonly d: "M5.185 9.21H0v19.794h5.185V9.21Zm50.702 0h-5.185v11.166h5.185V9.21Z";
|
|
46
|
+
};
|
|
47
|
+
readonly children: readonly [];
|
|
48
|
+
}, {
|
|
49
|
+
readonly name: "path";
|
|
50
|
+
readonly type: "element";
|
|
51
|
+
readonly value: "";
|
|
52
|
+
readonly attributes: {
|
|
53
|
+
readonly fill: "#5887FF";
|
|
54
|
+
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";
|
|
55
|
+
};
|
|
56
|
+
readonly children: readonly [];
|
|
57
|
+
}, {
|
|
58
|
+
readonly name: "path";
|
|
59
|
+
readonly type: "element";
|
|
60
|
+
readonly value: "";
|
|
61
|
+
readonly attributes: {
|
|
62
|
+
readonly fill: "#000";
|
|
63
|
+
readonly d: "M43.141 9.21h-5.185v11.166h5.185V9.21Z";
|
|
64
|
+
};
|
|
65
|
+
readonly children: readonly [];
|
|
66
|
+
}, {
|
|
67
|
+
readonly name: "path";
|
|
68
|
+
readonly type: "element";
|
|
69
|
+
readonly value: "";
|
|
70
|
+
readonly attributes: {
|
|
71
|
+
readonly fill: "#FC83FF";
|
|
72
|
+
readonly d: "M98.772 1.324h-5.185V9.21h5.185V1.324Z";
|
|
73
|
+
};
|
|
74
|
+
readonly children: readonly [];
|
|
75
|
+
}, {
|
|
76
|
+
readonly name: "path";
|
|
77
|
+
readonly type: "element";
|
|
78
|
+
readonly value: "";
|
|
79
|
+
readonly attributes: {
|
|
80
|
+
readonly fill: "#000";
|
|
81
|
+
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";
|
|
82
|
+
};
|
|
83
|
+
readonly children: readonly [];
|
|
84
|
+
}, {
|
|
85
|
+
readonly name: "path";
|
|
86
|
+
readonly type: "element";
|
|
87
|
+
readonly value: "";
|
|
88
|
+
readonly attributes: {
|
|
89
|
+
readonly fill: "#FA0";
|
|
90
|
+
readonly d: "M70.767 9.21h-12.76v5.185h12.76V9.21Z";
|
|
91
|
+
};
|
|
92
|
+
readonly children: readonly [];
|
|
93
|
+
}];
|
|
94
|
+
};
|
|
95
|
+
readonly default: {
|
|
96
|
+
readonly name: "svg";
|
|
97
|
+
readonly type: "element";
|
|
98
|
+
readonly value: "";
|
|
99
|
+
readonly attributes: {
|
|
100
|
+
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
101
|
+
readonly fill: "none";
|
|
102
|
+
readonly viewBox: "0 0 99 30";
|
|
103
|
+
readonly "data-mrl-svg-name": "brandWordmark";
|
|
104
|
+
};
|
|
105
|
+
readonly children: readonly [{
|
|
106
|
+
readonly name: "path";
|
|
107
|
+
readonly type: "element";
|
|
108
|
+
readonly value: "";
|
|
109
|
+
readonly attributes: {
|
|
110
|
+
readonly fill: "#00843F";
|
|
111
|
+
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";
|
|
112
|
+
};
|
|
113
|
+
readonly children: readonly [];
|
|
114
|
+
}, {
|
|
115
|
+
readonly name: "path";
|
|
116
|
+
readonly type: "element";
|
|
117
|
+
readonly value: "";
|
|
118
|
+
readonly attributes: {
|
|
119
|
+
readonly fill: "#000";
|
|
120
|
+
readonly d: "M35.836 9.21h-5.185v19.794h5.185V9.21Z";
|
|
121
|
+
};
|
|
122
|
+
readonly children: readonly [];
|
|
123
|
+
}, {
|
|
124
|
+
readonly name: "path";
|
|
125
|
+
readonly type: "element";
|
|
126
|
+
readonly value: "";
|
|
127
|
+
readonly attributes: {
|
|
128
|
+
readonly fill: "#FF4B4B";
|
|
129
|
+
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";
|
|
130
|
+
};
|
|
131
|
+
readonly children: readonly [];
|
|
132
|
+
}, {
|
|
133
|
+
readonly name: "path";
|
|
134
|
+
readonly type: "element";
|
|
135
|
+
readonly value: "";
|
|
136
|
+
readonly attributes: {
|
|
137
|
+
readonly fill: "#000";
|
|
138
|
+
readonly d: "M5.185 9.21H0v19.794h5.185V9.21Zm50.702 0h-5.185v11.166h5.185V9.21Z";
|
|
139
|
+
};
|
|
140
|
+
readonly children: readonly [];
|
|
141
|
+
}, {
|
|
142
|
+
readonly name: "path";
|
|
143
|
+
readonly type: "element";
|
|
144
|
+
readonly value: "";
|
|
145
|
+
readonly attributes: {
|
|
146
|
+
readonly fill: "#5887FF";
|
|
147
|
+
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";
|
|
148
|
+
};
|
|
149
|
+
readonly children: readonly [];
|
|
150
|
+
}, {
|
|
151
|
+
readonly name: "path";
|
|
152
|
+
readonly type: "element";
|
|
153
|
+
readonly value: "";
|
|
154
|
+
readonly attributes: {
|
|
155
|
+
readonly fill: "#000";
|
|
156
|
+
readonly d: "M43.141 9.21h-5.185v11.166h5.185V9.21Z";
|
|
157
|
+
};
|
|
158
|
+
readonly children: readonly [];
|
|
159
|
+
}, {
|
|
160
|
+
readonly name: "path";
|
|
161
|
+
readonly type: "element";
|
|
162
|
+
readonly value: "";
|
|
163
|
+
readonly attributes: {
|
|
164
|
+
readonly fill: "#FC83FF";
|
|
165
|
+
readonly d: "M98.772 1.324h-5.185V9.21h5.185V1.324Z";
|
|
166
|
+
};
|
|
167
|
+
readonly children: readonly [];
|
|
168
|
+
}, {
|
|
169
|
+
readonly name: "path";
|
|
170
|
+
readonly type: "element";
|
|
171
|
+
readonly value: "";
|
|
172
|
+
readonly attributes: {
|
|
173
|
+
readonly fill: "#000";
|
|
174
|
+
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";
|
|
175
|
+
};
|
|
176
|
+
readonly children: readonly [];
|
|
177
|
+
}, {
|
|
178
|
+
readonly name: "path";
|
|
179
|
+
readonly type: "element";
|
|
180
|
+
readonly value: "";
|
|
181
|
+
readonly attributes: {
|
|
182
|
+
readonly fill: "#FA0";
|
|
183
|
+
readonly d: "M70.767 9.21h-12.76v5.185h12.76V9.21Z";
|
|
184
|
+
};
|
|
185
|
+
readonly children: readonly [];
|
|
186
|
+
}];
|
|
187
|
+
};
|
|
188
|
+
};
|
|
189
|
+
export { brandWordmark };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var h=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var r=Object.getOwnPropertyNames;var v=Object.prototype.hasOwnProperty;var d=(t,e)=>{for(var a in e)h(t,a,{get:e[a],enumerable:!0})},p=(t,e,a,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of r(e))!v.call(t,l)&&l!==a&&h(t,l,{get:()=>e[l],enumerable:!(n=m(e,l))||n.enumerable});return t};var u=t=>p(h({},"__esModule",{value:!0}),t);var c={};d(c,{brandWordmark:()=>i});module.exports=u(c);const i={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:[]}]}};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
declare const checkboxCustom: {
|
|
2
|
+
readonly default: {
|
|
3
|
+
readonly name: "svg";
|
|
4
|
+
readonly type: "element";
|
|
5
|
+
readonly value: "";
|
|
6
|
+
readonly attributes: {
|
|
7
|
+
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
8
|
+
readonly viewBox: "0 0 24 24";
|
|
9
|
+
readonly "data-mrl-svg-name": "checkboxCustom";
|
|
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-checkbox-custom-check { fill: #000; }\n .mrl-picto-checkbox-custom-stroke { fill: #fff; }\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-rule": "evenodd";
|
|
29
|
+
readonly class: "mrl-picto-checkbox-custom-check";
|
|
30
|
+
readonly 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";
|
|
31
|
+
readonly "clip-rule": "evenodd";
|
|
32
|
+
};
|
|
33
|
+
readonly children: readonly [];
|
|
34
|
+
}, {
|
|
35
|
+
readonly name: "path";
|
|
36
|
+
readonly type: "element";
|
|
37
|
+
readonly value: "";
|
|
38
|
+
readonly attributes: {
|
|
39
|
+
readonly "fill-rule": "evenodd";
|
|
40
|
+
readonly class: "mrl-picto-checkbox-custom-stroke";
|
|
41
|
+
readonly 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";
|
|
42
|
+
readonly "clip-rule": "evenodd";
|
|
43
|
+
};
|
|
44
|
+
readonly children: readonly [];
|
|
45
|
+
}];
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
export { checkboxCustom };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var c=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var r=Object.prototype.hasOwnProperty;var i=(l,e)=>{for(var a in e)c(l,a,{get:e[a],enumerable:!0})},u=(l,e,a,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of m(e))!r.call(l,t)&&t!==a&&c(l,t,{get:()=>e[t],enumerable:!(o=s(e,t))||o.enumerable});return l};var d=l=>u(c({},"__esModule",{value:!0}),l);var h={};i(h,{checkboxCustom:()=>n});module.exports=d(h);const n={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:`
|
|
2
|
+
.mrl-picto-checkbox-custom-check { fill: #000; }
|
|
3
|
+
.mrl-picto-checkbox-custom-stroke { fill: #fff; }
|
|
4
|
+
`,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:[]}]}};
|