@muraldevkit/ds-pictograms 1.1.0 → 1.3.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/dist/cjs/colorBorder.d.ts +13 -3
- package/dist/cjs/colorBorder.js +2 -2
- package/dist/cjs/colorFill.d.ts +4 -3
- package/dist/cjs/colorFill.js +2 -2
- package/dist/cjs/colorPicker.d.ts +4 -3
- package/dist/cjs/colorPicker.js +2 -2
- package/dist/cjs/default/colorBorder.d.ts +13 -3
- package/dist/cjs/default/colorBorder.js +2 -2
- package/dist/cjs/default/colorFill.d.ts +4 -3
- package/dist/cjs/default/colorFill.js +2 -2
- package/dist/cjs/default/colorPicker.d.ts +4 -3
- package/dist/cjs/default/colorPicker.js +2 -2
- package/dist/cjs/default/drawEraser.d.ts +1 -1
- package/dist/cjs/default/drawEraser.js +1 -1
- package/dist/cjs/default/drawStrokeFine.d.ts +20 -50
- package/dist/cjs/default/drawStrokeFine.js +2 -2
- package/dist/cjs/default/drawStrokeHighlighter.d.ts +3 -3
- package/dist/cjs/default/drawStrokeHighlighter.js +1 -1
- package/dist/cjs/default/drawStrokeMedium.d.ts +20 -50
- package/dist/cjs/default/drawStrokeMedium.js +2 -2
- package/dist/cjs/default/drawStrokeUltraFine.d.ts +20 -52
- package/dist/cjs/default/drawStrokeUltraFine.js +2 -2
- package/dist/cjs/default/framesA4.d.ts +45 -0
- package/dist/cjs/default/framesA4.js +3 -0
- package/dist/cjs/default/framesCustom.d.ts +54 -0
- package/dist/cjs/default/framesCustom.js +3 -0
- package/dist/cjs/default/framesGrid.d.ts +54 -0
- package/dist/cjs/default/framesGrid.js +3 -0
- package/dist/cjs/default/framesLetter.d.ts +45 -0
- package/dist/cjs/default/framesLetter.js +3 -0
- package/dist/cjs/default/framesPhone.d.ts +45 -0
- package/dist/cjs/default/framesPhone.js +3 -0
- package/dist/cjs/default/framesPresentation.d.ts +45 -0
- package/dist/cjs/default/framesPresentation.js +3 -0
- package/dist/cjs/default/framesSquare.d.ts +45 -0
- package/dist/cjs/default/framesSquare.js +3 -0
- package/dist/cjs/default/framesTablet.d.ts +45 -0
- package/dist/cjs/default/framesTablet.js +3 -0
- package/dist/cjs/default/index.d.ts +8 -0
- package/dist/cjs/default/index.js +1 -1
- package/dist/cjs/drawEraser.d.ts +1 -1
- package/dist/cjs/drawEraser.js +1 -1
- package/dist/cjs/drawStrokeFine.d.ts +20 -50
- package/dist/cjs/drawStrokeFine.js +2 -2
- package/dist/cjs/drawStrokeHighlighter.d.ts +3 -3
- package/dist/cjs/drawStrokeHighlighter.js +2 -2
- package/dist/cjs/drawStrokeMedium.d.ts +20 -50
- package/dist/cjs/drawStrokeMedium.js +2 -2
- package/dist/cjs/drawStrokeUltraFine.d.ts +20 -52
- package/dist/cjs/drawStrokeUltraFine.js +2 -2
- package/dist/cjs/framesA4.d.ts +47 -0
- package/dist/cjs/framesA4.js +3 -0
- package/dist/cjs/framesCustom.d.ts +56 -0
- package/dist/cjs/framesCustom.js +3 -0
- package/dist/cjs/framesGrid.d.ts +56 -0
- package/dist/cjs/framesGrid.js +3 -0
- package/dist/cjs/framesLetter.d.ts +47 -0
- package/dist/cjs/framesLetter.js +3 -0
- package/dist/cjs/framesPhone.d.ts +47 -0
- package/dist/cjs/framesPhone.js +3 -0
- package/dist/cjs/framesPresentation.d.ts +47 -0
- package/dist/cjs/framesPresentation.js +3 -0
- package/dist/cjs/framesSquare.d.ts +47 -0
- package/dist/cjs/framesSquare.js +3 -0
- package/dist/cjs/framesTablet.d.ts +47 -0
- package/dist/cjs/framesTablet.js +3 -0
- package/dist/cjs/index.d.ts +8 -0
- package/dist/cjs/index.js +1 -1
- package/dist/esm/colorBorder.d.ts +13 -3
- package/dist/esm/colorBorder.js +1 -1
- package/dist/esm/colorFill.d.ts +4 -3
- package/dist/esm/colorFill.js +1 -1
- package/dist/esm/colorPicker.d.ts +4 -3
- package/dist/esm/colorPicker.js +1 -1
- package/dist/esm/default/colorBorder.d.ts +13 -3
- package/dist/esm/default/colorBorder.js +1 -1
- package/dist/esm/default/colorFill.d.ts +4 -3
- package/dist/esm/default/colorFill.js +1 -1
- package/dist/esm/default/colorPicker.d.ts +4 -3
- package/dist/esm/default/colorPicker.js +1 -1
- package/dist/esm/default/drawEraser.d.ts +1 -1
- package/dist/esm/default/drawEraser.js +1 -1
- package/dist/esm/default/drawStrokeFine.d.ts +20 -50
- package/dist/esm/default/drawStrokeFine.js +1 -1
- package/dist/esm/default/drawStrokeHighlighter.d.ts +3 -3
- package/dist/esm/default/drawStrokeHighlighter.js +1 -1
- package/dist/esm/default/drawStrokeMedium.d.ts +20 -50
- package/dist/esm/default/drawStrokeMedium.js +1 -1
- package/dist/esm/default/drawStrokeUltraFine.d.ts +20 -52
- package/dist/esm/default/drawStrokeUltraFine.js +1 -1
- package/dist/esm/default/framesA4.d.ts +45 -0
- package/dist/esm/default/framesA4.js +3 -0
- package/dist/esm/default/framesCustom.d.ts +54 -0
- package/dist/esm/default/framesCustom.js +3 -0
- package/dist/esm/default/framesGrid.d.ts +54 -0
- package/dist/esm/default/framesGrid.js +3 -0
- package/dist/esm/default/framesLetter.d.ts +45 -0
- package/dist/esm/default/framesLetter.js +3 -0
- package/dist/esm/default/framesPhone.d.ts +45 -0
- package/dist/esm/default/framesPhone.js +3 -0
- package/dist/esm/default/framesPresentation.d.ts +45 -0
- package/dist/esm/default/framesPresentation.js +3 -0
- package/dist/esm/default/framesSquare.d.ts +45 -0
- package/dist/esm/default/framesSquare.js +3 -0
- package/dist/esm/default/framesTablet.d.ts +45 -0
- package/dist/esm/default/framesTablet.js +3 -0
- package/dist/esm/default/index.d.ts +8 -0
- package/dist/esm/default/index.js +30 -14
- package/dist/esm/drawEraser.d.ts +1 -1
- package/dist/esm/drawEraser.js +1 -1
- package/dist/esm/drawStrokeFine.d.ts +20 -50
- package/dist/esm/drawStrokeFine.js +1 -1
- package/dist/esm/drawStrokeHighlighter.d.ts +3 -3
- package/dist/esm/drawStrokeHighlighter.js +1 -1
- package/dist/esm/drawStrokeMedium.d.ts +20 -50
- package/dist/esm/drawStrokeMedium.js +1 -1
- package/dist/esm/drawStrokeUltraFine.d.ts +20 -52
- package/dist/esm/drawStrokeUltraFine.js +1 -1
- package/dist/esm/framesA4.d.ts +47 -0
- package/dist/esm/framesA4.js +3 -0
- package/dist/esm/framesCustom.d.ts +56 -0
- package/dist/esm/framesCustom.js +3 -0
- package/dist/esm/framesGrid.d.ts +56 -0
- package/dist/esm/framesGrid.js +3 -0
- package/dist/esm/framesLetter.d.ts +47 -0
- package/dist/esm/framesLetter.js +3 -0
- package/dist/esm/framesPhone.d.ts +47 -0
- package/dist/esm/framesPhone.js +3 -0
- package/dist/esm/framesPresentation.d.ts +47 -0
- package/dist/esm/framesPresentation.js +3 -0
- package/dist/esm/framesSquare.d.ts +47 -0
- package/dist/esm/framesSquare.js +3 -0
- package/dist/esm/framesTablet.d.ts +47 -0
- package/dist/esm/framesTablet.js +3 -0
- package/dist/esm/index.d.ts +8 -0
- package/dist/esm/index.js +29 -13
- package/dist/svg/default/color-border.svg +3 -2
- package/dist/svg/default/color-fill.svg +2 -2
- package/dist/svg/default/color-picker.svg +2 -2
- package/dist/svg/default/draw-eraser.svg +2 -2
- package/dist/svg/default/draw-stroke-fine.svg +4 -11
- package/dist/svg/default/draw-stroke-highlighter.svg +3 -3
- package/dist/svg/default/draw-stroke-medium.svg +3 -10
- package/dist/svg/default/draw-stroke-ultra-fine.svg +3 -10
- package/dist/svg/default/frames-a4.svg +7 -0
- package/dist/svg/default/frames-custom.svg +8 -0
- package/dist/svg/default/frames-grid.svg +8 -0
- package/dist/svg/default/frames-letter.svg +7 -0
- package/dist/svg/default/frames-phone.svg +7 -0
- package/dist/svg/default/frames-presentation.svg +7 -0
- package/dist/svg/default/frames-square.svg +7 -0
- package/dist/svg/default/frames-tablet.svg +7 -0
- package/dist/types/colorBorder.d.ts +13 -3
- package/dist/types/colorFill.d.ts +4 -3
- package/dist/types/colorPicker.d.ts +4 -3
- package/dist/types/default/colorBorder.d.ts +13 -3
- package/dist/types/default/colorFill.d.ts +4 -3
- package/dist/types/default/colorPicker.d.ts +4 -3
- package/dist/types/default/drawEraser.d.ts +1 -1
- package/dist/types/default/drawStrokeFine.d.ts +20 -50
- package/dist/types/default/drawStrokeHighlighter.d.ts +3 -3
- package/dist/types/default/drawStrokeMedium.d.ts +20 -50
- package/dist/types/default/drawStrokeUltraFine.d.ts +20 -52
- package/dist/types/default/framesA4.d.ts +45 -0
- package/dist/types/default/framesCustom.d.ts +54 -0
- package/dist/types/default/framesGrid.d.ts +54 -0
- package/dist/types/default/framesLetter.d.ts +45 -0
- package/dist/types/default/framesPhone.d.ts +45 -0
- package/dist/types/default/framesPresentation.d.ts +45 -0
- package/dist/types/default/framesSquare.d.ts +45 -0
- package/dist/types/default/framesTablet.d.ts +45 -0
- package/dist/types/default/index.d.ts +8 -0
- package/dist/types/drawEraser.d.ts +1 -1
- package/dist/types/drawStrokeFine.d.ts +20 -50
- package/dist/types/drawStrokeHighlighter.d.ts +3 -3
- package/dist/types/drawStrokeMedium.d.ts +20 -50
- package/dist/types/drawStrokeUltraFine.d.ts +20 -52
- package/dist/types/framesA4.d.ts +47 -0
- package/dist/types/framesCustom.d.ts +56 -0
- package/dist/types/framesGrid.d.ts +56 -0
- package/dist/types/framesLetter.d.ts +47 -0
- package/dist/types/framesPhone.d.ts +47 -0
- package/dist/types/framesPresentation.d.ts +47 -0
- package/dist/types/framesSquare.d.ts +47 -0
- package/dist/types/framesTablet.d.ts +47 -0
- package/dist/types/index.d.ts +8 -0
- package/package.json +1 -1
|
@@ -2,19 +2,19 @@ var e={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2
|
|
|
2
2
|
.mrl-picto-draw-pen { fill: #BBBBBB; }
|
|
3
3
|
.mrl-picto-draw-eraser-tip { fill: #DEDEDE; }
|
|
4
4
|
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
5
|
-
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-draw-pen",d:"M4 7a5 5 0 0 1 5-5h6a5 5 0 0 1 5 5v13.75c0 .69-.56 1.25-1.25 1.25H5.25C4.56 22 4 21.44 4 20.75V7Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-draw-eraser-tip",d:"M9 2a5 5 0 0 0-5 5v5h16V7a5 5 0 0 0-5-5H9Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"
|
|
5
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-draw-pen",d:"M4 7a5 5 0 0 1 5-5h6a5 5 0 0 1 5 5v13.75c0 .69-.56 1.25-1.25 1.25H5.25C4.56 22 4 21.44 4 20.75V7Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-draw-eraser-tip",d:"M9 2a5 5 0 0 0-5 5v5h16V7a5 5 0 0 0-5-5H9Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M4.757 2.757A6 6 0 0 1 9 1h6a6 6 0 0 1 6 6v13.75A2.25 2.25 0 0 1 18.75 23H5.25A2.25 2.25 0 0 1 3 20.75V7a6 6 0 0 1 1.757-4.243Zm.707.707A5 5 0 0 1 9 2h6a5 5 0 0 1 5 5v13.75c0 .69-.56 1.25-1.25 1.25H5.25C4.56 22 4 21.44 4 20.75V7a5 5 0 0 1 1.464-3.536Z","clip-rule":"evenodd"},children:[]}]};var a={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawStrokeFine"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
6
6
|
.mrl-picto-draw-pen { fill: #BBBBBB; }
|
|
7
7
|
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
8
|
-
`,attributes:{},children:[]}]},{name:"
|
|
8
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-draw-pen",d:"M16.597 12.163H7.403l-2.508 7.331a2 2 0 0 0 1.892 2.648h10.426a2 2 0 0 0 1.892-2.648l-2.508-7.331Z"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M13.42 2.872c-.463-1.352-2.377-1.352-2.84 0l-3.177 9.291h9.194l-3.178-9.29Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"m14.365 2.549 5.686 16.622a3 3 0 0 1-2.838 3.97H6.787a3 3 0 0 1-2.838-3.97L9.635 2.549c.77-2.255 3.96-2.255 4.73 0Zm-.946.323c-.463-1.352-2.376-1.352-2.838 0L4.895 19.494a2 2 0 0 0 1.892 2.648h10.426a2 2 0 0 0 1.892-2.648L13.42 2.872Z","clip-rule":"evenodd"},children:[]}]};var r={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawStrokeHighlighter"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
9
9
|
.mrl-picto-draw-pen { fill: #BBBBBB; }
|
|
10
10
|
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
11
|
-
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{d:"M21.035 12H3.125l.72-5.
|
|
11
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{d:"M21.035 12H3.125l.72-5.6c.182-1.2 1.17-2.166 2.463-2.404l10.598-1.95c1.478-.272 2.893.673 3.072 2.05L21.035 12Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-draw-pen",d:"M3.123 12 2.02 19.723C1.848 20.926 2.809 22 4.057 22h15.886c1.232 0 2.188-1.047 2.042-2.236L21.035 12H3.123Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"m22.028 11.878.95 7.764c.222 1.817-1.235 3.357-3.035 3.357H4.057c-1.824 0-3.29-1.58-3.027-3.416l1.122-7.86.703-5.461.001-.012C3.11 4.584 4.46 3.32 6.127 3.013l10.598-1.95c1.96-.36 3.98.88 4.244 2.902v.001l1.059 7.912Zm-5.122-9.832L6.308 3.996C5.015 4.234 4.027 5.2 3.845 6.4l-.72 5.6h-.002L2.02 19.723C1.848 20.926 2.809 22 4.057 22h15.886c1.232 0 2.188-1.046 2.042-2.236L21.035 12l-1.057-7.904c-.179-1.377-1.594-2.32-3.072-2.049Z","clip-rule":"evenodd"},children:[]}]};var n={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawStrokeMedium"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
12
12
|
.mrl-picto-draw-pen { fill: #BBBBBB; }
|
|
13
13
|
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
14
|
-
`,attributes:{},children:[]}]},{name:"
|
|
14
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-draw-pen",d:"M3.617 19.529a2 2 0 0 0 1.94 2.483h12.887a1.999 1.999 0 0 0 1.94-2.482L18.5 11.989h-13l-1.884 7.54Z"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M18.5 11.989h-13l1.503-6.585a4.5 4.5 0 0 1 4.367-3.415h1.262a4.5 4.5 0 0 1 4.367 3.415l1.502 6.585Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M18.444 22.011H5.558a2 2 0 0 1-1.941-2.482l2.014-8.108v-.001l1.373-6.016a4.5 4.5 0 0 1 4.367-3.415h1.26A4.5 4.5 0 0 1 17 5.403l1.37 6.009 2.014 8.117a2 2 0 0 1-1.94 2.482Zm.898-10.83 2.012 8.107a3.001 3.001 0 0 1-2.91 3.723H5.558a3 3 0 0 1-2.912-3.723L4.655 11.2l1.376-6.028.002-.01A5.5 5.5 0 0 1 11.37.99h1.26a5.502 5.502 0 0 1 5.34 4.173l.002.01 1.37 6.009Z","clip-rule":"evenodd"},children:[]}]};var i={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawStrokeUltraFine"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
15
15
|
.mrl-picto-draw-pen { fill: #BBBBBB; }
|
|
16
16
|
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
17
|
-
`,attributes:{},children:[]}]},{name:"
|
|
17
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-draw-pen",d:"M7.72 22.025h8.56a2 2 0 0 0 1.909-2.596l-2.314-7.404h-7.75L5.81 19.428a2 2 0 0 0 1.91 2.597Z"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M15.875 12.025h-7.75l2.92-9.348c.293-.936 1.617-.936 1.91 0l2.92 9.348Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M19.143 19.13a3 3 0 0 1-2.863 3.895H7.72a3 3 0 0 1-2.863-3.895L10.09 2.378c.585-1.87 3.233-1.87 3.818 0l5.234 16.752Zm-2.863 2.895a2 2 0 0 0 1.909-2.596L12.954 2.677c-.292-.936-1.616-.936-1.909 0L5.812 19.429a2 2 0 0 0 1.91 2.596h8.559Z","clip-rule":"evenodd"},children:[]}]};var c={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight10"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
18
18
|
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
19
19
|
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{d:"M19.383 3.019a.464.464 0 0 1 .316.574c-.365 1.257-.899 2.13-1.567 2.707-.672.58-1.44.83-2.21.91-.76.079-1.538-.006-2.242-.1l-.395-.056a17.17 17.17 0 0 0-1.132-.135l.026.027c.384.412 1.022.963 1.766 1.606l.001.001.412.357c.902.783 1.893 1.662 2.659 2.51.383.424.721.853.966 1.269.24.41.416.848.416 1.283 0 .306-.074.595-.259.83s-.44.366-.708.43c-.508.122-1.158.027-1.832-.15-1.372-.363-3.167-1.167-4.892-1.976l-1.112-.525c-1.335-.633-2.572-1.22-3.513-1.576-.509-.192-.876-.295-1.104-.32.06.124.185.301.404.535.265.284.627.608 1.064.969.628.518 1.384 1.087 2.195 1.699.324.243.655.493.992.75 1.17.89 2.38 1.847 3.38 2.806.992.95 1.827 1.948 2.19 2.931a.464.464 0 1 1-.87.322c-.286-.776-.99-1.653-1.961-2.583-.961-.92-2.135-1.85-3.302-2.739-.325-.247-.65-.492-.97-.733-.818-.617-1.6-1.206-2.244-1.737a12.46 12.46 0 0 1-1.152-1.051c-.294-.315-.55-.653-.65-.993-.067-.222-.104-.525.078-.784.185-.264.482-.32.69-.327.415-.013.985.16 1.588.387.98.371 2.266.98 3.606 1.616.36.17.723.343 1.085.513 1.738.816 3.458 1.58 4.735 1.918.652.172 1.11.21 1.379.146.121-.03.171-.071.195-.101.023-.03.06-.1.06-.257 0-.196-.083-.465-.288-.813-.2-.34-.494-.717-.855-1.117-.723-.8-1.673-1.646-2.578-2.431l-.402-.348c-.74-.64-1.426-1.232-1.847-1.683a3.537 3.537 0 0 1-.328-.397 1.117 1.117 0 0 1-.2-.453.613.613 0 0 1 .273-.62c.175-.114.382-.133.54-.133.513 0 1.091.082 1.655.162l.046.007.317.044c.698.094 1.38.163 2.022.097.631-.066 1.205-.262 1.699-.689.497-.43.953-1.126 1.283-2.263a.464.464 0 0 1 .575-.316Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M19.661 2.058a1.464 1.464 0 0 0-1.814.998c-.292 1.008-.664 1.516-.976 1.786-.302.26-.666.4-1.149.45-.512.054-1.091 0-1.784-.093a53.203 53.203 0 0 1-.311-.043l-.082-.012c-.538-.076-1.175-.166-1.76-.166-.21 0-.66.018-1.083.294a1.613 1.613 0 0 0-.717 1.606 2.1 2.1 0 0 0 .363.872c.128.185.279.36.422.513.459.49 1.175 1.11 1.883 1.722l.044.037.398.345c.907.786 1.813 1.596 2.49 2.345.155.171.29.33.405.478-1.167-.325-2.761-1.03-4.463-1.83-.36-.168-.722-.34-1.082-.51l-.033-.016c-1.315-.623-2.629-1.247-3.647-1.632-.59-.223-1.334-.47-1.972-.451-.313.009-1.008.096-1.468.736l-.044-.006.02.041c-.433.634-.298 1.31-.206 1.623.17.575.565 1.055.88 1.392.349.373.784.759 1.246 1.14a69.605 69.605 0 0 0 2.266 1.754l.012.01c.32.24.643.484.966.73 1.163.887 2.299 1.787 3.216 2.665.949.91 1.511 1.655 1.715 2.207a1.464 1.464 0 1 0 2.746-1.014c-.445-1.207-1.423-2.336-2.436-3.307-.899-.86-1.948-1.71-2.97-2.499 1.583.736 3.264 1.47 4.609 1.825.697.185 1.555.34 2.32.157a2.243 2.243 0 0 0 1.261-.785c.359-.456.473-.982.473-1.447 0-.693-.274-1.315-.555-1.791-.292-.497-.68-.982-1.085-1.432-.783-.867-1.772-1.749-2.648-2.51.3.005.606-.004.914-.036.919-.095 1.897-.4 2.76-1.147.854-.738 1.471-1.799 1.874-3.185a1.464 1.464 0 0 0-.998-1.814Zm-.279.96a.464.464 0 0 1 .316.576C19.334 4.85 18.8 5.723 18.131 6.3c-.671.58-1.44.83-2.21.91-.76.079-1.537-.005-2.241-.1a72.928 72.928 0 0 1-.395-.055 10.086 10.086 0 0 1-.88-.18 7.29 7.29 0 0 0-.195-.046c-.204-.044-.032.118-.032.118.385.41 1.023.962 1.767 1.605l.413.358c.902.783 1.892 1.662 2.658 2.51.383.424.722.853.967 1.27.24.409.416.848.416 1.283 0 .305-.074.594-.26.83-.184.234-.44.365-.707.43-.508.121-1.159.026-1.832-.151-1.372-.363-3.167-1.167-4.892-1.976a255 255 0 0 1-1.113-.525c-1.334-.633-2.571-1.22-3.512-1.575-.51-.193-.876-.295-1.105-.322.06.125.186.303.405.537.265.283.626.607 1.064.968a67.298 67.298 0 0 0 2.195 1.699c.323.244.655.494.991.75 1.17.891 2.38 1.847 3.381 2.806.991.95 1.827 1.948 2.19 2.931a.464.464 0 0 1-.87.322c-.287-.776-.991-1.653-1.962-2.583-.96-.92-2.134-1.85-3.301-2.738-.325-.248-.65-.493-.97-.734a69.065 69.065 0 0 1-2.244-1.737c-.45-.37-.846-.724-1.152-1.05-.294-.316-.55-.654-.651-.994-.066-.221-.103-.525.079-.784.185-.264.482-.32.69-.327.415-.012.985.16 1.588.388.98.37 2.266.98 3.606 1.616l1.085.512c1.738.816 3.458 1.581 4.735 1.918.652.173 1.11.21 1.378.146.122-.029.172-.071.195-.101.024-.03.061-.1.061-.256 0-.196-.084-.466-.288-.813-.2-.341-.494-.718-.855-1.118-.723-.8-1.674-1.646-2.578-2.43l-.402-.349c-.74-.64-1.426-1.232-1.848-1.683a3.525 3.525 0 0 1-.328-.397 1.117 1.117 0 0 1-.198-.453.612.612 0 0 1 .274-.62c.173-.113.38-.132.537-.132.514 0 1.092.081 1.656.161l.046.007.317.044c.698.094 1.38.164 2.022.097.631-.066 1.205-.262 1.699-.689.497-.43.952-1.126 1.282-2.263a.464.464 0 0 1 .575-.316Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M19.698 3.594a.464.464 0 1 0-.89-.259c-.33 1.137-.786 1.834-1.283 2.263-.494.427-1.068.623-1.7.689-.64.067-1.323-.003-2.02-.097l-.318-.044-.046-.007c-.564-.08-1.142-.161-1.656-.161-.158 0-.364.019-.538.132a.612.612 0 0 0-.273.62c.026.178.118.336.198.453.088.128.202.262.329.397.421.451 1.107 1.043 1.846 1.682l.403.35c.904.784 1.854 1.63 2.578 2.43.361.4.654.777.855 1.118.204.347.288.617.288.813 0 .157-.037.225-.06.256-.024.03-.074.072-.196.101-.269.065-.726.027-1.378-.146-1.277-.337-2.997-1.102-4.735-1.918-.363-.17-.726-.342-1.085-.512-1.34-.636-2.626-1.246-3.606-1.616-.603-.229-1.173-.4-1.588-.388-.208.006-.505.063-.69.327-.182.26-.145.563-.08.784.102.34.358.678.652.993.306.327.702.68 1.152 1.051.644.531 1.426 1.12 2.244 1.737.32.241.645.486.97.734 1.167.889 2.34 1.818 3.301 2.738.971.93 1.675 1.807 1.962 2.583a.464.464 0 1 0 .87-.322c-.363-.983-1.199-1.981-2.19-2.93-1.001-.96-2.21-1.916-3.38-2.807l-.992-.75a67.298 67.298 0 0 1-2.195-1.699c-.438-.36-.799-.685-1.064-.968-.219-.234-.344-.412-.405-.537.229.027.596.129 1.105.322.941.355 2.178.942 3.512 1.575a255 255 0 0 0 1.113.525c1.725.81 3.52 1.613 4.892 1.976.673.177 1.324.272 1.832.15.267-.064.523-.194.708-.43.185-.235.26-.524.26-.83 0-.434-.176-.873-.417-1.283-.245-.416-.584-.845-.967-1.269-.765-.848-1.756-1.727-2.658-2.51l-.413-.358c-.744-.643-1.382-1.194-1.767-1.605 0 0-.172-.162.032-.118.204.045.664.168 1.075.226l.395.054c.704.096 1.482.18 2.242.1.77-.08 1.538-.328 2.21-.909.668-.577 1.201-1.45 1.566-2.706Z"},children:[]}]};var o={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight100"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
20
20
|
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
@@ -26,22 +26,22 @@ var e={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2
|
|
|
26
26
|
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
27
27
|
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{d:"M19.838 4.377a1.077 1.077 0 1 0-2.068-.6c-.282.972-.65 1.497-.992 1.792-.335.289-.732.434-1.222.485-.512.054-1.08 0-1.723-.087l-.275-.039-.04-.005c-.524-.075-1.118-.16-1.646-.16-.179 0-.528.018-.851.228a1.214 1.214 0 0 0-.54 1.213c.046.313.2.559.29.69.107.156.237.307.365.445.418.446 1.087 1.024 1.77 1.614l.367.317c.84.73 1.695 1.492 2.336 2.202.32.355.561.668.717.932.026.043.048.084.067.122a4.794 4.794 0 0 1-.595-.123c-1.12-.296-2.663-.98-4.286-1.741l-.986-.466h-.002c-1.247-.593-2.474-1.175-3.411-1.53-.55-.207-1.193-.416-1.722-.4-.267.008-.803.083-1.15.578-.34.485-.244 1.013-.164 1.282.138.468.465.873.752 1.18.311.333.704.682 1.13 1.032.61.503 1.353 1.063 2.117 1.64.294.22.591.445.885.669 1.081.823 2.146 1.667 3.01 2.495.886.85 1.448 1.578 1.661 2.154a1.077 1.077 0 1 0 2.02-.746c-.39-1.058-1.258-2.068-2.192-2.963-.958-.918-2.105-1.823-3.194-2.653-.32-.243-.632-.48-.935-.707l-.754-.57c.312.146.636.3.969.457.342.163.694.33 1.052.497 1.592.747 3.31 1.52 4.65 1.874.64.169 1.379.296 2.016.143A1.8 1.8 0 0 0 18.28 15c.283-.36.378-.782.378-1.17 0-.57-.226-1.095-.476-1.518a8.06 8.06 0 0 0-.974-1.283c-.74-.82-1.688-1.66-2.523-2.385l-.39-.338-.154-.133a7.982 7.982 0 0 0 1.639.023c.81-.084 1.659-.352 2.406-.998.74-.64 1.29-1.57 1.653-2.821Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M14.993 16.451a12.7 12.7 0 0 1-.35-.098c.794.821 1.555 1.788 1.947 2.85a2.076 2.076 0 1 1-3.896 1.44c-.13-.352-.55-.95-1.415-1.78-.82-.785-1.846-1.6-2.924-2.42-.291-.223-.586-.445-.88-.667l-.013-.01a65.65 65.65 0 0 1-2.14-1.656 13.246 13.246 0 0 1-1.224-1.122c-.307-.328-.772-.876-.98-1.578-.107-.362-.304-1.274.304-2.14.622-.887 1.567-.993 1.939-1.004.752-.022 1.567.262 2.105.466.976.368 2.232.964 3.455 1.544l.033.016.983.465c.27.127.536.25.796.369l-.115-.1-.365-.316-.037-.031c-.655-.567-1.356-1.172-1.81-1.658a4.892 4.892 0 0 1-.459-.56 2.668 2.668 0 0 1-.456-1.109 2.215 2.215 0 0 1 .984-2.2c.573-.372 1.165-.388 1.398-.388.598 0 1.25.092 1.753.164l.073.01.268.038c.639.086 1.102.124 1.485.084.34-.036.528-.124.672-.248.157-.135.441-.472.686-1.314a2.077 2.077 0 1 1 3.988 1.158c-.4 1.379-1.033 2.5-1.959 3.299a5.09 5.09 0 0 1-2.185 1.106c.453.42.9.86 1.296 1.297.393.437.788.927 1.093 1.447.289.49.614 1.198.614 2.026 0 .546-.134 1.205-.592 1.787a2.799 2.799 0 0 1-1.568.983c-.894.214-1.839.026-2.504-.15Zm-1.533.136a25.67 25.67 0 0 0-1.335-1.184 53.626 53.626 0 0 0-1.726-1.368l-.132-.1a194.1 194.1 0 0 0-.817-.619l-.119-.09c-.26-.195-.512-.385-.754-.57l.873.413.096.045c.322.153.653.31.99.468l.062.03c.675.316 1.372.637 2.054.929.927.397 1.825.74 2.597.944.64.169 1.378.296 2.015.143A1.8 1.8 0 0 0 18.28 15c.283-.36.378-.782.378-1.17 0-.57-.226-1.095-.475-1.518-.258-.439-.604-.873-.975-1.283-.55-.609-1.213-1.228-1.86-1.804a73.164 73.164 0 0 0-1.054-.92l-.153-.132.248.023c.214.018.434.03.657.032a6.58 6.58 0 0 0 .734-.032c.81-.084 1.66-.352 2.406-.998.74-.64 1.29-1.57 1.653-2.821a1.077 1.077 0 1 0-2.068-.6c-.282.972-.65 1.497-.992 1.792-.335.289-.732.434-1.222.485-.512.054-1.079 0-1.723-.087l-.275-.039-.04-.005c-.524-.075-1.118-.16-1.645-.16-.18 0-.53.018-.852.228a1.214 1.214 0 0 0-.54 1.213c.046.313.2.559.29.69.107.156.237.307.365.445.418.446 1.087 1.024 1.77 1.614l.367.317c.746.648 1.502 1.32 2.111 1.96a8.867 8.867 0 0 1 .558.631c.16.198.288.38.384.543.026.043.048.084.067.122a3.62 3.62 0 0 1-.214-.035 5.703 5.703 0 0 1-.38-.088c-.277-.073-.58-.17-.904-.286l-.075-.027c-.97-.353-2.117-.87-3.308-1.428l-.986-.466h-.001c-1.248-.593-2.475-1.175-3.412-1.53-.55-.207-1.193-.416-1.722-.4-.266.008-.803.083-1.15.578-.34.485-.244 1.013-.164 1.282.138.468.466.873.752 1.18.311.333.704.682 1.13 1.032.61.503 1.353 1.063 2.117 1.64.294.22.592.445.886.669 1.08.823 2.145 1.667 3.008 2.495.887.85 1.45 1.578 1.662 2.154a1.077 1.077 0 0 0 2.02-.746c-.39-1.058-1.258-2.068-2.192-2.963Z","clip-rule":"evenodd"},children:[]}]};var p={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight50"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
28
28
|
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
29
|
-
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{d:"M19.689 2.056c.743.216 1.171.994.955 1.737-.402 1.387-1.018 2.442-1.865 3.173-.855.74-1.825 1.043-2.74 1.138-.377.04-.753.044-1.115.029l.056.049c.906.786 1.944 1.706 2.759 2.607.407.452.794.936 1.085 1.43.28.476.549 1.089.549 1.768 0 .457-.113.97-.461 1.413a2.186 2.186 0 0 1-1.23.764c-.752.18-1.602.028-2.302-.157-1.478-.39-3.362-1.238-5.086-2.047l-.15-.07.031.023c1.182.9 2.436 1.89 3.486 2.895 1.018.977 1.993 2.104 2.436 3.304a1.402 1.402 0 0 1-2.63.971c-.212-.572-.789-1.333-1.746-2.25-.927-.888-2.073-1.797-3.245-2.69l-.955-.722a71.416 71.416 0 0 1-2.31-1.788c-.465-.383-.9-.77-1.249-1.142-.315-.337-.703-.81-.87-1.373-.093-.315-.22-.978.211-1.592.44-.628 1.117-.717 1.433-.727.627-.018 1.364.226 1.958.45 1.026.389 2.37 1.026 3.725 1.669l1.066.504c1.764.827 3.42 1.56 4.611 1.874.034.01.067.018.1.026a8.103 8.103 0 0 0-.538-.653c-.685-.76-1.602-1.577-2.515-2.37l-.345-.298-.05-.043c-.74-.64-1.479-1.277-1.941-1.772a4.47 4.47 0 0 1-.418-.509 2.047 2.047 0 0 1-.354-.847 1.552 1.552 0 0 1 .69-1.547c.409-.266.845-.284 1.051-.284.591 0 1.257.095 1.824.176l.335.046c.697.095 1.289.15 1.814.095.497-.052.879-.196 1.197-.472.328-.283.708-.808 1.006-1.833a1.402 1.402 0 0 1 1.737-.955Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M10.848 10.014c.323.154.645.307.963.456-.639-.553-1.293-1.128-1.735-1.6a5.466 5.466 0 0 1-.511-.626 3.044 3.044 0 0 1-.52-1.266 2.551 2.551 0 0 1 1.133-2.533c.66-.429 1.339-.446 1.598-.446.662 0 1.386.103 1.934.181l.03.005.33.046c.691.093 1.179.131 1.575.09.348-.036.52-.123.647-.233.143-.124.44-.46.7-1.355a2.402 2.402 0 0 1 4.613 1.339c-.44 1.516-1.14 2.76-2.172 3.65a5.633 5.633 0 0 1-2.17 1.164c.426.402.843.818 1.218 1.233.43.478.866 1.018 1.205 1.594.319.542.686 1.337.686 2.274 0 .616-.152 1.367-.674 2.031a3.186 3.186 0 0 1-1.783 1.119c-.952.228-1.946.051-2.664-.13.734.812 1.409 1.743 1.784 2.759a2.402 2.402 0 0 1-4.507 1.664c-.128-.348-.563-.978-1.499-1.875-.883-.846-1.99-1.726-3.16-2.616-.313-.24-.632-.48-.95-.72l-.013-.009c-.822-.62-1.649-1.243-2.332-1.806a14.406 14.406 0 0 1-1.343-1.23c-.336-.36-.861-.975-1.097-1.772-.12-.408-.348-1.454.35-2.45.716-1.02 1.8-1.14 2.221-1.152.85-.026 1.76.294 2.342.514 1.065.403 2.438 1.054 3.768 1.685l.033.015Zm2.752-4.84C13.032 5.095 12.367 5 11.776 5c-.206 0-.643.018-1.052.284a1.552 1.552 0 0 0-.69 1.547c.06.394.25.696.355.847.125.183.274.356.418.51.462.494 1.2 1.131 1.941 1.771l.05.043.345.299a46.07 46.07 0 0 1 1.662 1.498c.308.295.597.587.853.87a8.653 8.653 0 0 1 .537.654 11.433 11.433 0 0 1-.942-.288 21.97 21.97 0 0 1-1.003-.382 59.129 59.129 0 0 1-2.765-1.23l-1.066-.504c-1.355-.643-2.699-1.28-3.725-1.668-.594-.225-1.331-.47-1.959-.45-.315.009-.991.098-1.432.726-.431.614-.304 1.277-.21 1.592.166.563.554 1.036.869 1.373.348.373.784.759 1.248 1.142.666.549 1.48 1.161 2.31 1.788h.001l.955.722c1.172.893 2.318 1.802 3.245 2.69.957.917 1.534 1.678 1.745 2.25a1.402 1.402 0 0 0 2.63-.97c-.442-1.2-1.417-2.328-2.435-3.305-.182-.174-.37-.347-.563-.52-.887-.796-1.874-1.574-2.82-2.296l-.134-.102.15.07c1.095.514 2.256 1.044 3.336 1.462.619.24 1.211.443 1.75.585.7.185 1.55.338 2.301.157.417-.1.882-.32 1.23-.764.349-.443.461-.956.461-1.414 0-.678-.269-1.291-.548-1.766-.291-.495-.678-.98-1.085-1.43a24.403 24.403 0 0 0-1.708-1.68 65.998 65.998 0 0 0-1.05-.928l-.057-.05.096.004c.332.011.675.004 1.02-.032a5.1 5.1 0 0 0 .32-.042c.818-.13 1.663-.443 2.42-1.096.846-.731 1.461-1.786 1.864-3.173a1.402 1.402 0 1 0-2.692-.782c-.298 1.025-.678 1.55-1.006 1.833-.318.276-.7.42-1.197.472-.526.054-1.117 0-1.814-.095l-.335-.046Z","clip-rule":"evenodd"},children:[]}]};var
|
|
29
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{d:"M19.689 2.056c.743.216 1.171.994.955 1.737-.402 1.387-1.018 2.442-1.865 3.173-.855.74-1.825 1.043-2.74 1.138-.377.04-.753.044-1.115.029l.056.049c.906.786 1.944 1.706 2.759 2.607.407.452.794.936 1.085 1.43.28.476.549 1.089.549 1.768 0 .457-.113.97-.461 1.413a2.186 2.186 0 0 1-1.23.764c-.752.18-1.602.028-2.302-.157-1.478-.39-3.362-1.238-5.086-2.047l-.15-.07.031.023c1.182.9 2.436 1.89 3.486 2.895 1.018.977 1.993 2.104 2.436 3.304a1.402 1.402 0 0 1-2.63.971c-.212-.572-.789-1.333-1.746-2.25-.927-.888-2.073-1.797-3.245-2.69l-.955-.722a71.416 71.416 0 0 1-2.31-1.788c-.465-.383-.9-.77-1.249-1.142-.315-.337-.703-.81-.87-1.373-.093-.315-.22-.978.211-1.592.44-.628 1.117-.717 1.433-.727.627-.018 1.364.226 1.958.45 1.026.389 2.37 1.026 3.725 1.669l1.066.504c1.764.827 3.42 1.56 4.611 1.874.034.01.067.018.1.026a8.103 8.103 0 0 0-.538-.653c-.685-.76-1.602-1.577-2.515-2.37l-.345-.298-.05-.043c-.74-.64-1.479-1.277-1.941-1.772a4.47 4.47 0 0 1-.418-.509 2.047 2.047 0 0 1-.354-.847 1.552 1.552 0 0 1 .69-1.547c.409-.266.845-.284 1.051-.284.591 0 1.257.095 1.824.176l.335.046c.697.095 1.289.15 1.814.095.497-.052.879-.196 1.197-.472.328-.283.708-.808 1.006-1.833a1.402 1.402 0 0 1 1.737-.955Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M10.848 10.014c.323.154.645.307.963.456-.639-.553-1.293-1.128-1.735-1.6a5.466 5.466 0 0 1-.511-.626 3.044 3.044 0 0 1-.52-1.266 2.551 2.551 0 0 1 1.133-2.533c.66-.429 1.339-.446 1.598-.446.662 0 1.386.103 1.934.181l.03.005.33.046c.691.093 1.179.131 1.575.09.348-.036.52-.123.647-.233.143-.124.44-.46.7-1.355a2.402 2.402 0 0 1 4.613 1.339c-.44 1.516-1.14 2.76-2.172 3.65a5.633 5.633 0 0 1-2.17 1.164c.426.402.843.818 1.218 1.233.43.478.866 1.018 1.205 1.594.319.542.686 1.337.686 2.274 0 .616-.152 1.367-.674 2.031a3.186 3.186 0 0 1-1.783 1.119c-.952.228-1.946.051-2.664-.13.734.812 1.409 1.743 1.784 2.759a2.402 2.402 0 0 1-4.507 1.664c-.128-.348-.563-.978-1.499-1.875-.883-.846-1.99-1.726-3.16-2.616-.313-.24-.632-.48-.95-.72l-.013-.009c-.822-.62-1.649-1.243-2.332-1.806a14.406 14.406 0 0 1-1.343-1.23c-.336-.36-.861-.975-1.097-1.772-.12-.408-.348-1.454.35-2.45.716-1.02 1.8-1.14 2.221-1.152.85-.026 1.76.294 2.342.514 1.065.403 2.438 1.054 3.768 1.685l.033.015Zm2.752-4.84C13.032 5.095 12.367 5 11.776 5c-.206 0-.643.018-1.052.284a1.552 1.552 0 0 0-.69 1.547c.06.394.25.696.355.847.125.183.274.356.418.51.462.494 1.2 1.131 1.941 1.771l.05.043.345.299a46.07 46.07 0 0 1 1.662 1.498c.308.295.597.587.853.87a8.653 8.653 0 0 1 .537.654 11.433 11.433 0 0 1-.942-.288 21.97 21.97 0 0 1-1.003-.382 59.129 59.129 0 0 1-2.765-1.23l-1.066-.504c-1.355-.643-2.699-1.28-3.725-1.668-.594-.225-1.331-.47-1.959-.45-.315.009-.991.098-1.432.726-.431.614-.304 1.277-.21 1.592.166.563.554 1.036.869 1.373.348.373.784.759 1.248 1.142.666.549 1.48 1.161 2.31 1.788h.001l.955.722c1.172.893 2.318 1.802 3.245 2.69.957.917 1.534 1.678 1.745 2.25a1.402 1.402 0 0 0 2.63-.97c-.442-1.2-1.417-2.328-2.435-3.305-.182-.174-.37-.347-.563-.52-.887-.796-1.874-1.574-2.82-2.296l-.134-.102.15.07c1.095.514 2.256 1.044 3.336 1.462.619.24 1.211.443 1.75.585.7.185 1.55.338 2.301.157.417-.1.882-.32 1.23-.764.349-.443.461-.956.461-1.414 0-.678-.269-1.291-.548-1.766-.291-.495-.678-.98-1.085-1.43a24.403 24.403 0 0 0-1.708-1.68 65.998 65.998 0 0 0-1.05-.928l-.057-.05.096.004c.332.011.675.004 1.02-.032a5.1 5.1 0 0 0 .32-.042c.818-.13 1.663-.443 2.42-1.096.846-.731 1.461-1.786 1.864-3.173a1.402 1.402 0 1 0-2.692-.782c-.298 1.025-.678 1.55-1.006 1.833-.318.276-.7.42-1.197.472-.526.054-1.117 0-1.814-.095l-.335-.046Z","clip-rule":"evenodd"},children:[]}]};var h={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight60"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
30
30
|
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
31
|
-
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{d:"M20.689 4.044a1.598 1.598 0 0 0-3.07-.891c-.282.972-.634 1.442-.912 1.682-.267.231-.593.36-1.044.406-.485.05-1.039.001-1.719-.091l-.32-.045c-.554-.079-1.225-.174-1.82-.174-.213 0-.695.017-1.152.315a1.744 1.744 0 0 0-.776 1.736c.066.437.277.767.384.923.132.192.286.37.43.524.46.493 1.194 1.127 1.917 1.75l.383.332c.893.775 1.778 1.565 2.438 2.295l.051.058c-1.07-.356-2.422-.96-3.863-1.636l-1.034-.489c-1.325-.628-2.65-1.257-3.663-1.64-.577-.218-1.338-.475-2.002-.455-.334.01-1.087.105-1.58.807-.481.687-.335 1.421-.237 1.752.179.603.59 1.099.902 1.433.35.375.784.759 1.241 1.136.655.54 1.456 1.143 2.27 1.756l.928.702c1.144.872 2.255 1.754 3.151 2.612.93.891 1.462 1.605 1.65 2.113a1.598 1.598 0 1 0 2.998-1.107c-.452-1.224-1.436-2.356-2.437-3.314a30.373 30.373 0 0 0-1.912-1.664c1.188.526 2.374 1.002 3.376 1.267.69.182 1.567.345 2.36.154a2.365 2.365 0 0 0 1.329-.828c.38-.483.5-1.038.5-1.522 0-.722-.286-1.363-.568-1.842-.296-.502-.684-.988-1.088-1.435-.684-.758-1.526-1.526-2.306-2.21a6.9 6.9 0 0 0 .5-.034c.927-.096 1.923-.406 2.803-1.166.869-.751 1.49-1.825 1.892-3.21Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M17.86 17.264c-.686.164-1.387.126-1.99.027.538.67 1.013 1.412 1.308 2.21a2.598 2.598 0 0 1-4.875 1.8c-.104-.284-.493-.866-1.403-1.737-.852-.816-1.925-1.669-3.066-2.538a219.53 219.53 0 0 0-.924-.7l-.012-.009c-.804-.606-1.62-1.22-2.291-1.774-.47-.387-.942-.803-1.336-1.224-.334-.358-.882-.995-1.13-1.832-.125-.423-.372-1.542.378-2.61.767-1.094 1.93-1.22 2.368-1.232.887-.027 1.82.305 2.385.519.892.337 2.002.85 3.112 1.375a10.951 10.951 0 0 1-.425-.427 5.584 5.584 0 0 1-.523-.64 3.225 3.225 0 0 1-.549-1.342 2.744 2.744 0 0 1 1.219-2.723c.707-.46 1.432-.476 1.698-.476.667 0 1.395.104 1.931.18l.03.004a47.584 47.584 0 0 1 .313.044c.675.091 1.126.125 1.48.088.302-.032.418-.102.495-.169.093-.08.361-.362.606-1.204a2.598 2.598 0 1 1 4.99 1.449c-.44 1.513-1.144 2.776-2.199 3.687a5.714 5.714 0 0 1-1.806 1.057c.312.304.617.615.898.927.427.473.864 1.015 1.207 1.598.322.546.706 1.37.706 2.35 0 .642-.159 1.435-.713 2.14a3.364 3.364 0 0 1-1.881 1.182Zm-2.465-4.428c-.692-.236-1.495-.57-2.362-.957a85.254 85.254 0 0 1-1.417-.65c-.34-.16-.687-.325-1.034-.49-1.325-.628-2.65-1.257-3.664-1.64-.576-.218-1.337-.475-2-.455-.335.01-1.088.105-1.58.807-.482.687-.336 1.421-.238 1.752.179.603.589 1.099.901 1.433.35.375.785.759 1.242 1.136a69.91 69.91 0 0 0 2.27 1.756l.928.702c1.144.872 2.255 1.754 3.151 2.612.93.891 1.462 1.605 1.65 2.113a1.598 1.598 0 0 0 2.998-1.107c-.406-1.1-1.243-2.127-2.136-3.02-.1-.1-.2-.198-.3-.294a30.375 30.375 0 0 0-1.913-1.664c.87.386 1.74.744 2.537 1.012.071.024.142.048.212.07.216.07.425.131.627.185.69.182 1.567.345 2.36.154a2.365 2.365 0 0 0 1.329-.828c.38-.483.5-1.038.5-1.522 0-.722-.286-1.363-.569-1.842-.295-.502-.684-.988-1.087-1.435a21.616 21.616 0 0 0-1.3-1.303 38.456 38.456 0 0 0-1.007-.907c.165-.006.332-.016.5-.034a5.81 5.81 0 0 0 .808-.14 4.783 4.783 0 0 0 1.995-1.026c.869-.751 1.49-1.825 1.892-3.21a1.598 1.598 0 1 0-3.07-.891c-.282.972-.634 1.442-.912 1.682-.268.231-.593.36-1.045.406-.484.05-1.038.001-1.718-.091a48.58 48.58 0 0 1-.32-.045c-.554-.079-1.225-.174-1.82-.174-.213 0-.695.017-1.152.315a1.745 1.745 0 0 0-.776 1.736c.066.437.277.767.384.923.132.192.286.37.43.524.46.493 1.194 1.127 1.917 1.75l.048.042a200.57 200.57 0 0 1 .926.808c.684.605 1.334 1.21 1.847 1.777l.051.058-.084-.028Z","clip-rule":"evenodd"},children:[]}]};var
|
|
31
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{d:"M20.689 4.044a1.598 1.598 0 0 0-3.07-.891c-.282.972-.634 1.442-.912 1.682-.267.231-.593.36-1.044.406-.485.05-1.039.001-1.719-.091l-.32-.045c-.554-.079-1.225-.174-1.82-.174-.213 0-.695.017-1.152.315a1.744 1.744 0 0 0-.776 1.736c.066.437.277.767.384.923.132.192.286.37.43.524.46.493 1.194 1.127 1.917 1.75l.383.332c.893.775 1.778 1.565 2.438 2.295l.051.058c-1.07-.356-2.422-.96-3.863-1.636l-1.034-.489c-1.325-.628-2.65-1.257-3.663-1.64-.577-.218-1.338-.475-2.002-.455-.334.01-1.087.105-1.58.807-.481.687-.335 1.421-.237 1.752.179.603.59 1.099.902 1.433.35.375.784.759 1.241 1.136.655.54 1.456 1.143 2.27 1.756l.928.702c1.144.872 2.255 1.754 3.151 2.612.93.891 1.462 1.605 1.65 2.113a1.598 1.598 0 1 0 2.998-1.107c-.452-1.224-1.436-2.356-2.437-3.314a30.373 30.373 0 0 0-1.912-1.664c1.188.526 2.374 1.002 3.376 1.267.69.182 1.567.345 2.36.154a2.365 2.365 0 0 0 1.329-.828c.38-.483.5-1.038.5-1.522 0-.722-.286-1.363-.568-1.842-.296-.502-.684-.988-1.088-1.435-.684-.758-1.526-1.526-2.306-2.21a6.9 6.9 0 0 0 .5-.034c.927-.096 1.923-.406 2.803-1.166.869-.751 1.49-1.825 1.892-3.21Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M17.86 17.264c-.686.164-1.387.126-1.99.027.538.67 1.013 1.412 1.308 2.21a2.598 2.598 0 0 1-4.875 1.8c-.104-.284-.493-.866-1.403-1.737-.852-.816-1.925-1.669-3.066-2.538a219.53 219.53 0 0 0-.924-.7l-.012-.009c-.804-.606-1.62-1.22-2.291-1.774-.47-.387-.942-.803-1.336-1.224-.334-.358-.882-.995-1.13-1.832-.125-.423-.372-1.542.378-2.61.767-1.094 1.93-1.22 2.368-1.232.887-.027 1.82.305 2.385.519.892.337 2.002.85 3.112 1.375a10.951 10.951 0 0 1-.425-.427 5.584 5.584 0 0 1-.523-.64 3.225 3.225 0 0 1-.549-1.342 2.744 2.744 0 0 1 1.219-2.723c.707-.46 1.432-.476 1.698-.476.667 0 1.395.104 1.931.18l.03.004a47.584 47.584 0 0 1 .313.044c.675.091 1.126.125 1.48.088.302-.032.418-.102.495-.169.093-.08.361-.362.606-1.204a2.598 2.598 0 1 1 4.99 1.449c-.44 1.513-1.144 2.776-2.199 3.687a5.714 5.714 0 0 1-1.806 1.057c.312.304.617.615.898.927.427.473.864 1.015 1.207 1.598.322.546.706 1.37.706 2.35 0 .642-.159 1.435-.713 2.14a3.364 3.364 0 0 1-1.881 1.182Zm-2.465-4.428c-.692-.236-1.495-.57-2.362-.957a85.254 85.254 0 0 1-1.417-.65c-.34-.16-.687-.325-1.034-.49-1.325-.628-2.65-1.257-3.664-1.64-.576-.218-1.337-.475-2-.455-.335.01-1.088.105-1.58.807-.482.687-.336 1.421-.238 1.752.179.603.589 1.099.901 1.433.35.375.785.759 1.242 1.136a69.91 69.91 0 0 0 2.27 1.756l.928.702c1.144.872 2.255 1.754 3.151 2.612.93.891 1.462 1.605 1.65 2.113a1.598 1.598 0 0 0 2.998-1.107c-.406-1.1-1.243-2.127-2.136-3.02-.1-.1-.2-.198-.3-.294a30.375 30.375 0 0 0-1.913-1.664c.87.386 1.74.744 2.537 1.012.071.024.142.048.212.07.216.07.425.131.627.185.69.182 1.567.345 2.36.154a2.365 2.365 0 0 0 1.329-.828c.38-.483.5-1.038.5-1.522 0-.722-.286-1.363-.569-1.842-.295-.502-.684-.988-1.087-1.435a21.616 21.616 0 0 0-1.3-1.303 38.456 38.456 0 0 0-1.007-.907c.165-.006.332-.016.5-.034a5.81 5.81 0 0 0 .808-.14 4.783 4.783 0 0 0 1.995-1.026c.869-.751 1.49-1.825 1.892-3.21a1.598 1.598 0 1 0-3.07-.891c-.282.972-.634 1.442-.912 1.682-.268.231-.593.36-1.045.406-.484.05-1.038.001-1.718-.091a48.58 48.58 0 0 1-.32-.045c-.554-.079-1.225-.174-1.82-.174-.213 0-.695.017-1.152.315a1.745 1.745 0 0 0-.776 1.736c.066.437.277.767.384.923.132.192.286.37.43.524.46.493 1.194 1.127 1.917 1.75l.048.042a200.57 200.57 0 0 1 .926.808c.684.605 1.334 1.21 1.847 1.777l.051.058-.084-.028Z","clip-rule":"evenodd"},children:[]}]};var u={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight70"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
32
32
|
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
33
33
|
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{d:"M20.732 4.284a1.786 1.786 0 1 0-3.43-.996c-.268.921-.594 1.34-.824 1.538-.219.189-.49.302-.898.344-.445.046-.963.002-1.627-.088a45.2 45.2 0 0 1-.306-.043c-.54-.077-1.217-.174-1.816-.174-.22 0-.746.017-1.249.344a1.928 1.928 0 0 0-.857 1.918 2.4 2.4 0 0 0 .412.996c.138.2.297.384.441.539.46.491 1.189 1.12 1.894 1.73l.372.32a39.7 39.7 0 0 1 1.75 1.59 52.106 52.106 0 0 1-2.852-1.259c-.33-.155-.668-.314-1.005-.475-1.297-.615-2.604-1.235-3.604-1.613-.56-.212-1.343-.48-2.042-.459-.352.01-1.178.111-1.72.884-.53.756-.366 1.559-.264 1.904.19.643.622 1.158.932 1.49.352.377.786.76 1.235 1.13a68.904 68.904 0 0 0 2.23 1.727c.303.227.606.456.903.682 1.118.852 2.196 1.708 3.062 2.537.905.867 1.393 1.535 1.558 1.982a1.786 1.786 0 1 0 3.35-1.237c-.46-1.246-1.454-2.382-2.437-3.324a23.873 23.873 0 0 0-.745-.682 17.72 17.72 0 0 0 1.965.671c.679.18 1.583.352 2.416.152a2.535 2.535 0 0 0 1.422-.888c.41-.522.536-1.117.536-1.626 0-.764-.3-1.43-.586-1.915-.299-.508-.69-.996-1.09-1.439-.56-.62-1.227-1.247-1.873-1.825.93-.102 1.936-.42 2.828-1.19.891-.77 1.517-1.862 1.919-3.245Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M6.89 16.42a69.29 69.29 0 0 1-2.252-1.744 14.24 14.24 0 0 1-1.33-1.22c-.33-.354-.9-1.011-1.16-1.888-.13-.437-.394-1.625.404-2.762.817-1.165 2.052-1.296 2.509-1.31.922-.027 1.876.316 2.426.524.576.217 1.243.51 1.941.83a4.531 4.531 0 0 1-.115-.16 3.398 3.398 0 0 1-.577-1.415 2.929 2.929 0 0 1 1.3-2.904c.753-.49 1.522-.506 1.795-.506.67 0 1.405.105 1.928.18l.03.004.298.042c.659.089 1.074.117 1.39.085.137-.015.215-.037.26-.054a.28.28 0 0 0 .087-.052c.046-.04.287-.27.517-1.06a2.786 2.786 0 1 1 5.35 1.553c-.438 1.511-1.148 2.792-2.224 3.722a5.818 5.818 0 0 1-1.487.937c.214.215.423.433.62.652.424.469.863 1.013 1.21 1.602.324.551.724 1.4.724 2.422 0 .667-.165 1.5-.75 2.244a3.535 3.535 0 0 1-1.974 1.243 4.745 4.745 0 0 1-1.458.1c.392.546.732 1.137.963 1.764a2.786 2.786 0 1 1-5.226 1.93c-.082-.223-.428-.76-1.312-1.607-.822-.787-1.861-1.614-2.976-2.463-.295-.225-.596-.452-.898-.68l-.013-.009Zm4.754-5.423c-.3-.14-.603-.284-.907-.429-1.297-.615-2.604-1.235-3.604-1.613-.56-.212-1.343-.48-2.042-.459-.352.01-1.178.111-1.72.884-.531.756-.366 1.559-.264 1.904.19.643.622 1.158.932 1.49.352.377.786.76 1.235 1.13a68.904 68.904 0 0 0 2.23 1.727c.303.227.606.456.903.682 1.118.852 2.196 1.708 3.062 2.537.905.867 1.393 1.535 1.558 1.982a1.786 1.786 0 0 0 3.35-1.237c-.316-.855-.883-1.658-1.525-2.382a16.214 16.214 0 0 0-.912-.942 23.76 23.76 0 0 0-.745-.682c.351.14.697.27 1.03.384a13.62 13.62 0 0 0 1.165.345c.646.155 1.444.272 2.186.095a2.535 2.535 0 0 0 1.422-.889c.41-.522.536-1.117.536-1.626 0-.764-.301-1.43-.586-1.915-.3-.508-.69-.996-1.09-1.439a19.39 19.39 0 0 0-.947-.97c-.304-.292-.617-.58-.926-.855a5.658 5.658 0 0 0 1.2-.261 4.845 4.845 0 0 0 1.628-.93c.891-.77 1.517-1.861 1.918-3.244a1.786 1.786 0 1 0-3.43-.996c-.267.921-.593 1.34-.823 1.538-.219.189-.49.302-.898.344-.445.046-.964.002-1.627-.088l-.306-.043c-.54-.077-1.217-.174-1.816-.174-.22 0-.746.017-1.249.344a1.929 1.929 0 0 0-.857 1.918c.072.478.302.835.412.996.138.2.297.384.441.539.4.427 1.002.957 1.616 1.489l.278.24.372.322a39.752 39.752 0 0 1 1.75 1.59 45.224 45.224 0 0 1-2.272-.99l-.461-.214-.217-.102Z","clip-rule":"evenodd"},children:[]}]};var v={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight80"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
34
34
|
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
35
35
|
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{d:"M20.772 4.513a1.965 1.965 0 1 0-3.774-1.095c-.253.872-.554 1.24-.739 1.4-.172.148-.391.246-.758.284-.407.043-.892.002-1.54-.086l-.292-.04c-.528-.076-1.209-.173-1.813-.173-.226 0-.794.016-1.34.372a2.105 2.105 0 0 0-.935 2.09c.077.519.325.902.439 1.067.143.208.307.397.452.552.458.49 1.182 1.115 1.871 1.71l.36.312c.277.24.55.48.815.716-.524-.23-1.08-.485-1.656-.755-.32-.15-.648-.306-.977-.462-1.27-.602-2.56-1.214-3.547-1.588-.544-.206-1.348-.485-2.08-.463-.37.011-1.266.117-1.856.958-.577.822-.395 1.69-.288 2.05.201.68.654 1.215.961 1.544.354.379.786.76 1.229 1.125.634.523 1.412 1.11 2.193 1.698.295.222.59.444.878.664 1.093.833 2.139 1.663 2.976 2.465.88.844 1.327 1.469 1.47 1.857a1.965 1.965 0 1 0 3.687-1.361c-.454-1.231-1.413-2.34-2.353-3.252.312.107.614.2.902.276.67.177 1.599.36 2.47.15a2.697 2.697 0 0 0 1.512-.946c.439-.559.57-1.193.57-1.726 0-.803-.315-1.495-.603-1.983-.303-.515-.696-1.005-1.092-1.443a22.575 22.575 0 0 0-1.505-1.492 5.07 5.07 0 0 0 2.42-1.147c.912-.788 1.542-1.897 1.943-3.278Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"m16.998 3.418-.96-.28a2.965 2.965 0 1 1 5.694 1.654c-.438 1.51-1.152 2.808-2.25 3.756-.388.336-.793.6-1.203.808.129.134.255.268.377.403.42.465.861 1.01 1.212 1.607.327.555.742 1.43.742 2.49 0 .692-.172 1.564-.785 2.344a3.697 3.697 0 0 1-2.065 1.3 4.57 4.57 0 0 1-1.017.121c.28.436.523.9.703 1.386a2.965 2.965 0 0 1-5.563 2.054c-.06-.163-.364-.657-1.224-1.48-.793-.761-1.8-1.563-2.89-2.393l-.874-.66-.012-.01a68.076 68.076 0 0 1-2.215-1.715 14.163 14.163 0 0 1-1.323-1.214c-.33-.352-.92-1.03-1.19-1.943-.134-.451-.416-1.705.428-2.909.865-1.232 2.17-1.368 2.644-1.382.955-.029 1.93.325 2.465.527.368.139.774.309 1.2.497a3.39 3.39 0 0 1-.3-.965A3.105 3.105 0 0 1 9.97 4.337l.545.838a2.105 2.105 0 0 0-.935 2.09c.077.519.325.902.439 1.067.143.208.307.397.452.552.121.13.261.269.415.415.114.109.236.221.363.336.266.241.554.492.842.742l.251.217.36.312c.277.24.55.48.815.716a61.344 61.344 0 0 1-1.481-.674l-.175-.081c-.32-.15-.648-.306-.977-.462l-.569-.27c-1.079-.51-2.138-1-2.978-1.318-.544-.206-1.348-.485-2.081-.463-.369.011-1.265.117-1.855.958-.577.822-.395 1.69-.289 2.05.202.68.655 1.215.962 1.544.354.379.786.76 1.229 1.125.634.523 1.412 1.11 2.193 1.698.295.222.59.444.878.664 1.093.833 2.139 1.663 2.976 2.465.88.844 1.327 1.469 1.47 1.857a1.965 1.965 0 0 0 3.687-1.361c-.244-.66-.633-1.286-1.086-1.864a11.62 11.62 0 0 0-.502-.597c-.25-.277-.508-.541-.765-.79.312.106.614.2.901.275.268.07.576.142.905.19.497.07 1.042.086 1.566-.04a2.698 2.698 0 0 0 1.512-.946c.439-.559.57-1.193.57-1.726 0-.803-.316-1.495-.603-1.983-.303-.515-.696-1.005-1.092-1.443a18.23 18.23 0 0 0-.643-.673 28.25 28.25 0 0 0-.862-.819 5.36 5.36 0 0 0 1.111-.332c.448-.19.89-.453 1.309-.815.912-.788 1.542-1.897 1.943-3.278a1.965 1.965 0 1 0-3.774-1.095Zm0 0c-.254.872-.554 1.24-.739 1.4-.172.148-.391.246-.758.284-.407.043-.892.002-1.54-.086l-.292-.04c-.528-.076-1.209-.173-1.813-.173-.226 0-.794.016-1.34.372l-.546-.838c.796-.519 1.607-.534 1.886-.534.675 0 1.414.105 1.927.179l.027.003c.105.015.2.029.286.04.643.088 1.024.111 1.301.083a.77.77 0 0 0 .192-.038c.011-.004.013-.006.015-.008l.001-.001c.003-.002.218-.183.433-.922l.96.279Z","clip-rule":"evenodd"},children:[]}]};var f={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:`
|
|
36
36
|
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
37
|
-
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{d:"M18.47 2.086a2.152 2.152 0 0 1 1.466 2.666c-.403 1.389-1.042 2.522-1.98 3.334-.66.57-1.378.903-2.08 1.087.419.392.83.8 1.197 1.206.395.437.793.932 1.102 1.457.291.495.624 1.217.624 2.064 0 .56-.138 1.236-.608 1.833-.471.6-1.09.885-1.609 1.01-.914.219-1.875.026-2.54-.15a10.137 10.137 0 0 1-.082-.022c.677.727 1.3 1.55 1.677 2.438a2.152 2.152 0 1 1-3.963 1.677c-.162-.38-.617-.986-1.482-1.8-.824-.777-1.84-1.578-2.901-2.385l-.774-.585a65.159 65.159 0 0 1-2.207-1.71c-.43-.356-.856-.734-1.208-1.113-.303-.326-.77-.878-.981-1.59-.111-.376-.311-1.314.314-2.206.64-.912 1.61-1.023 1.998-1.035.77-.023 1.6.269 2.134.47.982.372 2.265.98 3.516 1.574a240.321 240.321 0 0 0 1.26.594l-.058-.05c-.678-.586-1.403-1.212-1.864-1.704a4.97 4.97 0 0 1-.465-.569 2.743 2.743 0 0 1-.468-1.14 2.29 2.29 0 0 1 1.017-2.273c.592-.386 1.204-.402 1.438-.402.612 0 1.303.099 1.822.173l.038.006.244.034c.636.086 1.092.122 1.465.083.33-.034.501-.118.63-.229.142-.123.42-.444.662-1.277a2.152 2.152 0 0 1 2.666-1.466Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M6.92 7.797c.218.082.449.175.689.276a3.315 3.315 0 0 1 .095-2.23 3.29 3.29 0 0 1 1.255-1.518c.842-.548 1.697-.563 1.984-.563.684 0 1.432.107 1.937.18l.064.009.237.033c.632.085.984.105 1.228.08a.961.961 0 0 0 .098-.015c.055-.07.193-.283.336-.775a3.152 3.152 0 1 1 6.053 1.757c-.44 1.517-1.163 2.84-2.287 3.811-.312.27-.635.495-.963.682l.169.184c.419.464.865 1.015 1.222 1.62.33.563.762 1.468.762 2.572 0 .718-.178 1.632-.822 2.451a3.874 3.874 0 0 1-2.162 1.364 4.46 4.46 0 0 1-.658.106c.15.257.284.524.4.798a3.152 3.152 0 1 1-5.805 2.457c-.076-.18-.401-.668-1.245-1.462-.784-.738-1.764-1.512-2.822-2.317l-.77-.582-.012-.01a64.225 64.225 0 0 1-2.23-1.728 13.878 13.878 0 0 1-1.304-1.203c-.326-.351-.928-1.044-1.207-1.987-.139-.468-.439-1.79.454-3.064.915-1.304 2.294-1.445 2.787-1.46.993-.03 1.994.336 2.517.534Zm8.883-4.245c-.241.833-.52 1.154-.662 1.277-.128.111-.299.195-.629.23-.373.038-.829.002-1.466-.084a35.26 35.26 0 0 1-.243-.034l-.038-.006c-.519-.074-1.21-.173-1.822-.173-.234 0-.846.016-1.439.401a2.29 2.29 0 0 0-1.017 2.274c.084.56.352.97.469 1.14a5.407 5.407 0 0 0 .466.569c.225.242.515.515.831.8.264.239.547.485.827.727l.264.227-.074-.034-.23-.107c-.313-.147-.634-.3-.957-.453-.422-.2-.848-.402-1.265-.596a78.902 78.902 0 0 0-.394-.183 30.708 30.708 0 0 0-1.857-.795c-.534-.201-1.363-.493-2.134-.47-.388.012-1.358.123-1.998 1.035-.625.892-.426 1.83-.314 2.205.21.713.678 1.265.98 1.591.353.38.779.757 1.21 1.113.637.528 1.423 1.12 2.206 1.71l.774.585c1.06.807 2.077 1.608 2.901 2.384.865.815 1.32 1.42 1.481 1.801a2.152 2.152 0 0 0 3.964-1.677 6.83 6.83 0 0 0-.682-1.216 10.877 10.877 0 0 0-.995-1.222l.015.004.067.018c.401.106.91.218 1.453.242.355.016.725-.006 1.087-.093a2.873 2.873 0 0 0 1.608-1.009c.47-.598.61-1.274.61-1.833 0-.847-.334-1.569-.625-2.064a9.225 9.225 0 0 0-1.102-1.457 16.088 16.088 0 0 0-.386-.412c-.26-.268-.534-.534-.81-.794.345-.09.694-.218 1.038-.391a5.077 5.077 0 0 0 1.04-.696c.939-.812 1.578-1.945 1.981-3.334a2.152 2.152 0 0 0-4.133-1.2Z","clip-rule":"evenodd"},children:[]}]};var
|
|
37
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{d:"M18.47 2.086a2.152 2.152 0 0 1 1.466 2.666c-.403 1.389-1.042 2.522-1.98 3.334-.66.57-1.378.903-2.08 1.087.419.392.83.8 1.197 1.206.395.437.793.932 1.102 1.457.291.495.624 1.217.624 2.064 0 .56-.138 1.236-.608 1.833-.471.6-1.09.885-1.609 1.01-.914.219-1.875.026-2.54-.15a10.137 10.137 0 0 1-.082-.022c.677.727 1.3 1.55 1.677 2.438a2.152 2.152 0 1 1-3.963 1.677c-.162-.38-.617-.986-1.482-1.8-.824-.777-1.84-1.578-2.901-2.385l-.774-.585a65.159 65.159 0 0 1-2.207-1.71c-.43-.356-.856-.734-1.208-1.113-.303-.326-.77-.878-.981-1.59-.111-.376-.311-1.314.314-2.206.64-.912 1.61-1.023 1.998-1.035.77-.023 1.6.269 2.134.47.982.372 2.265.98 3.516 1.574a240.321 240.321 0 0 0 1.26.594l-.058-.05c-.678-.586-1.403-1.212-1.864-1.704a4.97 4.97 0 0 1-.465-.569 2.743 2.743 0 0 1-.468-1.14 2.29 2.29 0 0 1 1.017-2.273c.592-.386 1.204-.402 1.438-.402.612 0 1.303.099 1.822.173l.038.006.244.034c.636.086 1.092.122 1.465.083.33-.034.501-.118.63-.229.142-.123.42-.444.662-1.277a2.152 2.152 0 0 1 2.666-1.466Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M6.92 7.797c.218.082.449.175.689.276a3.315 3.315 0 0 1 .095-2.23 3.29 3.29 0 0 1 1.255-1.518c.842-.548 1.697-.563 1.984-.563.684 0 1.432.107 1.937.18l.064.009.237.033c.632.085.984.105 1.228.08a.961.961 0 0 0 .098-.015c.055-.07.193-.283.336-.775a3.152 3.152 0 1 1 6.053 1.757c-.44 1.517-1.163 2.84-2.287 3.811-.312.27-.635.495-.963.682l.169.184c.419.464.865 1.015 1.222 1.62.33.563.762 1.468.762 2.572 0 .718-.178 1.632-.822 2.451a3.874 3.874 0 0 1-2.162 1.364 4.46 4.46 0 0 1-.658.106c.15.257.284.524.4.798a3.152 3.152 0 1 1-5.805 2.457c-.076-.18-.401-.668-1.245-1.462-.784-.738-1.764-1.512-2.822-2.317l-.77-.582-.012-.01a64.225 64.225 0 0 1-2.23-1.728 13.878 13.878 0 0 1-1.304-1.203c-.326-.351-.928-1.044-1.207-1.987-.139-.468-.439-1.79.454-3.064.915-1.304 2.294-1.445 2.787-1.46.993-.03 1.994.336 2.517.534Zm8.883-4.245c-.241.833-.52 1.154-.662 1.277-.128.111-.299.195-.629.23-.373.038-.829.002-1.466-.084a35.26 35.26 0 0 1-.243-.034l-.038-.006c-.519-.074-1.21-.173-1.822-.173-.234 0-.846.016-1.439.401a2.29 2.29 0 0 0-1.017 2.274c.084.56.352.97.469 1.14a5.407 5.407 0 0 0 .466.569c.225.242.515.515.831.8.264.239.547.485.827.727l.264.227-.074-.034-.23-.107c-.313-.147-.634-.3-.957-.453-.422-.2-.848-.402-1.265-.596a78.902 78.902 0 0 0-.394-.183 30.708 30.708 0 0 0-1.857-.795c-.534-.201-1.363-.493-2.134-.47-.388.012-1.358.123-1.998 1.035-.625.892-.426 1.83-.314 2.205.21.713.678 1.265.98 1.591.353.38.779.757 1.21 1.113.637.528 1.423 1.12 2.206 1.71l.774.585c1.06.807 2.077 1.608 2.901 2.384.865.815 1.32 1.42 1.481 1.801a2.152 2.152 0 0 0 3.964-1.677 6.83 6.83 0 0 0-.682-1.216 10.877 10.877 0 0 0-.995-1.222l.015.004.067.018c.401.106.91.218 1.453.242.355.016.725-.006 1.087-.093a2.873 2.873 0 0 0 1.608-1.009c.47-.598.61-1.274.61-1.833 0-.847-.334-1.569-.625-2.064a9.225 9.225 0 0 0-1.102-1.457 16.088 16.088 0 0 0-.386-.412c-.26-.268-.534-.534-.81-.794.345-.09.694-.218 1.038-.391a5.077 5.077 0 0 0 1.04-.696c.939-.812 1.578-1.945 1.981-3.334a2.152 2.152 0 0 0-4.133-1.2Z","clip-rule":"evenodd"},children:[]}]};var b={name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 256 194",xmlns:"http://www.w3.org/2000/svg",preserveAspectRatio:"xMidYMid","data-mrl-svg-name":"logoGmail"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
38
38
|
.mrl-picto-gmail-gradient { stop-color: #000000; }
|
|
39
39
|
.mrl-picto-gmail-indicator { stroke: currentColor; }
|
|
40
40
|
.mrl-picto-gmail-brand-color-1 { fill: #e3e3e3; }
|
|
41
41
|
.mrl-picto-gmail-brand-color-2 { fill: #231f20; }
|
|
42
42
|
.mrl-picto-gmail-brand-color-3 { fill: #d54b3d; }
|
|
43
43
|
.mrl-picto-gmail-brand-color-4 { fill: #d72b27; }
|
|
44
|
-
`,attributes:{},children:[]}]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"linearGradient",type:"element",value:"",attributes:{id:"mrl-picto-gmail-gradient",x1:"0.00388991071%",y1:"49.997619%",x2:"100.032232%",y2:"49.997619%"},children:[{name:"stop",type:"element",value:"",attributes:{class:"mrl-picto-gmail-gradient","stop-opacity":"0.1",offset:"0%"},children:[]},{name:"stop",type:"element",value:"",attributes:{class:"mrl-picto-gmail-gradient","stop-opacity":"0.2",offset:"100%"},children:[]}]}]},{name:"g",type:"element",value:"",attributes:{},children:[{name:"path",type:"element",value:"",attributes:{d:"M238.833923,193.595007 L16.1542195,193.595007 C7.51970044,193.595007 0.248526454,186.551057 0.248526454,177.689314 L0.248526454,16.8145898 C0.248526454,8.18007073 7.29247625,0.908896748 16.1542195,0.908896748 L238.833923,0.908896748 C247.468442,0.908896748 254.739616,7.95284654 254.739616,16.8145898 L254.739616,177.689314 C254.739616,186.551057 247.695666,193.595007 238.833923,193.595007 L238.833923,193.595007 Z",class:"mrl-picto-gmail-brand-color-1"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M32.0599126,193.595007 L127.266847,117.020456 L127.94852,112.930421 L29.7876708,42.2636988 L29.5604466,190.186644 L32.0599126,193.595007 Z",opacity:"0.1",class:"mrl-picto-gmail-brand-color-2"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M16.1542195,193.595007 C7.29247625,193.595007 0.248526454,186.551057 0.248526454,177.689314 L0.248526454,16.5873656 C0.248526454,7.72562236 7.29247625,6.13505305 16.1542195,6.13505305 C25.0159628,6.13505305 32.0599126,7.95284654 32.0599126,16.5873656 L32.0599126,193.595007 L16.1542195,193.595007 L16.1542195,193.595007 Z",class:"mrl-picto-gmail-brand-color-3"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M16.1542195,8.40729492 C27.5154289,8.40729492 29.7876708,11.8156577 29.7876708,16.5873656 L29.7876708,191.322765 L16.1542195,191.322765 C8.65582137,191.322765 2.52076832,185.187712 2.52076832,177.689314 L2.52076832,16.5873656 C2.52076832,11.5884335 4.79301019,8.40729492 16.1542195,8.40729492 L16.1542195,8.40729492 Z M16.1542195,6.13505305 C7.29247625,6.13505305 0.248526454,7.95284654 0.248526454,16.5873656 L0.248526454,177.689314 C0.248526454,186.551057 7.29247625,193.595007 16.1542195,193.595007 L32.0599126,193.595007 L32.0599126,16.5873656 C32.0599126,7.72562236 25.0159628,6.13505305 16.1542195,6.13505305 L16.1542195,6.13505305 L16.1542195,6.13505305 Z",class:"mrl-picto-gmail-brand-color-4"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M238.833923,193.595007 L222.92823,193.595007 L222.92823,16.1329173 C222.92823,7.27117398 229.972179,6.13505305 238.833923,6.13505305 C247.695666,6.13505305 254.739616,7.27117398 254.739616,16.1329173 L254.739616,177.916538 C254.739616,186.551057 247.695666,193.595007 238.833923,193.595007 L238.833923,193.595007 Z",class:"mrl-picto-gmail-brand-color-3"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M238.833923,8.40729492 C249.059011,8.40729492 252.467374,10.4523126 252.467374,16.1329173 L252.467374,177.916538 C252.467374,185.414937 246.332321,191.54999 238.833923,191.54999 L225.200472,191.54999 L225.200472,16.1329173 C225.200472,10.2250884 228.608834,8.40729492 238.833923,8.40729492 L238.833923,8.40729492 Z M238.833923,6.13505305 C229.972179,6.13505305 222.92823,7.27117398 222.92823,16.1329173 L222.92823,193.822231 L238.833923,193.822231 C247.695666,193.822231 254.739616,186.778282 254.739616,177.916538 L254.739616,16.1329173 C254.739616,7.27117398 247.695666,6.13505305 238.833923,6.13505305 L238.833923,6.13505305 L238.833923,6.13505305 Z",class:"mrl-picto-gmail-brand-color-4"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M170.666667,193.595007 L1.57979906,23.1947544 L10.4736149,26.8124541 L128.175744,111.567076 L254.73962,18.7604631 L254.739616,177.916538 C254.739616,186.551057 247.695666,193.595007 238.833923,193.595007 L170.666667,193.595007 Z",fill:"url(#mrl-picto-gmail-gradient)"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M127.266847,117.020456 L7.06525206,29.7663685 C0.0213022675,24.5402122 -2.02371542,14.542348 3.20244088,7.49839817 C8.42859718,0.454448374 18.6536856,-1.13612093 25.9248596,4.09003537 L127.494071,77.9378961 L229.744955,3.18113862 C236.788905,-2.04501768 246.786769,-0.454448374 252.012926,6.81672561 C257.239082,13.8606754 255.648513,23.8585396 248.377339,29.0846959 L127.266847,117.020456 L127.266847,117.020456 Z",class:"mrl-picto-gmail-brand-color-3"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M238.833923,2.27224187 L238.833923,2.27224187 C243.151182,2.27224187 247.241218,4.31725955 249.967908,7.95284654 C254.285167,14.0878996 252.921822,22.4951945 247.013993,27.0396782 L127.266847,114.293766 L8.42859718,27.948575 C2.29354414,23.4040913 0.702974828,14.7695722 5.02023438,8.86174329 C7.51970044,5.45338049 11.83696,3.18113862 16.3814437,3.18113862 C19.3353582,3.18113862 22.2892726,4.09003537 24.5615145,5.90782886 L125.903502,79.5284654 L127.266847,80.4373622 L128.630192,79.5284654 L230.653852,4.77170793 C233.153318,3.18113862 235.880008,2.27224187 238.833923,2.27224187 L238.833923,2.27224187 Z M238.833923,0 C235.652784,0 232.244421,0.908896748 229.517731,2.95391443 L127.266847,77.7106719 L25.6976354,3.86281118 C22.9709451,1.8177935 19.5625823,0.908896748 16.1542195,0.908896748 C11.1552874,0.908896748 6.15635532,3.18113862 2.9752167,7.49839817 C-2.02371542,14.542348 0.0213022675,24.5402122 7.06525206,29.7663685 L127.266847,117.24768 L248.150114,29.0846959 C255.194064,23.8585396 256.784634,14.0878996 251.785701,6.81672561 C248.604563,2.27224187 243.832855,0 238.833923,0 L238.833923,0 L238.833923,0 Z",class:"mrl-picto-gmail-brand-color-4"},children:[]}]}]};var
|
|
44
|
+
`,attributes:{},children:[]}]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"linearGradient",type:"element",value:"",attributes:{id:"mrl-picto-gmail-gradient",x1:"0.00388991071%",y1:"49.997619%",x2:"100.032232%",y2:"49.997619%"},children:[{name:"stop",type:"element",value:"",attributes:{class:"mrl-picto-gmail-gradient","stop-opacity":"0.1",offset:"0%"},children:[]},{name:"stop",type:"element",value:"",attributes:{class:"mrl-picto-gmail-gradient","stop-opacity":"0.2",offset:"100%"},children:[]}]}]},{name:"g",type:"element",value:"",attributes:{},children:[{name:"path",type:"element",value:"",attributes:{d:"M238.833923,193.595007 L16.1542195,193.595007 C7.51970044,193.595007 0.248526454,186.551057 0.248526454,177.689314 L0.248526454,16.8145898 C0.248526454,8.18007073 7.29247625,0.908896748 16.1542195,0.908896748 L238.833923,0.908896748 C247.468442,0.908896748 254.739616,7.95284654 254.739616,16.8145898 L254.739616,177.689314 C254.739616,186.551057 247.695666,193.595007 238.833923,193.595007 L238.833923,193.595007 Z",class:"mrl-picto-gmail-brand-color-1"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M32.0599126,193.595007 L127.266847,117.020456 L127.94852,112.930421 L29.7876708,42.2636988 L29.5604466,190.186644 L32.0599126,193.595007 Z",opacity:"0.1",class:"mrl-picto-gmail-brand-color-2"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M16.1542195,193.595007 C7.29247625,193.595007 0.248526454,186.551057 0.248526454,177.689314 L0.248526454,16.5873656 C0.248526454,7.72562236 7.29247625,6.13505305 16.1542195,6.13505305 C25.0159628,6.13505305 32.0599126,7.95284654 32.0599126,16.5873656 L32.0599126,193.595007 L16.1542195,193.595007 L16.1542195,193.595007 Z",class:"mrl-picto-gmail-brand-color-3"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M16.1542195,8.40729492 C27.5154289,8.40729492 29.7876708,11.8156577 29.7876708,16.5873656 L29.7876708,191.322765 L16.1542195,191.322765 C8.65582137,191.322765 2.52076832,185.187712 2.52076832,177.689314 L2.52076832,16.5873656 C2.52076832,11.5884335 4.79301019,8.40729492 16.1542195,8.40729492 L16.1542195,8.40729492 Z M16.1542195,6.13505305 C7.29247625,6.13505305 0.248526454,7.95284654 0.248526454,16.5873656 L0.248526454,177.689314 C0.248526454,186.551057 7.29247625,193.595007 16.1542195,193.595007 L32.0599126,193.595007 L32.0599126,16.5873656 C32.0599126,7.72562236 25.0159628,6.13505305 16.1542195,6.13505305 L16.1542195,6.13505305 L16.1542195,6.13505305 Z",class:"mrl-picto-gmail-brand-color-4"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M238.833923,193.595007 L222.92823,193.595007 L222.92823,16.1329173 C222.92823,7.27117398 229.972179,6.13505305 238.833923,6.13505305 C247.695666,6.13505305 254.739616,7.27117398 254.739616,16.1329173 L254.739616,177.916538 C254.739616,186.551057 247.695666,193.595007 238.833923,193.595007 L238.833923,193.595007 Z",class:"mrl-picto-gmail-brand-color-3"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M238.833923,8.40729492 C249.059011,8.40729492 252.467374,10.4523126 252.467374,16.1329173 L252.467374,177.916538 C252.467374,185.414937 246.332321,191.54999 238.833923,191.54999 L225.200472,191.54999 L225.200472,16.1329173 C225.200472,10.2250884 228.608834,8.40729492 238.833923,8.40729492 L238.833923,8.40729492 Z M238.833923,6.13505305 C229.972179,6.13505305 222.92823,7.27117398 222.92823,16.1329173 L222.92823,193.822231 L238.833923,193.822231 C247.695666,193.822231 254.739616,186.778282 254.739616,177.916538 L254.739616,16.1329173 C254.739616,7.27117398 247.695666,6.13505305 238.833923,6.13505305 L238.833923,6.13505305 L238.833923,6.13505305 Z",class:"mrl-picto-gmail-brand-color-4"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M170.666667,193.595007 L1.57979906,23.1947544 L10.4736149,26.8124541 L128.175744,111.567076 L254.73962,18.7604631 L254.739616,177.916538 C254.739616,186.551057 247.695666,193.595007 238.833923,193.595007 L170.666667,193.595007 Z",fill:"url(#mrl-picto-gmail-gradient)"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M127.266847,117.020456 L7.06525206,29.7663685 C0.0213022675,24.5402122 -2.02371542,14.542348 3.20244088,7.49839817 C8.42859718,0.454448374 18.6536856,-1.13612093 25.9248596,4.09003537 L127.494071,77.9378961 L229.744955,3.18113862 C236.788905,-2.04501768 246.786769,-0.454448374 252.012926,6.81672561 C257.239082,13.8606754 255.648513,23.8585396 248.377339,29.0846959 L127.266847,117.020456 L127.266847,117.020456 Z",class:"mrl-picto-gmail-brand-color-3"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M238.833923,2.27224187 L238.833923,2.27224187 C243.151182,2.27224187 247.241218,4.31725955 249.967908,7.95284654 C254.285167,14.0878996 252.921822,22.4951945 247.013993,27.0396782 L127.266847,114.293766 L8.42859718,27.948575 C2.29354414,23.4040913 0.702974828,14.7695722 5.02023438,8.86174329 C7.51970044,5.45338049 11.83696,3.18113862 16.3814437,3.18113862 C19.3353582,3.18113862 22.2892726,4.09003537 24.5615145,5.90782886 L125.903502,79.5284654 L127.266847,80.4373622 L128.630192,79.5284654 L230.653852,4.77170793 C233.153318,3.18113862 235.880008,2.27224187 238.833923,2.27224187 L238.833923,2.27224187 Z M238.833923,0 C235.652784,0 232.244421,0.908896748 229.517731,2.95391443 L127.266847,77.7106719 L25.6976354,3.86281118 C22.9709451,1.8177935 19.5625823,0.908896748 16.1542195,0.908896748 C11.1552874,0.908896748 6.15635532,3.18113862 2.9752167,7.49839817 C-2.02371542,14.542348 0.0213022675,24.5402122 7.06525206,29.7663685 L127.266847,117.24768 L248.150114,29.0846959 C255.194064,23.8585396 256.784634,14.0878996 251.785701,6.81672561 C248.604563,2.27224187 243.832855,0 238.833923,0 L238.833923,0 L238.833923,0 Z",class:"mrl-picto-gmail-brand-color-4"},children:[]}]}]};var y={name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 58 58",xmlns:"http://www.w3.org/2000/svg","data-mrl-svg-name":"logoSlackColor"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
45
45
|
.mrl-picto-slack-bg { fill: #e9e9e9; }
|
|
46
46
|
.mrl-picto-slack-brand-color-1 { fill: #53BE9F; }
|
|
47
47
|
.mrl-picto-slack-brand-color-2 { fill: #EDB426; }
|
|
@@ -94,13 +94,13 @@ var e={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2
|
|
|
94
94
|
`,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{},children:[{name:"path",type:"element",value:"",attributes:{d:"M79,93.7a2,2,0,0,1-2,2H6a2,2,0,0,1-2-2V7.7a2,2,0,0,1,2-2H77a2,2,0,0,1,2,2v86Z",class:"mrl-picto-vote-remove-bg"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M44.9,64.7a3,3,0,0,1,4.7-3l12.8,9.7a16.3,16.3,0,1,0-14.6,9h0.6Z",class:"mrl-picto-vote-remove-dot"},children:[]},{name:"polygon",type:"element",value:"",attributes:{points:"47.8 64.1 59.3 115.2 68.6 104.6 80.3 123 87.5 118.2 75.8 99.8 89.1 95.3 47.8 64.1",class:"mrl-picto-vote-remove-cursor"},children:[]}]}]};var B={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24","data-mrl-svg-name":"checkboxCustom"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
95
95
|
.mrl-picto-checkbox-custom-check { fill: #000; }
|
|
96
96
|
.mrl-picto-checkbox-custom-stroke { fill: #fff; }
|
|
97
|
-
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{"fill-rule":"evenodd",class:"mrl-picto-checkbox-custom-check",d:"M16.74 8.332a.624.624 0 0 1 .147.866l-4.879 6.945a1.225 1.225 0 0 1-1.876.16L7.18 13.327a.625.625 0 0 1 0-.878l.871-.879a.612.612 0 0 1 .871 0l1.92 1.936 4.034-5.744a.613.613 0 0 1 .859-.148l1.005.718Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{"fill-rule":"evenodd",class:"mrl-picto-checkbox-custom-stroke",d:"m5.76 11.04.871-.878a2.612 2.612 0 0 1 3.711 0l.237.239 2.661-3.789a2.613 2.613 0 0 1 3.657-.625l1.006.718a2.624 2.624 0 0 1 .62 3.643l-4.878 6.944a3.225 3.225 0 0 1-4.933.42L5.76 14.734a2.625 2.625 0 0 1 0-3.695Zm9.117-3.278a.613.613 0 0 1 .858-.148l1.005.718a.624.624 0 0 1 .147.866l-4.879 6.945a1.225 1.225 0 0 1-1.876.16L7.18 13.327a.625.625 0 0 1 0-.878l.871-.879a.612.612 0 0 1 .871 0l1.92 1.936 4.034-5.744Z","clip-rule":"evenodd"},children:[]}]};var H={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"colorBorderMixed"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M12 1a7 7 0 0 0-7 7c0 .25-.109.739-.392 1.303-.282.565-.608.946-.81 1.098a7 7 0 0 0 6.896 12.061c.736-.307 1.876-.307 2.612 0a7 7 0 0 0 6.896-12.061c-.202-.152-.528-.533-.81-1.098C19.108 8.74 19 8.25 19 8a7 7 0 0 0-7-7Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#E5BF76","fill-rule":"evenodd",d:"M8 13.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5ZM8 11a5 5 0 1 0 0 10 5 5 0 0 0 0-10Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#E15978","fill-rule":"evenodd",d:"M12 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5ZM12 3a5 5 0 1 0 0 10 5 5 0 0 0 0-10Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#4C97F5","fill-rule":"evenodd",d:"M16 13.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Zm0-2.5a5 5 0 1 0 0 10 5 5 0 0 0 0-10Z","clip-rule":"evenodd"},children:[]}]};var V={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"colorBorderNone"},children:[{name:"path",type:"element",value:"",attributes:{fill:"currentColor","fill-rule":"evenodd",d:"M21.401 5.647a1.5 1.5 0 1 0-2.121-2.121l-16 16a1.5 1.5 0 1 0 2.12 2.121l1.52-1.52a.533.533 0 0 1 .542-.121c.485.156 1 .24 1.537.24h6a5 5 0 0 0 5-5v-6c0-.536-.084-1.052-.24-1.536a.533.533 0 0 1 .12-.542l1.521-1.52ZM16 12.255a.5.5 0 0 0-.854-.353l-3.49 3.49a.5.5 0 0 0 .353.854H15a1 1 0 0 0 1-1v-2.99Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M15 4.246c.287 0 .405.339.202.542L11.89 8.1a.5.5 0 0 1-.353.146H9a1 1 0 0 0-1 1v2.537a.5.5 0 0 1-.146.354l-3.312 3.311c-.203.203-.542.085-.542-.202v-6a5 5 0 0 1 5-5h6Z"},children:[]}]};var
|
|
97
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{"fill-rule":"evenodd",class:"mrl-picto-checkbox-custom-check",d:"M16.74 8.332a.624.624 0 0 1 .147.866l-4.879 6.945a1.225 1.225 0 0 1-1.876.16L7.18 13.327a.625.625 0 0 1 0-.878l.871-.879a.612.612 0 0 1 .871 0l1.92 1.936 4.034-5.744a.613.613 0 0 1 .859-.148l1.005.718Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{"fill-rule":"evenodd",class:"mrl-picto-checkbox-custom-stroke",d:"m5.76 11.04.871-.878a2.612 2.612 0 0 1 3.711 0l.237.239 2.661-3.789a2.613 2.613 0 0 1 3.657-.625l1.006.718a2.624 2.624 0 0 1 .62 3.643l-4.878 6.944a3.225 3.225 0 0 1-4.933.42L5.76 14.734a2.625 2.625 0 0 1 0-3.695Zm9.117-3.278a.613.613 0 0 1 .858-.148l1.005.718a.624.624 0 0 1 .147.866l-4.879 6.945a1.225 1.225 0 0 1-1.876.16L7.18 13.327a.625.625 0 0 1 0-.878l.871-.879a.612.612 0 0 1 .871 0l1.92 1.936 4.034-5.744Z","clip-rule":"evenodd"},children:[]}]};var H={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"colorBorderMixed"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M12 1a7 7 0 0 0-7 7c0 .25-.109.739-.392 1.303-.282.565-.608.946-.81 1.098a7 7 0 0 0 6.896 12.061c.736-.307 1.876-.307 2.612 0a7 7 0 0 0 6.896-12.061c-.202-.152-.528-.533-.81-1.098C19.108 8.74 19 8.25 19 8a7 7 0 0 0-7-7Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#E5BF76","fill-rule":"evenodd",d:"M8 13.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5ZM8 11a5 5 0 1 0 0 10 5 5 0 0 0 0-10Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#E15978","fill-rule":"evenodd",d:"M12 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5ZM12 3a5 5 0 1 0 0 10 5 5 0 0 0 0-10Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#4C97F5","fill-rule":"evenodd",d:"M16 13.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Zm0-2.5a5 5 0 1 0 0 10 5 5 0 0 0 0-10Z","clip-rule":"evenodd"},children:[]}]};var V={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"colorBorderNone"},children:[{name:"path",type:"element",value:"",attributes:{fill:"currentColor","fill-rule":"evenodd",d:"M21.401 5.647a1.5 1.5 0 1 0-2.121-2.121l-16 16a1.5 1.5 0 1 0 2.12 2.121l1.52-1.52a.533.533 0 0 1 .542-.121c.485.156 1 .24 1.537.24h6a5 5 0 0 0 5-5v-6c0-.536-.084-1.052-.24-1.536a.533.533 0 0 1 .12-.542l1.521-1.52ZM16 12.255a.5.5 0 0 0-.854-.353l-3.49 3.49a.5.5 0 0 0 .353.854H15a1 1 0 0 0 1-1v-2.99Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M15 4.246c.287 0 .405.339.202.542L11.89 8.1a.5.5 0 0 1-.353.146H9a1 1 0 0 0-1 1v2.537a.5.5 0 0 1-.146.354l-3.312 3.311c-.203.203-.542.085-.542-.202v-6a5 5 0 0 1 5-5h6Z"},children:[]}]};var A={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:`
|
|
98
98
|
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
99
|
-
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{
|
|
99
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{"fill-rule":"evenodd",d:"M4 7.5A3.5 3.5 0 0 1 7.5 4h9A3.5 3.5 0 0 1 20 7.5v9a3.5 3.5 0 0 1-3.5 3.5h-9A3.5 3.5 0 0 1 4 16.5v-9Zm5 2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-5Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M3 7.5A4.5 4.5 0 0 1 7.5 3h9A4.5 4.5 0 0 1 21 7.5v9a4.5 4.5 0 0 1-4.5 4.5h-9A4.5 4.5 0 0 1 3 16.5v-9Zm1 0A3.5 3.5 0 0 1 7.5 4h9A3.5 3.5 0 0 1 20 7.5v9a3.5 3.5 0 0 1-3.5 3.5h-9A3.5 3.5 0 0 1 4 16.5v-9Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M8 9.5A1.5 1.5 0 0 1 9.5 8h5A1.5 1.5 0 0 1 16 9.5v5a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 8 14.5v-5Zm1 0a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-5Z","clip-rule":"evenodd"},children:[]}]};var k={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"colorFillMixed"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M12 1a7 7 0 0 0-7 7c0 .25-.109.739-.392 1.303-.282.565-.608.946-.81 1.098a7 7 0 0 0 6.896 12.061c.736-.307 1.876-.307 2.612 0a7 7 0 0 0 6.896-12.061c-.202-.152-.528-.533-.81-1.098C19.108 8.74 19 8.25 19 8a7 7 0 0 0-7-7Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#E5BF76",d:"M3 16a5 5 0 1 1 10 0 5 5 0 0 1-10 0Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#E15978",d:"M7 8a5 5 0 1 1 10 0A5 5 0 0 1 7 8Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#4C97F5",d:"M11 16a5 5 0 1 1 10 0 5 5 0 0 1-10 0Z"},children:[]}]};var F={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"colorFillNone"},children:[{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M21.401 5.401A1.5 1.5 0 1 0 19.28 3.28l-16 16A1.5 1.5 0 1 0 5.4 21.4l1.52-1.52a.533.533 0 0 1 .542-.122c.485.157 1 .24 1.537.24h6a5 5 0 0 0 5-5V9c0-.535-.084-1.052-.24-1.536a.533.533 0 0 1 .12-.542l1.521-1.52ZM15 4c.298 0 .42.352.21.562L4.561 15.21c-.21.21-.562.089-.562-.21V9a5 5 0 0 1 5-5h6Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor","fill-rule":"evenodd",d:"M4 15c0 .298.352.42.562.21L15.21 4.561C15.42 4.352 15.298 4 15 4H9a5 5 0 0 0-5 5v6Zm-.72 4.28A1.5 1.5 0 1 0 5.4 21.4l1.52-1.52a.533.533 0 0 1 .542-.122A4.975 4.975 0 0 0 9 20h6a5 5 0 0 0 5-5V9a5.043 5.043 0 0 0-.24-1.536.533.533 0 0 1 .12-.542l1.521-1.52A1.5 1.5 0 1 0 19.28 3.28l-16 16Z","clip-rule":"evenodd"},children:[]}]};var W={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:`
|
|
100
100
|
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
101
|
-
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"
|
|
101
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{"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-3Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M7 3h10a4 4 0 0 1 4 4v10a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4Zm0 1h10a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3Z","clip-rule":"evenodd"},children:[]}]};var G={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:`
|
|
102
102
|
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
103
|
-
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"
|
|
103
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{"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.367.378-.34.845-.517 1.358-.517.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.887 2.968 4.38 2.968 7.353 0 3.946-3.194 6.634-7.039 6.634-3.845 0-7.04-2.688-7.04-6.634 0-2.787 1.503-5.175 3.001-7.4Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M7.132 7.436v-.002l.003-.003c.6-.884 1.3-2.293 1.753-3.85.197-.69.54-1.342 1.084-1.833A2.986 2.986 0 0 1 12 .973c.756 0 1.463.265 2.028.775.544.491.887 1.144 1.084 1.832.405 1.395 1.042 2.802 1.837 3.975-.017-.025.017.025 0 0 1.252 1.846 3.09 4.557 3.09 7.839 0 4.584-3.731 7.634-8.039 7.634s-8.04-3.05-8.04-7.634c0-3.132 1.69-5.758 3.172-7.958Zm7.02-3.579c-.161-.56-.423-1.032-.794-1.367A1.986 1.986 0 0 0 12 1.973c-.514 0-.98.176-1.358.517-.37.335-.633.807-.793 1.367-.48 1.655-1.225 3.161-1.887 4.136v.001c-1.5 2.225-3.001 4.613-3.001 7.4 0 3.946 3.194 6.634 7.039 6.634 3.845 0 7.04-2.688 7.04-6.634 0-2.973-1.69-5.466-2.97-7.353-.864-1.274-1.49-2.706-1.919-4.184Z","clip-rule":"evenodd"},children:[]}]};var S={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:`
|
|
104
104
|
.mrl-picto-color-transparent-background {
|
|
105
105
|
fill: #fff;
|
|
106
106
|
}
|
|
@@ -110,4 +110,20 @@ var e={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2
|
|
|
110
110
|
.mrl-picto-color-transparent-crossBar {
|
|
111
111
|
fill: #000;
|
|
112
112
|
}
|
|
113
|
-
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-transparent-background",d:"M0 4a4 4 0 0 1 4-4h16a4 4 0 0 1 4 4v16a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-transparent-border","fill-rule":"evenodd",d:"M20 2H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2ZM4 0a4 4 0 0 0-4 4v16a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4H4Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-transparent-crossBar","fill-rule":"evenodd",d:"M19.707 4.293a1 1 0 0 1 0 1.414l-14 14a1 1 0 0 1-1.414-1.414l14-14a1 1 0 0 1 1.414 0Z","clip-rule":"evenodd"},children:[]}]};var E={name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","data-mrl-svg-name":"customColors"},children:[{name:"path",type:"element",value:"",attributes:{d:"M6.06838 8.57118L1.61995 5.99976C0.59141 7.77404 0 9.81404 0 11.9998H5.1427C5.1427 10.7483 5.48555 9.58261 6.06838 8.57118Z",fill:"#FF6801"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M6.06904 15.4285L1.62061 17.9999C2.67486 19.817 4.19196 21.3342 6.00904 22.3885L8.58039 17.9399C7.53471 17.3313 6.66902 16.4656 6.06904 15.4285Z",fill:"#DC4064"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M17.9312 15.4283L22.3796 17.9998C23.4081 16.2255 23.9995 14.1855 23.9995 11.9998H18.8568C18.8568 13.2512 18.514 14.4169 17.9312 15.4283Z",fill:"#0000FE"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M8.57135 17.9314L6 22.38C7.77423 23.4085 9.81417 24 11.9998 24V18.8571C10.7484 18.8571 9.58275 18.5143 8.57135 17.9314Z",fill:"#EA2A63"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M12 18.8573V24.0002C14.1856 24.0002 16.2256 23.4088 17.9912 22.3888L15.4199 17.9402C14.4171 18.5145 13.2514 18.8573 12 18.8573Z",fill:"#B600F5"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M22.3878 17.9913L17.9393 15.4199C17.3393 16.4571 16.4737 17.3228 15.428 17.9313L17.9993 22.3799C19.8164 21.3342 21.3335 19.8171 22.3878 17.9913Z",fill:"#563EEA"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M5.1427 11.9998H0C0 14.1855 0.59141 16.2255 1.61138 17.9912L6.05981 15.4198C5.48555 14.4169 5.1427 13.2512 5.1427 11.9998Z",fill:"#FD5004"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M17.9315 8.57108L22.38 5.99965C21.3257 4.18251 19.8086 2.66537 17.9915 1.61108L15.4202 6.05965C16.4658 6.66822 17.3315 7.53394 17.9315 8.57108Z",fill:"#2DB635"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M18.8573 12H24C24 9.81426 23.4086 7.77426 22.3886 6.00854L17.9402 8.57997C18.5145 9.58283 18.8573 10.7485 18.8573 12Z",fill:"#1794C2"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M8.57136 6.06868L6.00001 1.62012C4.18292 2.6744 2.66583 4.19154 1.61157 6.00869L6.06001 8.58011C6.66856 7.5344 7.53425 6.66868 8.57136 6.06868Z",fill:"#FDB900"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M12 5.14285V0C9.81439 0 7.77445 0.591428 6.00879 1.61143L8.58014 6.06C9.58297 5.48571 10.7486 5.14285 12 5.14285Z",fill:"#FFF601"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M15.4285 6.06857L17.9998 1.62C16.2256 0.591428 14.1856 0 12 0V5.14285C13.2514 5.14285 14.4171 5.48571 15.4285 6.06857Z",fill:"#9BD52B"},children:[]}]};var D={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileDoc"},children:[{name:"path",type:"element",value:"",attributes:{fill:"url(#file-doc-a)",d:"M38 2H10a2 2 0 0 0-2 2v7.003h32V4a2 2 0 0 0-2-2Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"url(#file-doc-b)",d:"M8 29.054V36a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2v-6.946H8Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"url(#file-doc-c)",d:"M8 11.003h32v9.002H8v-9.002Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"url(#file-doc-d)",d:"M8 20.005h32v9.049H8v-9.049Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"url(#file-doc-e)",d:"M18 30H2a2 2 0 0 1-2-2V12a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"m14.403 15-1.546 7.264L11.144 15H8.957L7.19 22.489 5.597 15H3.641l2.344 10h2.352l1.713-7.689L11.764 25h2.251l2.344-10h-1.956Z"},children:[]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"linearGradient",type:"element",value:"",attributes:{id:"file-doc-a",x1:"20",x2:"20",y1:"37.852",y2:"3.799",gradientUnits:"userSpaceOnUse"},children:[{name:"stop",type:"element",value:"",attributes:{"stop-color":"#42A3F2"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:"1","stop-color":"#42A4EB"},children:[]}]},{name:"linearGradient",type:"element",value:"",attributes:{id:"file-doc-b",x1:"20",x2:"20",y1:"38",y2:"2",gradientUnits:"userSpaceOnUse"},children:[{name:"stop",type:"element",value:"",attributes:{"stop-color":"#11408A"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:"1","stop-color":"#103F8F"},children:[]}]},{name:"linearGradient",type:"element",value:"",attributes:{id:"file-doc-c",x1:"20",x2:"20",y1:"-119.825",y2:"-120.069",gradientUnits:"userSpaceOnUse"},children:[{name:"stop",type:"element",value:"",attributes:{"stop-color":"#3079D6"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:"1","stop-color":"#297CD2"},children:[]}]},{name:"linearGradient",type:"element",value:"",attributes:{id:"file-doc-d",x1:"0",x2:"40",y1:"20",y2:"20",gradientUnits:"userSpaceOnUse"},children:[{name:"stop",type:"element",value:"",attributes:{"stop-color":"#1D59B3"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:"1","stop-color":"#195BBC"},children:[]}]},{name:"linearGradient",type:"element",value:"",attributes:{id:"file-doc-e",x1:"1.488",x2:"35.052",y1:"3.339",y2:"40.63",gradientUnits:"userSpaceOnUse"},children:[{name:"stop",type:"element",value:"",attributes:{"stop-color":"#256AC2"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:"1","stop-color":"#1247AD"},children:[]}]}]}]};var R={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileGdoc"},children:[{name:"g",type:"element",value:"",attributes:{"clip-path":"url(#google-docs-picto)"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M12.083 20.417h15.834v2.916H12.083v-2.916Zm0 5H23.75v2.916H12.083v-2.916Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#1967D2",d:"m24.167 10.833 5.026.95 4.14-.95-9.166-9.166-1.265 4.345 1.265 4.821Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M12.083 15.417h15.834v2.916H12.083v-2.916Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#4285F4",d:"M24.167 10.833V1.667h-15a2.5 2.5 0 0 0-2.5 2.5v31.666a2.5 2.5 0 0 0 2.5 2.5h21.666a2.5 2.5 0 0 0 2.5-2.5v-25h-9.166Zm-.834 17.084H12.5v-2.084h10.833v2.084Zm4.167-5h-15v-2.084h15v2.084Zm0-5h-15v-2.084h15v2.084Z"},children:[]}]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"clipPath",type:"element",value:"",attributes:{id:"google-docs-picto"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M0 0h40v40H0z"},children:[]}]}]}]};var P={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileGeneric"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#919191",d:"M25.5 0 35 10v27a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h17.5Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff","fill-opacity":".7",d:"M35 11h-8a3 3 0 0 1-3-3V0h1.5L35 10v1Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M14.802 28v-4.704h1.176v-1.092h-1.176v-.324c0-.648.3-.972.804-.972.204 0 .372.048.504.132l.276-.948c-.264-.144-.612-.216-1.02-.216-1.056 0-1.824.708-1.824 2.004v.324h-.96v1.092h.96V28h1.26Zm2.772-6.504c.432 0 .78-.348.78-.78a.778.778 0 0 0-.78-.78.778.778 0 0 0-.78.78c0 .432.348.78.78.78ZM18.198 28v-5.796h-1.26V28h1.26Zm2.89 0v-8.004h-1.26V28h1.26Zm4.322.144c.912 0 1.764-.3 2.352-.852l-.576-.828c-.42.42-1.08.648-1.656.648-1.092 0-1.74-.732-1.836-1.596h4.464v-.312c0-1.824-1.104-3.144-2.844-3.144-1.716 0-2.94 1.356-2.94 3.036 0 1.836 1.284 3.048 3.036 3.048Zm1.536-3.528h-3.264c.048-.696.552-1.524 1.62-1.524 1.14 0 1.608.84 1.644 1.524Z"},children:[]}]};var U={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileGforms"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#56368A",d:"m24.167 10.833 5.026.95 4.14-.95-9.166-9.166-1.265 4.345 1.265 4.821Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#7248B9",d:"M24.167 10.833V1.667h-15a2.5 2.5 0 0 0-2.5 2.5v31.666a2.5 2.5 0 0 0 2.5 2.5h21.666a2.5 2.5 0 0 0 2.5-2.5v-25h-9.166Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M13.75 28.125a1.251 1.251 0 0 1 0-2.5 1.251 1.251 0 0 1 0 2.5Zm0-5a1.251 1.251 0 0 1 0-2.5 1.251 1.251 0 0 1 0 2.5Zm0-5a1.251 1.251 0 0 1 0-2.5 1.251 1.251 0 0 1 0 2.5Zm13.75 9.792H17.083v-2.084H27.5v2.084Zm0-5H17.083v-2.084H27.5v2.084Zm0-5H17.083v-2.084H27.5v2.084Z"},children:[]}]};var z={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileGmaps"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#FBBC04",d:"M24.858 17.594a4.87 4.87 0 0 1-7.459-6.264l-1.023-.86-7.327 8.725c.276.878.526 1.378.526 1.378 1.076 2.296 2.8 4.43 4.36 6.363a81.882 81.882 0 0 1 1.464 1.849c.29.376.572.757.846 1.143l9.636-11.475-1.023-.86Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#4285F4",d:"m25.878 18.458 7.21-8.57c-.314-.856-.597-1.346-.597-1.346A12.7 12.7 0 0 0 23.586 1.9l-7.207 8.565 1.023.86a4.87 4.87 0 0 1 7.453 6.27l1.023.862Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#34A853",d:"m32.486 8.531.005.01s1.433 2.483 1.433 6.016c0 3.724-1.433 6.493-1.433 6.493-1.241 2.388-3.82 5.539-4.296 6.111a45.068 45.068 0 0 0-4.297 6.016 21.778 21.778 0 0 0-1.528 3.915c-.191.764-.573 1.241-1.242 1.241-.668 0-.954-.286-1.24-1.241a21.198 21.198 0 0 0-1.624-4.01 38.09 38.09 0 0 0-2.81-4.225L32.486 8.53Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#1A73E8",d:"m25.03 2.265.017.016-8.028 9.466-6.032-5.115a12.699 12.699 0 0 1 10.142-4.965 12.987 12.987 0 0 1 3.9.598Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#EA4335",d:"m11.326 6.211-.033.04a12.7 12.7 0 0 0-2.96 8.21c0 3.63 1.242 6.112 1.242 6.112l.021.046 7.799-9.34-6.07-5.068Z"},children:[]}]};var O={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileGsheets"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#188038",d:"m24.167 1.667 9.166 9.166-4.583.834-4.583-.834-.834-4.583.834-4.583Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#34A853",d:"M24.167 10.833V1.667h-15a2.5 2.5 0 0 0-2.5 2.5v31.666a2.5 2.5 0 0 0 2.5 2.5h21.666a2.5 2.5 0 0 0 2.5-2.5v-25h-9.166Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M11.667 15.833v12.084h16.666V15.833H11.667Zm7.291 10H13.75v-2.916h5.208v2.916Zm0-5H13.75v-2.916h5.208v2.916Zm7.292 5h-5.208v-2.916h5.208v2.916Zm0-5h-5.208v-2.916h5.208v2.916Z"},children:[]}]};var N={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileGslides"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#F29900",d:"m24.167 1.667 9.166 9.166-4.583.834-4.583-.834-.834-4.166.834-5Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#FBBC04",d:"M24.167 10.833V1.667h-15a2.5 2.5 0 0 0-2.5 2.5v31.666a2.5 2.5 0 0 0 2.5 2.5h21.666a2.5 2.5 0 0 0 2.5-2.5v-25h-9.166Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M11.667 15.833v11.25h16.666v-11.25H11.667ZM26.25 25h-12.5v-7.083h12.5V25Z"},children:[]}]};var T={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileLoom"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#625DF5",d:"M37.5 18.055H27.265l8.865-5.117-1.948-3.376-8.862 5.12 5.115-8.864-3.372-1.948-5.113 8.863V2.5h-3.9v10.235L12.935 3.87l-3.37 1.947 5.115 8.863-8.863-5.115-1.947 3.37 8.865 5.117H2.5v3.893h10.232L3.87 27.062l1.947 3.375 8.863-5.117-5.117 8.862 3.374 1.948 5.115-8.865V37.5h3.893V27.265l5.117 8.865 3.373-1.948-5.117-8.865 8.862 5.118 1.947-3.372-8.862-5.115h10.233l.002-3.893ZM20 25.295a5.315 5.315 0 1 1 0-10.63 5.315 5.315 0 0 1 0 10.63Z"},children:[]}]};var Y={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileOnedrive"},children:[{name:"g",type:"element",value:"",attributes:{"clip-path":"url(#onedrive-picto-path)"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#0364B8",d:"M15.253 14.116v-.001l8.398 5.03 5.003-2.106a8.095 8.095 0 0 1 3.77-.644 12.502 12.502 0 0 0-22.552-3.767c.043 0 .085-.003.128-.003a9.952 9.952 0 0 1 5.253 1.491Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#0078D4",d:"M15.253 14.115v.001A9.952 9.952 0 0 0 10 12.625c-.043 0-.085.003-.128.003a9.996 9.996 0 0 0-8.075 15.713l21.854-9.197-8.398-5.03Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#1490DF",d:"M32.423 16.395a8.095 8.095 0 0 0-3.77.643l-5.002 2.107 15.377 9.21a8.126 8.126 0 0 0-6.605-11.96Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#28A8EA",d:"M23.65 19.145 1.797 28.34A9.986 9.986 0 0 0 10 32.625h21.875a8.123 8.123 0 0 0 7.153-4.27l-15.377-9.21Z"},children:[]}]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"clipPath",type:"element",value:"",attributes:{id:"onedrive-picto-path"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M0 0h40v40H0z"},children:[]}]}]}]};var X={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"filePdf"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#CB0606",d:"M25.5 0 35 10v27a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h17.5Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff","fill-opacity":".7",d:"M35 11h-8a3 3 0 0 1-3-3V0h1.5L35 10v1Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M14.936 28.144c1.5 0 2.568-1.14 2.568-3.048 0-1.908-1.068-3.036-2.568-3.036-.756 0-1.428.36-1.86.936v-.792h-1.26v8.004h1.26v-3.012c.48.612 1.128.948 1.86.948Zm-.372-1.116c-.588 0-1.212-.36-1.488-.792v-2.292c.288-.432.9-.768 1.488-.768.996 0 1.644.792 1.644 1.92s-.648 1.932-1.644 1.932Zm9.541.972v-8.004h-1.26v3.012a2.26 2.26 0 0 0-1.86-.948c-1.488 0-2.568 1.164-2.568 3.036 0 1.92 1.092 3.048 2.568 3.048.756 0 1.416-.36 1.86-.936V28h1.26Zm-2.748-.972c-1.008 0-1.644-.804-1.644-1.932 0-1.116.636-1.92 1.644-1.92.588 0 1.212.348 1.488.78v2.292c-.276.432-.9.78-1.488.78ZM27.31 28v-4.704h1.176v-1.092H27.31v-.324c0-.648.3-.972.804-.972.276 0 .492.096.66.252l.492-.78c-.348-.372-.864-.504-1.392-.504-1.092 0-1.824.744-1.824 2.004v.324h-.96v1.092h.96V28h1.26Z"},children:[]}]};var j={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"filePpt"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#DC4C2C",d:"M4 20c0 9.941 8.059 18 18 18s18-8.059 18-18H4Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#F7A278",d:"M22 2v18h18c0-9.941-8.059-18-18-18Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#C06346",d:"M22 2C12.059 2 4 10.059 4 20h18V2Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#9B341F",d:"M18.319 30H1.681A1.682 1.682 0 0 1 0 28.319V11.681C0 10.753.753 10 1.681 10h16.638c.928 0 1.681.753 1.681 1.681v16.638c0 .928-.753 1.681-1.681 1.681Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M10.673 15.012H6v10h2.024v-3.521H10.3a3.397 3.397 0 0 0 3.397-3.397v-.058a3.024 3.024 0 0 0-3.024-3.024Zm.897 3.346c0 .859-.697 1.556-1.556 1.556h-1.99v-3.325h1.99c.859 0 1.556.697 1.556 1.556v.213Z"},children:[]}]};var q={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileSharepoint"},children:[{name:"g",type:"element",value:"",attributes:{"clip-path":"url(#sharepoint-picto-path-a)"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#036C70",d:"M20.465 22.786c6.165 0 11.163-4.998 11.163-11.163S26.63.46 20.465.46 9.302 5.458 9.302 11.623 14.3 22.786 20.465 22.786Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#1A9BA1",d:"M29.767 32.088C35.42 32.088 40 27.507 40 21.855c0-5.65-4.581-10.232-10.233-10.232-5.65 0-10.232 4.581-10.232 10.232 0 5.652 4.581 10.233 10.232 10.233Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#37C6D0",d:"M21.86 39.53a7.907 7.907 0 1 0 0-15.814 7.907 7.907 0 0 0 0 15.814Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"url(#sharepoint-picto-path-b)",d:"M1.705 9.762H18.76c.942 0 1.705.764 1.705 1.705v17.055c0 .942-.763 1.705-1.705 1.705H1.705A1.705 1.705 0 0 1 0 28.522V11.467c0-.941.763-1.705 1.705-1.705Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M7.616 19.787a3.147 3.147 0 0 1-.976-1.032 2.808 2.808 0 0 1-.34-1.411 2.715 2.715 0 0 1 .632-1.828c.45-.512 1.03-.89 1.68-1.096a7.097 7.097 0 0 1 2.295-.355 8.738 8.738 0 0 1 3.023.423v2.14a4.72 4.72 0 0 0-1.367-.559 6.659 6.659 0 0 0-1.6-.191 3.459 3.459 0 0 0-1.643.348c-.395.17-.65.558-.651.988a1 1 0 0 0 .279.699c.213.222.465.402.744.532.31.154.775.36 1.395.616.069.021.135.048.2.08.61.239 1.199.529 1.76.868.424.262.78.62 1.04 1.047a3.05 3.05 0 0 1 .372 1.582 2.942 2.942 0 0 1-.592 1.903 3.31 3.31 0 0 1-1.581 1.064 7.17 7.17 0 0 1-2.255.328c-.686.003-1.37-.053-2.047-.168a7.008 7.008 0 0 1-1.658-.487v-2.256a5.346 5.346 0 0 0 1.674.8 6.55 6.55 0 0 0 1.847.296c.58.036 1.16-.086 1.675-.356.36-.203.58-.59.571-1.003a1.07 1.07 0 0 0-.316-.769 3.186 3.186 0 0 0-.872-.607c-.372-.186-.92-.431-1.644-.736a9.343 9.343 0 0 1-1.645-.86Z"},children:[]}]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"linearGradient",type:"element",value:"",attributes:{id:"sharepoint-picto-path-b",x1:"6.949",x2:"32.141",y1:"-2.084",y2:"42.587",gradientUnits:"userSpaceOnUse"},children:[{name:"stop",type:"element",value:"",attributes:{"stop-color":"#058F92"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:".5","stop-color":"#038489"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:"1","stop-color":"#026D71"},children:[]}]},{name:"clipPath",type:"element",value:"",attributes:{id:"sharepoint-picto-path-a"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M0 0h40v40H0z"},children:[]}]}]}]};var I={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileStream"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#AA2C6C",d:"M9.156 20v14.561c0 2.987 3.224 4.785 5.664 3.159l21.843-14.561c1.113-.743 1.67-1.95 1.67-3.158H9.156Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#E65AA0",d:"M14.807 2.271c-2.438-1.61-5.651.186-5.651 3.168V20h29.177c0-1.204-.552-2.407-1.657-3.15l-.013-.01L14.82 2.282l-.014-.01Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#F37FBC",d:"M1.667 11.27c0-1.517 1.659-2.411 2.875-1.55l12.32 8.73c1.057.75 1.057 2.352 0 3.1l-12.32 8.73c-1.216.862-2.875-.032-2.875-1.55V11.27Z"},children:[]}]};var J={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileTxt"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#64A5F7",d:"M25.5 0 35 10v27a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h17.5Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff","fill-opacity":".7",d:"M35 11h-8a3 3 0 0 1-3-3V0h1.5L35 10v1Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M15.754 28.144c.575 0 .947-.168 1.176-.372l-.3-.96c-.096.108-.313.216-.552.216-.36 0-.553-.3-.553-.696v-3.036h1.176v-1.092h-1.176V20.62h-1.26v1.584h-.96v1.092h.96v3.348c0 .972.505 1.5 1.489 1.5ZM22.922 28l-2.136-2.976 2.004-2.82h-1.416l-1.38 1.956-1.368-1.956H17.21l2.004 2.82L17.078 28h1.416l1.512-2.136 1.5 2.136h1.416Zm2.628.144c.576 0 .948-.168 1.176-.372l-.3-.96c-.096.108-.312.216-.552.216-.36 0-.552-.3-.552-.696v-3.036h1.176v-1.092h-1.176V20.62h-1.26v1.584h-.96v1.092h.96v3.348c0 .972.504 1.5 1.488 1.5Z"},children:[]}]};var K={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileXls"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#169154",d:"M25 2H11.744C10.781 2 10 2.781 10 3.744v7.259h15V2Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#18482A",d:"M10 29.054v7.202c0 .963.781 1.744 1.743 1.744H25v-8.946H10Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#0C8045",d:"M10 11.003h15v9.002H10v-9.002Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#17472A",d:"M10 20.005h15v9.049H10v-9.049Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#29C27F",d:"M38.256 2H25v9.003h15V3.744C40 2.781 39.219 2 38.256 2Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#27663F",d:"M25 29.054V38h13.257c.962 0 1.743-.781 1.743-1.743v-7.202l-15-.001Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#19AC65",d:"M25 11.003h15v9.002H25v-9.002Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#129652",d:"M25 20.005h15v9.05l-15-.001v-9.049Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#0C7238",d:"M18.319 30H1.681A1.682 1.682 0 0 1 0 28.319V11.681C0 10.753.753 10 1.681 10h16.638c.928 0 1.681.753 1.681 1.681v16.638c0 .928-.753 1.681-1.681 1.681Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M5.807 15h2.386l1.936 3.754L12.175 15h2.229l-3.071 5 3.141 5h-2.351l-2.11-3.93L7.912 25H5.526l3.193-5.018L5.807 15Z"},children:[]}]};var Q={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileZip"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#1F1F1F",d:"M25.5 0 35 10v27a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h17.5Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff","fill-opacity":".7",d:"M35 11h-8a3 3 0 0 1-3-3V0h1.5L35 10v1Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M17.16 28v-1.104h-2.952l2.904-3.78v-.912h-4.548v1.092h2.856l-2.856 3.744V28h4.596Zm1.999-6.504c.432 0 .78-.348.78-.78a.778.778 0 0 0-.78-.78.778.778 0 0 0-.78.78c0 .432.348.78.78.78ZM19.783 28v-5.796h-1.26V28h1.26Zm4.755.144c1.5 0 2.568-1.14 2.568-3.048 0-1.908-1.068-3.036-2.568-3.036-.756 0-1.428.36-1.86.936v-.792h-1.26v8.004h1.26v-3.012c.48.612 1.128.948 1.86.948Zm-.372-1.116c-.588 0-1.212-.36-1.488-.792v-2.292c.288-.432.9-.768 1.488-.768.996 0 1.644.792 1.644 1.92s-.648 1.932-1.644 1.932Z"},children:[]}]};var _={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"logoGoogle"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#4285F4",d:"M24 12.27c0-.79-.072-1.54-.194-2.27H12.26v4.51h6.611c-.296 1.48-1.165 2.73-2.452 3.58v3h3.944C22.672 19 24 15.92 24 12.27Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#34A853",d:"M12.26 24c3.31 0 6.08-1.08 8.103-2.91l-3.944-3c-1.104.72-2.503 1.16-4.158 1.16-3.198 0-5.906-2.11-6.877-4.96H1.318v3.09C3.331 21.3 7.468 24 12.261 24Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#FBBC05",d:"M5.384 14.29A6.83 6.83 0 0 1 4.996 12c0-.8.143-1.57.388-2.29V6.62H1.318A11.657 11.657 0 0 0 0 12c0 1.94.48 3.76 1.318 5.38l4.066-3.09Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#EA4335",d:"M12.26 4.75c1.809 0 3.423.61 4.7 1.8l3.495-3.42C18.34 1.19 15.57 0 12.26 0 7.469 0 3.33 2.7 1.318 6.62l4.066 3.09c.971-2.85 3.679-4.96 6.877-4.96Z"},children:[]}]};var $={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"logoMicrosoft"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#F25022",d:"M11.421 1H1v10.421h10.421V1Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#00A4EF",d:"M11.421 12.579H1V23h10.421V12.579Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#7FBA00",d:"M23 1H12.579v10.421H23V1Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#FFB900",d:"M23 12.579H12.579V23H23V12.579Z"},children:[]}]};var e1={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"logoVimeo"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#00B2EA","fill-rule":"evenodd",d:"M38.98 10.421c-.164 3.658-2.752 8.659-7.743 15.004-5.166 6.635-9.543 9.95-13.12 9.95-2.212 0-4.087-2.017-5.617-6.064-1.026-3.714-2.044-7.427-3.068-11.13-1.14-4.049-2.36-6.072-3.664-6.072-.284 0-1.274.59-2.98 1.773L1 11.602a509.665 509.665 0 0 0 5.539-4.885c2.493-2.137 4.368-3.258 5.62-3.375 2.948-.283 4.767 1.714 5.453 5.984.73 4.612 1.245 7.478 1.528 8.601.854 3.822 1.788 5.729 2.811 5.729.793 0 1.986-1.235 3.577-3.705 1.591-2.475 2.438-4.355 2.554-5.65.228-2.137-.623-3.199-2.554-3.199-.91 0-1.848.19-2.81.589 1.876-6.014 5.451-8.938 10.733-8.767 3.912.108 5.76 2.612 5.53 7.497Z","clip-rule":"evenodd"},children:[]}]};var t1={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"logoYoutube"},children:[{name:"path",type:"element",value:"",attributes:{fill:"red",d:"M37.567 10.831c-.423-1.64-1.664-2.929-3.242-3.368C31.467 6.667 20 6.667 20 6.667s-11.467 0-14.325.796c-1.579.44-2.82 1.728-3.242 3.368C1.667 13.801 1.667 20 1.667 20s0 6.2.766 9.17c.423 1.64 1.663 2.928 3.242 3.367 2.858.796 14.325.796 14.325.796s11.467 0 14.325-.796c1.578-.44 2.82-1.728 3.242-3.368.766-2.97.766-9.169.766-9.169s-.003-6.2-.766-9.169Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"m16.667 25.833 10-5.833-10-5.833v11.666Z"},children:[]}]};export{e as brandSymbol,t as brandWordmark,B as checkboxCustom,k as colorBorder,H as colorBorderMixed,V as colorBorderNone,W as colorFill,A as colorFillMixed,F as colorFillNone,G as colorPicker,S as colorTransparent,E as customColors,l as drawEraser,a as drawStrokeFine,r as drawStrokeHighlighter,n as drawStrokeMedium,i as drawStrokeUltraFine,c as drawWeight10,o as drawWeight100,m as drawWeight20,s as drawWeight30,d as drawWeight40,p as drawWeight50,u as drawWeight60,h as drawWeight70,v as drawWeight80,f as drawWeight90,D as fileDoc,R as fileGdoc,P as fileGeneric,U as fileGforms,z as fileGmaps,O as fileGsheets,N as fileGslides,T as fileLoom,Y as fileOnedrive,X as filePdf,j as filePpt,q as fileSharepoint,I as fileStream,J as fileTxt,K as fileXls,Q as fileZip,y as logoGmail,_ as logoGoogle,$ as logoMicrosoft,b as logoSlackColor,e1 as logoVimeo,t1 as logoYoutube,Z as sticky,g as stickyRectangle,w as stickyRound,x as stickyRounded,C as voteAdd,M as voteAnonymous,L as voteRemove};
|
|
113
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-transparent-background",d:"M0 4a4 4 0 0 1 4-4h16a4 4 0 0 1 4 4v16a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-transparent-border","fill-rule":"evenodd",d:"M20 2H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2ZM4 0a4 4 0 0 0-4 4v16a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4H4Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-transparent-crossBar","fill-rule":"evenodd",d:"M19.707 4.293a1 1 0 0 1 0 1.414l-14 14a1 1 0 0 1-1.414-1.414l14-14a1 1 0 0 1 1.414 0Z","clip-rule":"evenodd"},children:[]}]};var E={name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","data-mrl-svg-name":"customColors"},children:[{name:"path",type:"element",value:"",attributes:{d:"M6.06838 8.57118L1.61995 5.99976C0.59141 7.77404 0 9.81404 0 11.9998H5.1427C5.1427 10.7483 5.48555 9.58261 6.06838 8.57118Z",fill:"#FF6801"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M6.06904 15.4285L1.62061 17.9999C2.67486 19.817 4.19196 21.3342 6.00904 22.3885L8.58039 17.9399C7.53471 17.3313 6.66902 16.4656 6.06904 15.4285Z",fill:"#DC4064"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M17.9312 15.4283L22.3796 17.9998C23.4081 16.2255 23.9995 14.1855 23.9995 11.9998H18.8568C18.8568 13.2512 18.514 14.4169 17.9312 15.4283Z",fill:"#0000FE"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M8.57135 17.9314L6 22.38C7.77423 23.4085 9.81417 24 11.9998 24V18.8571C10.7484 18.8571 9.58275 18.5143 8.57135 17.9314Z",fill:"#EA2A63"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M12 18.8573V24.0002C14.1856 24.0002 16.2256 23.4088 17.9912 22.3888L15.4199 17.9402C14.4171 18.5145 13.2514 18.8573 12 18.8573Z",fill:"#B600F5"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M22.3878 17.9913L17.9393 15.4199C17.3393 16.4571 16.4737 17.3228 15.428 17.9313L17.9993 22.3799C19.8164 21.3342 21.3335 19.8171 22.3878 17.9913Z",fill:"#563EEA"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M5.1427 11.9998H0C0 14.1855 0.59141 16.2255 1.61138 17.9912L6.05981 15.4198C5.48555 14.4169 5.1427 13.2512 5.1427 11.9998Z",fill:"#FD5004"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M17.9315 8.57108L22.38 5.99965C21.3257 4.18251 19.8086 2.66537 17.9915 1.61108L15.4202 6.05965C16.4658 6.66822 17.3315 7.53394 17.9315 8.57108Z",fill:"#2DB635"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M18.8573 12H24C24 9.81426 23.4086 7.77426 22.3886 6.00854L17.9402 8.57997C18.5145 9.58283 18.8573 10.7485 18.8573 12Z",fill:"#1794C2"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M8.57136 6.06868L6.00001 1.62012C4.18292 2.6744 2.66583 4.19154 1.61157 6.00869L6.06001 8.58011C6.66856 7.5344 7.53425 6.66868 8.57136 6.06868Z",fill:"#FDB900"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M12 5.14285V0C9.81439 0 7.77445 0.591428 6.00879 1.61143L8.58014 6.06C9.58297 5.48571 10.7486 5.14285 12 5.14285Z",fill:"#FFF601"},children:[]},{name:"path",type:"element",value:"",attributes:{d:"M15.4285 6.06857L17.9998 1.62C16.2256 0.591428 14.1856 0 12 0V5.14285C13.2514 5.14285 14.4171 5.48571 15.4285 6.06857Z",fill:"#9BD52B"},children:[]}]};var D={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileDoc"},children:[{name:"path",type:"element",value:"",attributes:{fill:"url(#file-doc-a)",d:"M38 2H10a2 2 0 0 0-2 2v7.003h32V4a2 2 0 0 0-2-2Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"url(#file-doc-b)",d:"M8 29.054V36a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2v-6.946H8Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"url(#file-doc-c)",d:"M8 11.003h32v9.002H8v-9.002Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"url(#file-doc-d)",d:"M8 20.005h32v9.049H8v-9.049Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"url(#file-doc-e)",d:"M18 30H2a2 2 0 0 1-2-2V12a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"m14.403 15-1.546 7.264L11.144 15H8.957L7.19 22.489 5.597 15H3.641l2.344 10h2.352l1.713-7.689L11.764 25h2.251l2.344-10h-1.956Z"},children:[]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"linearGradient",type:"element",value:"",attributes:{id:"file-doc-a",x1:"20",x2:"20",y1:"37.852",y2:"3.799",gradientUnits:"userSpaceOnUse"},children:[{name:"stop",type:"element",value:"",attributes:{"stop-color":"#42A3F2"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:"1","stop-color":"#42A4EB"},children:[]}]},{name:"linearGradient",type:"element",value:"",attributes:{id:"file-doc-b",x1:"20",x2:"20",y1:"38",y2:"2",gradientUnits:"userSpaceOnUse"},children:[{name:"stop",type:"element",value:"",attributes:{"stop-color":"#11408A"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:"1","stop-color":"#103F8F"},children:[]}]},{name:"linearGradient",type:"element",value:"",attributes:{id:"file-doc-c",x1:"20",x2:"20",y1:"-119.825",y2:"-120.069",gradientUnits:"userSpaceOnUse"},children:[{name:"stop",type:"element",value:"",attributes:{"stop-color":"#3079D6"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:"1","stop-color":"#297CD2"},children:[]}]},{name:"linearGradient",type:"element",value:"",attributes:{id:"file-doc-d",x1:"0",x2:"40",y1:"20",y2:"20",gradientUnits:"userSpaceOnUse"},children:[{name:"stop",type:"element",value:"",attributes:{"stop-color":"#1D59B3"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:"1","stop-color":"#195BBC"},children:[]}]},{name:"linearGradient",type:"element",value:"",attributes:{id:"file-doc-e",x1:"1.488",x2:"35.052",y1:"3.339",y2:"40.63",gradientUnits:"userSpaceOnUse"},children:[{name:"stop",type:"element",value:"",attributes:{"stop-color":"#256AC2"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:"1","stop-color":"#1247AD"},children:[]}]}]}]};var R={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileGdoc"},children:[{name:"g",type:"element",value:"",attributes:{"clip-path":"url(#google-docs-picto)"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M12.083 20.417h15.834v2.916H12.083v-2.916Zm0 5H23.75v2.916H12.083v-2.916Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#1967D2",d:"m24.167 10.833 5.026.95 4.14-.95-9.166-9.166-1.265 4.345 1.265 4.821Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M12.083 15.417h15.834v2.916H12.083v-2.916Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#4285F4",d:"M24.167 10.833V1.667h-15a2.5 2.5 0 0 0-2.5 2.5v31.666a2.5 2.5 0 0 0 2.5 2.5h21.666a2.5 2.5 0 0 0 2.5-2.5v-25h-9.166Zm-.834 17.084H12.5v-2.084h10.833v2.084Zm4.167-5h-15v-2.084h15v2.084Zm0-5h-15v-2.084h15v2.084Z"},children:[]}]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"clipPath",type:"element",value:"",attributes:{id:"google-docs-picto"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M0 0h40v40H0z"},children:[]}]}]}]};var P={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileGeneric"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#919191",d:"M25.5 0 35 10v27a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h17.5Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff","fill-opacity":".7",d:"M35 11h-8a3 3 0 0 1-3-3V0h1.5L35 10v1Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M14.802 28v-4.704h1.176v-1.092h-1.176v-.324c0-.648.3-.972.804-.972.204 0 .372.048.504.132l.276-.948c-.264-.144-.612-.216-1.02-.216-1.056 0-1.824.708-1.824 2.004v.324h-.96v1.092h.96V28h1.26Zm2.772-6.504c.432 0 .78-.348.78-.78a.778.778 0 0 0-.78-.78.778.778 0 0 0-.78.78c0 .432.348.78.78.78ZM18.198 28v-5.796h-1.26V28h1.26Zm2.89 0v-8.004h-1.26V28h1.26Zm4.322.144c.912 0 1.764-.3 2.352-.852l-.576-.828c-.42.42-1.08.648-1.656.648-1.092 0-1.74-.732-1.836-1.596h4.464v-.312c0-1.824-1.104-3.144-2.844-3.144-1.716 0-2.94 1.356-2.94 3.036 0 1.836 1.284 3.048 3.036 3.048Zm1.536-3.528h-3.264c.048-.696.552-1.524 1.62-1.524 1.14 0 1.608.84 1.644 1.524Z"},children:[]}]};var U={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileGforms"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#56368A",d:"m24.167 10.833 5.026.95 4.14-.95-9.166-9.166-1.265 4.345 1.265 4.821Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#7248B9",d:"M24.167 10.833V1.667h-15a2.5 2.5 0 0 0-2.5 2.5v31.666a2.5 2.5 0 0 0 2.5 2.5h21.666a2.5 2.5 0 0 0 2.5-2.5v-25h-9.166Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M13.75 28.125a1.251 1.251 0 0 1 0-2.5 1.251 1.251 0 0 1 0 2.5Zm0-5a1.251 1.251 0 0 1 0-2.5 1.251 1.251 0 0 1 0 2.5Zm0-5a1.251 1.251 0 0 1 0-2.5 1.251 1.251 0 0 1 0 2.5Zm13.75 9.792H17.083v-2.084H27.5v2.084Zm0-5H17.083v-2.084H27.5v2.084Zm0-5H17.083v-2.084H27.5v2.084Z"},children:[]}]};var O={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileGmaps"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#FBBC04",d:"M24.858 17.594a4.87 4.87 0 0 1-7.459-6.264l-1.023-.86-7.327 8.725c.276.878.526 1.378.526 1.378 1.076 2.296 2.8 4.43 4.36 6.363a81.882 81.882 0 0 1 1.464 1.849c.29.376.572.757.846 1.143l9.636-11.475-1.023-.86Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#4285F4",d:"m25.878 18.458 7.21-8.57c-.314-.856-.597-1.346-.597-1.346A12.7 12.7 0 0 0 23.586 1.9l-7.207 8.565 1.023.86a4.87 4.87 0 0 1 7.453 6.27l1.023.862Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#34A853",d:"m32.486 8.531.005.01s1.433 2.483 1.433 6.016c0 3.724-1.433 6.493-1.433 6.493-1.241 2.388-3.82 5.539-4.296 6.111a45.068 45.068 0 0 0-4.297 6.016 21.778 21.778 0 0 0-1.528 3.915c-.191.764-.573 1.241-1.242 1.241-.668 0-.954-.286-1.24-1.241a21.198 21.198 0 0 0-1.624-4.01 38.09 38.09 0 0 0-2.81-4.225L32.486 8.53Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#1A73E8",d:"m25.03 2.265.017.016-8.028 9.466-6.032-5.115a12.699 12.699 0 0 1 10.142-4.965 12.987 12.987 0 0 1 3.9.598Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#EA4335",d:"m11.326 6.211-.033.04a12.7 12.7 0 0 0-2.96 8.21c0 3.63 1.242 6.112 1.242 6.112l.021.046 7.799-9.34-6.07-5.068Z"},children:[]}]};var T={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileGsheets"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#188038",d:"m24.167 1.667 9.166 9.166-4.583.834-4.583-.834-.834-4.583.834-4.583Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#34A853",d:"M24.167 10.833V1.667h-15a2.5 2.5 0 0 0-2.5 2.5v31.666a2.5 2.5 0 0 0 2.5 2.5h21.666a2.5 2.5 0 0 0 2.5-2.5v-25h-9.166Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M11.667 15.833v12.084h16.666V15.833H11.667Zm7.291 10H13.75v-2.916h5.208v2.916Zm0-5H13.75v-2.916h5.208v2.916Zm7.292 5h-5.208v-2.916h5.208v2.916Zm0-5h-5.208v-2.916h5.208v2.916Z"},children:[]}]};var z={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileGslides"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#F29900",d:"m24.167 1.667 9.166 9.166-4.583.834-4.583-.834-.834-4.166.834-5Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#FBBC04",d:"M24.167 10.833V1.667h-15a2.5 2.5 0 0 0-2.5 2.5v31.666a2.5 2.5 0 0 0 2.5 2.5h21.666a2.5 2.5 0 0 0 2.5-2.5v-25h-9.166Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M11.667 15.833v11.25h16.666v-11.25H11.667ZM26.25 25h-12.5v-7.083h12.5V25Z"},children:[]}]};var N={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileLoom"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#625DF5",d:"M37.5 18.055H27.265l8.865-5.117-1.948-3.376-8.862 5.12 5.115-8.864-3.372-1.948-5.113 8.863V2.5h-3.9v10.235L12.935 3.87l-3.37 1.947 5.115 8.863-8.863-5.115-1.947 3.37 8.865 5.117H2.5v3.893h10.232L3.87 27.062l1.947 3.375 8.863-5.117-5.117 8.862 3.374 1.948 5.115-8.865V37.5h3.893V27.265l5.117 8.865 3.373-1.948-5.117-8.865 8.862 5.118 1.947-3.372-8.862-5.115h10.233l.002-3.893ZM20 25.295a5.315 5.315 0 1 1 0-10.63 5.315 5.315 0 0 1 0 10.63Z"},children:[]}]};var Y={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileOnedrive"},children:[{name:"g",type:"element",value:"",attributes:{"clip-path":"url(#onedrive-picto-path)"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#0364B8",d:"M15.253 14.116v-.001l8.398 5.03 5.003-2.106a8.095 8.095 0 0 1 3.77-.644 12.502 12.502 0 0 0-22.552-3.767c.043 0 .085-.003.128-.003a9.952 9.952 0 0 1 5.253 1.491Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#0078D4",d:"M15.253 14.115v.001A9.952 9.952 0 0 0 10 12.625c-.043 0-.085.003-.128.003a9.996 9.996 0 0 0-8.075 15.713l21.854-9.197-8.398-5.03Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#1490DF",d:"M32.423 16.395a8.095 8.095 0 0 0-3.77.643l-5.002 2.107 15.377 9.21a8.126 8.126 0 0 0-6.605-11.96Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#28A8EA",d:"M23.65 19.145 1.797 28.34A9.986 9.986 0 0 0 10 32.625h21.875a8.123 8.123 0 0 0 7.153-4.27l-15.377-9.21Z"},children:[]}]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"clipPath",type:"element",value:"",attributes:{id:"onedrive-picto-path"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M0 0h40v40H0z"},children:[]}]}]}]};var q={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"filePdf"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#CB0606",d:"M25.5 0 35 10v27a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h17.5Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff","fill-opacity":".7",d:"M35 11h-8a3 3 0 0 1-3-3V0h1.5L35 10v1Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M14.936 28.144c1.5 0 2.568-1.14 2.568-3.048 0-1.908-1.068-3.036-2.568-3.036-.756 0-1.428.36-1.86.936v-.792h-1.26v8.004h1.26v-3.012c.48.612 1.128.948 1.86.948Zm-.372-1.116c-.588 0-1.212-.36-1.488-.792v-2.292c.288-.432.9-.768 1.488-.768.996 0 1.644.792 1.644 1.92s-.648 1.932-1.644 1.932Zm9.541.972v-8.004h-1.26v3.012a2.26 2.26 0 0 0-1.86-.948c-1.488 0-2.568 1.164-2.568 3.036 0 1.92 1.092 3.048 2.568 3.048.756 0 1.416-.36 1.86-.936V28h1.26Zm-2.748-.972c-1.008 0-1.644-.804-1.644-1.932 0-1.116.636-1.92 1.644-1.92.588 0 1.212.348 1.488.78v2.292c-.276.432-.9.78-1.488.78ZM27.31 28v-4.704h1.176v-1.092H27.31v-.324c0-.648.3-.972.804-.972.276 0 .492.096.66.252l.492-.78c-.348-.372-.864-.504-1.392-.504-1.092 0-1.824.744-1.824 2.004v.324h-.96v1.092h.96V28h1.26Z"},children:[]}]};var X={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"filePpt"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#DC4C2C",d:"M4 20c0 9.941 8.059 18 18 18s18-8.059 18-18H4Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#F7A278",d:"M22 2v18h18c0-9.941-8.059-18-18-18Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#C06346",d:"M22 2C12.059 2 4 10.059 4 20h18V2Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#9B341F",d:"M18.319 30H1.681A1.682 1.682 0 0 1 0 28.319V11.681C0 10.753.753 10 1.681 10h16.638c.928 0 1.681.753 1.681 1.681v16.638c0 .928-.753 1.681-1.681 1.681Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M10.673 15.012H6v10h2.024v-3.521H10.3a3.397 3.397 0 0 0 3.397-3.397v-.058a3.024 3.024 0 0 0-3.024-3.024Zm.897 3.346c0 .859-.697 1.556-1.556 1.556h-1.99v-3.325h1.99c.859 0 1.556.697 1.556 1.556v.213Z"},children:[]}]};var j={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileSharepoint"},children:[{name:"g",type:"element",value:"",attributes:{"clip-path":"url(#sharepoint-picto-path-a)"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#036C70",d:"M20.465 22.786c6.165 0 11.163-4.998 11.163-11.163S26.63.46 20.465.46 9.302 5.458 9.302 11.623 14.3 22.786 20.465 22.786Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#1A9BA1",d:"M29.767 32.088C35.42 32.088 40 27.507 40 21.855c0-5.65-4.581-10.232-10.233-10.232-5.65 0-10.232 4.581-10.232 10.232 0 5.652 4.581 10.233 10.232 10.233Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#37C6D0",d:"M21.86 39.53a7.907 7.907 0 1 0 0-15.814 7.907 7.907 0 0 0 0 15.814Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"url(#sharepoint-picto-path-b)",d:"M1.705 9.762H18.76c.942 0 1.705.764 1.705 1.705v17.055c0 .942-.763 1.705-1.705 1.705H1.705A1.705 1.705 0 0 1 0 28.522V11.467c0-.941.763-1.705 1.705-1.705Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M7.616 19.787a3.147 3.147 0 0 1-.976-1.032 2.808 2.808 0 0 1-.34-1.411 2.715 2.715 0 0 1 .632-1.828c.45-.512 1.03-.89 1.68-1.096a7.097 7.097 0 0 1 2.295-.355 8.738 8.738 0 0 1 3.023.423v2.14a4.72 4.72 0 0 0-1.367-.559 6.659 6.659 0 0 0-1.6-.191 3.459 3.459 0 0 0-1.643.348c-.395.17-.65.558-.651.988a1 1 0 0 0 .279.699c.213.222.465.402.744.532.31.154.775.36 1.395.616.069.021.135.048.2.08.61.239 1.199.529 1.76.868.424.262.78.62 1.04 1.047a3.05 3.05 0 0 1 .372 1.582 2.942 2.942 0 0 1-.592 1.903 3.31 3.31 0 0 1-1.581 1.064 7.17 7.17 0 0 1-2.255.328c-.686.003-1.37-.053-2.047-.168a7.008 7.008 0 0 1-1.658-.487v-2.256a5.346 5.346 0 0 0 1.674.8 6.55 6.55 0 0 0 1.847.296c.58.036 1.16-.086 1.675-.356.36-.203.58-.59.571-1.003a1.07 1.07 0 0 0-.316-.769 3.186 3.186 0 0 0-.872-.607c-.372-.186-.92-.431-1.644-.736a9.343 9.343 0 0 1-1.645-.86Z"},children:[]}]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"linearGradient",type:"element",value:"",attributes:{id:"sharepoint-picto-path-b",x1:"6.949",x2:"32.141",y1:"-2.084",y2:"42.587",gradientUnits:"userSpaceOnUse"},children:[{name:"stop",type:"element",value:"",attributes:{"stop-color":"#058F92"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:".5","stop-color":"#038489"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:"1","stop-color":"#026D71"},children:[]}]},{name:"clipPath",type:"element",value:"",attributes:{id:"sharepoint-picto-path-a"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M0 0h40v40H0z"},children:[]}]}]}]};var I={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileStream"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#AA2C6C",d:"M9.156 20v14.561c0 2.987 3.224 4.785 5.664 3.159l21.843-14.561c1.113-.743 1.67-1.95 1.67-3.158H9.156Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#E65AA0",d:"M14.807 2.271c-2.438-1.61-5.651.186-5.651 3.168V20h29.177c0-1.204-.552-2.407-1.657-3.15l-.013-.01L14.82 2.282l-.014-.01Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#F37FBC",d:"M1.667 11.27c0-1.517 1.659-2.411 2.875-1.55l12.32 8.73c1.057.75 1.057 2.352 0 3.1l-12.32 8.73c-1.216.862-2.875-.032-2.875-1.55V11.27Z"},children:[]}]};var J={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileTxt"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#64A5F7",d:"M25.5 0 35 10v27a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h17.5Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff","fill-opacity":".7",d:"M35 11h-8a3 3 0 0 1-3-3V0h1.5L35 10v1Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M15.754 28.144c.575 0 .947-.168 1.176-.372l-.3-.96c-.096.108-.313.216-.552.216-.36 0-.553-.3-.553-.696v-3.036h1.176v-1.092h-1.176V20.62h-1.26v1.584h-.96v1.092h.96v3.348c0 .972.505 1.5 1.489 1.5ZM22.922 28l-2.136-2.976 2.004-2.82h-1.416l-1.38 1.956-1.368-1.956H17.21l2.004 2.82L17.078 28h1.416l1.512-2.136 1.5 2.136h1.416Zm2.628.144c.576 0 .948-.168 1.176-.372l-.3-.96c-.096.108-.312.216-.552.216-.36 0-.552-.3-.552-.696v-3.036h1.176v-1.092h-1.176V20.62h-1.26v1.584h-.96v1.092h.96v3.348c0 .972.504 1.5 1.488 1.5Z"},children:[]}]};var K={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileXls"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#169154",d:"M25 2H11.744C10.781 2 10 2.781 10 3.744v7.259h15V2Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#18482A",d:"M10 29.054v7.202c0 .963.781 1.744 1.743 1.744H25v-8.946H10Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#0C8045",d:"M10 11.003h15v9.002H10v-9.002Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#17472A",d:"M10 20.005h15v9.049H10v-9.049Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#29C27F",d:"M38.256 2H25v9.003h15V3.744C40 2.781 39.219 2 38.256 2Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#27663F",d:"M25 29.054V38h13.257c.962 0 1.743-.781 1.743-1.743v-7.202l-15-.001Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#19AC65",d:"M25 11.003h15v9.002H25v-9.002Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#129652",d:"M25 20.005h15v9.05l-15-.001v-9.049Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#0C7238",d:"M18.319 30H1.681A1.682 1.682 0 0 1 0 28.319V11.681C0 10.753.753 10 1.681 10h16.638c.928 0 1.681.753 1.681 1.681v16.638c0 .928-.753 1.681-1.681 1.681Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M5.807 15h2.386l1.936 3.754L12.175 15h2.229l-3.071 5 3.141 5h-2.351l-2.11-3.93L7.912 25H5.526l3.193-5.018L5.807 15Z"},children:[]}]};var Q={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileZip"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#1F1F1F",d:"M25.5 0 35 10v27a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h17.5Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff","fill-opacity":".7",d:"M35 11h-8a3 3 0 0 1-3-3V0h1.5L35 10v1Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M17.16 28v-1.104h-2.952l2.904-3.78v-.912h-4.548v1.092h2.856l-2.856 3.744V28h4.596Zm1.999-6.504c.432 0 .78-.348.78-.78a.778.778 0 0 0-.78-.78.778.778 0 0 0-.78.78c0 .432.348.78.78.78ZM19.783 28v-5.796h-1.26V28h1.26Zm4.755.144c1.5 0 2.568-1.14 2.568-3.048 0-1.908-1.068-3.036-2.568-3.036-.756 0-1.428.36-1.86.936v-.792h-1.26v8.004h1.26v-3.012c.48.612 1.128.948 1.86.948Zm-.372-1.116c-.588 0-1.212-.36-1.488-.792v-2.292c.288-.432.9-.768 1.488-.768.996 0 1.644.792 1.644 1.92s-.648 1.932-1.644 1.932Z"},children:[]}]};var _={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 36 36","data-mrl-svg-name":"framesA4"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
114
|
+
.mrl-picto-border { fill: #4e4e4e; }
|
|
115
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"m22.711 10.056 2.078 1.859a.734.734 0 0 1 .244.546v14.706a.733.733 0 0 1-.733.733H11.833a.733.733 0 0 1-.733-.733V8.833c0-.405.328-.733.733-.733h8.4c.179 0 .352.066.486.185l1.992 1.77Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-border","fill-rule":"evenodd",d:"m25.523 11.095-2.078-1.86-1.995-1.772A1.833 1.833 0 0 0 20.232 7h-8.399C10.821 7 10 7.82 10 8.833v18.334c0 1.012.82 1.833 1.833 1.833H24.3c1.012 0 1.833-.82 1.833-1.833V12.46c0-.521-.222-1.018-.61-1.366Zm-5.012-2.94a.734.734 0 0 0-.279-.055h-8.399a.733.733 0 0 0-.733.733v18.334c0 .405.328.733.733.733H24.3a.733.733 0 0 0 .733-.733V12.46a.734.734 0 0 0-.077-.328h-3.712a.733.733 0 0 1-.733-.733V8.155Z","clip-rule":"evenodd"},children:[]}]};var $={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 36 36","data-mrl-svg-name":"framesCustom"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
116
|
+
.mrl-picto-border { fill: #4e4e4e; }
|
|
117
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M2.085 7.953c0-.466.373-.844.834-.844h30.164a.84.84 0 0 1 .834.844v21.094a.839.839 0 0 1-.834.844H2.92a.839.839 0 0 1-.834-.844V7.953Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-border","fill-rule":"evenodd",d:"M2.919 5.844h30.164c1.152 0 2.085.944 2.085 2.11v21.093c0 1.165-.933 2.11-2.085 2.11H2.92c-1.152 0-2.085-.945-2.085-2.11V7.953c0-1.165.933-2.11 2.085-2.11Zm0 1.265a.839.839 0 0 0-.834.844v21.094c0 .466.373.844.834.844h30.164a.84.84 0 0 0 .834-.844V7.953a.839.839 0 0 0-.834-.844H2.92Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-border",d:"M32.664 29.469a.84.84 0 0 1 .834-.844h1.668a.84.84 0 0 1 .834.844v1.687a.839.839 0 0 1-.834.844h-1.668a.839.839 0 0 1-.834-.844V29.47ZM0 29.469c0-.466.373-.844.834-.844h1.668a.84.84 0 0 1 .834.844v1.687a.839.839 0 0 1-.834.844H.834A.839.839 0 0 1 0 31.156V29.47ZM0 5.844C0 5.378.373 5 .834 5h1.668a.84.84 0 0 1 .834.844V7.53a.839.839 0 0 1-.834.844H.834A.839.839 0 0 1 0 7.531V5.844Zm32.664 0A.84.84 0 0 1 33.498 5h1.668a.84.84 0 0 1 .834.844V7.53a.839.839 0 0 1-.834.844h-1.668a.839.839 0 0 1-.834-.844V5.844Z"},children:[]}]};var e1={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 36 36","data-mrl-svg-name":"framesGrid"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
118
|
+
.mrl-picto-border { fill: #4e4e4e; }
|
|
119
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M1.312 7.167a.87.87 0 0 1 .874-.867h31.628a.87.87 0 0 1 .874.867v21.666a.87.87 0 0 1-.874.867H2.186a.87.87 0 0 1-.874-.867V7.167Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-border","fill-rule":"evenodd",d:"M2.186 5h31.628C35.021 5 36 5.97 36 7.167v21.666A2.176 2.176 0 0 1 33.814 31H2.186A2.176 2.176 0 0 1 0 28.833V7.167C0 5.97.979 5 2.186 5Zm0 1.3a.87.87 0 0 0-.874.867v21.666a.87.87 0 0 0 .874.867h31.628a.87.87 0 0 0 .874-.867V7.167a.87.87 0 0 0-.874-.867H2.186Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-border",d:"M3.06 8.467a.87.87 0 0 1 .875-.867h2.623a.87.87 0 0 1 .874.867v2.6a.87.87 0 0 1-.874.866H3.935a.87.87 0 0 1-.875-.866v-2.6Zm5.247 0A.87.87 0 0 1 9.18 7.6h2.623a.87.87 0 0 1 .874.867v2.6a.87.87 0 0 1-.874.866H9.181a.87.87 0 0 1-.874-.866v-2.6Zm5.246 0a.87.87 0 0 1 .874-.867h2.623a.87.87 0 0 1 .875.867v2.6a.87.87 0 0 1-.875.866h-2.623a.87.87 0 0 1-.874-.866v-2.6Zm-10.493 5.2a.87.87 0 0 1 .875-.867h2.623a.87.87 0 0 1 .874.867v2.6a.87.87 0 0 1-.874.866H3.935a.87.87 0 0 1-.875-.866v-2.6Zm0 5.2A.87.87 0 0 1 3.935 18h2.623a.87.87 0 0 1 .874.867v2.6a.87.87 0 0 1-.874.866H3.935a.87.87 0 0 1-.875-.866v-2.6Zm5.247-5.2a.87.87 0 0 1 .874-.867h2.623a.87.87 0 0 1 .874.867v2.6a.87.87 0 0 1-.874.866H9.181a.87.87 0 0 1-.874-.866v-2.6Z"},children:[]}]};var t1={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 36 36","data-mrl-svg-name":"framesLetter"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
120
|
+
.mrl-picto-border { fill: #4e4e4e; }
|
|
121
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"m23.267 10.001 2.374 1.886c.164.13.26.323.26.525V27.28c0 .38-.329.689-.734.689H10.833c-.405 0-.733-.309-.733-.689V8.721c0-.38.328-.689.733-.689h9.672c.172 0 .34.058.472.162L23.267 10Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-border","fill-rule":"evenodd",d:"m26.351 11.099-2.374-1.886-2.293-1.81A1.906 1.906 0 0 0 20.504 7h-9.671C9.82 7 9 7.77 9 8.72v18.56c0 .95.82 1.72 1.833 1.72h14.334C26.18 29 27 28.23 27 27.28V12.411a1.68 1.68 0 0 0-.649-1.313Zm-.534.994h-4.312c-.405 0-.733-.308-.733-.688V8.08a.775.775 0 0 0-.267-.048h-9.672c-.405 0-.733.309-.733.689v18.558c0 .38.328.689.733.689h14.334c.405 0 .733-.309.733-.689V12.412a.655.655 0 0 0-.083-.319Z","clip-rule":"evenodd"},children:[]}]};var l1={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 36 36","data-mrl-svg-name":"framesPhone"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
122
|
+
.mrl-picto-border { fill: #4e4e4e; }
|
|
123
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M13.1 8.833c0-.405.328-.733.733-.733h8.83c.405 0 .733.328.733.733v18.334a.733.733 0 0 1-.733.733h-8.83a.733.733 0 0 1-.733-.733V8.833Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-border","fill-rule":"evenodd",d:"M13.833 7h8.83c1.012 0 1.833.82 1.833 1.833v18.334c0 1.012-.82 1.833-1.833 1.833h-8.83A1.833 1.833 0 0 1 12 27.167V8.833C12 7.821 12.82 7 13.833 7Zm0 1.1a.733.733 0 0 0-.733.733v18.334c0 .405.328.733.733.733h8.83a.733.733 0 0 0 .733-.733V8.833a.733.733 0 0 0-.733-.733h-8.83Z","clip-rule":"evenodd"},children:[]}]};var a1={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 36 36","data-mrl-svg-name":"framesPresentation"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
124
|
+
.mrl-picto-border { fill: #4e4e4e; }
|
|
125
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M1.142 8.833c0-.405.341-.733.762-.733h32.192c.421 0 .762.328.762.733v18.334c0 .405-.341.733-.762.733H1.904c-.421 0-.762-.328-.762-.733V8.833Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-border","fill-rule":"evenodd",d:"M1.904 7h32.192C35.148 7 36 7.82 36 8.833v18.334C36 28.179 35.148 29 34.096 29H1.904C.852 29 0 28.18 0 27.167V8.833C0 7.821.852 7 1.904 7Zm0 1.1c-.421 0-.762.328-.762.733v18.334c0 .405.341.733.762.733h32.192c.421 0 .762-.328.762-.733V8.833c0-.405-.341-.733-.762-.733H1.904Z","clip-rule":"evenodd"},children:[]}]};var r1={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 36 36","data-mrl-svg-name":"framesSquare"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
126
|
+
.mrl-picto-border { fill: #4e4e4e; }
|
|
127
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M8.1 8.833c0-.405.328-.733.733-.733h18.334c.405 0 .733.328.733.733v18.334a.733.733 0 0 1-.733.733H8.833a.733.733 0 0 1-.733-.733V8.833Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-border","fill-rule":"evenodd",d:"M8.833 7h18.334C28.179 7 29 7.82 29 8.833v18.334C29 28.179 28.18 29 27.167 29H8.833A1.833 1.833 0 0 1 7 27.167V8.833C7 7.821 7.82 7 8.833 7Zm0 1.1a.733.733 0 0 0-.733.733v18.334c0 .405.328.733.733.733h18.334a.733.733 0 0 0 .733-.733V8.833a.733.733 0 0 0-.733-.733H8.833Z","clip-rule":"evenodd"},children:[]}]};var n1={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 36 36","data-mrl-svg-name":"framesTablet"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
128
|
+
.mrl-picto-border { fill: #4e4e4e; }
|
|
129
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M10.1 8.833c0-.405.328-.733.733-.733h13.714c.405 0 .733.328.733.733v18.334a.733.733 0 0 1-.733.733H10.833a.733.733 0 0 1-.733-.733V8.833Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-border","fill-rule":"evenodd",d:"M10.833 7h13.714c1.012 0 1.833.82 1.833 1.833v18.334c0 1.012-.82 1.833-1.833 1.833H10.833A1.833 1.833 0 0 1 9 27.167V8.833C9 7.821 9.82 7 10.833 7Zm0 1.1a.733.733 0 0 0-.733.733v18.334c0 .405.328.733.733.733h13.714a.733.733 0 0 0 .733-.733V8.833a.733.733 0 0 0-.733-.733H10.833Z","clip-rule":"evenodd"},children:[]}]};var i1={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"logoGoogle"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#4285F4",d:"M24 12.27c0-.79-.072-1.54-.194-2.27H12.26v4.51h6.611c-.296 1.48-1.165 2.73-2.452 3.58v3h3.944C22.672 19 24 15.92 24 12.27Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#34A853",d:"M12.26 24c3.31 0 6.08-1.08 8.103-2.91l-3.944-3c-1.104.72-2.503 1.16-4.158 1.16-3.198 0-5.906-2.11-6.877-4.96H1.318v3.09C3.331 21.3 7.468 24 12.261 24Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#FBBC05",d:"M5.384 14.29A6.83 6.83 0 0 1 4.996 12c0-.8.143-1.57.388-2.29V6.62H1.318A11.657 11.657 0 0 0 0 12c0 1.94.48 3.76 1.318 5.38l4.066-3.09Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#EA4335",d:"M12.26 4.75c1.809 0 3.423.61 4.7 1.8l3.495-3.42C18.34 1.19 15.57 0 12.26 0 7.469 0 3.33 2.7 1.318 6.62l4.066 3.09c.971-2.85 3.679-4.96 6.877-4.96Z"},children:[]}]};var c1={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"logoMicrosoft"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#F25022",d:"M11.421 1H1v10.421h10.421V1Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#00A4EF",d:"M11.421 12.579H1V23h10.421V12.579Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#7FBA00",d:"M23 1H12.579v10.421H23V1Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#FFB900",d:"M23 12.579H12.579V23H23V12.579Z"},children:[]}]};var o1={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"logoVimeo"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#00B2EA","fill-rule":"evenodd",d:"M38.98 10.421c-.164 3.658-2.752 8.659-7.743 15.004-5.166 6.635-9.543 9.95-13.12 9.95-2.212 0-4.087-2.017-5.617-6.064-1.026-3.714-2.044-7.427-3.068-11.13-1.14-4.049-2.36-6.072-3.664-6.072-.284 0-1.274.59-2.98 1.773L1 11.602a509.665 509.665 0 0 0 5.539-4.885c2.493-2.137 4.368-3.258 5.62-3.375 2.948-.283 4.767 1.714 5.453 5.984.73 4.612 1.245 7.478 1.528 8.601.854 3.822 1.788 5.729 2.811 5.729.793 0 1.986-1.235 3.577-3.705 1.591-2.475 2.438-4.355 2.554-5.65.228-2.137-.623-3.199-2.554-3.199-.91 0-1.848.19-2.81.589 1.876-6.014 5.451-8.938 10.733-8.767 3.912.108 5.76 2.612 5.53 7.497Z","clip-rule":"evenodd"},children:[]}]};var m1={name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"logoYoutube"},children:[{name:"path",type:"element",value:"",attributes:{fill:"red",d:"M37.567 10.831c-.423-1.64-1.664-2.929-3.242-3.368C31.467 6.667 20 6.667 20 6.667s-11.467 0-14.325.796c-1.579.44-2.82 1.728-3.242 3.368C1.667 13.801 1.667 20 1.667 20s0 6.2.766 9.17c.423 1.64 1.663 2.928 3.242 3.367 2.858.796 14.325.796 14.325.796s11.467 0 14.325-.796c1.578-.44 2.82-1.728 3.242-3.368.766-2.97.766-9.169.766-9.169s-.003-6.2-.766-9.169Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"m16.667 25.833 10-5.833-10-5.833v11.666Z"},children:[]}]};export{e as brandSymbol,t as brandWordmark,B as checkboxCustom,A as colorBorder,H as colorBorderMixed,V as colorBorderNone,W as colorFill,k as colorFillMixed,F as colorFillNone,G as colorPicker,S as colorTransparent,E as customColors,l as drawEraser,a as drawStrokeFine,r as drawStrokeHighlighter,n as drawStrokeMedium,i as drawStrokeUltraFine,c as drawWeight10,o as drawWeight100,m as drawWeight20,s as drawWeight30,d as drawWeight40,p as drawWeight50,h as drawWeight60,u as drawWeight70,v as drawWeight80,f as drawWeight90,D as fileDoc,R as fileGdoc,P as fileGeneric,U as fileGforms,O as fileGmaps,T as fileGsheets,z as fileGslides,N as fileLoom,Y as fileOnedrive,q as filePdf,X as filePpt,j as fileSharepoint,I as fileStream,J as fileTxt,K as fileXls,Q as fileZip,_ as framesA4,$ as framesCustom,e1 as framesGrid,t1 as framesLetter,l1 as framesPhone,a1 as framesPresentation,r1 as framesSquare,n1 as framesTablet,b as logoGmail,i1 as logoGoogle,c1 as logoMicrosoft,y as logoSlackColor,o1 as logoVimeo,m1 as logoYoutube,Z as sticky,g as stickyRectangle,w as stickyRound,x as stickyRounded,C as voteAdd,M as voteAnonymous,L as voteRemove};
|
package/dist/esm/drawEraser.d.ts
CHANGED
|
@@ -66,7 +66,7 @@ declare const drawEraser: {
|
|
|
66
66
|
readonly attributes: {
|
|
67
67
|
readonly class: "mrl-picto-color-offset";
|
|
68
68
|
readonly "fill-rule": "evenodd";
|
|
69
|
-
readonly d: "
|
|
69
|
+
readonly d: "M4.757 2.757A6 6 0 0 1 9 1h6a6 6 0 0 1 6 6v13.75A2.25 2.25 0 0 1 18.75 23H5.25A2.25 2.25 0 0 1 3 20.75V7a6 6 0 0 1 1.757-4.243Zm.707.707A5 5 0 0 1 9 2h6a5 5 0 0 1 5 5v13.75c0 .69-.56 1.25-1.25 1.25H5.25C4.56 22 4 21.44 4 20.75V7a5 5 0 0 1 1.464-3.536Z";
|
|
70
70
|
readonly "clip-rule": "evenodd";
|
|
71
71
|
};
|
|
72
72
|
readonly children: readonly [];
|
package/dist/esm/drawEraser.js
CHANGED
|
@@ -2,4 +2,4 @@ var e={classic:{name:"svg",type:"element",value:"",attributes:{viewBox:"0 0 24 2
|
|
|
2
2
|
.mrl-picto-draw-pen { fill: #BBBBBB; }
|
|
3
3
|
.mrl-picto-draw-eraser-tip { fill: #DEDEDE; }
|
|
4
4
|
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
5
|
-
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-draw-pen",d:"M4 7a5 5 0 0 1 5-5h6a5 5 0 0 1 5 5v13.75c0 .69-.56 1.25-1.25 1.25H5.25C4.56 22 4 21.44 4 20.75V7Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-draw-eraser-tip",d:"M9 2a5 5 0 0 0-5 5v5h16V7a5 5 0 0 0-5-5H9Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"
|
|
5
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-draw-pen",d:"M4 7a5 5 0 0 1 5-5h6a5 5 0 0 1 5 5v13.75c0 .69-.56 1.25-1.25 1.25H5.25C4.56 22 4 21.44 4 20.75V7Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-draw-eraser-tip",d:"M9 2a5 5 0 0 0-5 5v5h16V7a5 5 0 0 0-5-5H9Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M4.757 2.757A6 6 0 0 1 9 1h6a6 6 0 0 1 6 6v13.75A2.25 2.25 0 0 1 18.75 23H5.25A2.25 2.25 0 0 1 3 20.75V7a6 6 0 0 1 1.757-4.243Zm.707.707A5 5 0 0 1 9 2h6a5 5 0 0 1 5 5v13.75c0 .69-.56 1.25-1.25 1.25H5.25C4.56 22 4 21.44 4 20.75V7a5 5 0 0 1 1.464-3.536Z","clip-rule":"evenodd"},children:[]}]}};export{e as drawEraser};
|