@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,68 @@
|
|
|
1
|
+
declare const voteAnonymous: {
|
|
2
|
+
readonly name: "svg";
|
|
3
|
+
readonly type: "element";
|
|
4
|
+
readonly value: "";
|
|
5
|
+
readonly attributes: {
|
|
6
|
+
readonly viewBox: "0 0 95 128";
|
|
7
|
+
readonly class: "mrl-picto-vote-anonymous";
|
|
8
|
+
readonly version: "1.1";
|
|
9
|
+
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
10
|
+
readonly "data-mrl-svg-name": "voteAnonymous";
|
|
11
|
+
};
|
|
12
|
+
readonly children: readonly [{
|
|
13
|
+
readonly name: "style";
|
|
14
|
+
readonly type: "element";
|
|
15
|
+
readonly value: "";
|
|
16
|
+
readonly attributes: {};
|
|
17
|
+
readonly children: readonly [{
|
|
18
|
+
readonly name: "";
|
|
19
|
+
readonly type: "text";
|
|
20
|
+
readonly value: "\n .mrl-picto-vote-anonymous-box { fill: #d8d8d8; }\n .mrl-picto-vote-anonymous-envelope { fill: #ededed; }\n .mrl-picto-vote-anonymous-lock { fill: #2f2f2f; }\n ";
|
|
21
|
+
readonly attributes: {};
|
|
22
|
+
readonly children: readonly [];
|
|
23
|
+
}];
|
|
24
|
+
}, {
|
|
25
|
+
readonly name: "g";
|
|
26
|
+
readonly type: "element";
|
|
27
|
+
readonly value: "";
|
|
28
|
+
readonly attributes: {};
|
|
29
|
+
readonly children: readonly [{
|
|
30
|
+
readonly name: "g";
|
|
31
|
+
readonly type: "element";
|
|
32
|
+
readonly value: "";
|
|
33
|
+
readonly attributes: {};
|
|
34
|
+
readonly children: readonly [{
|
|
35
|
+
readonly name: "rect";
|
|
36
|
+
readonly type: "element";
|
|
37
|
+
readonly value: "";
|
|
38
|
+
readonly attributes: {
|
|
39
|
+
readonly x: "21";
|
|
40
|
+
readonly y: "33.2";
|
|
41
|
+
readonly width: "52.3";
|
|
42
|
+
readonly height: "39.9";
|
|
43
|
+
readonly class: "mrl-picto-vote-anonymous-box";
|
|
44
|
+
};
|
|
45
|
+
readonly children: readonly [];
|
|
46
|
+
}, {
|
|
47
|
+
readonly name: "path";
|
|
48
|
+
readonly type: "element";
|
|
49
|
+
readonly value: "";
|
|
50
|
+
readonly attributes: {
|
|
51
|
+
readonly d: "M49.8,73l37.5,29.3-0.9,1.2L48.6,73.9H48.5L8.3,103.8l-0.9-1.2L47.3,73.1,21,54.8h0L7,45.2,7.8,44,21,52.9V34.8H73.4V54l13.5-9.7,0.8,1.2ZM87.3,42.9L48.8,2,7.6,42.8A3.8,3.8,0,0,0,6,46.1v55.5a4.2,4.2,0,0,0,4.2,4.2H84.5a4.2,4.2,0,0,0,4.2-4.2V46.1A4.2,4.2,0,0,0,87.3,42.9Z";
|
|
52
|
+
readonly class: "mrl-picto-vote-anonymous-envelope";
|
|
53
|
+
};
|
|
54
|
+
readonly children: readonly [];
|
|
55
|
+
}, {
|
|
56
|
+
readonly name: "path";
|
|
57
|
+
readonly type: "element";
|
|
58
|
+
readonly value: "";
|
|
59
|
+
readonly attributes: {
|
|
60
|
+
readonly d: "M50.4,46.6a3.1,3.1,0,0,0-6.1,0v3.5h6.1V46.6h0ZM54,60.5H40.7a0.9,0.9,0,0,1-.9-0.9V51a0.9,0.9,0,0,1,.9-0.9h0.9V46.4a5.8,5.8,0,0,1,11.6,0v3.7H54a0.9,0.9,0,0,1,.9.9v8.7A0.9,0.9,0,0,1,54,60.5Z";
|
|
61
|
+
readonly class: "mrl-picto-vote-anonymous-lock";
|
|
62
|
+
};
|
|
63
|
+
readonly children: readonly [];
|
|
64
|
+
}];
|
|
65
|
+
}];
|
|
66
|
+
}];
|
|
67
|
+
};
|
|
68
|
+
export { voteAnonymous };
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
var a=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var r=Object.prototype.hasOwnProperty;var v=(t,e)=>{for(var l in e)a(t,l,{get:e[l],enumerable:!0})},u=(t,e,l,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of i(e))!r.call(t,n)&&n!==l&&a(t,n,{get:()=>e[n],enumerable:!(o=s(e,n))||o.enumerable});return t};var c=t=>u(a({},"__esModule",{value:!0}),t);var p={};v(p,{voteAnonymous:()=>m});module.exports=c(p);const m={name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 95 128",class:"mrl-picto-vote-anonymous",version:"1.1",xmlns:"http://www.w3.org/2000/svg","data-mrl-svg-name":"voteAnonymous"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
2
|
+
.mrl-picto-vote-anonymous-box { fill: #d8d8d8; }
|
|
3
|
+
.mrl-picto-vote-anonymous-envelope { fill: #ededed; }
|
|
4
|
+
.mrl-picto-vote-anonymous-lock { fill: #2f2f2f; }
|
|
5
|
+
`,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{},children:[{name:"g",type:"element",value:"",attributes:{},children:[{name:"rect",type:"element",value:"",attributes:{x:"21",y:"33.2",width:"52.3",height:"39.9",class:"mrl-picto-vote-anonymous-box"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M49.8,73l37.5,29.3-0.9,1.2L48.6,73.9H48.5L8.3,103.8l-0.9-1.2L47.3,73.1,21,54.8h0L7,45.2,7.8,44,21,52.9V34.8H73.4V54l13.5-9.7,0.8,1.2ZM87.3,42.9L48.8,2,7.6,42.8A3.8,3.8,0,0,0,6,46.1v55.5a4.2,4.2,0,0,0,4.2,4.2H84.5a4.2,4.2,0,0,0,4.2-4.2V46.1A4.2,4.2,0,0,0,87.3,42.9Z",class:"mrl-picto-vote-anonymous-envelope"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M50.4,46.6a3.1,3.1,0,0,0-6.1,0v3.5h6.1V46.6h0ZM54,60.5H40.7a0.9,0.9,0,0,1-.9-0.9V51a0.9,0.9,0,0,1,.9-0.9h0.9V46.4a5.8,5.8,0,0,1,11.6,0v3.7H54a0.9,0.9,0,0,1,.9.9v8.7A0.9,0.9,0,0,1,54,60.5Z",class:"mrl-picto-vote-anonymous-lock"},children:[]}]}]}]};
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
declare const voteRemove: {
|
|
2
|
+
readonly name: "svg";
|
|
3
|
+
readonly type: "element";
|
|
4
|
+
readonly value: "";
|
|
5
|
+
readonly attributes: {
|
|
6
|
+
readonly viewBox: "0 0 97 128";
|
|
7
|
+
readonly class: "mrl-picto-vote-remove";
|
|
8
|
+
readonly version: "1.1";
|
|
9
|
+
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
10
|
+
readonly "data-mrl-svg-name": "voteRemove";
|
|
11
|
+
};
|
|
12
|
+
readonly children: readonly [{
|
|
13
|
+
readonly name: "style";
|
|
14
|
+
readonly type: "element";
|
|
15
|
+
readonly value: "";
|
|
16
|
+
readonly attributes: {};
|
|
17
|
+
readonly children: readonly [{
|
|
18
|
+
readonly name: "";
|
|
19
|
+
readonly type: "text";
|
|
20
|
+
readonly value: "\n .mrl-picto-vote-remove-bg { fill: #ededed; }\n .mrl-picto-vote-remove-dot { fill: var(--mrl-color-brand); }\n .mrl-picto-vote-remove-cursor { fill: #393939; }\n ";
|
|
21
|
+
readonly attributes: {};
|
|
22
|
+
readonly children: readonly [];
|
|
23
|
+
}];
|
|
24
|
+
}, {
|
|
25
|
+
readonly name: "g";
|
|
26
|
+
readonly type: "element";
|
|
27
|
+
readonly value: "";
|
|
28
|
+
readonly attributes: {};
|
|
29
|
+
readonly children: readonly [{
|
|
30
|
+
readonly name: "path";
|
|
31
|
+
readonly type: "element";
|
|
32
|
+
readonly value: "";
|
|
33
|
+
readonly attributes: {
|
|
34
|
+
readonly d: "M79,93.7a2,2,0,0,1-2,2H6a2,2,0,0,1-2-2V7.7a2,2,0,0,1,2-2H77a2,2,0,0,1,2,2v86Z";
|
|
35
|
+
readonly class: "mrl-picto-vote-remove-bg";
|
|
36
|
+
};
|
|
37
|
+
readonly children: readonly [];
|
|
38
|
+
}, {
|
|
39
|
+
readonly name: "path";
|
|
40
|
+
readonly type: "element";
|
|
41
|
+
readonly value: "";
|
|
42
|
+
readonly attributes: {
|
|
43
|
+
readonly d: "M44.9,64.7a3,3,0,0,1,4.7-3l12.8,9.7a16.3,16.3,0,1,0-14.6,9h0.6Z";
|
|
44
|
+
readonly class: "mrl-picto-vote-remove-dot";
|
|
45
|
+
};
|
|
46
|
+
readonly children: readonly [];
|
|
47
|
+
}, {
|
|
48
|
+
readonly name: "polygon";
|
|
49
|
+
readonly type: "element";
|
|
50
|
+
readonly value: "";
|
|
51
|
+
readonly attributes: {
|
|
52
|
+
readonly points: "47.8 64.1 59.3 115.2 68.6 104.6 80.3 123 87.5 118.2 75.8 99.8 89.1 95.3 47.8 64.1";
|
|
53
|
+
readonly class: "mrl-picto-vote-remove-cursor";
|
|
54
|
+
};
|
|
55
|
+
readonly children: readonly [];
|
|
56
|
+
}];
|
|
57
|
+
}];
|
|
58
|
+
};
|
|
59
|
+
export { voteRemove };
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
var r=Object.defineProperty;var n=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var i=Object.prototype.hasOwnProperty;var s=(t,e)=>{for(var o in e)r(t,o,{get:e[o],enumerable:!0})},c=(t,e,o,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of v(e))!i.call(t,l)&&l!==o&&r(t,l,{get:()=>e[l],enumerable:!(a=n(e,l))||a.enumerable});return t};var p=t=>c(r({},"__esModule",{value:!0}),t);var d={};s(d,{voteRemove:()=>m});module.exports=p(d);const m={name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 97 128",class:"mrl-picto-vote-remove",version:"1.1",xmlns:"http://www.w3.org/2000/svg","data-mrl-svg-name":"voteRemove"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
2
|
+
.mrl-picto-vote-remove-bg { fill: #ededed; }
|
|
3
|
+
.mrl-picto-vote-remove-dot { fill: var(--mrl-color-brand); }
|
|
4
|
+
.mrl-picto-vote-remove-cursor { fill: #393939; }
|
|
5
|
+
`,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{},children:[{name:"path",type:"element",value:"",attributes:{d:"M79,93.7a2,2,0,0,1-2,2H6a2,2,0,0,1-2-2V7.7a2,2,0,0,1,2-2H77a2,2,0,0,1,2,2v86Z",class:"mrl-picto-vote-remove-bg"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M44.9,64.7a3,3,0,0,1,4.7-3l12.8,9.7a16.3,16.3,0,1,0-14.6,9h0.6Z",class:"mrl-picto-vote-remove-dot"},children:[]},{name:"polygon",type:"element",value:"",attributes:{points:"47.8 64.1 59.3 115.2 68.6 104.6 80.3 123 87.5 118.2 75.8 99.8 89.1 95.3 47.8 64.1",class:"mrl-picto-vote-remove-cursor"},children:[]}]}]};
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
declare const colorBorder: {
|
|
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 fill: "currentColor";
|
|
9
|
+
readonly viewBox: "0 0 24 24";
|
|
10
|
+
readonly "data-mrl-svg-name": "colorBorder";
|
|
11
|
+
};
|
|
12
|
+
readonly children: readonly [{
|
|
13
|
+
readonly name: "style";
|
|
14
|
+
readonly type: "element";
|
|
15
|
+
readonly value: "";
|
|
16
|
+
readonly attributes: {};
|
|
17
|
+
readonly children: readonly [{
|
|
18
|
+
readonly name: "";
|
|
19
|
+
readonly type: "text";
|
|
20
|
+
readonly value: "\n .mrl-picto-color-offset { fill: #4e4e4e; }\n ";
|
|
21
|
+
readonly attributes: {};
|
|
22
|
+
readonly children: readonly [];
|
|
23
|
+
}];
|
|
24
|
+
}, {
|
|
25
|
+
readonly name: "path";
|
|
26
|
+
readonly type: "element";
|
|
27
|
+
readonly value: "";
|
|
28
|
+
readonly attributes: {
|
|
29
|
+
readonly class: "mrl-picto-color-offset";
|
|
30
|
+
readonly "fill-rule": "evenodd";
|
|
31
|
+
readonly d: "M7 2a5 5 0 0 0-5 5v10a5 5 0 0 0 5 5h10a5 5 0 0 0 5-5V7a5 5 0 0 0-5-5H7Zm2.5 7a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5h-5Z";
|
|
32
|
+
readonly "clip-rule": "evenodd";
|
|
33
|
+
};
|
|
34
|
+
readonly children: readonly [];
|
|
35
|
+
}, {
|
|
36
|
+
readonly name: "path";
|
|
37
|
+
readonly type: "element";
|
|
38
|
+
readonly value: "";
|
|
39
|
+
readonly attributes: {
|
|
40
|
+
readonly fill: "currentColor";
|
|
41
|
+
readonly "fill-rule": "evenodd";
|
|
42
|
+
readonly d: "M16.5 7h-9a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5Zm-9-3A3.5 3.5 0 0 0 4 7.5v9A3.5 3.5 0 0 0 7.5 20h9a3.5 3.5 0 0 0 3.5-3.5v-9A3.5 3.5 0 0 0 16.5 4h-9Z";
|
|
43
|
+
readonly "clip-rule": "evenodd";
|
|
44
|
+
};
|
|
45
|
+
readonly children: readonly [];
|
|
46
|
+
}];
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
export { colorBorder };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var r=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var d=Object.prototype.hasOwnProperty;var c=(l,e)=>{for(var a in e)r(l,a,{get:e[a],enumerable:!0})},s=(l,e,a,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of v(e))!d.call(l,t)&&t!==a&&r(l,t,{get:()=>e[t],enumerable:!(o=i(e,t))||o.enumerable});return l};var u=l=>s(r({},"__esModule",{value:!0}),l);var m={};c(m,{colorBorder:()=>n});module.exports=u(m);const n={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"colorBorder"},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:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M7 2a5 5 0 0 0-5 5v10a5 5 0 0 0 5 5h10a5 5 0 0 0 5-5V7a5 5 0 0 0-5-5H7Zm2.5 7a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5h-5Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor","fill-rule":"evenodd",d:"M16.5 7h-9a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5Zm-9-3A3.5 3.5 0 0 0 4 7.5v9A3.5 3.5 0 0 0 7.5 20h9a3.5 3.5 0 0 0 3.5-3.5v-9A3.5 3.5 0 0 0 16.5 4h-9Z","clip-rule":"evenodd"},children:[]}]}};
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
declare const colorBorderMixed: {
|
|
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 fill: "currentColor";
|
|
9
|
+
readonly viewBox: "0 0 24 24";
|
|
10
|
+
readonly "data-mrl-svg-name": "colorBorderMixed";
|
|
11
|
+
};
|
|
12
|
+
readonly children: readonly [{
|
|
13
|
+
readonly name: "path";
|
|
14
|
+
readonly type: "element";
|
|
15
|
+
readonly value: "";
|
|
16
|
+
readonly attributes: {
|
|
17
|
+
readonly fill: "#fff";
|
|
18
|
+
readonly d: "M12 1a7 7 0 0 0-7 7c0 .25-.109.739-.392 1.303-.282.565-.608.946-.81 1.098a7 7 0 0 0 6.896 12.061c.736-.307 1.876-.307 2.612 0a7 7 0 0 0 6.896-12.061c-.202-.152-.528-.533-.81-1.098C19.108 8.74 19 8.25 19 8a7 7 0 0 0-7-7Z";
|
|
19
|
+
};
|
|
20
|
+
readonly children: readonly [];
|
|
21
|
+
}, {
|
|
22
|
+
readonly name: "path";
|
|
23
|
+
readonly type: "element";
|
|
24
|
+
readonly value: "";
|
|
25
|
+
readonly attributes: {
|
|
26
|
+
readonly fill: "#E5BF76";
|
|
27
|
+
readonly "fill-rule": "evenodd";
|
|
28
|
+
readonly d: "M8 13.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5ZM8 11a5 5 0 1 0 0 10 5 5 0 0 0 0-10Z";
|
|
29
|
+
readonly "clip-rule": "evenodd";
|
|
30
|
+
};
|
|
31
|
+
readonly children: readonly [];
|
|
32
|
+
}, {
|
|
33
|
+
readonly name: "path";
|
|
34
|
+
readonly type: "element";
|
|
35
|
+
readonly value: "";
|
|
36
|
+
readonly attributes: {
|
|
37
|
+
readonly fill: "#E15978";
|
|
38
|
+
readonly "fill-rule": "evenodd";
|
|
39
|
+
readonly d: "M12 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5ZM12 3a5 5 0 1 0 0 10 5 5 0 0 0 0-10Z";
|
|
40
|
+
readonly "clip-rule": "evenodd";
|
|
41
|
+
};
|
|
42
|
+
readonly children: readonly [];
|
|
43
|
+
}, {
|
|
44
|
+
readonly name: "path";
|
|
45
|
+
readonly type: "element";
|
|
46
|
+
readonly value: "";
|
|
47
|
+
readonly attributes: {
|
|
48
|
+
readonly fill: "#4C97F5";
|
|
49
|
+
readonly "fill-rule": "evenodd";
|
|
50
|
+
readonly d: "M16 13.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Zm0-2.5a5 5 0 1 0 0 10 5 5 0 0 0 0-10Z";
|
|
51
|
+
readonly "clip-rule": "evenodd";
|
|
52
|
+
};
|
|
53
|
+
readonly children: readonly [];
|
|
54
|
+
}];
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
export { colorBorderMixed };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var r=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var u=Object.prototype.hasOwnProperty;var c=(l,e)=>{for(var a in e)r(l,a,{get:e[a],enumerable:!0})},v=(l,e,a,d)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of o(e))!u.call(l,t)&&t!==a&&r(l,t,{get:()=>e[t],enumerable:!(d=i(e,t))||d.enumerable});return l};var m=l=>v(r({},"__esModule",{value:!0}),l);var p={};c(p,{colorBorderMixed:()=>n});module.exports=m(p);const n={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"colorBorderMixed"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M12 1a7 7 0 0 0-7 7c0 .25-.109.739-.392 1.303-.282.565-.608.946-.81 1.098a7 7 0 0 0 6.896 12.061c.736-.307 1.876-.307 2.612 0a7 7 0 0 0 6.896-12.061c-.202-.152-.528-.533-.81-1.098C19.108 8.74 19 8.25 19 8a7 7 0 0 0-7-7Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#E5BF76","fill-rule":"evenodd",d:"M8 13.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5ZM8 11a5 5 0 1 0 0 10 5 5 0 0 0 0-10Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#E15978","fill-rule":"evenodd",d:"M12 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5ZM12 3a5 5 0 1 0 0 10 5 5 0 0 0 0-10Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#4C97F5","fill-rule":"evenodd",d:"M16 13.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Zm0-2.5a5 5 0 1 0 0 10 5 5 0 0 0 0-10Z","clip-rule":"evenodd"},children:[]}]}};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
declare const colorBorderNone: {
|
|
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 fill: "currentColor";
|
|
9
|
+
readonly viewBox: "0 0 24 24";
|
|
10
|
+
readonly "data-mrl-svg-name": "colorBorderNone";
|
|
11
|
+
};
|
|
12
|
+
readonly children: readonly [{
|
|
13
|
+
readonly name: "path";
|
|
14
|
+
readonly type: "element";
|
|
15
|
+
readonly value: "";
|
|
16
|
+
readonly attributes: {
|
|
17
|
+
readonly fill: "currentColor";
|
|
18
|
+
readonly "fill-rule": "evenodd";
|
|
19
|
+
readonly d: "M21.401 5.647a1.5 1.5 0 1 0-2.121-2.121l-16 16a1.5 1.5 0 1 0 2.12 2.121l1.52-1.52a.533.533 0 0 1 .542-.121c.485.156 1 .24 1.537.24h6a5 5 0 0 0 5-5v-6c0-.536-.084-1.052-.24-1.536a.533.533 0 0 1 .12-.542l1.521-1.52ZM16 12.255a.5.5 0 0 0-.854-.353l-3.49 3.49a.5.5 0 0 0 .353.854H15a1 1 0 0 0 1-1v-2.99Z";
|
|
20
|
+
readonly "clip-rule": "evenodd";
|
|
21
|
+
};
|
|
22
|
+
readonly children: readonly [];
|
|
23
|
+
}, {
|
|
24
|
+
readonly name: "path";
|
|
25
|
+
readonly type: "element";
|
|
26
|
+
readonly value: "";
|
|
27
|
+
readonly attributes: {
|
|
28
|
+
readonly fill: "currentColor";
|
|
29
|
+
readonly d: "M15 4.246c.287 0 .405.339.202.542L11.89 8.1a.5.5 0 0 1-.353.146H9a1 1 0 0 0-1 1v2.537a.5.5 0 0 1-.146.354l-3.312 3.311c-.203.203-.542.085-.542-.202v-6a5 5 0 0 1 5-5h6Z";
|
|
30
|
+
};
|
|
31
|
+
readonly children: readonly [];
|
|
32
|
+
}];
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
export { colorBorderNone };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var r=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var v=Object.prototype.hasOwnProperty;var i=(l,e)=>{for(var t in e)r(l,t,{get:e[t],enumerable:!0})},u=(l,e,t,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of d(e))!v.call(l,a)&&a!==t&&r(l,a,{get:()=>e[a],enumerable:!(o=c(e,a))||o.enumerable});return l};var s=l=>u(r({},"__esModule",{value:!0}),l);var m={};i(m,{colorBorderNone:()=>n});module.exports=s(m);const n={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"colorBorderNone"},children:[{name:"path",type:"element",value:"",attributes:{fill:"currentColor","fill-rule":"evenodd",d:"M21.401 5.647a1.5 1.5 0 1 0-2.121-2.121l-16 16a1.5 1.5 0 1 0 2.12 2.121l1.52-1.52a.533.533 0 0 1 .542-.121c.485.156 1 .24 1.537.24h6a5 5 0 0 0 5-5v-6c0-.536-.084-1.052-.24-1.536a.533.533 0 0 1 .12-.542l1.521-1.52ZM16 12.255a.5.5 0 0 0-.854-.353l-3.49 3.49a.5.5 0 0 0 .353.854H15a1 1 0 0 0 1-1v-2.99Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M15 4.246c.287 0 .405.339.202.542L11.89 8.1a.5.5 0 0 1-.353.146H9a1 1 0 0 0-1 1v2.537a.5.5 0 0 1-.146.354l-3.312 3.311c-.203.203-.542.085-.542-.202v-6a5 5 0 0 1 5-5h6Z"},children:[]}]}};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
declare const colorFill: {
|
|
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 fill: "currentColor";
|
|
9
|
+
readonly viewBox: "0 0 24 24";
|
|
10
|
+
readonly "data-mrl-svg-name": "colorFill";
|
|
11
|
+
};
|
|
12
|
+
readonly children: readonly [{
|
|
13
|
+
readonly name: "style";
|
|
14
|
+
readonly type: "element";
|
|
15
|
+
readonly value: "";
|
|
16
|
+
readonly attributes: {};
|
|
17
|
+
readonly children: readonly [{
|
|
18
|
+
readonly name: "";
|
|
19
|
+
readonly type: "text";
|
|
20
|
+
readonly value: "\n .mrl-picto-color-offset { fill: #4e4e4e; }\n ";
|
|
21
|
+
readonly attributes: {};
|
|
22
|
+
readonly children: readonly [];
|
|
23
|
+
}];
|
|
24
|
+
}, {
|
|
25
|
+
readonly name: "path";
|
|
26
|
+
readonly type: "element";
|
|
27
|
+
readonly value: "";
|
|
28
|
+
readonly attributes: {
|
|
29
|
+
readonly fill: "currentColor";
|
|
30
|
+
readonly d: "M2 7a5 5 0 0 1 5-5h10a5 5 0 0 1 5 5v10a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5V7Z";
|
|
31
|
+
};
|
|
32
|
+
readonly children: readonly [];
|
|
33
|
+
}, {
|
|
34
|
+
readonly name: "path";
|
|
35
|
+
readonly type: "element";
|
|
36
|
+
readonly value: "";
|
|
37
|
+
readonly attributes: {
|
|
38
|
+
readonly class: "mrl-picto-color-offset";
|
|
39
|
+
readonly "fill-rule": "evenodd";
|
|
40
|
+
readonly d: "M17 4H7a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3ZM7 2a5 5 0 0 0-5 5v10a5 5 0 0 0 5 5h10a5 5 0 0 0 5-5V7a5 5 0 0 0-5-5H7Z";
|
|
41
|
+
readonly "clip-rule": "evenodd";
|
|
42
|
+
};
|
|
43
|
+
readonly children: readonly [];
|
|
44
|
+
}];
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
export { colorFill };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var r=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var u=(l,e)=>{for(var a in e)r(l,a,{get:e[a],enumerable:!0})},m=(l,e,a,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of c(e))!s.call(l,t)&&t!==a&&r(l,t,{get:()=>e[t],enumerable:!(n=i(e,t))||n.enumerable});return l};var v=l=>m(r({},"__esModule",{value:!0}),l);var d={};u(d,{colorFill:()=>o});module.exports=v(d);const o={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"colorFill"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
2
|
+
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
3
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M2 7a5 5 0 0 1 5-5h10a5 5 0 0 1 5 5v10a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5V7Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M17 4H7a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3ZM7 2a5 5 0 0 0-5 5v10a5 5 0 0 0 5 5h10a5 5 0 0 0 5-5V7a5 5 0 0 0-5-5H7Z","clip-rule":"evenodd"},children:[]}]}};
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
declare const colorFillMixed: {
|
|
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 fill: "currentColor";
|
|
9
|
+
readonly viewBox: "0 0 24 24";
|
|
10
|
+
readonly "data-mrl-svg-name": "colorFillMixed";
|
|
11
|
+
};
|
|
12
|
+
readonly children: readonly [{
|
|
13
|
+
readonly name: "path";
|
|
14
|
+
readonly type: "element";
|
|
15
|
+
readonly value: "";
|
|
16
|
+
readonly attributes: {
|
|
17
|
+
readonly fill: "#fff";
|
|
18
|
+
readonly d: "M12 1a7 7 0 0 0-7 7c0 .25-.109.739-.392 1.303-.282.565-.608.946-.81 1.098a7 7 0 0 0 6.896 12.061c.736-.307 1.876-.307 2.612 0a7 7 0 0 0 6.896-12.061c-.202-.152-.528-.533-.81-1.098C19.108 8.74 19 8.25 19 8a7 7 0 0 0-7-7Z";
|
|
19
|
+
};
|
|
20
|
+
readonly children: readonly [];
|
|
21
|
+
}, {
|
|
22
|
+
readonly name: "path";
|
|
23
|
+
readonly type: "element";
|
|
24
|
+
readonly value: "";
|
|
25
|
+
readonly attributes: {
|
|
26
|
+
readonly fill: "#E5BF76";
|
|
27
|
+
readonly d: "M3 16a5 5 0 1 1 10 0 5 5 0 0 1-10 0Z";
|
|
28
|
+
};
|
|
29
|
+
readonly children: readonly [];
|
|
30
|
+
}, {
|
|
31
|
+
readonly name: "path";
|
|
32
|
+
readonly type: "element";
|
|
33
|
+
readonly value: "";
|
|
34
|
+
readonly attributes: {
|
|
35
|
+
readonly fill: "#E15978";
|
|
36
|
+
readonly d: "M7 8a5 5 0 1 1 10 0A5 5 0 0 1 7 8Z";
|
|
37
|
+
};
|
|
38
|
+
readonly children: readonly [];
|
|
39
|
+
}, {
|
|
40
|
+
readonly name: "path";
|
|
41
|
+
readonly type: "element";
|
|
42
|
+
readonly value: "";
|
|
43
|
+
readonly attributes: {
|
|
44
|
+
readonly fill: "#4C97F5";
|
|
45
|
+
readonly d: "M11 16a5 5 0 1 1 10 0 5 5 0 0 1-10 0Z";
|
|
46
|
+
};
|
|
47
|
+
readonly children: readonly [];
|
|
48
|
+
}];
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
export { colorFillMixed };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var i=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var m=Object.prototype.hasOwnProperty;var s=(t,e)=>{for(var a in e)i(t,a,{get:e[a],enumerable:!0})},u=(t,e,a,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of d(e))!m.call(t,l)&&l!==a&&i(t,l,{get:()=>e[l],enumerable:!(n=c(e,l))||n.enumerable});return t};var o=t=>u(i({},"__esModule",{value:!0}),t);var p={};s(p,{colorFillMixed:()=>r});module.exports=o(p);const r={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"colorFillMixed"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M12 1a7 7 0 0 0-7 7c0 .25-.109.739-.392 1.303-.282.565-.608.946-.81 1.098a7 7 0 0 0 6.896 12.061c.736-.307 1.876-.307 2.612 0a7 7 0 0 0 6.896-12.061c-.202-.152-.528-.533-.81-1.098C19.108 8.74 19 8.25 19 8a7 7 0 0 0-7-7Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#E5BF76",d:"M3 16a5 5 0 1 1 10 0 5 5 0 0 1-10 0Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#E15978",d:"M7 8a5 5 0 1 1 10 0A5 5 0 0 1 7 8Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#4C97F5",d:"M11 16a5 5 0 1 1 10 0 5 5 0 0 1-10 0Z"},children:[]}]}};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
declare const colorFillNone: {
|
|
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 fill: "currentColor";
|
|
9
|
+
readonly viewBox: "0 0 24 24";
|
|
10
|
+
readonly "data-mrl-svg-name": "colorFillNone";
|
|
11
|
+
};
|
|
12
|
+
readonly children: readonly [{
|
|
13
|
+
readonly name: "path";
|
|
14
|
+
readonly type: "element";
|
|
15
|
+
readonly value: "";
|
|
16
|
+
readonly attributes: {
|
|
17
|
+
readonly fill: "currentColor";
|
|
18
|
+
readonly d: "M21.401 5.401A1.5 1.5 0 1 0 19.28 3.28l-16 16A1.5 1.5 0 1 0 5.4 21.4l1.52-1.52a.533.533 0 0 1 .542-.122c.485.157 1 .24 1.537.24h6a5 5 0 0 0 5-5V9c0-.535-.084-1.052-.24-1.536a.533.533 0 0 1 .12-.542l1.521-1.52ZM15 4c.298 0 .42.352.21.562L4.561 15.21c-.21.21-.562.089-.562-.21V9a5 5 0 0 1 5-5h6Z";
|
|
19
|
+
};
|
|
20
|
+
readonly children: readonly [];
|
|
21
|
+
}, {
|
|
22
|
+
readonly name: "path";
|
|
23
|
+
readonly type: "element";
|
|
24
|
+
readonly value: "";
|
|
25
|
+
readonly attributes: {
|
|
26
|
+
readonly fill: "currentColor";
|
|
27
|
+
readonly "fill-rule": "evenodd";
|
|
28
|
+
readonly d: "M4 15c0 .298.352.42.562.21L15.21 4.561C15.42 4.352 15.298 4 15 4H9a5 5 0 0 0-5 5v6Zm-.72 4.28A1.5 1.5 0 1 0 5.4 21.4l1.52-1.52a.533.533 0 0 1 .542-.122A4.975 4.975 0 0 0 9 20h6a5 5 0 0 0 5-5V9a5.043 5.043 0 0 0-.24-1.536.533.533 0 0 1 .12-.542l1.521-1.52A1.5 1.5 0 1 0 19.28 3.28l-16 16Z";
|
|
29
|
+
readonly "clip-rule": "evenodd";
|
|
30
|
+
};
|
|
31
|
+
readonly children: readonly [];
|
|
32
|
+
}];
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
export { colorFillNone };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var r=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var u=Object.prototype.hasOwnProperty;var d=(l,e)=>{for(var a in e)r(l,a,{get:e[a],enumerable:!0})},m=(l,e,a,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of i(e))!u.call(l,t)&&t!==a&&r(l,t,{get:()=>e[t],enumerable:!(n=c(e,t))||n.enumerable});return l};var s=l=>m(r({},"__esModule",{value:!0}),l);var v={};d(v,{colorFillNone:()=>o});module.exports=s(v);const o={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"colorFillNone"},children:[{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M21.401 5.401A1.5 1.5 0 1 0 19.28 3.28l-16 16A1.5 1.5 0 1 0 5.4 21.4l1.52-1.52a.533.533 0 0 1 .542-.122c.485.157 1 .24 1.537.24h6a5 5 0 0 0 5-5V9c0-.535-.084-1.052-.24-1.536a.533.533 0 0 1 .12-.542l1.521-1.52ZM15 4c.298 0 .42.352.21.562L4.561 15.21c-.21.21-.562.089-.562-.21V9a5 5 0 0 1 5-5h6Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor","fill-rule":"evenodd",d:"M4 15c0 .298.352.42.562.21L15.21 4.561C15.42 4.352 15.298 4 15 4H9a5 5 0 0 0-5 5v6Zm-.72 4.28A1.5 1.5 0 1 0 5.4 21.4l1.52-1.52a.533.533 0 0 1 .542-.122A4.975 4.975 0 0 0 9 20h6a5 5 0 0 0 5-5V9a5.043 5.043 0 0 0-.24-1.536.533.533 0 0 1 .12-.542l1.521-1.52A1.5 1.5 0 1 0 19.28 3.28l-16 16Z","clip-rule":"evenodd"},children:[]}]}};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
declare const colorPicker: {
|
|
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 fill: "currentColor";
|
|
9
|
+
readonly viewBox: "0 0 24 24";
|
|
10
|
+
readonly "data-mrl-svg-name": "colorPicker";
|
|
11
|
+
};
|
|
12
|
+
readonly children: readonly [{
|
|
13
|
+
readonly name: "style";
|
|
14
|
+
readonly type: "element";
|
|
15
|
+
readonly value: "";
|
|
16
|
+
readonly attributes: {};
|
|
17
|
+
readonly children: readonly [{
|
|
18
|
+
readonly name: "";
|
|
19
|
+
readonly type: "text";
|
|
20
|
+
readonly value: "\n .mrl-picto-color-offset { fill: #4e4e4e; }\n ";
|
|
21
|
+
readonly attributes: {};
|
|
22
|
+
readonly children: readonly [];
|
|
23
|
+
}];
|
|
24
|
+
}, {
|
|
25
|
+
readonly name: "path";
|
|
26
|
+
readonly type: "element";
|
|
27
|
+
readonly value: "";
|
|
28
|
+
readonly attributes: {
|
|
29
|
+
readonly fill: "currentColor";
|
|
30
|
+
readonly d: "M12 2c-.51 0-.975.176-1.35.516-.369.334-.63.804-.79 1.364-.477 1.65-1.217 3.152-1.875 4.124l-.001.001C6.494 10.224 5 12.605 5 15.385 5 19.32 8.176 22 12 22s7-2.68 7-6.616c0-2.964-1.68-5.45-2.952-7.332-.86-1.271-1.482-2.699-1.909-4.172-.16-.56-.42-1.03-.789-1.364A1.972 1.972 0 0 0 12 2Z";
|
|
31
|
+
};
|
|
32
|
+
readonly children: readonly [];
|
|
33
|
+
}, {
|
|
34
|
+
readonly name: "path";
|
|
35
|
+
readonly type: "element";
|
|
36
|
+
readonly value: "";
|
|
37
|
+
readonly attributes: {
|
|
38
|
+
readonly class: "mrl-picto-color-offset";
|
|
39
|
+
readonly "fill-rule": "evenodd";
|
|
40
|
+
readonly d: "m7.961 7.994.001-.001c.662-.975 1.406-2.48 1.887-4.136.16-.56.422-1.032.793-1.367A1.99 1.99 0 0 1 12 1.973c.514 0 .98.176 1.358.517.37.335.633.807.793 1.367.43 1.478 1.055 2.91 1.92 4.184 1.278 1.886 2.968 4.38 2.968 7.353 0 3.946-3.194 6.633-7.039 6.633-3.845 0-7.04-2.687-7.04-6.633 0-2.787 1.503-5.175 3.001-7.4Zm8.073-4.687c-.233-.814-.655-1.642-1.367-2.285A3.94 3.94 0 0 0 12 0a3.94 3.94 0 0 0-2.667 1.022c-.712.643-1.134 1.47-1.367 2.286C7.54 4.77 6.884 6.084 6.343 6.88l-.005.008C4.873 9.063 3 11.922 3 15.394 3 20.609 7.26 24 12 24s9-3.391 9-8.606c0-3.587-1.987-6.516-3.222-8.335l-.088-.13c-.728-1.073-1.274-2.308-1.656-3.622Z";
|
|
41
|
+
readonly "clip-rule": "evenodd";
|
|
42
|
+
};
|
|
43
|
+
readonly children: readonly [];
|
|
44
|
+
}];
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
export { colorPicker };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var c=Object.defineProperty;var o=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var m=(t,e)=>{for(var r in e)c(t,r,{get:e[r],enumerable:!0})},u=(t,e,r,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of i(e))!s.call(t,l)&&l!==r&&c(t,l,{get:()=>e[l],enumerable:!(a=o(e,l))||a.enumerable});return t};var d=t=>u(c({},"__esModule",{value:!0}),t);var p={};m(p,{colorPicker:()=>n});module.exports=d(p);const n={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"colorPicker"},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 2c-.51 0-.975.176-1.35.516-.369.334-.63.804-.79 1.364-.477 1.65-1.217 3.152-1.875 4.124l-.001.001C6.494 10.224 5 12.605 5 15.385 5 19.32 8.176 22 12 22s7-2.68 7-6.616c0-2.964-1.68-5.45-2.952-7.332-.86-1.271-1.482-2.699-1.909-4.172-.16-.56-.42-1.03-.789-1.364A1.972 1.972 0 0 0 12 2Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"m7.961 7.994.001-.001c.662-.975 1.406-2.48 1.887-4.136.16-.56.422-1.032.793-1.367A1.99 1.99 0 0 1 12 1.973c.514 0 .98.176 1.358.517.37.335.633.807.793 1.367.43 1.478 1.055 2.91 1.92 4.184 1.278 1.886 2.968 4.38 2.968 7.353 0 3.946-3.194 6.633-7.039 6.633-3.845 0-7.04-2.687-7.04-6.633 0-2.787 1.503-5.175 3.001-7.4Zm8.073-4.687c-.233-.814-.655-1.642-1.367-2.285A3.94 3.94 0 0 0 12 0a3.94 3.94 0 0 0-2.667 1.022c-.712.643-1.134 1.47-1.367 2.286C7.54 4.77 6.884 6.084 6.343 6.88l-.005.008C4.873 9.063 3 11.922 3 15.394 3 20.609 7.26 24 12 24s9-3.391 9-8.606c0-3.587-1.987-6.516-3.222-8.335l-.088-.13c-.728-1.073-1.274-2.308-1.656-3.622Z","clip-rule":"evenodd"},children:[]}]}};
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
declare const colorTransparent: {
|
|
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 fill: "currentColor";
|
|
9
|
+
readonly viewBox: "0 0 24 24";
|
|
10
|
+
readonly "data-mrl-svg-name": "colorTransparent";
|
|
11
|
+
};
|
|
12
|
+
readonly children: readonly [{
|
|
13
|
+
readonly name: "style";
|
|
14
|
+
readonly type: "element";
|
|
15
|
+
readonly value: "";
|
|
16
|
+
readonly attributes: {};
|
|
17
|
+
readonly children: readonly [{
|
|
18
|
+
readonly name: "";
|
|
19
|
+
readonly type: "text";
|
|
20
|
+
readonly value: "\n\t\t.mrl-picto-color-transparent-background {\n\t\t\t\tfill: #fff;\n\t\t}\n\t\t.mrl-picto-color-transparent-border {\n\t\t\t\tfill: #eee;\n\t\t}\n\t\t.mrl-picto-color-transparent-crossBar {\n\t\t\t\tfill: #000;\n\t\t}\n\t";
|
|
21
|
+
readonly attributes: {};
|
|
22
|
+
readonly children: readonly [];
|
|
23
|
+
}];
|
|
24
|
+
}, {
|
|
25
|
+
readonly name: "path";
|
|
26
|
+
readonly type: "element";
|
|
27
|
+
readonly value: "";
|
|
28
|
+
readonly attributes: {
|
|
29
|
+
readonly class: "mrl-picto-color-transparent-background";
|
|
30
|
+
readonly d: "M0 4a4 4 0 0 1 4-4h16a4 4 0 0 1 4 4v16a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z";
|
|
31
|
+
};
|
|
32
|
+
readonly children: readonly [];
|
|
33
|
+
}, {
|
|
34
|
+
readonly name: "path";
|
|
35
|
+
readonly type: "element";
|
|
36
|
+
readonly value: "";
|
|
37
|
+
readonly attributes: {
|
|
38
|
+
readonly class: "mrl-picto-color-transparent-border";
|
|
39
|
+
readonly "fill-rule": "evenodd";
|
|
40
|
+
readonly d: "M20 2H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2ZM4 0a4 4 0 0 0-4 4v16a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4H4Z";
|
|
41
|
+
readonly "clip-rule": "evenodd";
|
|
42
|
+
};
|
|
43
|
+
readonly children: readonly [];
|
|
44
|
+
}, {
|
|
45
|
+
readonly name: "path";
|
|
46
|
+
readonly type: "element";
|
|
47
|
+
readonly value: "";
|
|
48
|
+
readonly attributes: {
|
|
49
|
+
readonly class: "mrl-picto-color-transparent-crossBar";
|
|
50
|
+
readonly "fill-rule": "evenodd";
|
|
51
|
+
readonly d: "M19.707 4.293a1 1 0 0 1 0 1.414l-14 14a1 1 0 0 1-1.414-1.414l14-14a1 1 0 0 1 1.414 0Z";
|
|
52
|
+
readonly "clip-rule": "evenodd";
|
|
53
|
+
};
|
|
54
|
+
readonly children: readonly [];
|
|
55
|
+
}];
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
export { colorTransparent };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
var l=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var s=Object.getOwnPropertyNames;var i=Object.prototype.hasOwnProperty;var p=(e,t)=>{for(var r in t)l(e,r,{get:t[r],enumerable:!0})},d=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of s(t))!i.call(e,a)&&a!==r&&l(e,a,{get:()=>t[a],enumerable:!(n=c(t,a))||n.enumerable});return e};var m=e=>d(l({},"__esModule",{value:!0}),e);var u={};p(u,{colorTransparent:()=>o});module.exports=m(u);const o={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"colorTransparent"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
2
|
+
.mrl-picto-color-transparent-background {
|
|
3
|
+
fill: #fff;
|
|
4
|
+
}
|
|
5
|
+
.mrl-picto-color-transparent-border {
|
|
6
|
+
fill: #eee;
|
|
7
|
+
}
|
|
8
|
+
.mrl-picto-color-transparent-crossBar {
|
|
9
|
+
fill: #000;
|
|
10
|
+
}
|
|
11
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-transparent-background",d:"M0 4a4 4 0 0 1 4-4h16a4 4 0 0 1 4 4v16a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-transparent-border","fill-rule":"evenodd",d:"M20 2H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2ZM4 0a4 4 0 0 0-4 4v16a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4H4Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-transparent-crossBar","fill-rule":"evenodd",d:"M19.707 4.293a1 1 0 0 1 0 1.414l-14 14a1 1 0 0 1-1.414-1.414l14-14a1 1 0 0 1 1.414 0Z","clip-rule":"evenodd"},children:[]}]}};
|