@muraldevkit/ds-pictograms 1.2.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/dist/availableSvgs/index.d.ts +2 -0
- package/dist/availableSvgs/index.js +67 -0
- 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/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/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 +21 -5
- 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 +23 -7
- 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/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/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
package/dist/esm/index.js
CHANGED
|
@@ -18,11 +18,11 @@ var e={classic:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www
|
|
|
18
18
|
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
19
19
|
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M2.512 6.736c8.915-4.33 14.837-4.886 16.09-.428.665 2.372-.215 4.477-2.314 6.93l-.247.286c-.223.252-1.743 1.881-2.04 2.253-.407.509-.482.73-.448.769.484.55.96.519 2.461-.158l.458-.211c1.11-.521 1.74-.752 2.477-.828.82-.084 1.573.095 2.263.586.65.463.888 1.195.817 2.067-.036.447-.15.91-.319 1.376a6.328 6.328 0 0 1-.328.765.554.554 0 1 1-.98-.517l.092-.19c.052-.117.113-.265.175-.435.137-.38.23-.752.256-1.088.043-.52-.072-.874-.355-1.075-.462-.33-.947-.445-1.507-.387-.47.049-.92.191-1.617.499l-1.017.466c-1.958.877-2.77.93-3.708-.14-.534-.606-.303-1.294.415-2.191l.176-.207c.519-.596 1.725-1.891 1.899-2.088 2.05-2.321 2.885-4.183 2.324-6.182-.958-3.41-6.223-2.914-14.539 1.125a.554.554 0 1 1-.484-.997Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset",d:"M1.988 5.657A1.754 1.754 0 0 0 3.52 8.812l.834-.397C11.598 5.022 15.77 4.76 16.38 6.932c.39 1.39-.12 2.788-1.838 4.798l-.259.297-1.525 1.668c-.14.154-.257.286-.351.394l-.187.221c-1.112 1.388-1.391 2.633-.4 3.76 1.333 1.516 2.644 1.541 5.1.441l1.026-.47c.587-.26.922-.364 1.24-.396l.135-.008a.86.86 0 0 1 .343.06l.083.04-.014.044-.004.035a3.15 3.15 0 0 1-.189.778l-.094.241a4.273 4.273 0 0 1-.047.108l-.078.162c-.433.819-.104 1.88.753 2.331a1.754 1.754 0 0 0 2.37-.734 7.53 7.53 0 0 0 .395-.916c.21-.581.343-1.144.387-1.687.105-1.306-.318-2.43-1.318-3.142-.918-.653-1.96-.917-3.082-.802l-.214.026c-.555.077-1.07.226-1.75.508l-.432.187.51-.558.254-.292c2.456-2.873 3.325-5.33 2.563-8.043C18.238.583 11.843.87 1.988 5.657Zm16.613.651c.666 2.372-.214 4.477-2.313 6.93l-.247.286c-.223.252-1.743 1.881-2.04 2.253-.407.509-.482.73-.448.769.484.55.96.519 2.461-.158l.458-.211c1.11-.521 1.74-.752 2.477-.828.82-.084 1.573.095 2.263.586.65.463.888 1.195.817 2.067-.036.447-.15.91-.319 1.376a6.328 6.328 0 0 1-.328.765.554.554 0 1 1-.98-.517l.092-.19c.052-.117.113-.265.175-.435.137-.38.23-.752.256-1.088.043-.52-.072-.874-.355-1.075-.462-.33-.947-.445-1.507-.387-.47.049-.92.191-1.617.499l-1.017.466c-1.958.877-2.77.93-3.708-.14-.534-.606-.303-1.294.415-2.191l.176-.207.49-.55c.567-.625 1.279-1.39 1.409-1.538 2.05-2.321 2.885-4.183 2.324-6.182-.958-3.41-6.223-2.914-14.539 1.125a.554.554 0 1 1-.484-.997l.854-.407c8.438-3.953 14.023-4.335 15.235-.021Z"},children:[]}]},default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight10"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
20
20
|
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
21
|
-
`,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
|
|
21
|
+
`,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 m={classic:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight100"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
22
22
|
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
23
23
|
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M12.178 2.182c3.728-.473 6.757 1.046 7.763 4.63.543 1.933.366 3.645-.369 5.298l-.108.23.196.071c.348.136.687.309 1.015.52l.243.164c1.562 1.111 2.102 2.773 1.964 4.475a7.422 7.422 0 0 1-.438 1.938 8.206 8.206 0 0 1-.445 1.023 3.546 3.546 0 0 1-6.46-.421l-.025-.073-.193.07a6.706 6.706 0 0 1-.595.169l-.304.063c-1.71.311-3.405-.18-4.636-1.58-1.03-1.172-1.22-2.665-.771-3.997.226-.67.561-1.207 1.022-1.783l.224-.265c.123-.141.273-.309.43-.483l1.159-1.265c.652-.739 1.017-1.275 1.18-1.662l.033-.087-.181.026c-1.355.216-3.423.989-6.276 2.355l-.413.2a3.546 3.546 0 0 1-3.098-6.38l.984-.47c3.366-1.583 5.92-2.49 8.1-2.767Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset",d:"m9.644 11.432.462-.189-.577.641-.33.386c-.594.743-.968 1.381-1.224 2.142-.594 1.764-.264 3.649.987 5.072l.193.21c1.438 1.497 3.413 2.098 5.463 1.725l.32-.067.035.059a4.643 4.643 0 0 0 7.996-.368c.175-.33.35-.726.507-1.162.27-.75.44-1.477.5-2.223.179-2.21-.624-4.179-2.421-5.457l-.266-.18-.305-.186-.106-.058.082-.242c.51-1.625.528-3.273.037-5.02-1.128-4.017-4.57-5.979-8.957-5.422-2.254.286-4.862 1.185-8.428 2.862l-.99.474a4.643 4.643 0 1 0 4.05 8.356l.41-.199.914-.429a50.44 50.44 0 0 1 1.648-.725Zm10.297-4.62c.543 1.933.366 3.645-.369 5.298l-.108.23.196.071c.348.136.687.309 1.015.52l.243.164c1.562 1.111 2.102 2.773 1.964 4.475a7.422 7.422 0 0 1-.438 1.938 8.206 8.206 0 0 1-.445 1.023 3.546 3.546 0 0 1-6.46-.421l-.025-.073-.193.07a6.706 6.706 0 0 1-.595.169l-.304.063c-1.71.311-3.405-.18-4.636-1.58-1.03-1.172-1.22-2.665-.771-3.997.226-.67.561-1.207 1.022-1.783l.224-.265.43-.483 1.159-1.265c.652-.739 1.017-1.275 1.18-1.662l.033-.087-.181.026c-1.29.206-3.227.917-5.874 2.164l-.815.39A3.546 3.546 0 0 1 3.095 5.42l.984-.47c3.366-1.584 5.92-2.491 8.1-2.767 3.727-.473 6.756 1.046 7.762 4.63Z"},children:[]}]},default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight100"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
24
24
|
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
25
|
-
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{d:"M20.907 4.993c.356-1.241-.349-2.54-1.573-2.9a2.305 2.305 0 0 0-2.861 1.595c-.228.796-.482 1.073-.582 1.161-.085.074-.207.145-.498.176-.337.036-.76.003-1.38-.082l-.268-.038c-.505-.073-1.198-.174-1.812-.174-.239 0-.887.015-1.518.431a2.468 2.468 0 0 0-.932 1.143 2.533 2.533 0 0 0-.153 1.314c.09.603.372 1.04.492 1.217.154.228.327.429.474.587.21.228.475.484.765.75C9.88 9.605 8.67 9.028 7.738 8.67c-.517-.198-1.363-.503-2.162-.478-.402.012-1.433.13-2.114 1.113-.666.962-.45 1.971-.336 2.363.217.741.687 1.308.982 1.632.344.38.757.753 1.168 1.1.638.539 1.428 1.142 2.209 1.738l.632.484c1.012.778 1.986 1.55 2.792 2.301.842.784 1.318 1.382 1.51 1.776a2.295 2.295 0 0 0 3.095 1.057 2.355 2.355 0 0 0 1.043-3.136 8.434 8.434 0 0 0-1.086-1.64c.592.118 1.311.185 2.012.015a3.007 3.007 0 0 0 1.685-1.073c.495-.638.639-1.357.639-1.944 0-.892-.346-1.645-.638-2.148a9.302 9.302 0 0 0-1.1-1.476 19 19 0 0 0-.916-.95A5.165 5.165 0 0 0 18.91 8.39c.955-.835 1.596-1.997 1.997-3.397Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M8.554 5.933a3.533 3.533 0 0 0-.202 1.904 16.721 16.721 0 0 0-.256-.1c-.507-.195-1.526-.576-2.55-.545-.51.016-1.952.165-2.906 1.544-.929 1.341-.615 2.73-.474 3.213.283.967.883 1.673 1.201 2.024.388.426.839.832 1.263 1.19.658.556 1.464 1.171 2.234 1.76l.014.01.63.482c1.01.777 1.951 1.524 2.72 2.24.82.764 1.184 1.26 1.293 1.483a3.295 3.295 0 0 0 4.442 1.511c1.639-.823 2.296-2.825 1.492-4.469a7.304 7.304 0 0 0-.073-.145 4.19 4.19 0 0 0 .337-.068c.697-.17 1.57-.57 2.239-1.432.667-.86.848-1.814.848-2.557 0-1.146-.441-2.08-.773-2.65A10.237 10.237 0 0 0 18.826 9.7c.252-.161.501-.346.743-.558 1.139-.997 1.862-2.348 2.3-3.874.503-1.76-.491-3.616-2.253-4.135-1.767-.52-3.6.515-4.105 2.279a2.768 2.768 0 0 1-.242.62c-.207.018-.523.001-1.12-.08l-.26-.038-.026-.004c-.492-.07-1.243-.18-1.93-.18-.293 0-1.187.015-2.068.596a3.469 3.469 0 0 0-1.31 1.606Zm3.379-1.202c.614 0 1.307.1 1.812.174l.268.038c.62.085 1.043.118 1.38.082.29-.03.413-.102.498-.176.1-.088.354-.365.582-1.16.355-1.242 1.636-1.956 2.86-1.596 1.225.36 1.93 1.659 1.574 2.9-.4 1.4-1.042 2.562-1.997 3.397a5.186 5.186 0 0 1-1.757 1.013 20.019 20.019 0 0 1 .915.95c.39.44.789.94 1.1 1.477.293.503.638 1.256.638 2.148 0 .587-.143 1.306-.638 1.944a3.007 3.007 0 0 1-1.685 1.073 3.69 3.69 0 0 1-.672.097 5.435 5.435 0 0 1-1.34-.112c.292.354.563.724.795 1.11.105.173.203.35.29.53.567 1.158.1 2.562-1.042 3.136a2.295 2.295 0 0 1-3.094-1.057c-.193-.394-.67-.992-1.51-1.776-.807-.75-1.78-1.523-2.793-2.301l-.632-.484a64.25 64.25 0 0 1-2.21-1.738c-.41-.347-.823-.72-1.167-1.1-.295-.324-.766-.89-.982-1.632-.115-.392-.33-1.4.336-2.363.681-.984 1.712-1.101 2.114-1.113.8-.025 1.645.28 2.162.478a22.6 22.6 0 0 1 1.083.453c.114.05.23.103.347.156.277.127.563.26.853.397.344.163.693.33 1.04.497-.29-.266-.555-.522-.766-.75a5.109 5.109 0 0 1-.474-.587 3.195 3.195 0 0 1-.272-.482 2.761 2.761 0 0 1-.219-.735c-.05-.34-.05-.811.152-1.314.21-.522.564-.9.933-1.143.631-.416 1.28-.43 1.518-.43Z","clip-rule":"evenodd"},children:[]}]}};var
|
|
25
|
+
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{d:"M20.907 4.993c.356-1.241-.349-2.54-1.573-2.9a2.305 2.305 0 0 0-2.861 1.595c-.228.796-.482 1.073-.582 1.161-.085.074-.207.145-.498.176-.337.036-.76.003-1.38-.082l-.268-.038c-.505-.073-1.198-.174-1.812-.174-.239 0-.887.015-1.518.431a2.468 2.468 0 0 0-.932 1.143 2.533 2.533 0 0 0-.153 1.314c.09.603.372 1.04.492 1.217.154.228.327.429.474.587.21.228.475.484.765.75C9.88 9.605 8.67 9.028 7.738 8.67c-.517-.198-1.363-.503-2.162-.478-.402.012-1.433.13-2.114 1.113-.666.962-.45 1.971-.336 2.363.217.741.687 1.308.982 1.632.344.38.757.753 1.168 1.1.638.539 1.428 1.142 2.209 1.738l.632.484c1.012.778 1.986 1.55 2.792 2.301.842.784 1.318 1.382 1.51 1.776a2.295 2.295 0 0 0 3.095 1.057 2.355 2.355 0 0 0 1.043-3.136 8.434 8.434 0 0 0-1.086-1.64c.592.118 1.311.185 2.012.015a3.007 3.007 0 0 0 1.685-1.073c.495-.638.639-1.357.639-1.944 0-.892-.346-1.645-.638-2.148a9.302 9.302 0 0 0-1.1-1.476 19 19 0 0 0-.916-.95A5.165 5.165 0 0 0 18.91 8.39c.955-.835 1.596-1.997 1.997-3.397Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset","fill-rule":"evenodd",d:"M8.554 5.933a3.533 3.533 0 0 0-.202 1.904 16.721 16.721 0 0 0-.256-.1c-.507-.195-1.526-.576-2.55-.545-.51.016-1.952.165-2.906 1.544-.929 1.341-.615 2.73-.474 3.213.283.967.883 1.673 1.201 2.024.388.426.839.832 1.263 1.19.658.556 1.464 1.171 2.234 1.76l.014.01.63.482c1.01.777 1.951 1.524 2.72 2.24.82.764 1.184 1.26 1.293 1.483a3.295 3.295 0 0 0 4.442 1.511c1.639-.823 2.296-2.825 1.492-4.469a7.304 7.304 0 0 0-.073-.145 4.19 4.19 0 0 0 .337-.068c.697-.17 1.57-.57 2.239-1.432.667-.86.848-1.814.848-2.557 0-1.146-.441-2.08-.773-2.65A10.237 10.237 0 0 0 18.826 9.7c.252-.161.501-.346.743-.558 1.139-.997 1.862-2.348 2.3-3.874.503-1.76-.491-3.616-2.253-4.135-1.767-.52-3.6.515-4.105 2.279a2.768 2.768 0 0 1-.242.62c-.207.018-.523.001-1.12-.08l-.26-.038-.026-.004c-.492-.07-1.243-.18-1.93-.18-.293 0-1.187.015-2.068.596a3.469 3.469 0 0 0-1.31 1.606Zm3.379-1.202c.614 0 1.307.1 1.812.174l.268.038c.62.085 1.043.118 1.38.082.29-.03.413-.102.498-.176.1-.088.354-.365.582-1.16.355-1.242 1.636-1.956 2.86-1.596 1.225.36 1.93 1.659 1.574 2.9-.4 1.4-1.042 2.562-1.997 3.397a5.186 5.186 0 0 1-1.757 1.013 20.019 20.019 0 0 1 .915.95c.39.44.789.94 1.1 1.477.293.503.638 1.256.638 2.148 0 .587-.143 1.306-.638 1.944a3.007 3.007 0 0 1-1.685 1.073 3.69 3.69 0 0 1-.672.097 5.435 5.435 0 0 1-1.34-.112c.292.354.563.724.795 1.11.105.173.203.35.29.53.567 1.158.1 2.562-1.042 3.136a2.295 2.295 0 0 1-3.094-1.057c-.193-.394-.67-.992-1.51-1.776-.807-.75-1.78-1.523-2.793-2.301l-.632-.484a64.25 64.25 0 0 1-2.21-1.738c-.41-.347-.823-.72-1.167-1.1-.295-.324-.766-.89-.982-1.632-.115-.392-.33-1.4.336-2.363.681-.984 1.712-1.101 2.114-1.113.8-.025 1.645.28 2.162.478a22.6 22.6 0 0 1 1.083.453c.114.05.23.103.347.156.277.127.563.26.853.397.344.163.693.33 1.04.497-.29-.266-.555-.522-.766-.75a5.109 5.109 0 0 1-.474-.587 3.195 3.195 0 0 1-.272-.482 2.761 2.761 0 0 1-.219-.735c-.05-.34-.05-.811.152-1.314.21-.522.564-.9.933-1.143.631-.416 1.28-.43 1.518-.43Z","clip-rule":"evenodd"},children:[]}]}};var o={classic:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight20"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
26
26
|
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
27
27
|
`,attributes:{},children:[]}]},{name:"g",type:"element",value:"",attributes:{"clip-path":"url(#mrl-picto-draw-weight-20-clip)"},children:[{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"m2.606 6.754.848-.405c8.534-4 14.218-4.388 15.473.081.712 2.532-.286 4.755-2.595 7.37l-1.626 1.778c-.14.156-.259.291-.34.387l-.07.083c-.36.45-.41.602-.453.555.437.496.884.44 2.487-.299l.237-.11c1.128-.53 1.77-.764 2.531-.843.858-.089 1.652.1 2.377.616.705.501.96 1.29.886 2.216a5.53 5.53 0 0 1-.328 1.418 6.71 6.71 0 0 1-.338.786.72.72 0 0 1-1.274-.671l.088-.183c.05-.113.11-.256.17-.42.132-.368.22-.727.247-1.046.038-.468-.059-.765-.286-.927-.429-.305-.873-.41-1.394-.357-.45.047-.888.186-1.572.488l-1.006.461c-2.033.912-2.896.97-3.906-.178-.573-.652-.38-1.361.28-2.24l.13-.166c.334-.416 1.886-2.08 2.08-2.3 2.016-2.284 2.83-4.099 2.289-6.028-.913-3.252-6.08-2.766-14.306 1.23a.72.72 0 0 1-.63-1.296Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset",d:"m2.945 5.262-.856.409a1.92 1.92 0 1 0 1.67 3.458l.834-.398C11.7 5.402 15.816 5.117 16.386 7.144c.372 1.327-.127 2.683-1.807 4.65l-.254.29-1.766 1.936c-.145.164-.252.29-.324.379l-.14.18c-1.025 1.359-1.23 2.635-.234 3.767 1.395 1.587 2.755 1.622 5.298.481l1.015-.465c.573-.253.897-.354 1.195-.385l.137-.007c.042 0 .081.003.12.009l.099.024.005-.033a3.007 3.007 0 0 1-.18.734l-.09.233c-.016.037-.03.071-.046.104l-.074.154c-.475.9-.116 2.06.823 2.555a1.92 1.92 0 0 0 2.593-.803c.132-.25.276-.58.405-.938.215-.595.35-1.17.396-1.73.11-1.365-.337-2.543-1.387-3.29-.951-.677-2.033-.952-3.195-.832l-.219.027c-.433.059-.84.162-1.316.333l-.212.08-.01.013c2.709-3.068 3.67-5.636 2.864-8.504C18.575.734 12.416.824 2.945 5.262ZM18.927 6.43c.712 2.532-.286 4.755-2.595 7.37l-1.626 1.778c-.14.156-.259.291-.34.387l-.07.083c-.36.45-.41.602-.453.555.437.496.884.44 2.487-.299l.237-.11c1.128-.53 1.77-.764 2.531-.843.858-.089 1.652.1 2.377.616.705.501.96 1.29.886 2.216a5.53 5.53 0 0 1-.328 1.418 6.71 6.71 0 0 1-.338.786.72.72 0 0 1-1.274-.671l.088-.183.11-.264.06-.157c.132-.367.22-.726.247-1.045.038-.468-.059-.765-.286-.927-.429-.305-.873-.41-1.394-.357-.45.047-.888.186-1.572.488l-1.006.461-.485.21c-1.693.703-2.495.665-3.421-.388-.573-.652-.38-1.361.28-2.24l.13-.166.178-.21c.523-.6 1.732-1.898 1.902-2.09 2.016-2.284 2.83-4.099 2.289-6.028-.913-3.252-6.08-2.766-14.306 1.23a.72.72 0 0 1-.63-1.296l.85-.405c8.532-4 14.217-4.388 15.472.081Z"},children:[]}]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"clipPath",type:"element",value:"",attributes:{id:"mrl-picto-draw-weight-20-clip"},children:[{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset",d:"M0 0h24v24H0z"},children:[]}]}]}]},default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight20"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
28
28
|
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
@@ -54,7 +54,7 @@ var e={classic:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www
|
|
|
54
54
|
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
55
55
|
`,attributes:{},children:[]}]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M12.252 2.23c3.655-.464 6.558.992 7.53 4.453.578 2.056.317 3.867-.586 5.64l-.17.317.152.036c.546.14 1.076.366 1.578.686l.248.168c1.456 1.035 1.96 2.588 1.83 4.197a7.236 7.236 0 0 1-.427 1.887c-.15.42-.306.76-.433 1.001a3.173 3.173 0 0 1-5.929-.903l-.012-.075-.14.059a7.066 7.066 0 0 1-1.46.446c-1.61.294-3.192-.164-4.347-1.478-.941-1.07-1.114-2.432-.702-3.656.212-.628.533-1.142.98-1.7l.166-.199c.506-.586 1.611-1.772 1.71-1.883 1.085-1.23 1.506-2.034 1.468-2.617l-.016-.125a4.123 4.123 0 0 0-.477.023l-.164.018c-1.545.196-3.947 1.094-7.345 2.744A3.173 3.173 0 0 1 2.934 5.56l1.014-.485c3.47-1.632 6.096-2.565 8.304-2.846Z"},children:[]},{name:"path",type:"element",value:"",attributes:{class:"mrl-picto-color-offset",d:"M12.108 1.093c-2.293.29-4.975 1.218-8.647 2.945l-1.022.489A4.32 4.32 0 1 0 6.207 12.3l.424-.205c2.091-1 3.765-1.69 5.04-2.08l.123-.037-.238.288-.222.252-1.287 1.407c-.152.17-.28.316-.385.436l-.176.21c-.578.722-.942 1.342-1.188 2.072-.56 1.664-.251 3.438.927 4.778 1.39 1.581 3.357 2.223 5.414 1.849l.332-.069.166-.04.19-.053.09.17a4.319 4.319 0 0 0 7.57-.128 9.21 9.21 0 0 0 .498-1.146 8.352 8.352 0 0 0 .492-2.184c.17-2.122-.594-4.004-2.309-5.224l-.272-.184-.314-.19a6.863 6.863 0 0 0-.316-.168l-.16-.077.068-.17c.665-1.764.743-3.542.212-5.434-1.105-3.93-4.455-5.828-8.778-5.28Zm7.675 5.59c.577 2.056.316 3.867-.587 5.64l-.17.317.152.036c.546.14 1.076.366 1.578.686l.248.168c1.456 1.035 1.96 2.588 1.83 4.197a7.236 7.236 0 0 1-.427 1.887c-.15.42-.306.76-.433 1.001a3.173 3.173 0 0 1-5.929-.903l-.012-.075-.14.059a7.066 7.066 0 0 1-1.46.446c-1.61.294-3.192-.164-4.347-1.478-.941-1.07-1.114-2.432-.702-3.656.212-.628.533-1.142.98-1.7l.166-.199.467-.526c.529-.586 1.169-1.274 1.242-1.357 1.086-1.23 1.507-2.034 1.47-2.617l-.017-.125-.204.003c-.079.003-.17.01-.273.02l-.164.018c-1.545.196-3.947 1.094-7.345 2.744A3.173 3.173 0 0 1 2.934 5.56l1.014-.485c3.47-1.632 6.096-2.565 8.304-2.846 3.655-.463 6.558.993 7.53 4.454Z"},children:[]}]},default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"drawWeight90"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
56
56
|
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
57
|
-
`,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
|
|
57
|
+
`,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={classic:{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:`
|
|
58
58
|
.mrl-picto-gmail-gradient { stop-color: #000000; }
|
|
59
59
|
.mrl-picto-gmail-indicator { stroke: currentColor; }
|
|
60
60
|
.mrl-picto-gmail-brand-color-1 { fill: #e3e3e3; }
|
|
@@ -68,7 +68,7 @@ var e={classic:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www
|
|
|
68
68
|
.mrl-picto-gmail-brand-color-2 { fill: #231f20; }
|
|
69
69
|
.mrl-picto-gmail-brand-color-3 { fill: #d54b3d; }
|
|
70
70
|
.mrl-picto-gmail-brand-color-4 { fill: #d72b27; }
|
|
71
|
-
`,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
|
|
71
|
+
`,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={classic:{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:`
|
|
72
72
|
.mrl-picto-slack-bg { fill: #e9e9e9; }
|
|
73
73
|
.mrl-picto-slack-brand-color-1 { fill: #53BE9F; }
|
|
74
74
|
.mrl-picto-slack-brand-color-2 { fill: #EDB426; }
|
|
@@ -168,10 +168,10 @@ var e={classic:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www
|
|
|
168
168
|
.mrl-picto-vote-remove-bg { fill: #ededed; }
|
|
169
169
|
.mrl-picto-vote-remove-dot { fill: var(--mrl-color-brand); }
|
|
170
170
|
.mrl-picto-vote-remove-cursor { fill: #393939; }
|
|
171
|
-
`,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
|
|
171
|
+
`,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 V={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24","data-mrl-svg-name":"checkboxCustom"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
172
172
|
.mrl-picto-checkbox-custom-check { fill: #000; }
|
|
173
173
|
.mrl-picto-checkbox-custom-stroke { fill: #fff; }
|
|
174
|
-
`,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
|
|
174
|
+
`,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={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"colorBorderMixed"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M12 1a7 7 0 0 0-7 7c0 .25-.109.739-.392 1.303-.282.565-.608.946-.81 1.098a7 7 0 0 0 6.896 12.061c.736-.307 1.876-.307 2.612 0a7 7 0 0 0 6.896-12.061c-.202-.152-.528-.533-.81-1.098C19.108 8.74 19 8.25 19 8a7 7 0 0 0-7-7Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#E5BF76","fill-rule":"evenodd",d:"M8 13.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5ZM8 11a5 5 0 1 0 0 10 5 5 0 0 0 0-10Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#E15978","fill-rule":"evenodd",d:"M12 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5ZM12 3a5 5 0 1 0 0 10 5 5 0 0 0 0-10Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#4C97F5","fill-rule":"evenodd",d:"M16 13.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Zm0-2.5a5 5 0 1 0 0 10 5 5 0 0 0 0-10Z","clip-rule":"evenodd"},children:[]}]}};var B={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"colorBorderNone"},children:[{name:"path",type:"element",value:"",attributes:{fill:"currentColor","fill-rule":"evenodd",d:"M21.401 5.647a1.5 1.5 0 1 0-2.121-2.121l-16 16a1.5 1.5 0 1 0 2.12 2.121l1.52-1.52a.533.533 0 0 1 .542-.121c.485.156 1 .24 1.537.24h6a5 5 0 0 0 5-5v-6c0-.536-.084-1.052-.24-1.536a.533.533 0 0 1 .12-.542l1.521-1.52ZM16 12.255a.5.5 0 0 0-.854-.353l-3.49 3.49a.5.5 0 0 0 .353.854H15a1 1 0 0 0 1-1v-2.99Z","clip-rule":"evenodd"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M15 4.246c.287 0 .405.339.202.542L11.89 8.1a.5.5 0 0 1-.353.146H9a1 1 0 0 0-1 1v2.537a.5.5 0 0 1-.146.354l-3.312 3.311c-.203.203-.542.085-.542-.202v-6a5 5 0 0 1 5-5h6Z"},children:[]}]}};var k={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"colorBorder"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
175
175
|
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
176
176
|
`,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 A={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"colorFillMixed"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M12 1a7 7 0 0 0-7 7c0 .25-.109.739-.392 1.303-.282.565-.608.946-.81 1.098a7 7 0 0 0 6.896 12.061c.736-.307 1.876-.307 2.612 0a7 7 0 0 0 6.896-12.061c-.202-.152-.528-.533-.81-1.098C19.108 8.74 19 8.25 19 8a7 7 0 0 0-7-7Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#E5BF76",d:"M3 16a5 5 0 1 1 10 0 5 5 0 0 1-10 0Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#E15978",d:"M7 8a5 5 0 1 1 10 0A5 5 0 0 1 7 8Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#4C97F5",d:"M11 16a5 5 0 1 1 10 0 5 5 0 0 1-10 0Z"},children:[]}]}};var F={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"colorFillNone"},children:[{name:"path",type:"element",value:"",attributes:{fill:"currentColor",d:"M21.401 5.401A1.5 1.5 0 1 0 19.28 3.28l-16 16A1.5 1.5 0 1 0 5.4 21.4l1.52-1.52a.533.533 0 0 1 .542-.122c.485.157 1 .24 1.537.24h6a5 5 0 0 0 5-5V9c0-.535-.084-1.052-.24-1.536a.533.533 0 0 1 .12-.542l1.521-1.52ZM15 4c.298 0 .42.352.21.562L4.561 15.21c-.21.21-.562.089-.562-.21V9a5 5 0 0 1 5-5h6Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"currentColor","fill-rule":"evenodd",d:"M4 15c0 .298.352.42.562.21L15.21 4.561C15.42 4.352 15.298 4 15 4H9a5 5 0 0 0-5 5v6Zm-.72 4.28A1.5 1.5 0 1 0 5.4 21.4l1.52-1.52a.533.533 0 0 1 .542-.122A4.975 4.975 0 0 0 9 20h6a5 5 0 0 0 5-5V9a5.043 5.043 0 0 0-.24-1.536.533.533 0 0 1 .12-.542l1.521-1.52A1.5 1.5 0 1 0 19.28 3.28l-16 16Z","clip-rule":"evenodd"},children:[]}]}};var W={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"colorFill"},children:[{name:"style",type:"element",value:"",attributes:{},children:[{name:"",type:"text",value:`
|
|
177
177
|
.mrl-picto-color-offset { fill: #4e4e4e; }
|
|
@@ -187,4 +187,20 @@ var e={classic:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www
|
|
|
187
187
|
.mrl-picto-color-transparent-crossBar {
|
|
188
188
|
fill: #000;
|
|
189
189
|
}
|
|
190
|
-
`,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 G={default:{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 E={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileDoc"},children:[{name:"path",type:"element",value:"",attributes:{fill:"url(#file-doc-a)",d:"M38 2H10a2 2 0 0 0-2 2v7.003h32V4a2 2 0 0 0-2-2Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"url(#file-doc-b)",d:"M8 29.054V36a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2v-6.946H8Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"url(#file-doc-c)",d:"M8 11.003h32v9.002H8v-9.002Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"url(#file-doc-d)",d:"M8 20.005h32v9.049H8v-9.049Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"url(#file-doc-e)",d:"M18 30H2a2 2 0 0 1-2-2V12a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"m14.403 15-1.546 7.264L11.144 15H8.957L7.19 22.489 5.597 15H3.641l2.344 10h2.352l1.713-7.689L11.764 25h2.251l2.344-10h-1.956Z"},children:[]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"linearGradient",type:"element",value:"",attributes:{id:"file-doc-a",x1:"20",x2:"20",y1:"37.852",y2:"3.799",gradientUnits:"userSpaceOnUse"},children:[{name:"stop",type:"element",value:"",attributes:{"stop-color":"#42A3F2"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:"1","stop-color":"#42A4EB"},children:[]}]},{name:"linearGradient",type:"element",value:"",attributes:{id:"file-doc-b",x1:"20",x2:"20",y1:"38",y2:"2",gradientUnits:"userSpaceOnUse"},children:[{name:"stop",type:"element",value:"",attributes:{"stop-color":"#11408A"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:"1","stop-color":"#103F8F"},children:[]}]},{name:"linearGradient",type:"element",value:"",attributes:{id:"file-doc-c",x1:"20",x2:"20",y1:"-119.825",y2:"-120.069",gradientUnits:"userSpaceOnUse"},children:[{name:"stop",type:"element",value:"",attributes:{"stop-color":"#3079D6"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:"1","stop-color":"#297CD2"},children:[]}]},{name:"linearGradient",type:"element",value:"",attributes:{id:"file-doc-d",x1:"0",x2:"40",y1:"20",y2:"20",gradientUnits:"userSpaceOnUse"},children:[{name:"stop",type:"element",value:"",attributes:{"stop-color":"#1D59B3"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:"1","stop-color":"#195BBC"},children:[]}]},{name:"linearGradient",type:"element",value:"",attributes:{id:"file-doc-e",x1:"1.488",x2:"35.052",y1:"3.339",y2:"40.63",gradientUnits:"userSpaceOnUse"},children:[{name:"stop",type:"element",value:"",attributes:{"stop-color":"#256AC2"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:"1","stop-color":"#1247AD"},children:[]}]}]}]}};var z={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"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 D={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileGeneric"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#919191",d:"M25.5 0 35 10v27a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h17.5Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff","fill-opacity":".7",d:"M35 11h-8a3 3 0 0 1-3-3V0h1.5L35 10v1Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M14.802 28v-4.704h1.176v-1.092h-1.176v-.324c0-.648.3-.972.804-.972.204 0 .372.048.504.132l.276-.948c-.264-.144-.612-.216-1.02-.216-1.056 0-1.824.708-1.824 2.004v.324h-.96v1.092h.96V28h1.26Zm2.772-6.504c.432 0 .78-.348.78-.78a.778.778 0 0 0-.78-.78.778.778 0 0 0-.78.78c0 .432.348.78.78.78ZM18.198 28v-5.796h-1.26V28h1.26Zm2.89 0v-8.004h-1.26V28h1.26Zm4.322.144c.912 0 1.764-.3 2.352-.852l-.576-.828c-.42.42-1.08.648-1.656.648-1.092 0-1.74-.732-1.836-1.596h4.464v-.312c0-1.824-1.104-3.144-2.844-3.144-1.716 0-2.94 1.356-2.94 3.036 0 1.836 1.284 3.048 3.036 3.048Zm1.536-3.528h-3.264c.048-.696.552-1.524 1.62-1.524 1.14 0 1.608.84 1.644 1.524Z"},children:[]}]}};var P={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"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 U={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"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={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"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={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"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={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"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={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"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={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"filePdf"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#CB0606",d:"M25.5 0 35 10v27a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h17.5Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff","fill-opacity":".7",d:"M35 11h-8a3 3 0 0 1-3-3V0h1.5L35 10v1Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M14.936 28.144c1.5 0 2.568-1.14 2.568-3.048 0-1.908-1.068-3.036-2.568-3.036-.756 0-1.428.36-1.86.936v-.792h-1.26v8.004h1.26v-3.012c.48.612 1.128.948 1.86.948Zm-.372-1.116c-.588 0-1.212-.36-1.488-.792v-2.292c.288-.432.9-.768 1.488-.768.996 0 1.644.792 1.644 1.92s-.648 1.932-1.644 1.932Zm9.541.972v-8.004h-1.26v3.012a2.26 2.26 0 0 0-1.86-.948c-1.488 0-2.568 1.164-2.568 3.036 0 1.92 1.092 3.048 2.568 3.048.756 0 1.416-.36 1.86-.936V28h1.26Zm-2.748-.972c-1.008 0-1.644-.804-1.644-1.932 0-1.116.636-1.92 1.644-1.92.588 0 1.212.348 1.488.78v2.292c-.276.432-.9.78-1.488.78ZM27.31 28v-4.704h1.176v-1.092H27.31v-.324c0-.648.3-.972.804-.972.276 0 .492.096.66.252l.492-.78c-.348-.372-.864-.504-1.392-.504-1.092 0-1.824.744-1.824 2.004v.324h-.96v1.092h.96V28h1.26Z"},children:[]}]}};var j={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"filePpt"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#DC4C2C",d:"M4 20c0 9.941 8.059 18 18 18s18-8.059 18-18H4Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#F7A278",d:"M22 2v18h18c0-9.941-8.059-18-18-18Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#C06346",d:"M22 2C12.059 2 4 10.059 4 20h18V2Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#9B341F",d:"M18.319 30H1.681A1.682 1.682 0 0 1 0 28.319V11.681C0 10.753.753 10 1.681 10h16.638c.928 0 1.681.753 1.681 1.681v16.638c0 .928-.753 1.681-1.681 1.681Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M10.673 15.012H6v10h2.024v-3.521H10.3a3.397 3.397 0 0 0 3.397-3.397v-.058a3.024 3.024 0 0 0-3.024-3.024Zm.897 3.346c0 .859-.697 1.556-1.556 1.556h-1.99v-3.325h1.99c.859 0 1.556.697 1.556 1.556v.213Z"},children:[]}]}};var q={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"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={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"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={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileTxt"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#64A5F7",d:"M25.5 0 35 10v27a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h17.5Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff","fill-opacity":".7",d:"M35 11h-8a3 3 0 0 1-3-3V0h1.5L35 10v1Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M15.754 28.144c.575 0 .947-.168 1.176-.372l-.3-.96c-.096.108-.313.216-.552.216-.36 0-.553-.3-.553-.696v-3.036h1.176v-1.092h-1.176V20.62h-1.26v1.584h-.96v1.092h.96v3.348c0 .972.505 1.5 1.489 1.5ZM22.922 28l-2.136-2.976 2.004-2.82h-1.416l-1.38 1.956-1.368-1.956H17.21l2.004 2.82L17.078 28h1.416l1.512-2.136 1.5 2.136h1.416Zm2.628.144c.576 0 .948-.168 1.176-.372l-.3-.96c-.096.108-.312.216-.552.216-.36 0-.552-.3-.552-.696v-3.036h1.176v-1.092h-1.176V20.62h-1.26v1.584h-.96v1.092h.96v3.348c0 .972.504 1.5 1.488 1.5Z"},children:[]}]}};var K={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"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={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"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 _={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"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 $={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"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={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"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={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"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,V as colorBorder,k as colorBorderMixed,H as colorBorderNone,W as colorFill,A as colorFillMixed,F as colorFillNone,R as colorPicker,S as colorTransparent,G as customColors,l as drawEraser,a as drawStrokeFine,r as drawStrokeHighlighter,n as drawStrokeMedium,c as drawStrokeUltraFine,i 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,E as fileDoc,z as fileGdoc,D as fileGeneric,P as fileGforms,U 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,C as sticky,g as stickyRectangle,w as stickyRound,x as stickyRounded,Z as voteAdd,L as voteAnonymous,M as voteRemove};
|
|
190
|
+
`,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 G={default:{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 E={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileDoc"},children:[{name:"path",type:"element",value:"",attributes:{fill:"url(#file-doc-a)",d:"M38 2H10a2 2 0 0 0-2 2v7.003h32V4a2 2 0 0 0-2-2Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"url(#file-doc-b)",d:"M8 29.054V36a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2v-6.946H8Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"url(#file-doc-c)",d:"M8 11.003h32v9.002H8v-9.002Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"url(#file-doc-d)",d:"M8 20.005h32v9.049H8v-9.049Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"url(#file-doc-e)",d:"M18 30H2a2 2 0 0 1-2-2V12a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"m14.403 15-1.546 7.264L11.144 15H8.957L7.19 22.489 5.597 15H3.641l2.344 10h2.352l1.713-7.689L11.764 25h2.251l2.344-10h-1.956Z"},children:[]},{name:"defs",type:"element",value:"",attributes:{},children:[{name:"linearGradient",type:"element",value:"",attributes:{id:"file-doc-a",x1:"20",x2:"20",y1:"37.852",y2:"3.799",gradientUnits:"userSpaceOnUse"},children:[{name:"stop",type:"element",value:"",attributes:{"stop-color":"#42A3F2"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:"1","stop-color":"#42A4EB"},children:[]}]},{name:"linearGradient",type:"element",value:"",attributes:{id:"file-doc-b",x1:"20",x2:"20",y1:"38",y2:"2",gradientUnits:"userSpaceOnUse"},children:[{name:"stop",type:"element",value:"",attributes:{"stop-color":"#11408A"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:"1","stop-color":"#103F8F"},children:[]}]},{name:"linearGradient",type:"element",value:"",attributes:{id:"file-doc-c",x1:"20",x2:"20",y1:"-119.825",y2:"-120.069",gradientUnits:"userSpaceOnUse"},children:[{name:"stop",type:"element",value:"",attributes:{"stop-color":"#3079D6"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:"1","stop-color":"#297CD2"},children:[]}]},{name:"linearGradient",type:"element",value:"",attributes:{id:"file-doc-d",x1:"0",x2:"40",y1:"20",y2:"20",gradientUnits:"userSpaceOnUse"},children:[{name:"stop",type:"element",value:"",attributes:{"stop-color":"#1D59B3"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:"1","stop-color":"#195BBC"},children:[]}]},{name:"linearGradient",type:"element",value:"",attributes:{id:"file-doc-e",x1:"1.488",x2:"35.052",y1:"3.339",y2:"40.63",gradientUnits:"userSpaceOnUse"},children:[{name:"stop",type:"element",value:"",attributes:{"stop-color":"#256AC2"},children:[]},{name:"stop",type:"element",value:"",attributes:{offset:"1","stop-color":"#1247AD"},children:[]}]}]}]}};var z={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"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 D={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileGeneric"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#919191",d:"M25.5 0 35 10v27a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h17.5Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff","fill-opacity":".7",d:"M35 11h-8a3 3 0 0 1-3-3V0h1.5L35 10v1Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M14.802 28v-4.704h1.176v-1.092h-1.176v-.324c0-.648.3-.972.804-.972.204 0 .372.048.504.132l.276-.948c-.264-.144-.612-.216-1.02-.216-1.056 0-1.824.708-1.824 2.004v.324h-.96v1.092h.96V28h1.26Zm2.772-6.504c.432 0 .78-.348.78-.78a.778.778 0 0 0-.78-.78.778.778 0 0 0-.78.78c0 .432.348.78.78.78ZM18.198 28v-5.796h-1.26V28h1.26Zm2.89 0v-8.004h-1.26V28h1.26Zm4.322.144c.912 0 1.764-.3 2.352-.852l-.576-.828c-.42.42-1.08.648-1.656.648-1.092 0-1.74-.732-1.836-1.596h4.464v-.312c0-1.824-1.104-3.144-2.844-3.144-1.716 0-2.94 1.356-2.94 3.036 0 1.836 1.284 3.048 3.036 3.048Zm1.536-3.528h-3.264c.048-.696.552-1.524 1.62-1.524 1.14 0 1.608.84 1.644 1.524Z"},children:[]}]}};var P={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"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 U={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"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={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"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 T={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"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={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"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={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"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={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"filePdf"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#CB0606",d:"M25.5 0 35 10v27a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h17.5Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff","fill-opacity":".7",d:"M35 11h-8a3 3 0 0 1-3-3V0h1.5L35 10v1Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M14.936 28.144c1.5 0 2.568-1.14 2.568-3.048 0-1.908-1.068-3.036-2.568-3.036-.756 0-1.428.36-1.86.936v-.792h-1.26v8.004h1.26v-3.012c.48.612 1.128.948 1.86.948Zm-.372-1.116c-.588 0-1.212-.36-1.488-.792v-2.292c.288-.432.9-.768 1.488-.768.996 0 1.644.792 1.644 1.92s-.648 1.932-1.644 1.932Zm9.541.972v-8.004h-1.26v3.012a2.26 2.26 0 0 0-1.86-.948c-1.488 0-2.568 1.164-2.568 3.036 0 1.92 1.092 3.048 2.568 3.048.756 0 1.416-.36 1.86-.936V28h1.26Zm-2.748-.972c-1.008 0-1.644-.804-1.644-1.932 0-1.116.636-1.92 1.644-1.92.588 0 1.212.348 1.488.78v2.292c-.276.432-.9.78-1.488.78ZM27.31 28v-4.704h1.176v-1.092H27.31v-.324c0-.648.3-.972.804-.972.276 0 .492.096.66.252l.492-.78c-.348-.372-.864-.504-1.392-.504-1.092 0-1.824.744-1.824 2.004v.324h-.96v1.092h.96V28h1.26Z"},children:[]}]}};var X={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"filePpt"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#DC4C2C",d:"M4 20c0 9.941 8.059 18 18 18s18-8.059 18-18H4Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#F7A278",d:"M22 2v18h18c0-9.941-8.059-18-18-18Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#C06346",d:"M22 2C12.059 2 4 10.059 4 20h18V2Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#9B341F",d:"M18.319 30H1.681A1.682 1.682 0 0 1 0 28.319V11.681C0 10.753.753 10 1.681 10h16.638c.928 0 1.681.753 1.681 1.681v16.638c0 .928-.753 1.681-1.681 1.681Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M10.673 15.012H6v10h2.024v-3.521H10.3a3.397 3.397 0 0 0 3.397-3.397v-.058a3.024 3.024 0 0 0-3.024-3.024Zm.897 3.346c0 .859-.697 1.556-1.556 1.556h-1.99v-3.325h1.99c.859 0 1.556.697 1.556 1.556v.213Z"},children:[]}]}};var j={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"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={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"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={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"fileTxt"},children:[{name:"path",type:"element",value:"",attributes:{fill:"#64A5F7",d:"M25.5 0 35 10v27a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h17.5Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff","fill-opacity":".7",d:"M35 11h-8a3 3 0 0 1-3-3V0h1.5L35 10v1Z"},children:[]},{name:"path",type:"element",value:"",attributes:{fill:"#fff",d:"M15.754 28.144c.575 0 .947-.168 1.176-.372l-.3-.96c-.096.108-.313.216-.552.216-.36 0-.553-.3-.553-.696v-3.036h1.176v-1.092h-1.176V20.62h-1.26v1.584h-.96v1.092h.96v3.348c0 .972.505 1.5 1.489 1.5ZM22.922 28l-2.136-2.976 2.004-2.82h-1.416l-1.38 1.956-1.368-1.956H17.21l2.004 2.82L17.078 28h1.416l1.512-2.136 1.5 2.136h1.416Zm2.628.144c.576 0 .948-.168 1.176-.372l-.3-.96c-.096.108-.312.216-.552.216-.36 0-.552-.3-.552-.696v-3.036h1.176v-1.092h-1.176V20.62h-1.26v1.584h-.96v1.092h.96v3.348c0 .972.504 1.5 1.488 1.5Z"},children:[]}]}};var K={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"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={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"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 _={default:{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:`
|
|
191
|
+
.mrl-picto-border { fill: #4e4e4e; }
|
|
192
|
+
`,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 $={default:{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:`
|
|
193
|
+
.mrl-picto-border { fill: #4e4e4e; }
|
|
194
|
+
`,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={default:{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:`
|
|
195
|
+
.mrl-picto-border { fill: #4e4e4e; }
|
|
196
|
+
`,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={default:{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:`
|
|
197
|
+
.mrl-picto-border { fill: #4e4e4e; }
|
|
198
|
+
`,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={default:{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:`
|
|
199
|
+
.mrl-picto-border { fill: #4e4e4e; }
|
|
200
|
+
`,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={default:{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:`
|
|
201
|
+
.mrl-picto-border { fill: #4e4e4e; }
|
|
202
|
+
`,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={default:{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:`
|
|
203
|
+
.mrl-picto-border { fill: #4e4e4e; }
|
|
204
|
+
`,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={default:{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:`
|
|
205
|
+
.mrl-picto-border { fill: #4e4e4e; }
|
|
206
|
+
`,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 c1={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"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 i1={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 24 24","data-mrl-svg-name":"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 m1={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"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 o1={default:{name:"svg",type:"element",value:"",attributes:{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 40 40","data-mrl-svg-name":"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,V as checkboxCustom,k as colorBorder,H as colorBorderMixed,B as colorBorderNone,W as colorFill,A as colorFillMixed,F as colorFillNone,R as colorPicker,S as colorTransparent,G as customColors,l as drawEraser,a as drawStrokeFine,r as drawStrokeHighlighter,n as drawStrokeMedium,c as drawStrokeUltraFine,i as drawWeight10,m as drawWeight100,o as drawWeight20,s as drawWeight30,d as drawWeight40,p as drawWeight50,u as drawWeight60,h as drawWeight70,v as drawWeight80,f as drawWeight90,E as fileDoc,z as fileGdoc,D as fileGeneric,P as fileGforms,U as fileGmaps,O as fileGsheets,T 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,c1 as logoGoogle,i1 as logoMicrosoft,y as logoSlackColor,m1 as logoVimeo,o1 as logoYoutube,C as sticky,g as stickyRectangle,w as stickyRound,x as stickyRounded,Z as voteAdd,L as voteAnonymous,M as voteRemove};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 36 36">
|
|
2
|
+
<style>
|
|
3
|
+
.mrl-picto-border { fill: #4e4e4e; }
|
|
4
|
+
</style>
|
|
5
|
+
<path 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"/>
|
|
6
|
+
<path 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"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 36 36">
|
|
2
|
+
<style>
|
|
3
|
+
.mrl-picto-border { fill: #4e4e4e; }
|
|
4
|
+
</style>
|
|
5
|
+
<path 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"/>
|
|
6
|
+
<path 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"/>
|
|
7
|
+
<path 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"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 36 36">
|
|
2
|
+
<style>
|
|
3
|
+
.mrl-picto-border { fill: #4e4e4e; }
|
|
4
|
+
</style>
|
|
5
|
+
<path 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"/>
|
|
6
|
+
<path 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"/>
|
|
7
|
+
<path 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"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 36 36">
|
|
2
|
+
<style>
|
|
3
|
+
.mrl-picto-border { fill: #4e4e4e; }
|
|
4
|
+
</style>
|
|
5
|
+
<path 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"/>
|
|
6
|
+
<path 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"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 36 36">
|
|
2
|
+
<style>
|
|
3
|
+
.mrl-picto-border { fill: #4e4e4e; }
|
|
4
|
+
</style>
|
|
5
|
+
<path 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"/>
|
|
6
|
+
<path 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"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 36 36">
|
|
2
|
+
<style>
|
|
3
|
+
.mrl-picto-border { fill: #4e4e4e; }
|
|
4
|
+
</style>
|
|
5
|
+
<path 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"/>
|
|
6
|
+
<path 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"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 36 36">
|
|
2
|
+
<style>
|
|
3
|
+
.mrl-picto-border { fill: #4e4e4e; }
|
|
4
|
+
</style>
|
|
5
|
+
<path 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"/>
|
|
6
|
+
<path 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"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 36 36">
|
|
2
|
+
<style>
|
|
3
|
+
.mrl-picto-border { fill: #4e4e4e; }
|
|
4
|
+
</style>
|
|
5
|
+
<path 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"/>
|
|
6
|
+
<path 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"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
declare const framesA4: {
|
|
2
|
+
readonly name: "svg";
|
|
3
|
+
readonly type: "element";
|
|
4
|
+
readonly value: "";
|
|
5
|
+
readonly attributes: {
|
|
6
|
+
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
7
|
+
readonly fill: "currentColor";
|
|
8
|
+
readonly viewBox: "0 0 36 36";
|
|
9
|
+
readonly "data-mrl-svg-name": "framesA4";
|
|
10
|
+
};
|
|
11
|
+
readonly children: readonly [{
|
|
12
|
+
readonly name: "style";
|
|
13
|
+
readonly type: "element";
|
|
14
|
+
readonly value: "";
|
|
15
|
+
readonly attributes: {};
|
|
16
|
+
readonly children: readonly [{
|
|
17
|
+
readonly name: "";
|
|
18
|
+
readonly type: "text";
|
|
19
|
+
readonly value: "\n .mrl-picto-border { fill: #4e4e4e; }\n ";
|
|
20
|
+
readonly attributes: {};
|
|
21
|
+
readonly children: readonly [];
|
|
22
|
+
}];
|
|
23
|
+
}, {
|
|
24
|
+
readonly name: "path";
|
|
25
|
+
readonly type: "element";
|
|
26
|
+
readonly value: "";
|
|
27
|
+
readonly attributes: {
|
|
28
|
+
readonly fill: "#fff";
|
|
29
|
+
readonly 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";
|
|
30
|
+
};
|
|
31
|
+
readonly children: readonly [];
|
|
32
|
+
}, {
|
|
33
|
+
readonly name: "path";
|
|
34
|
+
readonly type: "element";
|
|
35
|
+
readonly value: "";
|
|
36
|
+
readonly attributes: {
|
|
37
|
+
readonly class: "mrl-picto-border";
|
|
38
|
+
readonly "fill-rule": "evenodd";
|
|
39
|
+
readonly 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";
|
|
40
|
+
readonly "clip-rule": "evenodd";
|
|
41
|
+
};
|
|
42
|
+
readonly children: readonly [];
|
|
43
|
+
}];
|
|
44
|
+
};
|
|
45
|
+
export { framesA4 };
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
declare const framesCustom: {
|
|
2
|
+
readonly name: "svg";
|
|
3
|
+
readonly type: "element";
|
|
4
|
+
readonly value: "";
|
|
5
|
+
readonly attributes: {
|
|
6
|
+
readonly xmlns: "http://www.w3.org/2000/svg";
|
|
7
|
+
readonly fill: "currentColor";
|
|
8
|
+
readonly viewBox: "0 0 36 36";
|
|
9
|
+
readonly "data-mrl-svg-name": "framesCustom";
|
|
10
|
+
};
|
|
11
|
+
readonly children: readonly [{
|
|
12
|
+
readonly name: "style";
|
|
13
|
+
readonly type: "element";
|
|
14
|
+
readonly value: "";
|
|
15
|
+
readonly attributes: {};
|
|
16
|
+
readonly children: readonly [{
|
|
17
|
+
readonly name: "";
|
|
18
|
+
readonly type: "text";
|
|
19
|
+
readonly value: "\n .mrl-picto-border { fill: #4e4e4e; }\n ";
|
|
20
|
+
readonly attributes: {};
|
|
21
|
+
readonly children: readonly [];
|
|
22
|
+
}];
|
|
23
|
+
}, {
|
|
24
|
+
readonly name: "path";
|
|
25
|
+
readonly type: "element";
|
|
26
|
+
readonly value: "";
|
|
27
|
+
readonly attributes: {
|
|
28
|
+
readonly fill: "#fff";
|
|
29
|
+
readonly 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";
|
|
30
|
+
};
|
|
31
|
+
readonly children: readonly [];
|
|
32
|
+
}, {
|
|
33
|
+
readonly name: "path";
|
|
34
|
+
readonly type: "element";
|
|
35
|
+
readonly value: "";
|
|
36
|
+
readonly attributes: {
|
|
37
|
+
readonly class: "mrl-picto-border";
|
|
38
|
+
readonly "fill-rule": "evenodd";
|
|
39
|
+
readonly 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";
|
|
40
|
+
readonly "clip-rule": "evenodd";
|
|
41
|
+
};
|
|
42
|
+
readonly children: readonly [];
|
|
43
|
+
}, {
|
|
44
|
+
readonly name: "path";
|
|
45
|
+
readonly type: "element";
|
|
46
|
+
readonly value: "";
|
|
47
|
+
readonly attributes: {
|
|
48
|
+
readonly class: "mrl-picto-border";
|
|
49
|
+
readonly 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";
|
|
50
|
+
};
|
|
51
|
+
readonly children: readonly [];
|
|
52
|
+
}];
|
|
53
|
+
};
|
|
54
|
+
export { framesCustom };
|