@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,88 @@
|
|
|
1
|
+
declare const drawWeight90: {
|
|
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: "currentColor";
|
|
9
|
+
readonly viewBox: "0 0 24 24";
|
|
10
|
+
readonly "data-mrl-svg-name": "drawWeight90";
|
|
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.252 2.23c3.655-.464 6.558.992 7.53 4.453.578 2.056.317 3.867-.586 5.64l-.17.317.152.036c.546.14 1.076.366 1.578.686l.248.168c1.456 1.035 1.96 2.588 1.83 4.197a7.236 7.236 0 0 1-.427 1.887c-.15.42-.306.76-.433 1.001a3.173 3.173 0 0 1-5.929-.903l-.012-.075-.14.059a7.066 7.066 0 0 1-1.46.446c-1.61.294-3.192-.164-4.347-1.478-.941-1.07-1.114-2.432-.702-3.656.212-.628.533-1.142.98-1.7l.166-.199c.506-.586 1.611-1.772 1.71-1.883 1.085-1.23 1.506-2.034 1.468-2.617l-.016-.125a4.123 4.123 0 0 0-.477.023l-.164.018c-1.545.196-3.947 1.094-7.345 2.744A3.173 3.173 0 0 1 2.934 5.56l1.014-.485c3.47-1.632 6.096-2.565 8.304-2.846Z";
|
|
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 d: "M12.108 1.093c-2.293.29-4.975 1.218-8.647 2.945l-1.022.489A4.32 4.32 0 1 0 6.207 12.3l.424-.205c2.091-1 3.765-1.69 5.04-2.08l.123-.037-.238.288-.222.252-1.287 1.407c-.152.17-.28.316-.385.436l-.176.21c-.578.722-.942 1.342-1.188 2.072-.56 1.664-.251 3.438.927 4.778 1.39 1.581 3.357 2.223 5.414 1.849l.332-.069.166-.04.19-.053.09.17a4.319 4.319 0 0 0 7.57-.128 9.21 9.21 0 0 0 .498-1.146 8.352 8.352 0 0 0 .492-2.184c.17-2.122-.594-4.004-2.309-5.224l-.272-.184-.314-.19a6.863 6.863 0 0 0-.316-.168l-.16-.077.068-.17c.665-1.764.743-3.542.212-5.434-1.105-3.93-4.455-5.828-8.778-5.28Zm7.675 5.59c.577 2.056.316 3.867-.587 5.64l-.17.317.152.036c.546.14 1.076.366 1.578.686l.248.168c1.456 1.035 1.96 2.588 1.83 4.197a7.236 7.236 0 0 1-.427 1.887c-.15.42-.306.76-.433 1.001a3.173 3.173 0 0 1-5.929-.903l-.012-.075-.14.059a7.066 7.066 0 0 1-1.46.446c-1.61.294-3.192-.164-4.347-1.478-.941-1.07-1.114-2.432-.702-3.656.212-.628.533-1.142.98-1.7l.166-.199.467-.526c.529-.586 1.169-1.274 1.242-1.357 1.086-1.23 1.507-2.034 1.47-2.617l-.017-.125-.204.003c-.079.003-.17.01-.273.02l-.164.018c-1.545.196-3.947 1.094-7.345 2.744A3.173 3.173 0 0 1 2.934 5.56l1.014-.485c3.47-1.632 6.096-2.565 8.304-2.846 3.655-.463 6.558.993 7.53 4.454Z";
|
|
40
|
+
};
|
|
41
|
+
readonly children: readonly [];
|
|
42
|
+
}];
|
|
43
|
+
};
|
|
44
|
+
readonly default: {
|
|
45
|
+
readonly name: "svg";
|
|
46
|
+
readonly type: "element";
|
|
47
|
+
readonly value: "";
|
|
48
|
+
readonly attributes: {
|
|
49
|
+
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
50
|
+
readonly fill: "currentColor";
|
|
51
|
+
readonly viewBox: "0 0 24 24";
|
|
52
|
+
readonly "data-mrl-svg-name": "drawWeight90";
|
|
53
|
+
};
|
|
54
|
+
readonly children: readonly [{
|
|
55
|
+
readonly name: "style";
|
|
56
|
+
readonly type: "element";
|
|
57
|
+
readonly value: "";
|
|
58
|
+
readonly attributes: {};
|
|
59
|
+
readonly children: readonly [{
|
|
60
|
+
readonly name: "";
|
|
61
|
+
readonly type: "text";
|
|
62
|
+
readonly value: "\n .mrl-picto-color-offset { fill: #4e4e4e; }\n ";
|
|
63
|
+
readonly attributes: {};
|
|
64
|
+
readonly children: readonly [];
|
|
65
|
+
}];
|
|
66
|
+
}, {
|
|
67
|
+
readonly name: "path";
|
|
68
|
+
readonly type: "element";
|
|
69
|
+
readonly value: "";
|
|
70
|
+
readonly attributes: {
|
|
71
|
+
readonly d: "M18.47 2.086a2.152 2.152 0 0 1 1.466 2.666c-.403 1.389-1.042 2.522-1.98 3.334-.66.57-1.378.903-2.08 1.087.419.392.83.8 1.197 1.206.395.437.793.932 1.102 1.457.291.495.624 1.217.624 2.064 0 .56-.138 1.236-.608 1.833-.471.6-1.09.885-1.609 1.01-.914.219-1.875.026-2.54-.15a10.137 10.137 0 0 1-.082-.022c.677.727 1.3 1.55 1.677 2.438a2.152 2.152 0 1 1-3.963 1.677c-.162-.38-.617-.986-1.482-1.8-.824-.777-1.84-1.578-2.901-2.385l-.774-.585a65.159 65.159 0 0 1-2.207-1.71c-.43-.356-.856-.734-1.208-1.113-.303-.326-.77-.878-.981-1.59-.111-.376-.311-1.314.314-2.206.64-.912 1.61-1.023 1.998-1.035.77-.023 1.6.269 2.134.47.982.372 2.265.98 3.516 1.574a240.321 240.321 0 0 0 1.26.594l-.058-.05c-.678-.586-1.403-1.212-1.864-1.704a4.97 4.97 0 0 1-.465-.569 2.743 2.743 0 0 1-.468-1.14 2.29 2.29 0 0 1 1.017-2.273c.592-.386 1.204-.402 1.438-.402.612 0 1.303.099 1.822.173l.038.006.244.034c.636.086 1.092.122 1.465.083.33-.034.501-.118.63-.229.142-.123.42-.444.662-1.277a2.152 2.152 0 0 1 2.666-1.466Z";
|
|
72
|
+
};
|
|
73
|
+
readonly children: readonly [];
|
|
74
|
+
}, {
|
|
75
|
+
readonly name: "path";
|
|
76
|
+
readonly type: "element";
|
|
77
|
+
readonly value: "";
|
|
78
|
+
readonly attributes: {
|
|
79
|
+
readonly class: "mrl-picto-color-offset";
|
|
80
|
+
readonly "fill-rule": "evenodd";
|
|
81
|
+
readonly d: "M6.92 7.797c.218.082.449.175.689.276a3.315 3.315 0 0 1 .095-2.23 3.29 3.29 0 0 1 1.255-1.518c.842-.548 1.697-.563 1.984-.563.684 0 1.432.107 1.937.18l.064.009.237.033c.632.085.984.105 1.228.08a.961.961 0 0 0 .098-.015c.055-.07.193-.283.336-.775a3.152 3.152 0 1 1 6.053 1.757c-.44 1.517-1.163 2.84-2.287 3.811-.312.27-.635.495-.963.682l.169.184c.419.464.865 1.015 1.222 1.62.33.563.762 1.468.762 2.572 0 .718-.178 1.632-.822 2.451a3.874 3.874 0 0 1-2.162 1.364 4.46 4.46 0 0 1-.658.106c.15.257.284.524.4.798a3.152 3.152 0 1 1-5.805 2.457c-.076-.18-.401-.668-1.245-1.462-.784-.738-1.764-1.512-2.822-2.317l-.77-.582-.012-.01a64.225 64.225 0 0 1-2.23-1.728 13.878 13.878 0 0 1-1.304-1.203c-.326-.351-.928-1.044-1.207-1.987-.139-.468-.439-1.79.454-3.064.915-1.304 2.294-1.445 2.787-1.46.993-.03 1.994.336 2.517.534Zm8.883-4.245c-.241.833-.52 1.154-.662 1.277-.128.111-.299.195-.629.23-.373.038-.829.002-1.466-.084a35.26 35.26 0 0 1-.243-.034l-.038-.006c-.519-.074-1.21-.173-1.822-.173-.234 0-.846.016-1.439.401a2.29 2.29 0 0 0-1.017 2.274c.084.56.352.97.469 1.14a5.407 5.407 0 0 0 .466.569c.225.242.515.515.831.8.264.239.547.485.827.727l.264.227-.074-.034-.23-.107c-.313-.147-.634-.3-.957-.453-.422-.2-.848-.402-1.265-.596a78.902 78.902 0 0 0-.394-.183 30.708 30.708 0 0 0-1.857-.795c-.534-.201-1.363-.493-2.134-.47-.388.012-1.358.123-1.998 1.035-.625.892-.426 1.83-.314 2.205.21.713.678 1.265.98 1.591.353.38.779.757 1.21 1.113.637.528 1.423 1.12 2.206 1.71l.774.585c1.06.807 2.077 1.608 2.901 2.384.865.815 1.32 1.42 1.481 1.801a2.152 2.152 0 0 0 3.964-1.677 6.83 6.83 0 0 0-.682-1.216 10.877 10.877 0 0 0-.995-1.222l.015.004.067.018c.401.106.91.218 1.453.242.355.016.725-.006 1.087-.093a2.873 2.873 0 0 0 1.608-1.009c.47-.598.61-1.274.61-1.833 0-.847-.334-1.569-.625-2.064a9.225 9.225 0 0 0-1.102-1.457 16.088 16.088 0 0 0-.386-.412c-.26-.268-.534-.534-.81-.794.345-.09.694-.218 1.038-.391a5.077 5.077 0 0 0 1.04-.696c.939-.812 1.578-1.945 1.981-3.334a2.152 2.152 0 0 0-4.133-1.2Z";
|
|
82
|
+
readonly "clip-rule": "evenodd";
|
|
83
|
+
};
|
|
84
|
+
readonly children: readonly [];
|
|
85
|
+
}];
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
export { drawWeight90 };
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
var c=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var s=Object.getOwnPropertyNames;var o=Object.prototype.hasOwnProperty;var m=(l,e)=>{for(var a in e)c(l,a,{get:e[a],enumerable:!0})},u=(l,e,a,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of s(e))!o.call(l,t)&&t!==a&&c(l,t,{get:()=>e[t],enumerable:!(r=i(e,t))||r.enumerable});return l};var d=l=>u(c({},"__esModule",{value:!0}),l);var p={};m(p,{drawWeight90:()=>n});module.exports=d(p);const n={classic:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight90"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
2
|
+
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
3
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M12.252 2.23c3.655-.464 6.558.992 7.53 4.453.578 2.056.317 3.867-.586 5.64l-.17.317.152.036c.546.14 1.076.366 1.578.686l.248.168c1.456 1.035 1.96 2.588 1.83 4.197a7.236 7.236 0 0 1-.427 1.887c-.15.42-.306.76-.433 1.001a3.173 3.173 0 0 1-5.929-.903l-.012-.075-.14.059a7.066 7.066 0 0 1-1.46.446c-1.61.294-3.192-.164-4.347-1.478-.941-1.07-1.114-2.432-.702-3.656.212-.628.533-1.142.98-1.7l.166-.199c.506-.586 1.611-1.772 1.71-1.883 1.085-1.23 1.506-2.034 1.468-2.617l-.016-.125a4.123 4.123 0 0 0-.477.023l-.164.018c-1.545.196-3.947 1.094-7.345 2.744A3.173 3.173 0 0 1 2.934 5.56l1.014-.485c3.47-1.632 6.096-2.565 8.304-2.846Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset",d:"M12.108 1.093c-2.293.29-4.975 1.218-8.647 2.945l-1.022.489A4.32 4.32 0 1 0 6.207 12.3l.424-.205c2.091-1 3.765-1.69 5.04-2.08l.123-.037-.238.288-.222.252-1.287 1.407c-.152.17-.28.316-.385.436l-.176.21c-.578.722-.942 1.342-1.188 2.072-.56 1.664-.251 3.438.927 4.778 1.39 1.581 3.357 2.223 5.414 1.849l.332-.069.166-.04.19-.053.09.17a4.319 4.319 0 0 0 7.57-.128 9.21 9.21 0 0 0 .498-1.146 8.352 8.352 0 0 0 .492-2.184c.17-2.122-.594-4.004-2.309-5.224l-.272-.184-.314-.19a6.863 6.863 0 0 0-.316-.168l-.16-.077.068-.17c.665-1.764.743-3.542.212-5.434-1.105-3.93-4.455-5.828-8.778-5.28Zm7.675 5.59c.577 2.056.316 3.867-.587 5.64l-.17.317.152.036c.546.14 1.076.366 1.578.686l.248.168c1.456 1.035 1.96 2.588 1.83 4.197a7.236 7.236 0 0 1-.427 1.887c-.15.42-.306.76-.433 1.001a3.173 3.173 0 0 1-5.929-.903l-.012-.075-.14.059a7.066 7.066 0 0 1-1.46.446c-1.61.294-3.192-.164-4.347-1.478-.941-1.07-1.114-2.432-.702-3.656.212-.628.533-1.142.98-1.7l.166-.199.467-.526c.529-.586 1.169-1.274 1.242-1.357 1.086-1.23 1.507-2.034 1.47-2.617l-.017-.125-.204.003c-.079.003-.17.01-.273.02l-.164.018c-1.545.196-3.947 1.094-7.345 2.744A3.173 3.173 0 0 1 2.934 5.56l1.014-.485c3.47-1.632 6.096-2.565 8.304-2.846 3.655-.463 6.558.993 7.53 4.454Z"},children:[]}]},default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight90"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
4
|
+
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
5
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{d:"M18.47 2.086a2.152 2.152 0 0 1 1.466 2.666c-.403 1.389-1.042 2.522-1.98 3.334-.66.57-1.378.903-2.08 1.087.419.392.83.8 1.197 1.206.395.437.793.932 1.102 1.457.291.495.624 1.217.624 2.064 0 .56-.138 1.236-.608 1.833-.471.6-1.09.885-1.609 1.01-.914.219-1.875.026-2.54-.15a10.137 10.137 0 0 1-.082-.022c.677.727 1.3 1.55 1.677 2.438a2.152 2.152 0 1 1-3.963 1.677c-.162-.38-.617-.986-1.482-1.8-.824-.777-1.84-1.578-2.901-2.385l-.774-.585a65.159 65.159 0 0 1-2.207-1.71c-.43-.356-.856-.734-1.208-1.113-.303-.326-.77-.878-.981-1.59-.111-.376-.311-1.314.314-2.206.64-.912 1.61-1.023 1.998-1.035.77-.023 1.6.269 2.134.47.982.372 2.265.98 3.516 1.574a240.321 240.321 0 0 0 1.26.594l-.058-.05c-.678-.586-1.403-1.212-1.864-1.704a4.97 4.97 0 0 1-.465-.569 2.743 2.743 0 0 1-.468-1.14 2.29 2.29 0 0 1 1.017-2.273c.592-.386 1.204-.402 1.438-.402.612 0 1.303.099 1.822.173l.038.006.244.034c.636.086 1.092.122 1.465.083.33-.034.501-.118.63-.229.142-.123.42-.444.662-1.277a2.152 2.152 0 0 1 2.666-1.466Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M6.92 7.797c.218.082.449.175.689.276a3.315 3.315 0 0 1 .095-2.23 3.29 3.29 0 0 1 1.255-1.518c.842-.548 1.697-.563 1.984-.563.684 0 1.432.107 1.937.18l.064.009.237.033c.632.085.984.105 1.228.08a.961.961 0 0 0 .098-.015c.055-.07.193-.283.336-.775a3.152 3.152 0 1 1 6.053 1.757c-.44 1.517-1.163 2.84-2.287 3.811-.312.27-.635.495-.963.682l.169.184c.419.464.865 1.015 1.222 1.62.33.563.762 1.468.762 2.572 0 .718-.178 1.632-.822 2.451a3.874 3.874 0 0 1-2.162 1.364 4.46 4.46 0 0 1-.658.106c.15.257.284.524.4.798a3.152 3.152 0 1 1-5.805 2.457c-.076-.18-.401-.668-1.245-1.462-.784-.738-1.764-1.512-2.822-2.317l-.77-.582-.012-.01a64.225 64.225 0 0 1-2.23-1.728 13.878 13.878 0 0 1-1.304-1.203c-.326-.351-.928-1.044-1.207-1.987-.139-.468-.439-1.79.454-3.064.915-1.304 2.294-1.445 2.787-1.46.993-.03 1.994.336 2.517.534Zm8.883-4.245c-.241.833-.52 1.154-.662 1.277-.128.111-.299.195-.629.23-.373.038-.829.002-1.466-.084a35.26 35.26 0 0 1-.243-.034l-.038-.006c-.519-.074-1.21-.173-1.822-.173-.234 0-.846.016-1.439.401a2.29 2.29 0 0 0-1.017 2.274c.084.56.352.97.469 1.14a5.407 5.407 0 0 0 .466.569c.225.242.515.515.831.8.264.239.547.485.827.727l.264.227-.074-.034-.23-.107c-.313-.147-.634-.3-.957-.453-.422-.2-.848-.402-1.265-.596a78.902 78.902 0 0 0-.394-.183 30.708 30.708 0 0 0-1.857-.795c-.534-.201-1.363-.493-2.134-.47-.388.012-1.358.123-1.998 1.035-.625.892-.426 1.83-.314 2.205.21.713.678 1.265.98 1.591.353.38.779.757 1.21 1.113.637.528 1.423 1.12 2.206 1.71l.774.585c1.06.807 2.077 1.608 2.901 2.384.865.815 1.32 1.42 1.481 1.801a2.152 2.152 0 0 0 3.964-1.677 6.83 6.83 0 0 0-.682-1.216 10.877 10.877 0 0 0-.995-1.222l.015.004.067.018c.401.106.91.218 1.453.242.355.016.725-.006 1.087-.093a2.873 2.873 0 0 0 1.608-1.009c.47-.598.61-1.274.61-1.833 0-.847-.334-1.569-.625-2.064a9.225 9.225 0 0 0-1.102-1.457 16.088 16.088 0 0 0-.386-.412c-.26-.268-.534-.534-.81-.794.345-.09.694-.218 1.038-.391a5.077 5.077 0 0 0 1.04-.696c.939-.812 1.578-1.945 1.981-3.334a2.152 2.152 0 0 0-4.133-1.2Z","clip-rule":"evenodd"},children:[]}]}};
|
|
@@ -0,0 +1,225 @@
|
|
|
1
|
+
declare const fileDoc: {
|
|
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 40 40";
|
|
10
|
+
readonly "data-mrl-svg-name": "fileDoc";
|
|
11
|
+
};
|
|
12
|
+
readonly children: readonly [{
|
|
13
|
+
readonly name: "path";
|
|
14
|
+
readonly type: "element";
|
|
15
|
+
readonly value: "";
|
|
16
|
+
readonly attributes: {
|
|
17
|
+
readonly fill: "url(#file-doc-a)";
|
|
18
|
+
readonly d: "M38 2H10a2 2 0 0 0-2 2v7.003h32V4a2 2 0 0 0-2-2Z";
|
|
19
|
+
};
|
|
20
|
+
readonly children: readonly [];
|
|
21
|
+
}, {
|
|
22
|
+
readonly name: "path";
|
|
23
|
+
readonly type: "element";
|
|
24
|
+
readonly value: "";
|
|
25
|
+
readonly attributes: {
|
|
26
|
+
readonly fill: "url(#file-doc-b)";
|
|
27
|
+
readonly d: "M8 29.054V36a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2v-6.946H8Z";
|
|
28
|
+
};
|
|
29
|
+
readonly children: readonly [];
|
|
30
|
+
}, {
|
|
31
|
+
readonly name: "path";
|
|
32
|
+
readonly type: "element";
|
|
33
|
+
readonly value: "";
|
|
34
|
+
readonly attributes: {
|
|
35
|
+
readonly fill: "url(#file-doc-c)";
|
|
36
|
+
readonly d: "M8 11.003h32v9.002H8v-9.002Z";
|
|
37
|
+
};
|
|
38
|
+
readonly children: readonly [];
|
|
39
|
+
}, {
|
|
40
|
+
readonly name: "path";
|
|
41
|
+
readonly type: "element";
|
|
42
|
+
readonly value: "";
|
|
43
|
+
readonly attributes: {
|
|
44
|
+
readonly fill: "url(#file-doc-d)";
|
|
45
|
+
readonly d: "M8 20.005h32v9.049H8v-9.049Z";
|
|
46
|
+
};
|
|
47
|
+
readonly children: readonly [];
|
|
48
|
+
}, {
|
|
49
|
+
readonly name: "path";
|
|
50
|
+
readonly type: "element";
|
|
51
|
+
readonly value: "";
|
|
52
|
+
readonly attributes: {
|
|
53
|
+
readonly fill: "url(#file-doc-e)";
|
|
54
|
+
readonly d: "M18 30H2a2 2 0 0 1-2-2V12a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2Z";
|
|
55
|
+
};
|
|
56
|
+
readonly children: readonly [];
|
|
57
|
+
}, {
|
|
58
|
+
readonly name: "path";
|
|
59
|
+
readonly type: "element";
|
|
60
|
+
readonly value: "";
|
|
61
|
+
readonly attributes: {
|
|
62
|
+
readonly fill: "#fff";
|
|
63
|
+
readonly d: "m14.403 15-1.546 7.264L11.144 15H8.957L7.19 22.489 5.597 15H3.641l2.344 10h2.352l1.713-7.689L11.764 25h2.251l2.344-10h-1.956Z";
|
|
64
|
+
};
|
|
65
|
+
readonly children: readonly [];
|
|
66
|
+
}, {
|
|
67
|
+
readonly name: "defs";
|
|
68
|
+
readonly type: "element";
|
|
69
|
+
readonly value: "";
|
|
70
|
+
readonly attributes: {};
|
|
71
|
+
readonly children: readonly [{
|
|
72
|
+
readonly name: "linearGradient";
|
|
73
|
+
readonly type: "element";
|
|
74
|
+
readonly value: "";
|
|
75
|
+
readonly attributes: {
|
|
76
|
+
readonly id: "file-doc-a";
|
|
77
|
+
readonly x1: "20";
|
|
78
|
+
readonly x2: "20";
|
|
79
|
+
readonly y1: "37.852";
|
|
80
|
+
readonly y2: "3.799";
|
|
81
|
+
readonly gradientUnits: "userSpaceOnUse";
|
|
82
|
+
};
|
|
83
|
+
readonly children: readonly [{
|
|
84
|
+
readonly name: "stop";
|
|
85
|
+
readonly type: "element";
|
|
86
|
+
readonly value: "";
|
|
87
|
+
readonly attributes: {
|
|
88
|
+
readonly "stop-color": "#42A3F2";
|
|
89
|
+
};
|
|
90
|
+
readonly children: readonly [];
|
|
91
|
+
}, {
|
|
92
|
+
readonly name: "stop";
|
|
93
|
+
readonly type: "element";
|
|
94
|
+
readonly value: "";
|
|
95
|
+
readonly attributes: {
|
|
96
|
+
readonly offset: "1";
|
|
97
|
+
readonly "stop-color": "#42A4EB";
|
|
98
|
+
};
|
|
99
|
+
readonly children: readonly [];
|
|
100
|
+
}];
|
|
101
|
+
}, {
|
|
102
|
+
readonly name: "linearGradient";
|
|
103
|
+
readonly type: "element";
|
|
104
|
+
readonly value: "";
|
|
105
|
+
readonly attributes: {
|
|
106
|
+
readonly id: "file-doc-b";
|
|
107
|
+
readonly x1: "20";
|
|
108
|
+
readonly x2: "20";
|
|
109
|
+
readonly y1: "38";
|
|
110
|
+
readonly y2: "2";
|
|
111
|
+
readonly gradientUnits: "userSpaceOnUse";
|
|
112
|
+
};
|
|
113
|
+
readonly children: readonly [{
|
|
114
|
+
readonly name: "stop";
|
|
115
|
+
readonly type: "element";
|
|
116
|
+
readonly value: "";
|
|
117
|
+
readonly attributes: {
|
|
118
|
+
readonly "stop-color": "#11408A";
|
|
119
|
+
};
|
|
120
|
+
readonly children: readonly [];
|
|
121
|
+
}, {
|
|
122
|
+
readonly name: "stop";
|
|
123
|
+
readonly type: "element";
|
|
124
|
+
readonly value: "";
|
|
125
|
+
readonly attributes: {
|
|
126
|
+
readonly offset: "1";
|
|
127
|
+
readonly "stop-color": "#103F8F";
|
|
128
|
+
};
|
|
129
|
+
readonly children: readonly [];
|
|
130
|
+
}];
|
|
131
|
+
}, {
|
|
132
|
+
readonly name: "linearGradient";
|
|
133
|
+
readonly type: "element";
|
|
134
|
+
readonly value: "";
|
|
135
|
+
readonly attributes: {
|
|
136
|
+
readonly id: "file-doc-c";
|
|
137
|
+
readonly x1: "20";
|
|
138
|
+
readonly x2: "20";
|
|
139
|
+
readonly y1: "-119.825";
|
|
140
|
+
readonly y2: "-120.069";
|
|
141
|
+
readonly gradientUnits: "userSpaceOnUse";
|
|
142
|
+
};
|
|
143
|
+
readonly children: readonly [{
|
|
144
|
+
readonly name: "stop";
|
|
145
|
+
readonly type: "element";
|
|
146
|
+
readonly value: "";
|
|
147
|
+
readonly attributes: {
|
|
148
|
+
readonly "stop-color": "#3079D6";
|
|
149
|
+
};
|
|
150
|
+
readonly children: readonly [];
|
|
151
|
+
}, {
|
|
152
|
+
readonly name: "stop";
|
|
153
|
+
readonly type: "element";
|
|
154
|
+
readonly value: "";
|
|
155
|
+
readonly attributes: {
|
|
156
|
+
readonly offset: "1";
|
|
157
|
+
readonly "stop-color": "#297CD2";
|
|
158
|
+
};
|
|
159
|
+
readonly children: readonly [];
|
|
160
|
+
}];
|
|
161
|
+
}, {
|
|
162
|
+
readonly name: "linearGradient";
|
|
163
|
+
readonly type: "element";
|
|
164
|
+
readonly value: "";
|
|
165
|
+
readonly attributes: {
|
|
166
|
+
readonly id: "file-doc-d";
|
|
167
|
+
readonly x1: "0";
|
|
168
|
+
readonly x2: "40";
|
|
169
|
+
readonly y1: "20";
|
|
170
|
+
readonly y2: "20";
|
|
171
|
+
readonly gradientUnits: "userSpaceOnUse";
|
|
172
|
+
};
|
|
173
|
+
readonly children: readonly [{
|
|
174
|
+
readonly name: "stop";
|
|
175
|
+
readonly type: "element";
|
|
176
|
+
readonly value: "";
|
|
177
|
+
readonly attributes: {
|
|
178
|
+
readonly "stop-color": "#1D59B3";
|
|
179
|
+
};
|
|
180
|
+
readonly children: readonly [];
|
|
181
|
+
}, {
|
|
182
|
+
readonly name: "stop";
|
|
183
|
+
readonly type: "element";
|
|
184
|
+
readonly value: "";
|
|
185
|
+
readonly attributes: {
|
|
186
|
+
readonly offset: "1";
|
|
187
|
+
readonly "stop-color": "#195BBC";
|
|
188
|
+
};
|
|
189
|
+
readonly children: readonly [];
|
|
190
|
+
}];
|
|
191
|
+
}, {
|
|
192
|
+
readonly name: "linearGradient";
|
|
193
|
+
readonly type: "element";
|
|
194
|
+
readonly value: "";
|
|
195
|
+
readonly attributes: {
|
|
196
|
+
readonly id: "file-doc-e";
|
|
197
|
+
readonly x1: "1.488";
|
|
198
|
+
readonly x2: "35.052";
|
|
199
|
+
readonly y1: "3.339";
|
|
200
|
+
readonly y2: "40.63";
|
|
201
|
+
readonly gradientUnits: "userSpaceOnUse";
|
|
202
|
+
};
|
|
203
|
+
readonly children: readonly [{
|
|
204
|
+
readonly name: "stop";
|
|
205
|
+
readonly type: "element";
|
|
206
|
+
readonly value: "";
|
|
207
|
+
readonly attributes: {
|
|
208
|
+
readonly "stop-color": "#256AC2";
|
|
209
|
+
};
|
|
210
|
+
readonly children: readonly [];
|
|
211
|
+
}, {
|
|
212
|
+
readonly name: "stop";
|
|
213
|
+
readonly type: "element";
|
|
214
|
+
readonly value: "";
|
|
215
|
+
readonly attributes: {
|
|
216
|
+
readonly offset: "1";
|
|
217
|
+
readonly "stop-color": "#1247AD";
|
|
218
|
+
};
|
|
219
|
+
readonly children: readonly [];
|
|
220
|
+
}];
|
|
221
|
+
}];
|
|
222
|
+
}];
|
|
223
|
+
};
|
|
224
|
+
};
|
|
225
|
+
export { fileDoc };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var n=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var d=Object.prototype.hasOwnProperty;var u=(t,e)=>{for(var a in e)n(t,a,{get:e[a],enumerable:!0})},p=(t,e,a,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of o(e))!d.call(t,l)&&l!==a&&n(t,l,{get:()=>e[l],enumerable:!(i=s(e,l))||i.enumerable});return t};var c=t=>p(n({},"__esModule",{value:!0}),t);var m={};u(m,{fileDoc:()=>r});module.exports=c(m);const r={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileDoc"},children:[{name:"path",type:"element",value:"",attributes:{fill:"url(#file-doc-a)",d:"M38 2H10a2 2 0 0 0-2 2v7.003h32V4a2 2 0 0 0-2-2Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"url(#file-doc-b)",d:"M8 29.054V36a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2v-6.946H8Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"url(#file-doc-c)",d:"M8 11.003h32v9.002H8v-9.002Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"url(#file-doc-d)",d:"M8 20.005h32v9.049H8v-9.049Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"url(#file-doc-e)",d:"M18 30H2a2 2 0 0 1-2-2V12a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"m14.403 15-1.546 7.264L11.144 15H8.957L7.19 22.489 5.597 15H3.641l2.344 10h2.352l1.713-7.689L11.764 25h2.251l2.344-10h-1.956Z"},children:[]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"linearGradient",type:"element",value:"",attributes:{id:"file-doc-a",x1:"20",x2:"20",y1:"37.852",y2:"3.799",gradientUnits:"userSpaceOnUse"},children:[{name:"stop",type:"element",value:"",attributes:{"stop-color":"#42A3F2"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:"1","stop-color":"#42A4EB"},children:[]}]},{name:"linearGradient",type:"element",value:"",attributes:{id:"file-doc-b",x1:"20",x2:"20",y1:"38",y2:"2",gradientUnits:"userSpaceOnUse"},children:[{name:"stop",type:"element",value:"",attributes:{"stop-color":"#11408A"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:"1","stop-color":"#103F8F"},children:[]}]},{name:"linearGradient",type:"element",value:"",attributes:{id:"file-doc-c",x1:"20",x2:"20",y1:"-119.825",y2:"-120.069",gradientUnits:"userSpaceOnUse"},children:[{name:"stop",type:"element",value:"",attributes:{"stop-color":"#3079D6"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:"1","stop-color":"#297CD2"},children:[]}]},{name:"linearGradient",type:"element",value:"",attributes:{id:"file-doc-d",x1:"0",x2:"40",y1:"20",y2:"20",gradientUnits:"userSpaceOnUse"},children:[{name:"stop",type:"element",value:"",attributes:{"stop-color":"#1D59B3"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:"1","stop-color":"#195BBC"},children:[]}]},{name:"linearGradient",type:"element",value:"",attributes:{id:"file-doc-e",x1:"1.488",x2:"35.052",y1:"3.339",y2:"40.63",gradientUnits:"userSpaceOnUse"},children:[{name:"stop",type:"element",value:"",attributes:{"stop-color":"#256AC2"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:"1","stop-color":"#1247AD"},children:[]}]}]}]}};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
declare const fileGeneric: {
|
|
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 40 40";
|
|
10
|
+
readonly "data-mrl-svg-name": "fileGeneric";
|
|
11
|
+
};
|
|
12
|
+
readonly children: readonly [{
|
|
13
|
+
readonly name: "path";
|
|
14
|
+
readonly type: "element";
|
|
15
|
+
readonly value: "";
|
|
16
|
+
readonly attributes: {
|
|
17
|
+
readonly fill: "#919191";
|
|
18
|
+
readonly d: "M25.5 0 35 10v27a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h17.5Z";
|
|
19
|
+
};
|
|
20
|
+
readonly children: readonly [];
|
|
21
|
+
}, {
|
|
22
|
+
readonly name: "path";
|
|
23
|
+
readonly type: "element";
|
|
24
|
+
readonly value: "";
|
|
25
|
+
readonly attributes: {
|
|
26
|
+
readonly fill: "#fff";
|
|
27
|
+
readonly "fill-opacity": ".7";
|
|
28
|
+
readonly d: "M35 11h-8a3 3 0 0 1-3-3V0h1.5L35 10v1Z";
|
|
29
|
+
};
|
|
30
|
+
readonly children: readonly [];
|
|
31
|
+
}, {
|
|
32
|
+
readonly name: "path";
|
|
33
|
+
readonly type: "element";
|
|
34
|
+
readonly value: "";
|
|
35
|
+
readonly attributes: {
|
|
36
|
+
readonly fill: "#fff";
|
|
37
|
+
readonly d: "M14.802 28v-4.704h1.176v-1.092h-1.176v-.324c0-.648.3-.972.804-.972.204 0 .372.048.504.132l.276-.948c-.264-.144-.612-.216-1.02-.216-1.056 0-1.824.708-1.824 2.004v.324h-.96v1.092h.96V28h1.26Zm2.772-6.504c.432 0 .78-.348.78-.78a.778.778 0 0 0-.78-.78.778.778 0 0 0-.78.78c0 .432.348.78.78.78ZM18.198 28v-5.796h-1.26V28h1.26Zm2.89 0v-8.004h-1.26V28h1.26Zm4.322.144c.912 0 1.764-.3 2.352-.852l-.576-.828c-.42.42-1.08.648-1.656.648-1.092 0-1.74-.732-1.836-1.596h4.464v-.312c0-1.824-1.104-3.144-2.844-3.144-1.716 0-2.94 1.356-2.94 3.036 0 1.836 1.284 3.048 3.036 3.048Zm1.536-3.528h-3.264c.048-.696.552-1.524 1.62-1.524 1.14 0 1.608.84 1.644 1.524Z";
|
|
38
|
+
};
|
|
39
|
+
readonly children: readonly [];
|
|
40
|
+
}];
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
export { fileGeneric };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var h=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var r=Object.prototype.hasOwnProperty;var m=(t,e)=>{for(var a in e)h(t,a,{get:e[a],enumerable:!0})},f=(t,e,a,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of v(e))!r.call(t,l)&&l!==a&&h(t,l,{get:()=>e[l],enumerable:!(i=c(e,l))||i.enumerable});return t};var s=t=>f(h({},"__esModule",{value:!0}),t);var p={};m(p,{fileGeneric:()=>n});module.exports=s(p);const n={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileGeneric"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#919191",d:"M25.5 0 35 10v27a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h17.5Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff","fill-opacity":".7",d:"M35 11h-8a3 3 0 0 1-3-3V0h1.5L35 10v1Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M14.802 28v-4.704h1.176v-1.092h-1.176v-.324c0-.648.3-.972.804-.972.204 0 .372.048.504.132l.276-.948c-.264-.144-.612-.216-1.02-.216-1.056 0-1.824.708-1.824 2.004v.324h-.96v1.092h.96V28h1.26Zm2.772-6.504c.432 0 .78-.348.78-.78a.778.778 0 0 0-.78-.78.778.778 0 0 0-.78.78c0 .432.348.78.78.78ZM18.198 28v-5.796h-1.26V28h1.26Zm2.89 0v-8.004h-1.26V28h1.26Zm4.322.144c.912 0 1.764-.3 2.352-.852l-.576-.828c-.42.42-1.08.648-1.656.648-1.092 0-1.74-.732-1.836-1.596h4.464v-.312c0-1.824-1.104-3.144-2.844-3.144-1.716 0-2.94 1.356-2.94 3.036 0 1.836 1.284 3.048 3.036 3.048Zm1.536-3.528h-3.264c.048-.696.552-1.524 1.62-1.524 1.14 0 1.608.84 1.644 1.524Z"},children:[]}]}};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
declare const filePdf: {
|
|
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 40 40";
|
|
10
|
+
readonly "data-mrl-svg-name": "filePdf";
|
|
11
|
+
};
|
|
12
|
+
readonly children: readonly [{
|
|
13
|
+
readonly name: "path";
|
|
14
|
+
readonly type: "element";
|
|
15
|
+
readonly value: "";
|
|
16
|
+
readonly attributes: {
|
|
17
|
+
readonly fill: "#CB0606";
|
|
18
|
+
readonly d: "M25.5 0 35 10v27a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h17.5Z";
|
|
19
|
+
};
|
|
20
|
+
readonly children: readonly [];
|
|
21
|
+
}, {
|
|
22
|
+
readonly name: "path";
|
|
23
|
+
readonly type: "element";
|
|
24
|
+
readonly value: "";
|
|
25
|
+
readonly attributes: {
|
|
26
|
+
readonly fill: "#fff";
|
|
27
|
+
readonly "fill-opacity": ".7";
|
|
28
|
+
readonly d: "M35 11h-8a3 3 0 0 1-3-3V0h1.5L35 10v1Z";
|
|
29
|
+
};
|
|
30
|
+
readonly children: readonly [];
|
|
31
|
+
}, {
|
|
32
|
+
readonly name: "path";
|
|
33
|
+
readonly type: "element";
|
|
34
|
+
readonly value: "";
|
|
35
|
+
readonly attributes: {
|
|
36
|
+
readonly fill: "#fff";
|
|
37
|
+
readonly d: "M14.936 28.144c1.5 0 2.568-1.14 2.568-3.048 0-1.908-1.068-3.036-2.568-3.036-.756 0-1.428.36-1.86.936v-.792h-1.26v8.004h1.26v-3.012c.48.612 1.128.948 1.86.948Zm-.372-1.116c-.588 0-1.212-.36-1.488-.792v-2.292c.288-.432.9-.768 1.488-.768.996 0 1.644.792 1.644 1.92s-.648 1.932-1.644 1.932Zm9.541.972v-8.004h-1.26v3.012a2.26 2.26 0 0 0-1.86-.948c-1.488 0-2.568 1.164-2.568 3.036 0 1.92 1.092 3.048 2.568 3.048.756 0 1.416-.36 1.86-.936V28h1.26Zm-2.748-.972c-1.008 0-1.644-.804-1.644-1.932 0-1.116.636-1.92 1.644-1.92.588 0 1.212.348 1.488.78v2.292c-.276.432-.9.78-1.488.78ZM27.31 28v-4.704h1.176v-1.092H27.31v-.324c0-.648.3-.972.804-.972.276 0 .492.096.66.252l.492-.78c-.348-.372-.864-.504-1.392-.504-1.092 0-1.824.744-1.824 2.004v.324h-.96v1.092h.96V28h1.26Z";
|
|
38
|
+
};
|
|
39
|
+
readonly children: readonly [];
|
|
40
|
+
}];
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
export { filePdf };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var v=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var n=Object.getOwnPropertyNames;var f=Object.prototype.hasOwnProperty;var m=(t,e)=>{for(var a in e)v(t,a,{get:e[a],enumerable:!0})},r=(t,e,a,h)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of n(e))!f.call(t,l)&&l!==a&&v(t,l,{get:()=>e[l],enumerable:!(h=i(e,l))||h.enumerable});return t};var s=t=>r(v({},"__esModule",{value:!0}),t);var d={};m(d,{filePdf:()=>c});module.exports=s(d);const c={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"filePdf"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#CB0606",d:"M25.5 0 35 10v27a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h17.5Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff","fill-opacity":".7",d:"M35 11h-8a3 3 0 0 1-3-3V0h1.5L35 10v1Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M14.936 28.144c1.5 0 2.568-1.14 2.568-3.048 0-1.908-1.068-3.036-2.568-3.036-.756 0-1.428.36-1.86.936v-.792h-1.26v8.004h1.26v-3.012c.48.612 1.128.948 1.86.948Zm-.372-1.116c-.588 0-1.212-.36-1.488-.792v-2.292c.288-.432.9-.768 1.488-.768.996 0 1.644.792 1.644 1.92s-.648 1.932-1.644 1.932Zm9.541.972v-8.004h-1.26v3.012a2.26 2.26 0 0 0-1.86-.948c-1.488 0-2.568 1.164-2.568 3.036 0 1.92 1.092 3.048 2.568 3.048.756 0 1.416-.36 1.86-.936V28h1.26Zm-2.748-.972c-1.008 0-1.644-.804-1.644-1.932 0-1.116.636-1.92 1.644-1.92.588 0 1.212.348 1.488.78v2.292c-.276.432-.9.78-1.488.78ZM27.31 28v-4.704h1.176v-1.092H27.31v-.324c0-.648.3-.972.804-.972.276 0 .492.096.66.252l.492-.78c-.348-.372-.864-.504-1.392-.504-1.092 0-1.824.744-1.824 2.004v.324h-.96v1.092h.96V28h1.26Z"},children:[]}]}};
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
declare const filePpt: {
|
|
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 40 40";
|
|
10
|
+
readonly "data-mrl-svg-name": "filePpt";
|
|
11
|
+
};
|
|
12
|
+
readonly children: readonly [{
|
|
13
|
+
readonly name: "path";
|
|
14
|
+
readonly type: "element";
|
|
15
|
+
readonly value: "";
|
|
16
|
+
readonly attributes: {
|
|
17
|
+
readonly fill: "#DC4C2C";
|
|
18
|
+
readonly d: "M4 20c0 9.941 8.059 18 18 18s18-8.059 18-18H4Z";
|
|
19
|
+
};
|
|
20
|
+
readonly children: readonly [];
|
|
21
|
+
}, {
|
|
22
|
+
readonly name: "path";
|
|
23
|
+
readonly type: "element";
|
|
24
|
+
readonly value: "";
|
|
25
|
+
readonly attributes: {
|
|
26
|
+
readonly fill: "#F7A278";
|
|
27
|
+
readonly d: "M22 2v18h18c0-9.941-8.059-18-18-18Z";
|
|
28
|
+
};
|
|
29
|
+
readonly children: readonly [];
|
|
30
|
+
}, {
|
|
31
|
+
readonly name: "path";
|
|
32
|
+
readonly type: "element";
|
|
33
|
+
readonly value: "";
|
|
34
|
+
readonly attributes: {
|
|
35
|
+
readonly fill: "#C06346";
|
|
36
|
+
readonly d: "M22 2C12.059 2 4 10.059 4 20h18V2Z";
|
|
37
|
+
};
|
|
38
|
+
readonly children: readonly [];
|
|
39
|
+
}, {
|
|
40
|
+
readonly name: "path";
|
|
41
|
+
readonly type: "element";
|
|
42
|
+
readonly value: "";
|
|
43
|
+
readonly attributes: {
|
|
44
|
+
readonly fill: "#9B341F";
|
|
45
|
+
readonly d: "M18.319 30H1.681A1.682 1.682 0 0 1 0 28.319V11.681C0 10.753.753 10 1.681 10h16.638c.928 0 1.681.753 1.681 1.681v16.638c0 .928-.753 1.681-1.681 1.681Z";
|
|
46
|
+
};
|
|
47
|
+
readonly children: readonly [];
|
|
48
|
+
}, {
|
|
49
|
+
readonly name: "path";
|
|
50
|
+
readonly type: "element";
|
|
51
|
+
readonly value: "";
|
|
52
|
+
readonly attributes: {
|
|
53
|
+
readonly fill: "#fff";
|
|
54
|
+
readonly d: "M10.673 15.012H6v10h2.024v-3.521H10.3a3.397 3.397 0 0 0 3.397-3.397v-.058a3.024 3.024 0 0 0-3.024-3.024Zm.897 3.346c0 .859-.697 1.556-1.556 1.556h-1.99v-3.325h1.99c.859 0 1.556.697 1.556 1.556v.213Z";
|
|
55
|
+
};
|
|
56
|
+
readonly children: readonly [];
|
|
57
|
+
}];
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
export { filePpt };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var n=Object.defineProperty;var r=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var m=Object.prototype.hasOwnProperty;var c=(t,e)=>{for(var a in e)n(t,a,{get:e[a],enumerable:!0})},p=(t,e,a,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of v(e))!m.call(t,l)&&l!==a&&n(t,l,{get:()=>e[l],enumerable:!(i=r(e,l))||i.enumerable});return t};var s=t=>p(n({},"__esModule",{value:!0}),t);var u={};c(u,{filePpt:()=>h});module.exports=s(u);const h={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"filePpt"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#DC4C2C",d:"M4 20c0 9.941 8.059 18 18 18s18-8.059 18-18H4Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#F7A278",d:"M22 2v18h18c0-9.941-8.059-18-18-18Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#C06346",d:"M22 2C12.059 2 4 10.059 4 20h18V2Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#9B341F",d:"M18.319 30H1.681A1.682 1.682 0 0 1 0 28.319V11.681C0 10.753.753 10 1.681 10h16.638c.928 0 1.681.753 1.681 1.681v16.638c0 .928-.753 1.681-1.681 1.681Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M10.673 15.012H6v10h2.024v-3.521H10.3a3.397 3.397 0 0 0 3.397-3.397v-.058a3.024 3.024 0 0 0-3.024-3.024Zm.897 3.346c0 .859-.697 1.556-1.556 1.556h-1.99v-3.325h1.99c.859 0 1.556.697 1.556 1.556v.213Z"},children:[]}]}};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
declare const fileTxt: {
|
|
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 40 40";
|
|
10
|
+
readonly "data-mrl-svg-name": "fileTxt";
|
|
11
|
+
};
|
|
12
|
+
readonly children: readonly [{
|
|
13
|
+
readonly name: "path";
|
|
14
|
+
readonly type: "element";
|
|
15
|
+
readonly value: "";
|
|
16
|
+
readonly attributes: {
|
|
17
|
+
readonly fill: "#64A5F7";
|
|
18
|
+
readonly d: "M25.5 0 35 10v27a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h17.5Z";
|
|
19
|
+
};
|
|
20
|
+
readonly children: readonly [];
|
|
21
|
+
}, {
|
|
22
|
+
readonly name: "path";
|
|
23
|
+
readonly type: "element";
|
|
24
|
+
readonly value: "";
|
|
25
|
+
readonly attributes: {
|
|
26
|
+
readonly fill: "#fff";
|
|
27
|
+
readonly "fill-opacity": ".7";
|
|
28
|
+
readonly d: "M35 11h-8a3 3 0 0 1-3-3V0h1.5L35 10v1Z";
|
|
29
|
+
};
|
|
30
|
+
readonly children: readonly [];
|
|
31
|
+
}, {
|
|
32
|
+
readonly name: "path";
|
|
33
|
+
readonly type: "element";
|
|
34
|
+
readonly value: "";
|
|
35
|
+
readonly attributes: {
|
|
36
|
+
readonly fill: "#fff";
|
|
37
|
+
readonly d: "M15.754 28.144c.575 0 .947-.168 1.176-.372l-.3-.96c-.096.108-.313.216-.552.216-.36 0-.553-.3-.553-.696v-3.036h1.176v-1.092h-1.176V20.62h-1.26v1.584h-.96v1.092h.96v3.348c0 .972.505 1.5 1.489 1.5ZM22.922 28l-2.136-2.976 2.004-2.82h-1.416l-1.38 1.956-1.368-1.956H17.21l2.004 2.82L17.078 28h1.416l1.512-2.136 1.5 2.136h1.416Zm2.628.144c.576 0 .948-.168 1.176-.372l-.3-.96c-.096.108-.312.216-.552.216-.36 0-.552-.3-.552-.696v-3.036h1.176v-1.092h-1.176V20.62h-1.26v1.584h-.96v1.092h.96v3.348c0 .972.504 1.5 1.488 1.5Z";
|
|
38
|
+
};
|
|
39
|
+
readonly children: readonly [];
|
|
40
|
+
}];
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
export { fileTxt };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var h=Object.defineProperty;var n=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var f=Object.prototype.hasOwnProperty;var r=(l,e)=>{for(var a in e)h(l,a,{get:e[a],enumerable:!0})},m=(l,e,a,v)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of c(e))!f.call(l,t)&&t!==a&&h(l,t,{get:()=>e[t],enumerable:!(v=n(e,t))||v.enumerable});return l};var s=l=>m(h({},"__esModule",{value:!0}),l);var p={};r(p,{fileTxt:()=>i});module.exports=s(p);const i={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileTxt"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#64A5F7",d:"M25.5 0 35 10v27a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h17.5Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff","fill-opacity":".7",d:"M35 11h-8a3 3 0 0 1-3-3V0h1.5L35 10v1Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M15.754 28.144c.575 0 .947-.168 1.176-.372l-.3-.96c-.096.108-.313.216-.552.216-.36 0-.553-.3-.553-.696v-3.036h1.176v-1.092h-1.176V20.62h-1.26v1.584h-.96v1.092h.96v3.348c0 .972.505 1.5 1.489 1.5ZM22.922 28l-2.136-2.976 2.004-2.82h-1.416l-1.38 1.956-1.368-1.956H17.21l2.004 2.82L17.078 28h1.416l1.512-2.136 1.5 2.136h1.416Zm2.628.144c.576 0 .948-.168 1.176-.372l-.3-.96c-.096.108-.312.216-.552.216-.36 0-.552-.3-.552-.696v-3.036h1.176v-1.092h-1.176V20.62h-1.26v1.584h-.96v1.092h.96v3.348c0 .972.504 1.5 1.488 1.5Z"},children:[]}]}};
|