@frollo/frollo-web-ui 9.0.3 → 9.0.5
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/cjs/index.js +188 -168
- package/esm/fw-accordion.js +1 -1
- package/esm/fw-alert.js +1 -1
- package/esm/{fw-button-DZTHZLjk.js → fw-button-Cj5UEwCt.js} +1 -1
- package/esm/fw-button.js +2 -2
- package/esm/fw-date-picker.js +1 -1
- package/esm/fw-drawer.js +2 -2
- package/esm/{fw-dropdown-CSmYTm5O.js → fw-dropdown-CnY-nWFa.js} +2 -2
- package/esm/fw-dropdown.js +3 -3
- package/esm/{fw-image-A2lXYs0u.js → fw-image-MQo9Gq8s.js} +1 -1
- package/esm/fw-image.js +2 -2
- package/esm/fw-media-picker.js +4 -4
- package/esm/fw-modal.js +3 -3
- package/esm/fw-navigation-menu.js +2 -2
- package/esm/fw-progress-bar.js +1 -1
- package/esm/fw-provider-list.js +6 -6
- package/esm/fw-sidebar-menu.js +2 -2
- package/esm/{fw-table-row-BU0xaybR.js → fw-table-row-PzizodKH.js} +2 -2
- package/esm/fw-table.js +3 -3
- package/esm/fw-tabs.js +2 -2
- package/esm/{fw-tag-BRxPc4zc.js → fw-tag-D07xz6yt.js} +2 -2
- package/esm/fw-tag.js +3 -3
- package/esm/fw-toast.js +6 -8
- package/esm/fw-transactions-card.js +2 -2
- package/esm/{index-DHyRsKsZ.js → index-BxwEcRoY.js} +146 -122
- package/esm/{index-eP2GMSdQ.js → index-DnLeG0TM.js} +3 -3
- package/esm/index.js +8 -8
- package/frollo-web-ui.esm.js +193 -171
- package/icons/circle-check.svg +1 -1
- package/icons/index.ts +2 -0
- package/index.d.ts +1 -1
- package/package.json +4 -2
- package/types/components/fw-toast/fw-toast.vue.d.ts +1 -1
- package/types/icons/index.d.ts +2 -1
- package/web-components/index.js +194 -172
package/frollo-web-ui.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getCurrentInstance, inject, warn as warn$1, ref, watch, computed, toValue, nextTick, unref, isRef as isRef$1, reactive, onUnmounted, onMounted, provide, onBeforeUnmount, defineComponent, toRef, resolveDynamicComponent, h, shallowRef, readonly, watchEffect, useCssVars, resolveComponent, createElementBlock, openBlock, createVNode, withCtx, createElementVNode, createCommentVNode, normalizeClass, createTextVNode, toDisplayString, renderSlot, mergeProps, Transition, normalizeStyle, createStaticVNode, resolveDirective, withDirectives, withKeys, vShow, createBlock, Fragment as Fragment$1, renderList, shallowReactive, Teleport, TransitionGroup, toHandlers, toRefs, normalizeProps, withModifiers, guardReactiveProps, render as render$
|
|
1
|
+
import { getCurrentInstance, inject, warn as warn$1, ref, watch, computed, toValue, nextTick, unref, isRef as isRef$1, reactive, onUnmounted, onMounted, provide, onBeforeUnmount, defineComponent, toRef, resolveDynamicComponent, h, shallowRef, readonly, watchEffect, useCssVars, resolveComponent, createElementBlock, openBlock, createVNode, withCtx, createElementVNode, createCommentVNode, normalizeClass, createTextVNode, toDisplayString, renderSlot, mergeProps, Transition, normalizeStyle, createStaticVNode, resolveDirective, withDirectives, withKeys, vShow, createBlock, Fragment as Fragment$1, renderList, shallowReactive, Teleport, TransitionGroup, toHandlers, toRefs, normalizeProps, withModifiers, guardReactiveProps, render as render$1y, vModelText, version as version$1, toRaw as toRaw$1, isProxy, createApp } from 'vue';
|
|
2
2
|
|
|
3
3
|
function _OverloadYield(e, d) {
|
|
4
4
|
this.v = e, this.k = d;
|
|
@@ -6687,7 +6687,7 @@ __default__$g.setup = __setup__$c ? function (props, ctx) {
|
|
|
6687
6687
|
return __setup__$c(props, ctx);
|
|
6688
6688
|
} : __injectCSSVars__$c;
|
|
6689
6689
|
|
|
6690
|
-
var _hoisted_1$
|
|
6690
|
+
var _hoisted_1$1D = {
|
|
6691
6691
|
"class": "fw-input w-full"
|
|
6692
6692
|
};
|
|
6693
6693
|
var _hoisted_2$y = {
|
|
@@ -6728,9 +6728,9 @@ var _hoisted_13$3 = {
|
|
|
6728
6728
|
key: 1,
|
|
6729
6729
|
"class": "text-brand-text2"
|
|
6730
6730
|
};
|
|
6731
|
-
function render$
|
|
6731
|
+
function render$1x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6732
6732
|
var _component_InputField = resolveComponent("InputField");
|
|
6733
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
6733
|
+
return openBlock(), createElementBlock("div", _hoisted_1$1D, [createVNode(_component_InputField, {
|
|
6734
6734
|
modelValue: _ctx.inputValue,
|
|
6735
6735
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = function ($event) {
|
|
6736
6736
|
return _ctx.inputValue = $event;
|
|
@@ -6817,7 +6817,7 @@ var css_248z$p = ".fwFadeIn-enter-active,.fwFadeIn-leave-active{-webkit-transiti
|
|
|
6817
6817
|
var stylesheet$p = ".fwFadeIn-enter-active,.fwFadeIn-leave-active{-webkit-transition:opacity .12s ease,-webkit-transform .12s ease;transition:opacity .12s ease,-webkit-transform .12s ease;-moz-transition:opacity .12s ease,transform .12s ease,-moz-transform .12s ease;transition:opacity .12s ease,transform .12s ease;transition:opacity .12s ease,transform .12s ease,-webkit-transform .12s ease,-moz-transform .12s ease;will-change:opacity,transform}.fwFadeIn-enter-from,.fwFadeIn-leave-to{opacity:0;-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}.fw-input input:focus{background-color:var(--v33aab865)}.fw-input input.input--error-state{background-color:var(--v68d8ed4e)}";
|
|
6818
6818
|
styleInject(css_248z$p);
|
|
6819
6819
|
|
|
6820
|
-
__default__$g.render = render$
|
|
6820
|
+
__default__$g.render = render$1x;
|
|
6821
6821
|
|
|
6822
6822
|
/** Detect free variable `global` from Node.js. */
|
|
6823
6823
|
var freeGlobal$2 = typeof global == 'object' && global && global.Object === Object && global;
|
|
@@ -7178,7 +7178,7 @@ __default__$f.setup = __setup__$b ? function (props, ctx) {
|
|
|
7178
7178
|
return __setup__$b(props, ctx);
|
|
7179
7179
|
} : __injectCSSVars__$b;
|
|
7180
7180
|
|
|
7181
|
-
var _hoisted_1$
|
|
7181
|
+
var _hoisted_1$1C = {
|
|
7182
7182
|
"class": "fw-checkbox w-full"
|
|
7183
7183
|
};
|
|
7184
7184
|
var _hoisted_2$x = {
|
|
@@ -7200,9 +7200,9 @@ var _hoisted_9$7 = {
|
|
|
7200
7200
|
key: 1,
|
|
7201
7201
|
"class": "text-brand-text2"
|
|
7202
7202
|
};
|
|
7203
|
-
function render$
|
|
7203
|
+
function render$1w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7204
7204
|
var _component_InputField = resolveComponent("InputField");
|
|
7205
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
7205
|
+
return openBlock(), createElementBlock("div", _hoisted_1$1C, [createVNode(_component_InputField, {
|
|
7206
7206
|
name: _ctx.name,
|
|
7207
7207
|
value: _ctx.value ? _ctx.value : _ctx.name,
|
|
7208
7208
|
type: "checkbox",
|
|
@@ -7255,7 +7255,7 @@ var css_248z$o = ".fwFadeIn-enter-active[data-v-3c78e961],.fwFadeIn-leave-active
|
|
|
7255
7255
|
var stylesheet$o = ".fwFadeIn-enter-active[data-v-3c78e961],.fwFadeIn-leave-active[data-v-3c78e961]{-webkit-transition:opacity .35s ease;-moz-transition:opacity .35s ease;transition:opacity .35s ease}.fwFadeIn-enter-from[data-v-3c78e961],.fwFadeIn-leave-to[data-v-3c78e961]{opacity:0}.fwFadeIn-enter-to[data-v-3c78e961],.fwFadeIn-leave-from[data-v-3c78e961]{opacity:1}.fw-checkbox input[data-v-3c78e961]{-ms-flex-negative:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-origin:border-box;background-size:60% 100%;display:inline-block;-webkit-flex-shrink:0;flex-shrink:0;-webkit-transition:background-color .14s ease,border-color .14s ease,-webkit-box-shadow .14s ease;transition:background-color .14s ease,border-color .14s ease,-webkit-box-shadow .14s ease;-moz-transition:background-color .14s ease,border-color .14s ease,box-shadow .14s ease;transition:background-color .14s ease,border-color .14s ease,box-shadow .14s ease;transition:background-color .14s ease,border-color .14s ease,box-shadow .14s ease,-webkit-box-shadow .14s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.fw-checkbox input[data-v-3c78e961]:hover{background-color:var(--v2c02006d);border-color:var(--colorPrimary)}.fw-checkbox input[data-v-3c78e961]:checked{background-color:var(--colorPrimary);background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.753.219c.319.294.319.769 0 1.034l-8.25 8.25c-.266.319-.74.319-1.034 0l-4.25-4.25c-.292-.265-.292-.74 0-1.034a.754.754 0 0 1 1.061 0L5 7.94 12.719.219c.293-.292.769-.292 1.034 0Z' fill='%23F7F7F7'/%3E%3C/svg%3E\");background-position:50%;background-repeat:no-repeat;background-size:60%;border-color:var(--colorPrimary)}";
|
|
7256
7256
|
styleInject(css_248z$o);
|
|
7257
7257
|
|
|
7258
|
-
__default__$f.render = render$
|
|
7258
|
+
__default__$f.render = render$1w;
|
|
7259
7259
|
__default__$f.__scopeId = "data-v-3c78e961";
|
|
7260
7260
|
|
|
7261
7261
|
var stateMap = new WeakMap();
|
|
@@ -7399,7 +7399,7 @@ var script$j = defineComponent({
|
|
|
7399
7399
|
}
|
|
7400
7400
|
});
|
|
7401
7401
|
|
|
7402
|
-
function render$
|
|
7402
|
+
function render$1v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7403
7403
|
return openBlock(), createElementBlock("div", {
|
|
7404
7404
|
"class": "fw-loading-bar rounded",
|
|
7405
7405
|
"aria-hidden": "true",
|
|
@@ -7411,66 +7411,78 @@ var css_248z$n = ".fw-loading-bar{background:var(--fw-bar-dark);contain:paint;ov
|
|
|
7411
7411
|
var stylesheet$n = ".fw-loading-bar{background:var(--fw-bar-dark);contain:paint;overflow:hidden;position:relative}.fw-loading-bar:before{-webkit-animation:fwShimmer 1.1s ease-in-out infinite;-moz-animation:fwShimmer 1.1s ease-in-out infinite;animation:fwShimmer 1.1s ease-in-out infinite;background-image:-webkit-linear-gradient(350deg,transparent 0,var(--fw-bar-light) 50%,transparent 100%);background-image:-moz-linear-gradient(350deg,transparent 0,var(--fw-bar-light) 50%,transparent 100%);background-image:linear-gradient(100deg,transparent 0,var(--fw-bar-light) 50%,transparent 100%);background-repeat:no-repeat;background-size:60% 100%;content:\"\";inset:0;position:absolute;-webkit-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);will-change:transform}@-webkit-keyframes fwShimmer{to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-moz-keyframes fwShimmer{to{-moz-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fwShimmer{to{-webkit-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@media (prefers-reduced-motion:reduce){.fw-loading-bar:before{-webkit-animation:none;-moz-animation:none;animation:none;opacity:.35}}";
|
|
7412
7412
|
styleInject(css_248z$n);
|
|
7413
7413
|
|
|
7414
|
-
script$j.render = render$
|
|
7414
|
+
script$j.render = render$1v;
|
|
7415
7415
|
|
|
7416
|
-
const _hoisted_1$
|
|
7416
|
+
const _hoisted_1$1B = {
|
|
7417
7417
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7418
7418
|
fill: "currentColor",
|
|
7419
7419
|
viewBox: "0 0 52 34"
|
|
7420
7420
|
};
|
|
7421
7421
|
|
|
7422
|
+
function render$1u(_ctx, _cache) {
|
|
7423
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$1B, [...(_cache[0] || (_cache[0] = [
|
|
7424
|
+
createElementVNode("path", { d: "M25.973 19.938a5.61 5.61 0 0 0 5.625-5.625c0-3.077-2.549-5.626-5.625-5.626-.088 0-.176.088-.264.088.088.44.176.88.176 1.407a4.126 4.126 0 0 1-4.13 4.13c-.528 0-.968-.087-1.407-.175v.175c0 3.165 2.46 5.626 5.625 5.626m24.96-4.043C46.189 6.578 36.697.25 25.974.25 15.163.25 5.67 6.578.924 15.895c-.176.351-.264.79-.264 1.23q0 .791.264 1.318C5.67 27.76 15.162 34 25.973 34c10.723 0 20.215-6.24 24.96-15.557.177-.351.265-.79.265-1.23q0-.79-.264-1.319M25.974 3.063c6.152 0 11.25 5.097 11.25 11.25 0 6.24-5.098 11.25-11.25 11.25-6.24 0-11.25-5.01-11.25-11.25 0-6.153 5.01-11.163 11.25-11.25m0 28.125c-9.492 0-18.105-5.362-22.5-14.063 2.46-4.834 6.416-8.877 11.338-11.338a13.88 13.88 0 0 0-2.9 8.526c0 7.822 6.24 14.062 14.062 14.062 7.734 0 14.063-6.24 14.063-14.062 0-3.165-1.143-6.153-2.989-8.526 4.922 2.461 8.877 6.504 11.426 11.338-4.482 8.701-13.096 14.063-22.5 14.063" }, null, -1)
|
|
7425
|
+
]))]))
|
|
7426
|
+
}
|
|
7427
|
+
|
|
7428
|
+
const _hoisted_1$1A = {
|
|
7429
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7430
|
+
fill: "currentColor",
|
|
7431
|
+
viewBox: "0 0 42 55"
|
|
7432
|
+
};
|
|
7433
|
+
|
|
7422
7434
|
function render$1t(_ctx, _cache) {
|
|
7423
7435
|
return (openBlock(), createElementBlock("svg", _hoisted_1$1A, [...(_cache[0] || (_cache[0] = [
|
|
7424
|
-
createElementVNode("path", { d: "
|
|
7436
|
+
createElementVNode("path", { d: "m39.668 11.086-8.754-8.754c-.95-.95-2.32-1.582-3.586-1.582H5.707A5.135 5.135 0 0 0 .75 5.918v43.875a4.95 4.95 0 0 0 4.957 4.957h30.48c2.743 0 5.063-2.215 5.063-4.957V14.672c0-1.266-.633-2.637-1.582-3.586M27.75 4.23c.21.106.527.211.738.422l8.86 8.86c.21.21.316.527.422.843H27.75zm10.125 45.563c0 .844-.844 1.688-1.687 1.688H5.706c-.844 0-1.687-.844-1.687-1.688V5.918c0-.95.843-1.793 1.687-1.793h18.668v11.074c0 1.371 1.055 2.426 2.531 2.426h10.969zM21 21v13.5h13.395c.105 0 0 0 0 0 0-7.383-6.012-13.394-13.395-13.5m3.375 4.008a10.31 10.31 0 0 1 6.117 6.117h-6.117zm-5.062 19.617c-4.747 0-8.438-3.691-8.438-8.437 0-4.008 2.848-7.383 6.75-8.227v-3.375C11.825 25.43 7.5 30.28 7.5 36.188 7.5 42.727 12.773 48 19.313 48c5.906 0 10.757-4.324 11.601-10.125H27.54c-.844 3.902-4.219 6.75-8.227 6.75" }, null, -1)
|
|
7425
7437
|
]))]))
|
|
7426
7438
|
}
|
|
7427
7439
|
|
|
7428
7440
|
const _hoisted_1$1z = {
|
|
7429
7441
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7430
7442
|
fill: "currentColor",
|
|
7431
|
-
viewBox: "0 0 42
|
|
7443
|
+
viewBox: "0 0 54 42"
|
|
7432
7444
|
};
|
|
7433
7445
|
|
|
7434
7446
|
function render$1s(_ctx, _cache) {
|
|
7435
7447
|
return (openBlock(), createElementBlock("svg", _hoisted_1$1z, [...(_cache[0] || (_cache[0] = [
|
|
7436
|
-
createElementVNode("path", { d: "
|
|
7448
|
+
createElementVNode("path", { d: "M11.25 27c0-1.219-1.031-2.25-2.25-2.25-1.312 0-2.25 1.031-2.25 2.25 0 1.313.938 2.25 2.25 2.25 1.219 0 2.25-.937 2.25-2.25M27 11.25c1.219 0 2.25-.937 2.25-2.25 0-1.219-1.031-2.25-2.25-2.25-1.312 0-2.25 1.031-2.25 2.25 0 1.313.938 2.25 2.25 2.25M14.25 12C12.938 12 12 13.031 12 14.25c0 1.313.938 2.25 2.25 2.25 1.219 0 2.25-.937 2.25-2.25 0-1.219-1.031-2.25-2.25-2.25m26.438 1.125c-.657-.469-1.594-.375-2.157.188l-9.093 11.25C28.688 24.28 27.844 24 27 24c-3.375 0-6 2.719-6 6 0 3.375 2.625 6 6 6 3.281 0 6-2.625 6-6a5.57 5.57 0 0 0-1.219-3.469l9.094-11.25c.563-.656.375-1.594-.187-2.156M30 30c0 1.688-1.406 3-3 3-1.687 0-3-1.312-3-3 0-1.594 1.313-3 3-3 1.594 0 3 1.406 3 3m15-5.25c-1.312 0-2.25 1.031-2.25 2.25 0 1.313.938 2.25 2.25 2.25 1.219 0 2.25-.937 2.25-2.25 0-1.219-1.031-2.25-2.25-2.25M54 27C54 12.094 41.906 0 27 0 12 0 0 12.094 0 27c0 4.969 1.313 9.656 3.656 13.594.469.937 1.5 1.406 2.532 1.406h41.53c1.032 0 2.063-.469 2.532-1.406A26.63 26.63 0 0 0 54 27m-3 0c0 4.313-1.125 8.438-3.281 12l-41.531.094A24.5 24.5 0 0 1 3 27C3 13.781 13.688 3 27 3c13.219 0 24 10.781 24 24" }, null, -1)
|
|
7437
7449
|
]))]))
|
|
7438
7450
|
}
|
|
7439
7451
|
|
|
7440
7452
|
const _hoisted_1$1y = {
|
|
7441
7453
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7442
7454
|
fill: "currentColor",
|
|
7443
|
-
viewBox: "0 0
|
|
7455
|
+
viewBox: "0 0 404 146"
|
|
7444
7456
|
};
|
|
7445
7457
|
|
|
7446
7458
|
function render$1r(_ctx, _cache) {
|
|
7447
7459
|
return (openBlock(), createElementBlock("svg", _hoisted_1$1y, [...(_cache[0] || (_cache[0] = [
|
|
7448
|
-
createElementVNode("path", { d: "
|
|
7460
|
+
createElementVNode("path", { d: "M130 113.6h-22.8V143H75.6v-29.4H.2V91.8L66.2 3h34L39 87.2h37.6V61h30.6v26.2H130zM199.691 145.4q-17.4 0-31-8.6t-21.4-24.8q-7.6-16.4-7.6-39t7.6-38.8q7.8-16.4 21.4-25t31-8.6 31 8.6 21.2 25q7.8 16.2 7.8 38.8t-7.8 39q-7.6 16.2-21.2 24.8t-31 8.6m0-27.4q12.8 0 20-11 7.4-11 7.4-34t-7.4-34q-7.2-11-20-11-12.6 0-20 11-7.2 11-7.2 34t7.2 34q7.4 11 20 11M403.633 113.6h-22.8V143h-31.6v-29.4h-75.4V91.8l66-88.8h34l-61.2 84.2h37.6V61h30.6v26.2h22.8z" }, null, -1)
|
|
7449
7461
|
]))]))
|
|
7450
7462
|
}
|
|
7451
7463
|
|
|
7452
7464
|
const _hoisted_1$1x = {
|
|
7453
7465
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7454
7466
|
fill: "currentColor",
|
|
7455
|
-
viewBox: "0 0
|
|
7467
|
+
viewBox: "0 0 20 20"
|
|
7456
7468
|
};
|
|
7457
7469
|
|
|
7458
7470
|
function render$1q(_ctx, _cache) {
|
|
7459
7471
|
return (openBlock(), createElementBlock("svg", _hoisted_1$1x, [...(_cache[0] || (_cache[0] = [
|
|
7460
|
-
createElementVNode("path", { d: "
|
|
7472
|
+
createElementVNode("path", { d: "M2.003 5.884 10 9.882l7.997-3.998A2 2 0 0 0 16 4H4a2 2 0 0 0-1.997 1.884" }, null, -1),
|
|
7473
|
+
createElementVNode("path", { d: "m18 8.118-8 4-8-4V14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2z" }, null, -1)
|
|
7461
7474
|
]))]))
|
|
7462
7475
|
}
|
|
7463
7476
|
|
|
7464
7477
|
const _hoisted_1$1w = {
|
|
7465
7478
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7466
7479
|
fill: "currentColor",
|
|
7467
|
-
viewBox: "0 0
|
|
7480
|
+
viewBox: "0 0 24 24"
|
|
7468
7481
|
};
|
|
7469
7482
|
|
|
7470
7483
|
function render$1p(_ctx, _cache) {
|
|
7471
7484
|
return (openBlock(), createElementBlock("svg", _hoisted_1$1w, [...(_cache[0] || (_cache[0] = [
|
|
7472
|
-
createElementVNode("path", { d: "
|
|
7473
|
-
createElementVNode("path", { d: "m18 8.118-8 4-8-4V14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2z" }, null, -1)
|
|
7485
|
+
createElementVNode("path", { d: "M12 1.875c5.56 0 10.125 4.504 10.125 10.125A10.12 10.12 0 0 1 12 22.125C6.41 22.125 1.875 17.599 1.875 12 1.875 6.412 6.403 1.875 12 1.875m0-1.5C5.58.375.375 5.582.375 12 .375 18.422 5.58 23.625 12 23.625S23.625 18.422 23.625 12C23.625 5.582 18.42.375 12 .375M11.461 6h1.078c.32 0 .575.266.562.586l-.328 7.875a.563.563 0 0 1-.563.539h-.42a.563.563 0 0 1-.562-.54l-.329-7.874A.563.563 0 0 1 11.461 6M12 15.938a1.312 1.312 0 1 0 0 2.624 1.312 1.312 0 0 0 0-2.625" }, null, -1)
|
|
7474
7486
|
]))]))
|
|
7475
7487
|
}
|
|
7476
7488
|
|
|
@@ -7482,128 +7494,128 @@ const _hoisted_1$1v = {
|
|
|
7482
7494
|
|
|
7483
7495
|
function render$1o(_ctx, _cache) {
|
|
7484
7496
|
return (openBlock(), createElementBlock("svg", _hoisted_1$1v, [...(_cache[0] || (_cache[0] = [
|
|
7485
|
-
createElementVNode("path", { d: "
|
|
7497
|
+
createElementVNode("path", { d: "M17 9V7c0-2.8-2.2-5-5-5S7 4.2 7 7v2c-1.7 0-3 1.3-3 3v7c0 1.7 1.3 3 3 3h10c1.7 0 3-1.3 3-3v-7c0-1.7-1.3-3-3-3M9 7c0-1.7 1.3-3 3-3s3 1.3 3 3v2H9z" }, null, -1)
|
|
7486
7498
|
]))]))
|
|
7487
7499
|
}
|
|
7488
7500
|
|
|
7489
7501
|
const _hoisted_1$1u = {
|
|
7490
7502
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7491
7503
|
fill: "currentColor",
|
|
7492
|
-
viewBox: "0 0
|
|
7504
|
+
viewBox: "0 0 612 612"
|
|
7493
7505
|
};
|
|
7494
7506
|
|
|
7495
7507
|
function render$1n(_ctx, _cache) {
|
|
7496
7508
|
return (openBlock(), createElementBlock("svg", _hoisted_1$1u, [...(_cache[0] || (_cache[0] = [
|
|
7497
|
-
createElementVNode("path", { d: "
|
|
7509
|
+
createElementVNode("path", { d: "M609.608 315.426a19.77 19.77 0 0 0 0-18.853c-58.464-107.643-172.5-180.72-303.607-180.72S60.857 188.931 2.393 296.573a19.77 19.77 0 0 0 0 18.853C60.858 423.069 174.892 496.147 306 496.147s245.143-73.078 303.608-180.721M306 451.855c-80.554 0-145.855-65.302-145.855-145.855S225.446 160.144 306 160.144 451.856 225.446 451.856 306 386.554 451.855 306 451.855" }, null, -1),
|
|
7510
|
+
createElementVNode("path", { d: "M306 231.67c-6.136 0-12.095.749-17.798 2.15 5.841 6.76 9.383 15.563 9.383 25.198 0 21.3-17.267 38.568-38.568 38.568-9.635 0-18.438-3.541-25.198-9.383a74.5 74.5 0 0 0-2.15 17.798c0 41.052 33.279 74.33 74.33 74.33s74.33-33.279 74.33-74.33S347.052 231.67 306 231.67" }, null, -1)
|
|
7498
7511
|
]))]))
|
|
7499
7512
|
}
|
|
7500
7513
|
|
|
7501
7514
|
const _hoisted_1$1t = {
|
|
7502
7515
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7503
7516
|
fill: "currentColor",
|
|
7504
|
-
viewBox: "0
|
|
7517
|
+
viewBox: "0 -64 640 640"
|
|
7505
7518
|
};
|
|
7506
7519
|
|
|
7507
7520
|
function render$1m(_ctx, _cache) {
|
|
7508
7521
|
return (openBlock(), createElementBlock("svg", _hoisted_1$1t, [...(_cache[0] || (_cache[0] = [
|
|
7509
|
-
createElementVNode("path", { d: "
|
|
7510
|
-
createElementVNode("path", { d: "M306 231.67c-6.136 0-12.095.749-17.798 2.15 5.841 6.76 9.383 15.563 9.383 25.198 0 21.3-17.267 38.568-38.568 38.568-9.635 0-18.438-3.541-25.198-9.383a74.5 74.5 0 0 0-2.15 17.798c0 41.052 33.279 74.33 74.33 74.33s74.33-33.279 74.33-74.33S347.052 231.67 306 231.67" }, null, -1)
|
|
7522
|
+
createElementVNode("path", { d: "M320 400c-75.85 0-137.25-58.71-142.9-133.11L72.2 185.82c-13.79 17.3-26.48 35.59-36.72 55.59a32.35 32.35 0 0 0 0 29.19C89.71 376.41 197.07 448 320 448c26.91 0 52.87-4 77.89-10.46L346 397.39a144 144 0 0 1-26 2.61m313.82 58.1-110.55-85.44a331.3 331.3 0 0 0 81.25-102.07 32.35 32.35 0 0 0 0-29.19C550.29 135.59 442.93 64 320 64a308.15 308.15 0 0 0-147.32 37.7L45.46 3.37A16 16 0 0 0 23 6.18L3.37 31.45A16 16 0 0 0 6.18 53.9l588.36 454.73a16 16 0 0 0 22.46-2.81l19.64-25.27a16 16 0 0 0-2.82-22.45m-183.72-142-39.3-30.38A94.8 94.8 0 0 0 416 256a94.76 94.76 0 0 0-121.31-92.21A47.65 47.65 0 0 1 304 192a46.6 46.6 0 0 1-1.54 10l-73.61-56.89A142.3 142.3 0 0 1 320 112a143.92 143.92 0 0 1 144 144c0 21.63-5.29 41.79-13.9 60.11z" }, null, -1)
|
|
7511
7523
|
]))]))
|
|
7512
7524
|
}
|
|
7513
7525
|
|
|
7514
7526
|
const _hoisted_1$1s = {
|
|
7515
7527
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7516
7528
|
fill: "currentColor",
|
|
7517
|
-
viewBox: "0
|
|
7529
|
+
viewBox: "0 0 18 18"
|
|
7518
7530
|
};
|
|
7519
7531
|
|
|
7520
7532
|
function render$1l(_ctx, _cache) {
|
|
7521
7533
|
return (openBlock(), createElementBlock("svg", _hoisted_1$1s, [...(_cache[0] || (_cache[0] = [
|
|
7522
|
-
createElementVNode("path", { d: "
|
|
7534
|
+
createElementVNode("path", { d: "M16 13h-4.172l-1.414 1.414A2 2 0 0 1 9 15a1.99 1.99 0 0 1-1.414-.586L6.172 13H2a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-3c0-.553-.447-1-1-1m-1.5 3.25a.75.75 0 0 1-.75-.75c0-.412.338-.75.75-.75s.75.338.75.75-.338.75-.75.75M4.293 8.706a1 1 0 0 1 1.414-1.414l2.292 2.296V2a1 1 0 0 1 2 0v7.588l2.293-2.294a1 1 0 1 1 1.414 1.414l-4 4A1 1 0 0 1 9 13a1 1 0 0 1-.707-.293z" }, null, -1)
|
|
7523
7535
|
]))]))
|
|
7524
7536
|
}
|
|
7525
7537
|
|
|
7526
7538
|
const _hoisted_1$1r = {
|
|
7527
7539
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7528
7540
|
fill: "currentColor",
|
|
7529
|
-
viewBox: "0 0
|
|
7541
|
+
viewBox: "0 0 576 512"
|
|
7530
7542
|
};
|
|
7531
7543
|
|
|
7532
7544
|
function render$1k(_ctx, _cache) {
|
|
7533
7545
|
return (openBlock(), createElementBlock("svg", _hoisted_1$1r, [...(_cache[0] || (_cache[0] = [
|
|
7534
|
-
createElementVNode("path", { d: "
|
|
7546
|
+
createElementVNode("path", { d: "M528 32H48C21.49 32 0 53.49 0 80v16h576V80c0-26.51-21.5-48-48-48M0 432c0 26.5 21.49 48 48 48h480c26.51 0 48-21.49 48-48V128H0zm368-240h128c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16s7.2-16 16-16m0 64h128c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16s7.2-16 16-16m0 64h128c8.836 0 16 7.164 16 16s-7.2 16-16 16H368c-8.836 0-16-7.164-16-16s7.2-16 16-16M176 192c35.35 0 64 28.66 64 64s-28.65 64-64 64-64-28.66-64-64 28.7-64 64-64m-64 160h128c26.51 0 48 21.49 48 48 0 8.836-7.164 16-16 16H80c-8.84 0-16-7.2-16-16 0-26.5 21.49-48 48-48" }, null, -1)
|
|
7535
7547
|
]))]))
|
|
7536
7548
|
}
|
|
7537
7549
|
|
|
7538
7550
|
const _hoisted_1$1q = {
|
|
7539
7551
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7540
7552
|
fill: "currentColor",
|
|
7541
|
-
viewBox: "0 0
|
|
7553
|
+
viewBox: "0 0 16 16"
|
|
7542
7554
|
};
|
|
7543
7555
|
|
|
7544
7556
|
function render$1j(_ctx, _cache) {
|
|
7545
7557
|
return (openBlock(), createElementBlock("svg", _hoisted_1$1q, [...(_cache[0] || (_cache[0] = [
|
|
7546
|
-
createElementVNode("path", { d: "
|
|
7558
|
+
createElementVNode("path", { d: "M8 0a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8m0 4a1 1 0 1 1 0 2 1 1 0 0 1 0-2m1.25 8h-2.5a.75.75 0 0 1 0-1.5h.5v-2H7A.75.75 0 0 1 7 7h1a.75.75 0 0 1 .75.75v2.75h.5a.75.75 0 0 1 0 1.5" }, null, -1)
|
|
7547
7559
|
]))]))
|
|
7548
7560
|
}
|
|
7549
7561
|
|
|
7550
7562
|
const _hoisted_1$1p = {
|
|
7551
7563
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7552
7564
|
fill: "currentColor",
|
|
7553
|
-
viewBox: "0 0
|
|
7565
|
+
viewBox: "0 0 104 104"
|
|
7554
7566
|
};
|
|
7555
7567
|
|
|
7556
7568
|
function render$1i(_ctx, _cache) {
|
|
7557
7569
|
return (openBlock(), createElementBlock("svg", _hoisted_1$1p, [...(_cache[0] || (_cache[0] = [
|
|
7558
|
-
createElementVNode("path", { d: "
|
|
7570
|
+
createElementVNode("path", { d: "M87.202 25.452 65.569 3.819A13 13 0 0 0 56.367 0H26c-7.18 0-13 5.82-13 13l.001 78c0 7.18 5.82 13 13 13H78c7.18 0 13-5.82 13-13V34.633c0-3.453-1.36-6.744-3.798-9.181M58.5 6.922c.91.319 1.76.782 2.462 1.483l21.633 21.633c.707.695 1.174 1.548 1.478 2.462H61.75a3.26 3.26 0 0 1-3.25-3.25zM84.5 91c0 3.583-2.917 6.5-6.5 6.5H26a6.51 6.51 0 0 1-6.5-6.5V13c0-3.583 2.917-6.5 6.5-6.5h26v22.75c0 5.383 4.367 9.75 9.75 9.75H84.5zM52 79.625a4.876 4.876 0 0 0-4.875 4.875 4.875 4.875 0 1 0 9.75 0A4.87 4.87 0 0 0 52 79.625m-.183-4.875c1.97 0 3.433-1.463 3.433-3.25V48.75A3.26 3.26 0 0 0 52 45.5a3.26 3.26 0 0 0-3.25 3.25V71.5c0 1.787 1.442 3.25 3.067 3.25" }, null, -1)
|
|
7559
7571
|
]))]))
|
|
7560
7572
|
}
|
|
7561
7573
|
|
|
7562
7574
|
const _hoisted_1$1o = {
|
|
7563
7575
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7564
7576
|
fill: "currentColor",
|
|
7565
|
-
viewBox: "0 0
|
|
7577
|
+
viewBox: "0 0 118 104"
|
|
7566
7578
|
};
|
|
7567
7579
|
|
|
7568
7580
|
function render$1h(_ctx, _cache) {
|
|
7569
7581
|
return (openBlock(), createElementBlock("svg", _hoisted_1$1o, [...(_cache[0] || (_cache[0] = [
|
|
7570
|
-
createElementVNode("path", { d: "
|
|
7582
|
+
createElementVNode("path", { d: "M3.82 104a3.255 3.255 0 0 1-3.25-3.25 3.255 3.255 0 0 1 3.25-3.25h3.25v-9.08c0-6.418 2.115-12.837 6.015-17.753L27.363 52 13.085 33.333a29.22 29.22 0 0 1-6.015-17.76V6.5H3.82a3.25 3.25 0 1 1 0-6.5h71.5a3.255 3.255 0 0 1 3.25 3.25 3.254 3.254 0 0 1-3.25 3.25h-3.25v9.074c0 6.424-2.112 12.66-6.012 17.759L51.778 52l4.814 6.277c-1.178 2.234-2.092 4.61-2.783 7.089L45.116 53.97c-.894-1.34-.894-2.782 0-3.94l15.6-20.638c3.209-3.96 4.854-8.815 4.854-13.818V6.5h-52v9.074c0 5.003 1.644 9.857 4.678 13.818L34.025 50.03c.894 1.157.894 2.6 0 3.94L18.248 74.608A22.7 22.7 0 0 0 13.57 88.42v9.08h47.166a36.8 36.8 0 0 0 7.028 6.5zm50.09-19.5a35.5 35.5 0 0 0 2.56 6.5H23.32a3.26 3.26 0 0 1-2.89-1.767c-.557-1.26-.461-2.377.246-3.372l16.07-22.75c1.22-1.463 3.25-1.808 4.713-.934 1.463 1.218 1.808 3.25.752 4.712L29.638 84.5zM37.032 40.848l-13-16.25c-.772-.792-.934-2.132-.386-3.25A3.22 3.22 0 0 1 26.57 19.5h26c1.26 0 2.397.717 2.925 1.848.549 1.118.386 2.458-.386 3.25l-13 16.25c-.609.955-1.543 1.402-2.539 1.402-.995 0-1.93-.447-2.539-1.402m2.54-7.048 6.235-7.8H33.334zm48.567 24.7c1.97 0 3.25 1.462 3.25 3.25v9.75h6.682a3.26 3.26 0 0 1 3.25 3.25A3.26 3.26 0 0 1 98.07 78h-9.932c-1.605 0-3.25-1.463-3.25-3.25v-13c0-1.788 1.645-3.25 3.25-3.25M59.07 74.75c0-16.148 13.102-29.25 29.25-29.25 16.149 0 29.25 13.102 29.25 29.25S104.469 104 88.32 104c-16.148 0-29.25-13.102-29.25-29.25M88.32 97.5c12.574 0 22.75-10.177 22.75-22.75S100.894 52 88.32 52 65.57 62.177 65.57 74.75 75.747 97.5 88.32 97.5" }, null, -1)
|
|
7571
7583
|
]))]))
|
|
7572
7584
|
}
|
|
7573
7585
|
|
|
7574
7586
|
const _hoisted_1$1n = {
|
|
7575
7587
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7576
7588
|
fill: "currentColor",
|
|
7577
|
-
viewBox: "0 0
|
|
7589
|
+
viewBox: "0 0 56 56"
|
|
7578
7590
|
};
|
|
7579
7591
|
|
|
7580
7592
|
function render$1g(_ctx, _cache) {
|
|
7581
7593
|
return (openBlock(), createElementBlock("svg", _hoisted_1$1n, [...(_cache[0] || (_cache[0] = [
|
|
7582
|
-
createElementVNode("path", { d: "
|
|
7594
|
+
createElementVNode("path", { d: "M49 7H7a7 7 0 0 0-7 7v28a7 7 0 0 0 7 7h42a7 7 0 0 0 7-7V14c0-3.866-3.14-7-7-7M7 10.5h42c1.93 0 3.5 1.57 3.5 3.5v3.939L31.15 33.95a5.28 5.28 0 0 1-6.303 0L3.5 17.938V14c0-1.925 1.57-3.5 3.5-3.5M52.5 42c0 1.93-1.57 3.5-3.5 3.5H7c-1.93 0-3.5-1.57-3.5-3.5V22.214L22.75 36.75a8.744 8.744 0 0 0 10.5 0L52.5 22.214z" }, null, -1)
|
|
7583
7595
|
]))]))
|
|
7584
7596
|
}
|
|
7585
7597
|
|
|
7586
7598
|
const _hoisted_1$1m = {
|
|
7587
7599
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7588
7600
|
fill: "currentColor",
|
|
7589
|
-
viewBox: "0 0
|
|
7601
|
+
viewBox: "0 0 17 12"
|
|
7590
7602
|
};
|
|
7591
7603
|
|
|
7592
7604
|
function render$1f(_ctx, _cache) {
|
|
7593
7605
|
return (openBlock(), createElementBlock("svg", _hoisted_1$1m, [...(_cache[0] || (_cache[0] = [
|
|
7594
|
-
createElementVNode("path", { d: "
|
|
7606
|
+
createElementVNode("path", { d: "M15.847.621c.359.33.359.865 0 1.164l-9.281 9.281c-.299.359-.833.359-1.164 0L.622 6.285c-.33-.3-.33-.833 0-1.164a.85.85 0 0 1 1.193 0L6 9.308 14.684.621c.33-.328.864-.328 1.163 0" }, null, -1)
|
|
7595
7607
|
]))]))
|
|
7596
7608
|
}
|
|
7597
7609
|
|
|
7598
7610
|
const _hoisted_1$1l = {
|
|
7599
7611
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7600
7612
|
fill: "currentColor",
|
|
7601
|
-
viewBox: "0 0
|
|
7613
|
+
viewBox: "0 0 56 56"
|
|
7602
7614
|
};
|
|
7603
7615
|
|
|
7604
7616
|
function render$1e(_ctx, _cache) {
|
|
7605
7617
|
return (openBlock(), createElementBlock("svg", _hoisted_1$1l, [...(_cache[0] || (_cache[0] = [
|
|
7606
|
-
createElementVNode("path", { d: "
|
|
7618
|
+
createElementVNode("path", { d: "M52.036 39.526c-.35.382-.82.568-1.29.568-.426 0-.852-.154-1.188-.465l-21.562-19.9L6.438 39.536c-.711.657-1.82.616-2.473-.099a1.75 1.75 0 0 1 .097-2.47l22.75-21a1.745 1.745 0 0 1 2.376 0l22.75 21c.7.754.754 1.848.098 2.559" }, null, -1)
|
|
7607
7619
|
]))]))
|
|
7608
7620
|
}
|
|
7609
7621
|
|
|
@@ -7615,7 +7627,7 @@ const _hoisted_1$1k = {
|
|
|
7615
7627
|
|
|
7616
7628
|
function render$1d(_ctx, _cache) {
|
|
7617
7629
|
return (openBlock(), createElementBlock("svg", _hoisted_1$1k, [...(_cache[0] || (_cache[0] = [
|
|
7618
|
-
createElementVNode("path", { d: "
|
|
7630
|
+
createElementVNode("path", { d: "M3.966 16.657c.343-.372.813-.656 1.285-.656.425 0 .85.154 1.188.465l21.557 19.808 21.558-19.808a1.745 1.745 0 0 1 2.473.099c.656.71.612 1.814-.097 2.47l-22.75 21a1.745 1.745 0 0 1-2.376 0l-22.75-21c-.7-.562-.745-1.667-.088-2.378" }, null, -1)
|
|
7619
7631
|
]))]))
|
|
7620
7632
|
}
|
|
7621
7633
|
|
|
@@ -7627,7 +7639,7 @@ const _hoisted_1$1j = {
|
|
|
7627
7639
|
|
|
7628
7640
|
function render$1c(_ctx, _cache) {
|
|
7629
7641
|
return (openBlock(), createElementBlock("svg", _hoisted_1$1j, [...(_cache[0] || (_cache[0] = [
|
|
7630
|
-
createElementVNode("path", { d: "
|
|
7642
|
+
createElementVNode("path", { d: "M18.645 52.04a1.73 1.73 0 0 1-.564-1.285c0-.425.154-.85.465-1.187L38.354 28.01 18.546 6.438a1.746 1.746 0 0 1 .099-2.473 1.747 1.747 0 0 1 2.47.097l21 22.75a1.745 1.745 0 0 1 0 2.376l-21 22.75c-.658.704-1.759.759-2.47.103" }, null, -1)
|
|
7631
7643
|
]))]))
|
|
7632
7644
|
}
|
|
7633
7645
|
|
|
@@ -7639,43 +7651,43 @@ const _hoisted_1$1i = {
|
|
|
7639
7651
|
|
|
7640
7652
|
function render$1b(_ctx, _cache) {
|
|
7641
7653
|
return (openBlock(), createElementBlock("svg", _hoisted_1$1i, [...(_cache[0] || (_cache[0] = [
|
|
7642
|
-
createElementVNode("path", { d: "
|
|
7654
|
+
createElementVNode("path", { d: "M39.681 3.965c.376.343.564.813.564 1.285 0 .426-.154.851-.465 1.188L19.881 28l19.808 21.558c.656.71.615 1.82-.1 2.473a1.75 1.75 0 0 1-2.47-.098l-21-22.75a1.745 1.745 0 0 1 0-2.375l21-22.75c.746-.705 1.851-.75 2.562-.093" }, null, -1)
|
|
7643
7655
|
]))]))
|
|
7644
7656
|
}
|
|
7645
7657
|
|
|
7646
7658
|
const _hoisted_1$1h = {
|
|
7647
7659
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7648
7660
|
fill: "currentColor",
|
|
7649
|
-
viewBox: "0 0
|
|
7661
|
+
viewBox: "0 0 512 512"
|
|
7650
7662
|
};
|
|
7651
7663
|
|
|
7652
7664
|
function render$1a(_ctx, _cache) {
|
|
7653
7665
|
return (openBlock(), createElementBlock("svg", _hoisted_1$1h, [...(_cache[0] || (_cache[0] = [
|
|
7654
|
-
createElementVNode("path", { d: "
|
|
7666
|
+
createElementVNode("path", { d: "M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0m-24 152c0-13.2 10.8-24 24-24s24 10.75 24 24v128c0 13.25-10.75 24-24 24s-24-10.7-24-24zm24 248c-17.36 0-31.44-14.08-31.44-31.44s14.07-31.44 31.44-31.44 31.44 14.08 31.44 31.44C287.4 385.9 273.4 400 256 400" }, null, -1)
|
|
7655
7667
|
]))]))
|
|
7656
7668
|
}
|
|
7657
7669
|
|
|
7658
7670
|
const _hoisted_1$1g = {
|
|
7659
7671
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7660
7672
|
fill: "currentColor",
|
|
7661
|
-
viewBox: "0 0
|
|
7673
|
+
viewBox: "0 0 33 33"
|
|
7662
7674
|
};
|
|
7663
7675
|
|
|
7664
7676
|
function render$19(_ctx, _cache) {
|
|
7665
7677
|
return (openBlock(), createElementBlock("svg", _hoisted_1$1g, [...(_cache[0] || (_cache[0] = [
|
|
7666
|
-
createElementVNode("path", { d: "
|
|
7678
|
+
createElementVNode("path", { d: "M5.965 5.39 2.76 3.832c-.395-.155-.877-.044-1.071.357a.79.79 0 0 0 .357 1.07L5.25 6.817a.8.8 0 0 0 .358.088c.37 0 .695-.257.783-.62a.796.796 0 0 0-.427-.895m-.356 12.689a.8.8 0 0 0-.357.087l-3.205 1.558a.796.796 0 0 0-.363 1.07c.2.356.682.557 1.077.363L5.966 19.6c.332-.17.507-.545.426-.857-.087-.364-.412-.664-.783-.664M26.444 6.905a.8.8 0 0 0 .356-.088l3.206-1.557a.79.79 0 0 0 .357-1.07c-.194-.356-.677-.558-1.071-.358L26.086 5.39a.8.8 0 0 0-.425.895c.086.363.412.62.783.62M4.808 12.469c0-.4-.357-.8-.801-.8H.8c-.444 0-.801.356-.801.755 0 .4.357.847.801.847h3.206c.444 0 .8-.31.8-.802m26.444-.8h-3.206c-.444 0-.801.356-.801.755 0 .4.357.757.801.757h3.206c.444 0 .8-.357.8-.757s-.355-.756-.8-.756m-1.248 8.142L26.8 18.255c-.394-.155-.876-.038-1.077.357a.805.805 0 0 0 .363 1.076l3.206 1.558a.805.805 0 0 0 1.076-.363.793.793 0 0 0-.363-1.07M16.001 3.701c-4.848.014-8.79 4-8.79 8.884 0 2.149.776 4.223 2.182 5.84.668.766 1.795 2.483 2.19 3.807a.79.79 0 0 0 .883.686.81.81 0 0 0 .707-.884l-.03-.166c-.517-1.751-1.803-3.648-2.541-4.496a7.3 7.3 0 0 1-1.787-4.787c0-4.07 3.157-7.267 7.186-7.277h.025c1.91 0 3.709.744 5.069 2.1a7.25 7.25 0 0 1 2.143 5.177 7.3 7.3 0 0 1-1.786 4.788c-.739.849-2.026 2.745-2.542 4.496l-.031.168c-.053.438.247.88.684.935q.059.008.115.008c.39 0 .719-.256.769-.657.418-1.415 1.546-3.131 2.214-3.898a8.9 8.9 0 0 0 2.18-5.84c0-2.39-.93-4.633-2.615-6.316C20.559 4.605 18.31 3.641 16 3.701m3.186 20.788H12.82a.8.8 0 0 0-.801.803l.004 1.119c0 .314.094.624.268.885l.856 1.287c.261.393.862.715 1.335.715h3.09c.472 0 1.073-.322 1.334-.715l.856-1.286c.148-.223.268-.62.269-.886l-.002-1.119c-.042-.397-.358-.803-.843-.803m-.762 1.968-.806 1.225c-.024.022-.085.054-.044.056l-3.02.006c-.02-.005-.056-.014-.07-.014-.007-.012-.008 0 0 0l-.857-1.276v-.32h4.804v.26c-.007.023-.017.063-.007.063m-1.597-18.75a.8.8 0 0 0-.802-.8c-3.092 0-5.609 2.515-5.609 5.563a.8.8 0 1 0 1.603 0c0-2.208 1.797-3.961 4.006-3.961.441 0 .802-.359.802-.801" }, null, -1)
|
|
7667
7679
|
]))]))
|
|
7668
7680
|
}
|
|
7669
7681
|
|
|
7670
7682
|
const _hoisted_1$1f = {
|
|
7671
7683
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7672
7684
|
fill: "currentColor",
|
|
7673
|
-
viewBox: "0 0
|
|
7685
|
+
viewBox: "0 0 32 33"
|
|
7674
7686
|
};
|
|
7675
7687
|
|
|
7676
7688
|
function render$18(_ctx, _cache) {
|
|
7677
7689
|
return (openBlock(), createElementBlock("svg", _hoisted_1$1f, [...(_cache[0] || (_cache[0] = [
|
|
7678
|
-
createElementVNode("path", { d: "
|
|
7690
|
+
createElementVNode("path", { d: "M28.01 10.385c.445.28.79.795.79 1.355 0 .86-.7 1.56-1.56 1.56H4.758a1.56 1.56 0 0 1-.768-2.915l11.615-6.58c.245-.14.5-.14.79 0zM4.917 11.7h22.168L16 5.42zM6.4 21.3v-6.4H8v6.4h4v-6.4h1.6v6.4h4.8v-6.4H20v6.4h4v-6.4h1.6v6.4c.44 0 .8.36.8.8s-.36.8-.8.8H6.4a.801.801 0 0 1 0-1.6m-2 4c0-.44.358-.8.8-.8h21.6c.44 0 .8.36.8.8s-.36.8-.8.8H5.2c-.442 0-.8-.36-.8-.8m-1.2 3.2c0-.44.358-.8.8-.8h24c.44 0 .8.36.8.8s-.36.8-.8.8H4c-.442 0-.8-.36-.8-.8" }, null, -1)
|
|
7679
7691
|
]))]))
|
|
7680
7692
|
}
|
|
7681
7693
|
|
|
@@ -7687,95 +7699,95 @@ const _hoisted_1$1e = {
|
|
|
7687
7699
|
|
|
7688
7700
|
function render$17(_ctx, _cache) {
|
|
7689
7701
|
return (openBlock(), createElementBlock("svg", _hoisted_1$1e, [...(_cache[0] || (_cache[0] = [
|
|
7690
|
-
createElementVNode("path", { d: "
|
|
7702
|
+
createElementVNode("path", { d: "M11.615 8.339c.065.06.145.12.23.179q-1.156.045-2.245.192V7.7c0-.763.43-1.386.97-1.852.545-.469 1.285-.854 2.135-1.162 1.7-.62 3.995-.986 6.495-.986 2.455 0 4.795.367 6.495.986.85.308 1.59.693 2.135 1.162.54.466.97 1.09.97 1.852v10.895c0 .77-.41 1.41-.955 1.9-.59.49-1.29.895-2.14 1.22-.515.195-1.09.37-1.705.515v-1.65q.615-.165 1.14-.36c.74-.285 1.285-.6 1.635-.915.345-.31.425-.555.425-.71v-3.31c-.435.28-.94.525-1.495.735-.515.195-1.09.37-1.705.515v-1.65q.615-.165 1.14-.36c.74-.285 1.285-.605 1.635-.915.345-.355.425-.555.425-.71v-2.895c-.44.275-.95.51-1.505.71-.865.315-1.88.565-3 .73-.09-.14-.185-.185-.28-.27a7.5 7.5 0 0 0-1.69-1.125c1.735-.115 3.27-.42 4.38-.84.79-.27 1.335-.574 1.68-.871.35-.3.415-.518.415-.639s-.065-.34-.415-.639c-.345-.297-.89-.601-1.68-.872-1.44-.54-3.545-.889-5.905-.889s-4.465.35-5.95.889c-.745.271-1.29.575-1.635.872-.35.3-.46.518-.46.639s.11.34.46.639M3.2 14.1c0-.765.428-1.385.97-1.895.545-.425 1.287-.81 2.134-1.12 1.701-.62 3.996-.985 6.496-.985 2.455 0 4.795.365 6.495.985.85.31 1.59.695 2.135 1.12.54.51.97 1.13.97 1.895v10.895c0 .77-.41 1.41-.955 1.9-.59.49-1.29.895-2.14 1.22-1.7.65-4.005.99-6.505.99-2.545 0-4.802-.34-6.507-.99-.85-.325-1.592-.73-2.137-1.22s-.956-1.13-.956-1.9zm2.013.64c.346.295.893.6 1.638.87 1.484.54 3.589.89 5.949.89s4.465-.35 5.905-.89c.79-.27 1.335-.575 1.68-.87.35-.3.415-.52.415-.64s-.065-.34-.415-.64c-.345-.295-.89-.6-1.68-.87-1.44-.585-3.545-.89-5.905-.89s-4.465.305-5.949.89c-.745.27-1.292.575-1.638.87-.348.3-.413.52-.413.64s.065.34.413.64m14.082 2.375c-1.7.62-4.04.985-6.495.985-2.5 0-4.795-.365-6.496-.985a8 8 0 0 1-1.504-.71V19.3c0 .155.08.355.427.71.346.31.893.63 1.636.915 1.482.56 3.577.925 5.937.925s4.455-.365 5.94-.925c.74-.285 1.285-.605 1.635-.915.345-.355.425-.555.425-.71v-2.895c-.44.27-.95.51-1.505.71m-14.068 8.59c.346.315.893.63 1.636.915 1.482.56 3.577.885 5.937.885s4.455-.325 5.94-.885c.74-.285 1.285-.6 1.635-.915.345-.31.425-.555.425-.71v-3.31c-.435.28-.94.525-1.495.735-1.7.65-4.005 1.03-6.505 1.03-2.545 0-4.802-.38-6.507-1.03a10.4 10.4 0 0 1-1.538-.735v3.31c0 .155.126.4.472.71" }, null, -1)
|
|
7691
7703
|
]))]))
|
|
7692
7704
|
}
|
|
7693
7705
|
|
|
7694
7706
|
const _hoisted_1$1d = {
|
|
7695
7707
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7696
7708
|
fill: "currentColor",
|
|
7697
|
-
viewBox: "0 0
|
|
7709
|
+
viewBox: "0 0 36 21"
|
|
7698
7710
|
};
|
|
7699
7711
|
|
|
7700
7712
|
function render$16(_ctx, _cache) {
|
|
7701
7713
|
return (openBlock(), createElementBlock("svg", _hoisted_1$1d, [...(_cache[0] || (_cache[0] = [
|
|
7702
|
-
createElementVNode("path", { d: "
|
|
7714
|
+
createElementVNode("path", { d: "m34.468 5.972-13.901 14C19.79 20.66 18.893 21 17.997 21a3.5 3.5 0 0 1-2.476-1.025l-13.901-14a3.36 3.36 0 0 1-.857-3.81A3.52 3.52 0 0 1 3.996 0h27.902c1.415 0 2.693.851 3.235 2.16.543 1.31.341 2.817-.665 3.812" }, null, -1)
|
|
7703
7715
|
]))]))
|
|
7704
7716
|
}
|
|
7705
7717
|
|
|
7706
7718
|
const _hoisted_1$1c = {
|
|
7707
7719
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7708
7720
|
fill: "currentColor",
|
|
7709
|
-
viewBox: "0 0
|
|
7721
|
+
viewBox: "0 0 320 512"
|
|
7710
7722
|
};
|
|
7711
7723
|
|
|
7712
7724
|
function render$15(_ctx, _cache) {
|
|
7713
7725
|
return (openBlock(), createElementBlock("svg", _hoisted_1$1c, [...(_cache[0] || (_cache[0] = [
|
|
7714
|
-
createElementVNode("path", { d: "
|
|
7726
|
+
createElementVNode("path", { d: "M287.1 288H31.2c-28.36 0-42.73 34.5-22.62 54.63l127.1 128c12.5 12.5 32.86 12.5 45.36 0l127.1-128C330.7 322.5 316.3 288 287.1 288M160 448 32.05 320h255.9zM32.05 224h255.9c28.36 0 42.73-34.5 22.62-54.62l-127.1-128c-12.5-12.5-32.86-12.5-45.36 0L9.304 169.4C-10.69 189.5 3.682 224 32.05 224M160 63.97 287.1 192H31.2z" }, null, -1)
|
|
7715
7727
|
]))]))
|
|
7716
7728
|
}
|
|
7717
7729
|
|
|
7718
7730
|
const _hoisted_1$1b = {
|
|
7719
7731
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7720
7732
|
fill: "currentColor",
|
|
7721
|
-
viewBox: "0 0
|
|
7733
|
+
viewBox: "0 0 46 46"
|
|
7722
7734
|
};
|
|
7723
7735
|
|
|
7724
7736
|
function render$14(_ctx, _cache) {
|
|
7725
7737
|
return (openBlock(), createElementBlock("svg", _hoisted_1$1b, [...(_cache[0] || (_cache[0] = [
|
|
7726
|
-
createElementVNode("path", { d: "
|
|
7738
|
+
createElementVNode("path", { d: "M45.75 23c0 .962-.788 1.75-1.75 1.75H24.75V44a1.75 1.75 0 1 1-3.5 0V24.75H2c-.967 0-1.75-.782-1.75-1.749 0-.963.783-1.751 1.75-1.751h19.25V2c0-.967.783-1.749 1.75-1.749s1.75.782 1.75 1.749v19.25H44c.962 0 1.75.788 1.75 1.75" }, null, -1)
|
|
7727
7739
|
]))]))
|
|
7728
7740
|
}
|
|
7729
7741
|
|
|
7730
7742
|
const _hoisted_1$1a = {
|
|
7731
7743
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7732
7744
|
fill: "currentColor",
|
|
7733
|
-
viewBox: "0 0
|
|
7745
|
+
viewBox: "0 0 26 27"
|
|
7734
7746
|
};
|
|
7735
7747
|
|
|
7736
7748
|
function render$13(_ctx, _cache) {
|
|
7737
7749
|
return (openBlock(), createElementBlock("svg", _hoisted_1$1a, [...(_cache[0] || (_cache[0] = [
|
|
7738
|
-
createElementVNode("path", { d: "
|
|
7750
|
+
createElementVNode("path", { d: "M13 13.5A6.4 6.4 0 1 0 13 .7a6.4 6.4 0 0 0 0 12.8m0-11.2c2.647 0 4.8 2.153 4.8 4.8s-2.153 4.8-4.8 4.8a4.806 4.806 0 0 1-4.8-4.8c0-2.647 2.155-4.8 4.8-4.8m2.535 13.6h-5.07A8.666 8.666 0 0 0 1.8 24.565c0 .957.776 1.733 1.733 1.733h18.935a1.73 1.73 0 0 0 1.732-1.733 8.666 8.666 0 0 0-8.665-8.665m6.93 8.8H3.533a.134.134 0 0 1-.133-.135c0-3.895 3.17-7.065 7.065-7.065h5.065c3.9 0 7.07 3.17 7.07 7.065 0 .075-.06.135-.135.135" }, null, -1)
|
|
7739
7751
|
]))]))
|
|
7740
7752
|
}
|
|
7741
7753
|
|
|
7742
7754
|
const _hoisted_1$19 = {
|
|
7743
7755
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7744
7756
|
fill: "currentColor",
|
|
7745
|
-
viewBox: "0 0
|
|
7757
|
+
viewBox: "0 0 44 44"
|
|
7746
7758
|
};
|
|
7747
7759
|
|
|
7748
7760
|
function render$12(_ctx, _cache) {
|
|
7749
7761
|
return (openBlock(), createElementBlock("svg", _hoisted_1$19, [...(_cache[0] || (_cache[0] = [
|
|
7750
|
-
createElementVNode("path", {
|
|
7762
|
+
createElementVNode("path", {
|
|
7763
|
+
"fill-rule": "evenodd",
|
|
7764
|
+
d: "M26.659 4.613C17.056 2.04 7.186 7.74 4.613 17.341s3.126 19.473 12.728 22.046l-1.035 3.863C4.569 40.106-2.395 28.042.749 16.306S15.957-2.395 27.694.75c11.736 3.144 18.7 15.208 15.556 26.944l-3.864-1.035c2.573-9.603-3.125-19.473-12.728-22.046",
|
|
7765
|
+
"clip-rule": "evenodd"
|
|
7766
|
+
}, null, -1)
|
|
7751
7767
|
]))]))
|
|
7752
7768
|
}
|
|
7753
7769
|
|
|
7754
7770
|
const _hoisted_1$18 = {
|
|
7755
7771
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7756
7772
|
fill: "currentColor",
|
|
7757
|
-
viewBox: "0 0
|
|
7773
|
+
viewBox: "0 0 26 27"
|
|
7758
7774
|
};
|
|
7759
7775
|
|
|
7760
7776
|
function render$11(_ctx, _cache) {
|
|
7761
7777
|
return (openBlock(), createElementBlock("svg", _hoisted_1$18, [...(_cache[0] || (_cache[0] = [
|
|
7762
|
-
createElementVNode("path", {
|
|
7763
|
-
"fill-rule": "evenodd",
|
|
7764
|
-
d: "M26.659 4.613C17.056 2.04 7.186 7.74 4.613 17.341s3.126 19.473 12.728 22.046l-1.035 3.863C4.569 40.106-2.395 28.042.749 16.306S15.957-2.395 27.694.75c11.736 3.144 18.7 15.208 15.556 26.944l-3.864-1.035c2.573-9.603-3.125-19.473-12.728-22.046",
|
|
7765
|
-
"clip-rule": "evenodd"
|
|
7766
|
-
}, null, -1)
|
|
7778
|
+
createElementVNode("path", { d: "M15.045 2.129c-.055.053-.115.107-.17.163A11.2 11.2 0 0 0 12.8 2.1C6.615 2.1 1.6 7.115 1.6 13.3s5.015 11.2 11.2 11.2S24 19.485 24 13.3c0-.71-.065-1.405-.19-2.075a5 5 0 0 0 .16-.17l1.14-1.27c.32 1.115.49 2.295.49 3.515 0 7.07-5.73 12.8-12.8 12.8S0 20.37 0 13.3 5.73.5 12.8.5c1.22 0 2.355.17 3.515.488zm-1.27 3.631.21 1.25c-.385-.07-.78-.155-1.23-.155-3.49 0-6.4 2.91-6.4 6.4 0 3.58 2.91 6.445 6.4 6.445a6.42 6.42 0 0 0 6.445-6.445c0-.36-.04-.8-.11-1.14l1.25.21q.203.03.405.045c.035.305.055.615.055.885 0 4.465-3.58 8.045-8 8.045s-8-3.58-8-8.045c0-4.375 3.58-8 8-8 .315 0 .625.063.93.099q.015.203.045.406m3.3 4.395-3.71 3.71a.794.794 0 0 1-1.13 0 .794.794 0 0 1 0-1.13l3.71-3.71-.59-3.52a2.4 2.4 0 0 1 .775-2.19l2.425-2.196c.7-.583 1.74-.288 1.99.552l.895 2.986 2.99.898c.84.25 1.135 1.29.55 1.945l-2.195 2.47c-.55.62-1.375.91-2.19.775zm1.39-1.39 2.395.4c.27.045.545-.05.73-.255l1.78-2.005-2.34-.7zm1.43-3.693-.7-2.341-2.005 1.78a.8.8 0 0 0-.255.729l.4 2.395z" }, null, -1)
|
|
7767
7779
|
]))]))
|
|
7768
7780
|
}
|
|
7769
7781
|
|
|
7770
7782
|
const _hoisted_1$17 = {
|
|
7771
7783
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7772
7784
|
fill: "currentColor",
|
|
7773
|
-
viewBox: "0 0
|
|
7785
|
+
viewBox: "0 0 24 24"
|
|
7774
7786
|
};
|
|
7775
7787
|
|
|
7776
7788
|
function render$10(_ctx, _cache) {
|
|
7777
7789
|
return (openBlock(), createElementBlock("svg", _hoisted_1$17, [...(_cache[0] || (_cache[0] = [
|
|
7778
|
-
createElementVNode("path", { d: "
|
|
7790
|
+
createElementVNode("path", { d: "M0 12C0 5.372 5.372 0 12 0s12 5.372 12 12-5.372 12-12 12S0 18.628 0 12m17.428-2.072a1.315 1.315 0 0 0 0-1.856 1.316 1.316 0 0 0-1.856 0L10.5 13.144l-2.072-2.072a1.315 1.315 0 0 0-1.856 0c-.511.51-.511 1.345 0 1.856l3 3c.51.511 1.345.511 1.856 0z" }, null, -1)
|
|
7779
7791
|
]))]))
|
|
7780
7792
|
}
|
|
7781
7793
|
|
|
@@ -7787,217 +7799,217 @@ const _hoisted_1$16 = {
|
|
|
7787
7799
|
|
|
7788
7800
|
function render$$(_ctx, _cache) {
|
|
7789
7801
|
return (openBlock(), createElementBlock("svg", _hoisted_1$16, [...(_cache[0] || (_cache[0] = [
|
|
7790
|
-
createElementVNode("path", { d: "M0 12C0 5.372 5.372 0 12 0s12 5.372 12 12-5.372 12-12 12S0 18.628 0
|
|
7802
|
+
createElementVNode("path", { d: "M0 12C0 5.372 5.372 0 12 0s12 5.372 12 12-5.372 12-12 12S0 18.628 0 12m8.203-2.245 2.208 2.203-2.208 2.245c-.436.44-.436 1.153 0 1.552.44.478 1.153.478 1.552 0l2.203-2.166 2.245 2.166c.44.478 1.153.478 1.552 0 .478-.399.478-1.111 0-1.552l-2.166-2.245 2.166-2.203c.478-.399.478-1.111 0-1.552-.399-.436-1.111-.436-1.552 0l-2.245 2.208-2.203-2.208c-.399-.436-1.111-.436-1.552 0-.436.44-.436 1.153 0 1.552" }, null, -1)
|
|
7791
7803
|
]))]))
|
|
7792
7804
|
}
|
|
7793
7805
|
|
|
7794
7806
|
const _hoisted_1$15 = {
|
|
7795
7807
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7796
7808
|
fill: "currentColor",
|
|
7797
|
-
viewBox: "0 0
|
|
7809
|
+
viewBox: "0 0 20 20"
|
|
7798
7810
|
};
|
|
7799
7811
|
|
|
7800
7812
|
function render$_(_ctx, _cache) {
|
|
7801
7813
|
return (openBlock(), createElementBlock("svg", _hoisted_1$15, [...(_cache[0] || (_cache[0] = [
|
|
7802
|
-
createElementVNode("path", { d: "
|
|
7814
|
+
createElementVNode("path", { d: "m9.45 12.472-1.7 1.869V3.75a.75.75 0 1 0-1.5 0v10.59L4.55 12.5a.746.746 0 0 0-1.059-.042.75.75 0 0 0-.042 1.06l2.972 3.254a.774.774 0 0 0 1.102 0l2.972-3.253a.75.75 0 0 0-.042-1.06c-.25-.286-.725-.264-1.003.014m7.1-5.99-2.972-3.254a.774.774 0 0 0-1.102 0L9.45 6.481A.75.75 0 0 0 10.55 7.5l1.699-1.84v10.59c0 .413.337.75.75.75.412 0 .75-.336.75-.75V5.66l1.699 1.842a.747.747 0 0 0 1.06.042.753.753 0 0 0 .04-1.063" }, null, -1)
|
|
7803
7815
|
]))]))
|
|
7804
7816
|
}
|
|
7805
7817
|
|
|
7806
7818
|
const _hoisted_1$14 = {
|
|
7807
7819
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7808
7820
|
fill: "currentColor",
|
|
7809
|
-
viewBox: "0 0
|
|
7821
|
+
viewBox: "0 0 16 16"
|
|
7810
7822
|
};
|
|
7811
7823
|
|
|
7812
7824
|
function render$Z(_ctx, _cache) {
|
|
7813
7825
|
return (openBlock(), createElementBlock("svg", _hoisted_1$14, [...(_cache[0] || (_cache[0] = [
|
|
7814
|
-
createElementVNode("path", { d: "
|
|
7826
|
+
createElementVNode("path", { d: "m13.794 9.268-5.25 5.5a.75.75 0 0 1-1.087-.001l-5.25-5.5c-.285-.327-.275-.774.025-1.061a.75.75 0 0 1 1.06.025l3.958 4.147V1.75c0-.414.336-.75.722-.75s.778.336.778.75v10.628l3.956-4.146a.75.75 0 0 1 1.06-.026c.303.287.312.734.028 1.062" }, null, -1)
|
|
7815
7827
|
]))]))
|
|
7816
7828
|
}
|
|
7817
7829
|
|
|
7818
7830
|
const _hoisted_1$13 = {
|
|
7819
7831
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7820
7832
|
fill: "currentColor",
|
|
7821
|
-
viewBox: "0 0
|
|
7833
|
+
viewBox: "0 0 24 24"
|
|
7822
7834
|
};
|
|
7823
7835
|
|
|
7824
7836
|
function render$Y(_ctx, _cache) {
|
|
7825
7837
|
return (openBlock(), createElementBlock("svg", _hoisted_1$13, [...(_cache[0] || (_cache[0] = [
|
|
7826
|
-
createElementVNode("path", { d: "
|
|
7838
|
+
createElementVNode("path", { d: "m23.78 22.72-6.633-6.632c1.462-1.707 2.31-3.915 2.31-6.338A9.75 9.75 0 0 0 9.708 0C4.324 0 0 4.365 0 9.75s4.365 9.75 9.708 9.75a9.7 9.7 0 0 0 6.337-2.35l6.633 6.632q.283.216.572.218a.75.75 0 0 0 .53-.22.745.745 0 0 0 0-1.06M9.75 18A8.235 8.235 0 0 1 1.5 9.75c0-4.547 3.66-8.25 8.25-8.25S18 5.16 18 9.75 14.297 18 9.75 18" }, null, -1)
|
|
7827
7839
|
]))]))
|
|
7828
7840
|
}
|
|
7829
7841
|
|
|
7830
7842
|
const _hoisted_1$12 = {
|
|
7831
7843
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7832
7844
|
fill: "currentColor",
|
|
7833
|
-
viewBox: "0 0
|
|
7845
|
+
viewBox: "0 0 16 15"
|
|
7834
7846
|
};
|
|
7835
7847
|
|
|
7836
7848
|
function render$X(_ctx, _cache) {
|
|
7837
7849
|
return (openBlock(), createElementBlock("svg", _hoisted_1$12, [...(_cache[0] || (_cache[0] = [
|
|
7838
|
-
createElementVNode("path", { d: "
|
|
7850
|
+
createElementVNode("path", { d: "M15.28 14.78a.75.75 0 0 1-1.06 0L8 8.56l-6.22 6.22a.75.75 0 1 1-1.06-1.061L6.942 7.5.72 1.28A.75.75 0 1 1 1.78.219l6.22 6.222L14.22.22a.75.75 0 1 1 1.061 1.06L9.06 7.5l6.22 6.22a.744.744 0 0 1 0 1.06" }, null, -1)
|
|
7839
7851
|
]))]))
|
|
7840
7852
|
}
|
|
7841
7853
|
|
|
7842
7854
|
const _hoisted_1$11 = {
|
|
7843
7855
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7844
7856
|
fill: "currentColor",
|
|
7845
|
-
viewBox: "0 0
|
|
7857
|
+
viewBox: "0 0 64 56"
|
|
7846
7858
|
};
|
|
7847
7859
|
|
|
7848
7860
|
function render$W(_ctx, _cache) {
|
|
7849
7861
|
return (openBlock(), createElementBlock("svg", _hoisted_1$11, [...(_cache[0] || (_cache[0] = [
|
|
7850
|
-
createElementVNode("path", { d: "
|
|
7862
|
+
createElementVNode("path", { d: "M41.319 1.856a6.126 6.126 0 0 1 8.662 0l4.66 4.663a6.12 6.12 0 0 1 0 8.662L20.439 49.394a10.7 10.7 0 0 1-4.462 2.647L2.744 55.935a1.75 1.75 0 0 1-1.731-.449 1.74 1.74 0 0 1-.442-1.728l3.892-13.234A10.54 10.54 0 0 1 7.11 36.06zm6.19 2.475a2.633 2.633 0 0 0-3.718 0l-5.994 5.994 8.378 8.28 5.994-5.895a2.623 2.623 0 0 0 0-3.716zM7.82 41.52l-2.985 10.15 10.146-2.986a6.9 6.9 0 0 0 2.975-1.772l25.649-25.736-8.28-8.378-25.74 25.747a6.94 6.94 0 0 0-1.765 2.975M61.75 52.5c.962 0 1.75.788 1.75 1.75 0 .963-.788 1.75-1.75 1.75h-35c-.962 0-1.75-.787-1.75-1.75 0-.962.788-1.75 1.75-1.75z" }, null, -1)
|
|
7851
7863
|
]))]))
|
|
7852
7864
|
}
|
|
7853
7865
|
|
|
7854
7866
|
const _hoisted_1$10 = {
|
|
7855
7867
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7856
7868
|
fill: "currentColor",
|
|
7857
|
-
viewBox: "0 0
|
|
7869
|
+
viewBox: "0 0 30 30"
|
|
7858
7870
|
};
|
|
7859
7871
|
|
|
7860
7872
|
function render$V(_ctx, _cache) {
|
|
7861
7873
|
return (openBlock(), createElementBlock("svg", _hoisted_1$10, [...(_cache[0] || (_cache[0] = [
|
|
7862
|
-
createElementVNode("path", { d: "
|
|
7874
|
+
createElementVNode("path", { d: "M9.75 3c.412 0 .75.336.75.75V6h9V3.75a.751.751 0 0 1 1.5 0V6h1.5c1.655 0 3 1.343 3 3v15c0 1.655-1.345 3-3 3h-15c-1.657 0-3-1.345-3-3V9a3 3 0 0 1 3-3H9V3.75c0-.414.338-.75.75-.75M24 12h-4.875v3.375H24zm0 4.875h-4.875v3.75H24zm0 5.25h-4.875V25.5H22.5c.83 0 1.5-.67 1.5-1.5zm-6.375-1.5v-3.75h-5.25v3.75zm-5.25 4.875h5.25v-3.375h-5.25zm-1.5-4.875v-3.75H6v3.75zM6 22.125V24c0 .83.672 1.5 1.5 1.5h3.375v-3.375zm0-6.75h4.875V12H6zm6.375 0h5.25V12h-5.25zM22.5 7.5h-15A1.5 1.5 0 0 0 6 9v1.5h18V9c0-.83-.67-1.5-1.5-1.5" }, null, -1)
|
|
7863
7875
|
]))]))
|
|
7864
7876
|
}
|
|
7865
7877
|
|
|
7866
7878
|
const _hoisted_1$$ = {
|
|
7867
7879
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7868
7880
|
fill: "currentColor",
|
|
7869
|
-
viewBox: "0 0
|
|
7881
|
+
viewBox: "0 0 25 24"
|
|
7870
7882
|
};
|
|
7871
7883
|
|
|
7872
7884
|
function render$U(_ctx, _cache) {
|
|
7873
7885
|
return (openBlock(), createElementBlock("svg", _hoisted_1$$, [...(_cache[0] || (_cache[0] = [
|
|
7874
|
-
createElementVNode("path", { d: "
|
|
7886
|
+
createElementVNode("path", { d: "M5 12.375c0-1.036.84-1.875 1.875-1.875h3.75c1.036 0 1.875.84 1.875 1.875v3.75c0 1.036-.84 1.875-1.875 1.875h-3.75A1.875 1.875 0 0 1 5 16.125zm1.5 0v3.75c0 .206.168.375.375.375h3.75a.376.376 0 0 0 .375-.375v-3.75a.376.376 0 0 0-.375-.375h-3.75a.375.375 0 0 0-.375.375M8 3h9V.75a.751.751 0 0 1 1.5 0V3H20c1.655 0 3 1.343 3 3v15c0 1.655-1.345 3-3 3H5c-1.657 0-3-1.345-3-3V6a3 3 0 0 1 3-3h1.5V.75a.751.751 0 0 1 1.5 0zM3.5 21c0 .83.672 1.5 1.5 1.5h15c.83 0 1.5-.67 1.5-1.5V9h-18zm0-15v1.5h18V6c0-.83-.67-1.5-1.5-1.5H5A1.5 1.5 0 0 0 3.5 6" }, null, -1)
|
|
7875
7887
|
]))]))
|
|
7876
7888
|
}
|
|
7877
7889
|
|
|
7878
7890
|
const _hoisted_1$_ = {
|
|
7879
7891
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7880
7892
|
fill: "currentColor",
|
|
7881
|
-
viewBox: "0 0
|
|
7893
|
+
viewBox: "0 0 20 20"
|
|
7882
7894
|
};
|
|
7883
7895
|
|
|
7884
7896
|
function render$T(_ctx, _cache) {
|
|
7885
7897
|
return (openBlock(), createElementBlock("svg", _hoisted_1$_, [...(_cache[0] || (_cache[0] = [
|
|
7886
|
-
createElementVNode("path", { d: "
|
|
7898
|
+
createElementVNode("path", { d: "M13.5 10a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0m-5 0a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0m-2 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0" }, null, -1)
|
|
7887
7899
|
]))]))
|
|
7888
7900
|
}
|
|
7889
7901
|
|
|
7890
7902
|
const _hoisted_1$Z = {
|
|
7891
7903
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7892
7904
|
fill: "currentColor",
|
|
7893
|
-
viewBox: "0 0
|
|
7905
|
+
viewBox: "0 0 24 22"
|
|
7894
7906
|
};
|
|
7895
7907
|
|
|
7896
7908
|
function render$S(_ctx, _cache) {
|
|
7897
7909
|
return (openBlock(), createElementBlock("svg", _hoisted_1$Z, [...(_cache[0] || (_cache[0] = [
|
|
7898
|
-
createElementVNode("path", { d: "
|
|
7910
|
+
createElementVNode("path", { d: "M1.5 17.75A2.25 2.25 0 0 0 3.75 20h19.5c.413 0 .75.337.75.75s-.337.75-.75.75H3.75A3.75 3.75 0 0 1 0 17.75V1.25a.75.75 0 1 1 1.5 0zM15.75 5h6c.413 0 .75.338.75.75v6c0 .412-.337.75-.75.75a.75.75 0 0 1-.75-.75V7.56l-5.47 5.47a.744.744 0 0 1-1.06 0l-4.012-3.97-4.678 4.72a.744.744 0 0 1-1.06 0 .747.747 0 0 1 0-1.06l5.25-5.25a.744.744 0 0 1 1.06 0L15 11.44l4.94-4.94h-4.19a.75.75 0 0 1-.75-.75c0-.412.338-.75.75-.75" }, null, -1)
|
|
7899
7911
|
]))]))
|
|
7900
7912
|
}
|
|
7901
7913
|
|
|
7902
7914
|
const _hoisted_1$Y = {
|
|
7903
7915
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7904
7916
|
fill: "currentColor",
|
|
7905
|
-
viewBox: "0 0 24
|
|
7917
|
+
viewBox: "0 0 24 24"
|
|
7906
7918
|
};
|
|
7907
7919
|
|
|
7908
7920
|
function render$R(_ctx, _cache) {
|
|
7909
7921
|
return (openBlock(), createElementBlock("svg", _hoisted_1$Y, [...(_cache[0] || (_cache[0] = [
|
|
7910
|
-
createElementVNode("path", { d: "
|
|
7922
|
+
createElementVNode("path", { d: "M12.75 10.95c.277.047.848.169 1.13.23.403.107.637.52.534.918a.755.755 0 0 1-.919.535c-.187-.052-.83-.178-1.036-.211-.604-.094-1.11-.019-1.448.136s-.506.351-.492.478c-.033.234-.005.333.023.389.028.066.09.145.23.24.319.215.801.365 1.453.562l.028.009c.577.173 1.308.394 1.852.787.29.211.562.497.73.882.17.389.202.82.127 1.275-.145.778-.684 1.378-1.373 1.673a3.3 3.3 0 0 1-.839.23v.417c0 .413-.338.75-.75.75a.75.75 0 0 1-.75-.75v-.45c-.44-.084-1.106-.31-1.519-.455l-.22-.07a.755.755 0 0 1-.473-.952.755.755 0 0 1 .951-.473c.047.033.188.066.286.098.445.15.97.329 1.27.338.624.136 1.125.08 1.453-.061.305-.131.441-.314.483-.553.038-.216.01-.342-.023-.417-.033-.08-.103-.17-.24-.267-.304-.226-.782-.38-1.424-.577l-.099-.028c-.553-.169-1.247-.375-1.762-.769a1.75 1.75 0 0 1-.75-.797c-.178-.38-.22-.801-.146-1.247.136-.783.694-1.326 1.355-1.626a3.4 3.4 0 0 1 .858-.258v-.478c0-.37.338-.75.75-.75s.75.38.75.75zM8.39 5.644l-2.676-3.88C5.161 1.016 5.737 0 6.642 0h10.716c.904 0 1.439 1.017.928 1.763l-2.719 3.88c.403.235.825.516 1.28.85C19.725 8.61 24 12.815 24 19.5c0 2.484-2.016 4.5-4.5 4.5h-15A4.5 4.5 0 0 1 0 19.5C0 12.816 4.275 8.61 7.153 6.492c.455-.333.877-.614 1.238-.848m.812 1.265C6.628 8.555 1.5 12.577 1.5 19.5c0 1.655 1.343 3 3 3h15c1.655 0 3-1.345 3-3 0-6.923-5.128-10.945-7.702-12.59l-.243-.202h-5.11zm4.856-1.701 2.587-3.75h-9.29l2.587 3.75z" }, null, -1)
|
|
7911
7923
|
]))]))
|
|
7912
7924
|
}
|
|
7913
7925
|
|
|
7914
7926
|
const _hoisted_1$X = {
|
|
7915
7927
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7916
7928
|
fill: "currentColor",
|
|
7917
|
-
viewBox: "0 0
|
|
7929
|
+
viewBox: "0 0 111 95"
|
|
7918
7930
|
};
|
|
7919
7931
|
|
|
7920
7932
|
function render$Q(_ctx, _cache) {
|
|
7921
7933
|
return (openBlock(), createElementBlock("svg", _hoisted_1$X, [...(_cache[0] || (_cache[0] = [
|
|
7922
|
-
createElementVNode("path", {
|
|
7934
|
+
createElementVNode("path", {
|
|
7935
|
+
stroke: "currentColor",
|
|
7936
|
+
"stroke-linecap": "round",
|
|
7937
|
+
"stroke-linejoin": "round",
|
|
7938
|
+
"stroke-width": "4",
|
|
7939
|
+
d: "m9 93 22.534-40.529M80 93 64.57 66.8m0 0 9.86-16.5c1.163-1.945 3.981-1.948 5.148-.004L98 81M64.57 66.8l-5.68-9.624M2 93h23m84 0H41m-9.466-40.529 9.845-16.957c1.162-2.001 4.058-1.989 5.202.023l12.31 21.64M31.533 52.47l6.297 4.663a2 2 0 0 0 2.353.02l4.996-3.568a2 2 0 0 1 1.779-.275l11.931 3.865M44 33V19m0-17v2m0 0h21.034l-4.641 6.453a1 1 0 0 0-.035 1.117L65.034 19H44m0-15v15"
|
|
7940
|
+
}, null, -1)
|
|
7923
7941
|
]))]))
|
|
7924
7942
|
}
|
|
7925
7943
|
|
|
7926
7944
|
const _hoisted_1$W = {
|
|
7927
7945
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7928
7946
|
fill: "currentColor",
|
|
7929
|
-
viewBox: "0 0
|
|
7947
|
+
viewBox: "0 0 60 48"
|
|
7930
7948
|
};
|
|
7931
7949
|
|
|
7932
7950
|
function render$P(_ctx, _cache) {
|
|
7933
7951
|
return (openBlock(), createElementBlock("svg", _hoisted_1$W, [...(_cache[0] || (_cache[0] = [
|
|
7934
|
-
createElementVNode("path", {
|
|
7935
|
-
stroke: "currentColor",
|
|
7936
|
-
"stroke-linecap": "round",
|
|
7937
|
-
"stroke-linejoin": "round",
|
|
7938
|
-
"stroke-width": "4",
|
|
7939
|
-
d: "m9 93 22.534-40.529M80 93 64.57 66.8m0 0 9.86-16.5c1.163-1.945 3.981-1.948 5.148-.004L98 81M64.57 66.8l-5.68-9.624M2 93h23m84 0H41m-9.466-40.529 9.845-16.957c1.162-2.001 4.058-1.989 5.202.023l12.31 21.64M31.533 52.47l6.297 4.663a2 2 0 0 0 2.353.02l4.996-3.568a2 2 0 0 1 1.779-.275l11.931 3.865M44 33V19m0-17v2m0 0h21.034l-4.641 6.453a1 1 0 0 0-.035 1.117L65.034 19H44m0-15v15"
|
|
7940
|
-
}, null, -1)
|
|
7952
|
+
createElementVNode("path", { d: "M28.94 15.44a1.49 1.49 0 0 1 2.12 0l7.5 7.5c.59.582.59 1.538 0 2.12-.582.59-1.538.59-2.12 0l-4.94-4.941V34.5c0 .825-.675 1.5-1.5 1.5s-1.5-.675-1.5-1.5V20.119l-4.94 4.94c-.582.591-1.538.591-2.12 0a1.49 1.49 0 0 1 0-2.118zM25.5 3c5.578 0 10.51 2.77 13.5 7.012A10.4 10.4 0 0 1 43.5 9C49.303 9 54 13.697 54 19.5c0 1.003-.14 1.884-.403 2.887A11.99 11.99 0 0 1 60 33c0 6.628-5.372 12-12 12H13.5C6.044 45 0 38.953 0 31.5c0-5.887 3.764-10.884 9.016-12.74C9.403 9.993 16.63 3 25.5 3m0 3c-7.256 0-13.172 5.719-13.49 12.89-.047 1.229-.844 2.213-1.998 2.7C5.923 23.035 3 26.926 3 31.5 3 37.303 7.7 42 13.5 42H48c4.969 0 9-4.031 9-9a8.99 8.99 0 0 0-4.8-7.96c-1.256-.75-1.875-2.118-1.49-3.562.187-.572.29-1.256.29-1.978 0-4.144-3.356-7.5-7.5-7.5a7.5 7.5 0 0 0-3.216.722 3.01 3.01 0 0 1-3.74-.984C34.097 8.26 30.066 6 25.5 6" }, null, -1)
|
|
7941
7953
|
]))]))
|
|
7942
7954
|
}
|
|
7943
7955
|
|
|
7944
7956
|
const _hoisted_1$V = {
|
|
7945
7957
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7946
|
-
fill: "
|
|
7947
|
-
viewBox: "0 0
|
|
7958
|
+
fill: "none",
|
|
7959
|
+
viewBox: "0 0 440 440"
|
|
7948
7960
|
};
|
|
7949
7961
|
|
|
7950
7962
|
function render$O(_ctx, _cache) {
|
|
7951
7963
|
return (openBlock(), createElementBlock("svg", _hoisted_1$V, [...(_cache[0] || (_cache[0] = [
|
|
7952
|
-
|
|
7964
|
+
createStaticVNode("<g stroke=\"#C6C7D5\" style=\"mix-blend-mode:multiply;\"><circle cx=\"220\" cy=\"220\" r=\"146.5\"></circle><path fill=\"#C6C7D5\" stroke-width=\".5\" d=\"M72.25.25h.5v439.5h-.5z\"></path><path fill=\"#C6C7D5\" stroke-width=\".5\" d=\"M.25 72.25h439.5v.5H.25zM.25 367.25h439.5v.5H.25z\"></path><path fill=\"#C6C7D5\" stroke-width=\".5\" d=\"M367.25.25h.5v439.5h-.5z\"></path><path d=\"M0 440 440 0zM0 0l440 440z\"></path></g>", 1)
|
|
7953
7965
|
]))]))
|
|
7954
7966
|
}
|
|
7955
7967
|
|
|
7956
7968
|
const _hoisted_1$U = {
|
|
7957
7969
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7958
|
-
fill: "
|
|
7959
|
-
viewBox: "0 0
|
|
7970
|
+
fill: "currentColor",
|
|
7971
|
+
viewBox: "0 0 20 20"
|
|
7960
7972
|
};
|
|
7961
7973
|
|
|
7962
7974
|
function render$N(_ctx, _cache) {
|
|
7963
7975
|
return (openBlock(), createElementBlock("svg", _hoisted_1$U, [...(_cache[0] || (_cache[0] = [
|
|
7964
|
-
|
|
7976
|
+
createElementVNode("path", { d: "M18.262 11.254a.935.935 0 0 0-1.162.637 6.9 6.9 0 0 1-6.635 4.984c-2.599 0-4.953-1.495-6.113-3.75h3.921c.518 0 .938-.42.938-.937s-.383-.938-.902-.938h-6.25a.94.94 0 0 0-.938.938v6.25a.938.938 0 0 0 1.875 0v-3.989c1.555 2.598 4.383 4.301 7.469 4.301 3.867 0 7.32-2.59 8.402-6.3.18-.532-.11-1.016-.605-1.196M18.937.625a.94.94 0 0 0-.937.938V5.55c-1.55-2.6-4.383-4.301-7.5-4.301-3.867 0-7.323 2.59-8.402 6.3a.935.935 0 0 0 .637 1.16.933.933 0 0 0 1.162-.636c.85-2.914 3.564-4.949 6.603-4.949 2.599 0 4.953 1.495 6.113 3.75h-3.925a.94.94 0 0 0-.938.938.94.94 0 0 0 .938.937h6.25c.517 0 .937-.42.937-.937v-6.25a.937.937 0 0 0-.937-.938" }, null, -1)
|
|
7965
7977
|
]))]))
|
|
7966
7978
|
}
|
|
7967
7979
|
|
|
7968
7980
|
const _hoisted_1$T = {
|
|
7969
7981
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7970
7982
|
fill: "currentColor",
|
|
7971
|
-
viewBox: "0 0
|
|
7983
|
+
viewBox: "0 0 16 16"
|
|
7972
7984
|
};
|
|
7973
7985
|
|
|
7974
7986
|
function render$M(_ctx, _cache) {
|
|
7975
7987
|
return (openBlock(), createElementBlock("svg", _hoisted_1$T, [...(_cache[0] || (_cache[0] = [
|
|
7976
|
-
createElementVNode("path", { d: "
|
|
7988
|
+
createElementVNode("path", { d: "M8 0a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8m0 14.5A6.507 6.507 0 0 1 1.5 8c0-3.584 2.916-6.5 6.5-6.5s6.5 2.916 6.5 6.5-2.916 6.5-6.5 6.5m1.25-4h-.5V7.75A.75.75 0 0 0 8 7H7a.75.75 0 0 0-.75.75c0 .412.338.75.75.75h.25v2h-.5a.75.75 0 0 0-.75.75c0 .412.338.75.75.75h2.5a.75.75 0 0 0 0-1.5M8 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2" }, null, -1)
|
|
7977
7989
|
]))]))
|
|
7978
7990
|
}
|
|
7979
7991
|
|
|
7980
7992
|
const _hoisted_1$S = {
|
|
7981
7993
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7982
7994
|
fill: "currentColor",
|
|
7983
|
-
viewBox: "0 0
|
|
7995
|
+
viewBox: "0 0 19 16"
|
|
7984
7996
|
};
|
|
7985
7997
|
|
|
7986
7998
|
function render$L(_ctx, _cache) {
|
|
7987
7999
|
return (openBlock(), createElementBlock("svg", _hoisted_1$S, [...(_cache[0] || (_cache[0] = [
|
|
7988
|
-
createElementVNode("path", { d: "
|
|
8000
|
+
createElementVNode("path", { d: "M4.858 4.11a4.495 4.495 0 0 1 6.562 6.137l-.165.19a.751.751 0 0 1-1.132-.987l.17-.19a2.996 2.996 0 0 0-.138-4.091c-1.17-1.197-3.066-1.197-4.263 0l-3.515 3.54a2.997 2.997 0 0 0 0 4.238c1.115 1.087 2.906 1.175 4.09.137l.194-.168a.75.75 0 0 1 1.056.071c.275.31.24.785-.069 1.057l-.193.168a4.495 4.495 0 0 1-6.138-.206c-1.756-1.753-1.756-4.628 0-6.356zm9.187 7.78a4.497 4.497 0 0 1-6.36 0 4.47 4.47 0 0 1-.205-6.137l.147-.169a.751.751 0 0 1 1.13.988l-.146.169a2.996 2.996 0 0 0 4.375 4.09l3.54-3.54a2.995 2.995 0 0 0-4.09-4.373l-.194.166a.749.749 0 0 1-.987-1.128l.193-.168a4.494 4.494 0 0 1 6.137 6.562z" }, null, -1)
|
|
7989
8001
|
]))]))
|
|
7990
8002
|
}
|
|
7991
8003
|
|
|
7992
8004
|
const _hoisted_1$R = {
|
|
7993
8005
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7994
8006
|
fill: "currentColor",
|
|
7995
|
-
viewBox: "0 0
|
|
8007
|
+
viewBox: "0 0 20 20"
|
|
7996
8008
|
};
|
|
7997
8009
|
|
|
7998
8010
|
function render$K(_ctx, _cache) {
|
|
7999
8011
|
return (openBlock(), createElementBlock("svg", _hoisted_1$R, [...(_cache[0] || (_cache[0] = [
|
|
8000
|
-
createElementVNode("path", { d: "
|
|
8012
|
+
createElementVNode("path", { d: "M18.715 10c0 .517-.42.938-.938.938H4.527l5.184 4.945a.937.937 0 1 1-1.294 1.357l-6.875-6.562A.93.93 0 0 1 1.25 10c0-.258.105-.5.29-.68l6.876-6.563a.94.94 0 0 1 1.326.034.937.937 0 0 1-.032 1.325L4.527 9.062h13.285c.516 0 .902.422.902.938" }, null, -1)
|
|
8001
8013
|
]))]))
|
|
8002
8014
|
}
|
|
8003
8015
|
|
|
@@ -8009,50 +8021,68 @@ const _hoisted_1$Q = {
|
|
|
8009
8021
|
|
|
8010
8022
|
function render$J(_ctx, _cache) {
|
|
8011
8023
|
return (openBlock(), createElementBlock("svg", _hoisted_1$Q, [...(_cache[0] || (_cache[0] = [
|
|
8012
|
-
createElementVNode("path", { d: "
|
|
8024
|
+
createElementVNode("path", { d: "m11.586 2.758 6.875 6.563a.94.94 0 0 1 0 1.358l-6.875 6.562a.939.939 0 0 1-1.294-1.357l5.184-4.946H2.188a.938.938 0 0 1 0-1.875h13.285L10.29 4.118a.94.94 0 0 1-.032-1.328c.36-.374.918-.388 1.328-.032" }, null, -1)
|
|
8013
8025
|
]))]))
|
|
8014
8026
|
}
|
|
8015
8027
|
|
|
8016
8028
|
const _hoisted_1$P = {
|
|
8017
8029
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8018
8030
|
fill: "currentColor",
|
|
8019
|
-
viewBox: "0 0
|
|
8031
|
+
viewBox: "0 0 21 21"
|
|
8020
8032
|
};
|
|
8021
8033
|
|
|
8022
8034
|
function render$I(_ctx, _cache) {
|
|
8023
8035
|
return (openBlock(), createElementBlock("svg", _hoisted_1$P, [...(_cache[0] || (_cache[0] = [
|
|
8024
|
-
createElementVNode("path", { d: "
|
|
8036
|
+
createElementVNode("path", { d: "M12.688 3.625a.937.937 0 1 1 0-1.875h5.624c.52 0 .938.42.938.938v5.624c0 .52-.418.938-.937.938a.935.935 0 0 1-.938-.937V4.949l-7.809 7.742c-.332.399-.925.399-1.293 0-.363-.332-.363-.925 0-1.293l7.778-7.773zM1.75 5.188C1.75 3.979 2.73 3 3.938 3h4.374a.936.936 0 1 1 0 1.875H3.939a.313.313 0 0 0-.313.313v11.875c0 .171.14.312.313.312h11.875c.171 0 .312-.14.312-.312v-4.375c0-.52.418-.938.938-.938.519 0 .937.418.937.938v4.374c0 1.207-.98 2.188-2.187 2.188H3.938a2.19 2.19 0 0 1-2.188-2.187z" }, null, -1)
|
|
8025
8037
|
]))]))
|
|
8026
8038
|
}
|
|
8027
8039
|
|
|
8028
8040
|
const _hoisted_1$O = {
|
|
8029
8041
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8030
8042
|
fill: "currentColor",
|
|
8031
|
-
viewBox: "0 0
|
|
8043
|
+
viewBox: "0 0 40 40"
|
|
8032
8044
|
};
|
|
8033
8045
|
|
|
8034
8046
|
function render$H(_ctx, _cache) {
|
|
8035
8047
|
return (openBlock(), createElementBlock("svg", _hoisted_1$O, [...(_cache[0] || (_cache[0] = [
|
|
8036
|
-
createElementVNode("path", { d: "
|
|
8048
|
+
createElementVNode("path", { d: "M1.25 12.5h34.484l-7.867 7.867a1.25 1.25 0 1 0 1.767 1.767l10-10A1.26 1.26 0 0 0 40 11.25c0-.32-.122-.64-.366-.884l-10-10a1.25 1.25 0 1 0-1.767 1.767L35.734 10H1.25C.56 10 0 10.562 0 11.25s.56 1.25 1.25 1.25m37.5 15H4.268l7.867-7.867a1.25 1.25 0 1 0-1.767-1.768l-10 10a1.244 1.244 0 0 0-.002 1.768l10 10a1.249 1.249 0 1 0 1.767-1.767L4.268 30H38.75a1.25 1.25 0 1 0 0-2.5" }, null, -1)
|
|
8037
8049
|
]))]))
|
|
8038
8050
|
}
|
|
8039
8051
|
|
|
8040
8052
|
const _hoisted_1$N = {
|
|
8041
8053
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8042
|
-
fill: "
|
|
8043
|
-
viewBox: "0 0
|
|
8054
|
+
fill: "none",
|
|
8055
|
+
viewBox: "0 0 102 102"
|
|
8044
8056
|
};
|
|
8045
8057
|
|
|
8046
8058
|
function render$G(_ctx, _cache) {
|
|
8047
8059
|
return (openBlock(), createElementBlock("svg", _hoisted_1$N, [...(_cache[0] || (_cache[0] = [
|
|
8048
|
-
createElementVNode("path", {
|
|
8060
|
+
createElementVNode("path", {
|
|
8061
|
+
stroke: "currentColor",
|
|
8062
|
+
"stroke-linecap": "round",
|
|
8063
|
+
"stroke-width": "4",
|
|
8064
|
+
d: "M51 23v36"
|
|
8065
|
+
}, null, -1),
|
|
8066
|
+
createElementVNode("circle", {
|
|
8067
|
+
cx: "51",
|
|
8068
|
+
cy: "74",
|
|
8069
|
+
r: "4",
|
|
8070
|
+
fill: "currentColor"
|
|
8071
|
+
}, null, -1),
|
|
8072
|
+
createElementVNode("path", {
|
|
8073
|
+
stroke: "currentColor",
|
|
8074
|
+
"stroke-linecap": "round",
|
|
8075
|
+
"stroke-linejoin": "round",
|
|
8076
|
+
"stroke-width": "4",
|
|
8077
|
+
d: "M2 51C2 23.94 23.94 2 51 2s49 21.94 49 49-21.94 49-49 49c-19.647 0-36.6-11.564-44.398-28.265"
|
|
8078
|
+
}, null, -1)
|
|
8049
8079
|
]))]))
|
|
8050
8080
|
}
|
|
8051
8081
|
|
|
8052
8082
|
const _hoisted_1$M = {
|
|
8053
8083
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8054
8084
|
fill: "none",
|
|
8055
|
-
viewBox: "0 0
|
|
8085
|
+
viewBox: "0 0 120 120"
|
|
8056
8086
|
};
|
|
8057
8087
|
|
|
8058
8088
|
function render$F(_ctx, _cache) {
|
|
@@ -8061,20 +8091,14 @@ function render$F(_ctx, _cache) {
|
|
|
8061
8091
|
stroke: "currentColor",
|
|
8062
8092
|
"stroke-linecap": "round",
|
|
8063
8093
|
"stroke-width": "4",
|
|
8064
|
-
d: "
|
|
8065
|
-
}, null, -1),
|
|
8066
|
-
createElementVNode("circle", {
|
|
8067
|
-
cx: "51",
|
|
8068
|
-
cy: "74",
|
|
8069
|
-
r: "4",
|
|
8070
|
-
fill: "currentColor"
|
|
8094
|
+
d: "m41 60 11.8 11.8a1 1 0 0 0 1.407.007L79.5 47"
|
|
8071
8095
|
}, null, -1),
|
|
8072
8096
|
createElementVNode("path", {
|
|
8073
8097
|
stroke: "currentColor",
|
|
8074
8098
|
"stroke-linecap": "round",
|
|
8075
8099
|
"stroke-linejoin": "round",
|
|
8076
8100
|
"stroke-width": "4",
|
|
8077
|
-
d: "
|
|
8101
|
+
d: "M11 60c0-27.06 21.94-49 49-49s49 21.94 49 49-21.94 49-49 49c-19.647 0-36.6-11.564-44.398-28.265"
|
|
8078
8102
|
}, null, -1)
|
|
8079
8103
|
]))]))
|
|
8080
8104
|
}
|
|
@@ -8260,7 +8284,7 @@ var __default__$e = defineComponent({
|
|
|
8260
8284
|
},
|
|
8261
8285
|
components: {
|
|
8262
8286
|
FwLoadingBar: script$j,
|
|
8263
|
-
FileExclamationSvg: render$
|
|
8287
|
+
FileExclamationSvg: render$1i
|
|
8264
8288
|
},
|
|
8265
8289
|
props: {
|
|
8266
8290
|
/**
|
|
@@ -8450,7 +8474,7 @@ __default__$e.render = render$t;
|
|
|
8450
8474
|
var __default__$d = defineComponent({
|
|
8451
8475
|
name: 'FwDropdown',
|
|
8452
8476
|
components: {
|
|
8453
|
-
ChevronDownSvg: render$
|
|
8477
|
+
ChevronDownSvg: render$1d,
|
|
8454
8478
|
FwImage: __default__$e
|
|
8455
8479
|
},
|
|
8456
8480
|
props: {
|
|
@@ -9011,7 +9035,7 @@ var BASE_CLASS = "inline-block text-center whitespace-nowrap border\n transiti
|
|
|
9011
9035
|
var script$h = defineComponent({
|
|
9012
9036
|
name: 'FwButton',
|
|
9013
9037
|
components: {
|
|
9014
|
-
LoadingSvg: render$
|
|
9038
|
+
LoadingSvg: render$12
|
|
9015
9039
|
},
|
|
9016
9040
|
props: {
|
|
9017
9041
|
/**
|
|
@@ -9323,8 +9347,8 @@ script$h.render = render$p;
|
|
|
9323
9347
|
var script$g = defineComponent({
|
|
9324
9348
|
name: 'FwAlert',
|
|
9325
9349
|
components: {
|
|
9326
|
-
CheckSvg: render$
|
|
9327
|
-
AlertSvg: render$
|
|
9350
|
+
CheckSvg: render$1f,
|
|
9351
|
+
AlertSvg: render$1p
|
|
9328
9352
|
},
|
|
9329
9353
|
props: {
|
|
9330
9354
|
/**
|
|
@@ -9353,7 +9377,7 @@ var script$g = defineComponent({
|
|
|
9353
9377
|
return 'bg-brand-success-bg';
|
|
9354
9378
|
});
|
|
9355
9379
|
var IconComp = computed(function () {
|
|
9356
|
-
return props.variant === 'success' ? render$
|
|
9380
|
+
return props.variant === 'success' ? render$1f : render$1p;
|
|
9357
9381
|
});
|
|
9358
9382
|
var iconClass = computed(function () {
|
|
9359
9383
|
return props.variant === 'success' ? 'text-brand-success-text' : 'text-brand-error-text';
|
|
@@ -11519,7 +11543,7 @@ var script$f = defineComponent({
|
|
|
11519
11543
|
components: {
|
|
11520
11544
|
FwButton: script$h,
|
|
11521
11545
|
FwPopover: __default__$b,
|
|
11522
|
-
UserSvg: render$
|
|
11546
|
+
UserSvg: render$13
|
|
11523
11547
|
},
|
|
11524
11548
|
props: {
|
|
11525
11549
|
/**
|
|
@@ -11964,7 +11988,7 @@ var __default__$a = defineComponent({
|
|
|
11964
11988
|
name: 'FwModal',
|
|
11965
11989
|
components: {
|
|
11966
11990
|
FwButton: script$h,
|
|
11967
|
-
XMarkSvg: render$
|
|
11991
|
+
XMarkSvg: render$X,
|
|
11968
11992
|
FwImage: __default__$e
|
|
11969
11993
|
},
|
|
11970
11994
|
props: {
|
|
@@ -12262,7 +12286,7 @@ __default__$a.render = render$j;
|
|
|
12262
12286
|
var script$c = defineComponent({
|
|
12263
12287
|
name: 'FwProgressBar',
|
|
12264
12288
|
components: {
|
|
12265
|
-
CheckSvg: render$
|
|
12289
|
+
CheckSvg: render$1f
|
|
12266
12290
|
},
|
|
12267
12291
|
props: {
|
|
12268
12292
|
/**
|
|
@@ -12401,7 +12425,7 @@ var __default__$9 = defineComponent({
|
|
|
12401
12425
|
name: 'FwTag',
|
|
12402
12426
|
components: {
|
|
12403
12427
|
FwButton: script$h,
|
|
12404
|
-
XMarkSvg: render$
|
|
12428
|
+
XMarkSvg: render$X
|
|
12405
12429
|
},
|
|
12406
12430
|
props: {
|
|
12407
12431
|
/**
|
|
@@ -12696,10 +12720,10 @@ var __default__$8 = defineComponent({
|
|
|
12696
12720
|
components: {
|
|
12697
12721
|
FwLoadingBar: script$j,
|
|
12698
12722
|
FwButton: script$h,
|
|
12699
|
-
ArrowDownSvg: render$
|
|
12700
|
-
ArrowSortSvg: render$
|
|
12701
|
-
ChevronLeftSvg: render$
|
|
12702
|
-
ChevronRightSvg: render$
|
|
12723
|
+
ArrowDownSvg: render$Z,
|
|
12724
|
+
ArrowSortSvg: render$_,
|
|
12725
|
+
ChevronLeftSvg: render$1b,
|
|
12726
|
+
ChevronRightSvg: render$1c
|
|
12703
12727
|
},
|
|
12704
12728
|
props: {
|
|
12705
12729
|
items: {
|
|
@@ -13131,7 +13155,7 @@ script$7.render = render$b;
|
|
|
13131
13155
|
var __default__$7 = defineComponent({
|
|
13132
13156
|
name: 'FwAccordion',
|
|
13133
13157
|
components: {
|
|
13134
|
-
ChevronDownSvg: render$
|
|
13158
|
+
ChevronDownSvg: render$1d
|
|
13135
13159
|
},
|
|
13136
13160
|
props: {
|
|
13137
13161
|
/**
|
|
@@ -13308,9 +13332,9 @@ __default__$7.__scopeId = "data-v-7ca80b5e";
|
|
|
13308
13332
|
var script$6 = defineComponent({
|
|
13309
13333
|
name: 'FwToast',
|
|
13310
13334
|
components: {
|
|
13311
|
-
SolidCheckSvg: render
|
|
13312
|
-
SolidXMarkSvg: render
|
|
13313
|
-
ErrorFilledSvg: render$
|
|
13335
|
+
SolidCheckSvg: render$10,
|
|
13336
|
+
SolidXMarkSvg: render$$,
|
|
13337
|
+
ErrorFilledSvg: render$1a
|
|
13314
13338
|
},
|
|
13315
13339
|
props: {
|
|
13316
13340
|
/**
|
|
@@ -13380,7 +13404,7 @@ var script$6 = defineComponent({
|
|
|
13380
13404
|
var uuid = (_globalThis$crypto$ra = (_globalThis$crypto = globalThis.crypto) === null || _globalThis$crypto === void 0 || (_globalThis$crypto$ra2 = _globalThis$crypto.randomUUID) === null || _globalThis$crypto$ra2 === void 0 ? void 0 : _globalThis$crypto$ra2.call(_globalThis$crypto)) !== null && _globalThis$crypto$ra !== void 0 ? _globalThis$crypto$ra : "toast-".concat(Math.random().toString(36).slice(2));
|
|
13381
13405
|
var isOpen = computed({
|
|
13382
13406
|
get: function get() {
|
|
13383
|
-
return
|
|
13407
|
+
return ref(props.modelValue);
|
|
13384
13408
|
},
|
|
13385
13409
|
set: function set(state) {
|
|
13386
13410
|
return ctx.emit('update:modelValue', state);
|
|
@@ -13410,13 +13434,11 @@ var script$6 = defineComponent({
|
|
|
13410
13434
|
ensureContainer();
|
|
13411
13435
|
isMounted.value = true;
|
|
13412
13436
|
});
|
|
13413
|
-
watch(function () {
|
|
13414
|
-
return props.modelValue;
|
|
13415
|
-
}, function (open) {
|
|
13437
|
+
watch(isOpen.value, function (open) {
|
|
13416
13438
|
if (dismissTimer) window.clearTimeout(dismissTimer);
|
|
13417
|
-
if (open) {
|
|
13439
|
+
if (open === true) {
|
|
13418
13440
|
dismissTimer = window.setTimeout(function () {
|
|
13419
|
-
isOpen.value = false;
|
|
13441
|
+
isOpen.value.value = false;
|
|
13420
13442
|
ctx.emit('dismissed');
|
|
13421
13443
|
}, props.timeout);
|
|
13422
13444
|
}
|
|
@@ -13453,7 +13475,7 @@ function render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13453
13475
|
appear: ""
|
|
13454
13476
|
}, {
|
|
13455
13477
|
"default": withCtx(function () {
|
|
13456
|
-
return [_ctx.isOpen ? (openBlock(), createElementBlock("output", {
|
|
13478
|
+
return [_ctx.isOpen.value ? (openBlock(), createElementBlock("output", {
|
|
13457
13479
|
id: "fw-toast-".concat(_ctx.uuid),
|
|
13458
13480
|
key: _ctx.uuid,
|
|
13459
13481
|
role: "status",
|
|
@@ -13572,7 +13594,7 @@ var script$4 = defineComponent({
|
|
|
13572
13594
|
emits: ['toggled', 'update:modelValue'],
|
|
13573
13595
|
components: {
|
|
13574
13596
|
FwButton: script$h,
|
|
13575
|
-
ChevronRightSvg: render$
|
|
13597
|
+
ChevronRightSvg: render$1c
|
|
13576
13598
|
},
|
|
13577
13599
|
props: {
|
|
13578
13600
|
/**
|
|
@@ -13724,7 +13746,7 @@ var __default__$6 = defineComponent({
|
|
|
13724
13746
|
name: 'FwDrawer',
|
|
13725
13747
|
components: {
|
|
13726
13748
|
FwButton: script$h,
|
|
13727
|
-
XMarkSvg: render$
|
|
13749
|
+
XMarkSvg: render$X
|
|
13728
13750
|
},
|
|
13729
13751
|
props: {
|
|
13730
13752
|
/**
|
|
@@ -13998,9 +14020,9 @@ var __default__$5 = defineComponent({
|
|
|
13998
14020
|
FwTableHead: script$8,
|
|
13999
14021
|
FwTableRow: script$7,
|
|
14000
14022
|
FwTag: __default__$9,
|
|
14001
|
-
SearchSvg: render$
|
|
14002
|
-
SolidCheckSvg: render
|
|
14003
|
-
SolidXMarkSvg: render
|
|
14023
|
+
SearchSvg: render$Y,
|
|
14024
|
+
SolidCheckSvg: render$10,
|
|
14025
|
+
SolidXMarkSvg: render$$
|
|
14004
14026
|
},
|
|
14005
14027
|
props: {
|
|
14006
14028
|
heading: {
|
|
@@ -22552,7 +22574,7 @@ var inputBaseClass = 'caret-primary bg-white border-grey-100 hover:border-brand-
|
|
|
22552
22574
|
var FwDatePicker = defineComponent({
|
|
22553
22575
|
name: 'FwDatePicker',
|
|
22554
22576
|
components: {
|
|
22555
|
-
CalendarDaySvg: render$
|
|
22577
|
+
CalendarDaySvg: render$U,
|
|
22556
22578
|
DatePicker: DatePicker
|
|
22557
22579
|
},
|
|
22558
22580
|
props: {
|
|
@@ -22945,22 +22967,22 @@ __default__.render = render$4;
|
|
|
22945
22967
|
var getVueComponentHtml = function getVueComponentHtml(component, props) {
|
|
22946
22968
|
var myVNode = h(component, props);
|
|
22947
22969
|
var tempElement = document.createElement('div'); // Create a temporary DOM element
|
|
22948
|
-
render$
|
|
22970
|
+
render$1y(myVNode, tempElement); // Render the VNode into the temporary element
|
|
22949
22971
|
var componentHtmlString = tempElement.innerHTML; // Get the HTML string
|
|
22950
22972
|
return componentHtmlString;
|
|
22951
22973
|
};
|
|
22952
22974
|
|
|
22953
22975
|
var script$3 = defineComponent({
|
|
22954
|
-
name: '
|
|
22976
|
+
name: 'FwMediaPicker',
|
|
22955
22977
|
components: {
|
|
22956
22978
|
FwModal: __default__$a,
|
|
22957
22979
|
FwButton: script$h,
|
|
22958
|
-
ArrowRotateSvg: render$
|
|
22959
|
-
CloudArrowUpSvg: render$
|
|
22960
|
-
GuideSvg: render$
|
|
22961
|
-
LoadingSvg: render$
|
|
22962
|
-
PenSvg: render$
|
|
22963
|
-
PlusSvg: render$
|
|
22980
|
+
ArrowRotateSvg: render$N,
|
|
22981
|
+
CloudArrowUpSvg: render$P,
|
|
22982
|
+
GuideSvg: render$O,
|
|
22983
|
+
LoadingSvg: render$12,
|
|
22984
|
+
PenSvg: render$W,
|
|
22985
|
+
PlusSvg: render$14
|
|
22964
22986
|
},
|
|
22965
22987
|
emits: [/** Fired when media is selected */
|
|
22966
22988
|
'selected'],
|