@frollo/frollo-web-ui 8.5.4 → 9.0.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/cjs/index.js +29798 -28754
- package/esm/{_rollupPluginBabelHelpers-DpC_oIQV.js → _rollupPluginBabelHelpers-DODWUb5N.js} +307 -345
- package/esm/fw-accordion.js +59 -56
- package/esm/fw-alert.js +68 -0
- package/esm/fw-bar-chart.js +4 -4
- package/esm/fw-button-YMoW4x4c.js +296 -0
- package/esm/fw-button.js +2 -4
- package/esm/{fw-card-bsYbpPmW.js → fw-card-D45R4kN-.js} +33 -9
- package/esm/fw-card.js +3 -1
- package/esm/fw-checkbox.js +39 -20
- package/esm/fw-date-picker.js +110 -78
- package/esm/fw-drawer.js +119 -83
- package/esm/{fw-dropdown-CbgOvgOt.js → fw-dropdown-58wyuzsW.js} +80 -61
- package/esm/fw-dropdown.js +5 -5
- package/esm/fw-icons.js +34 -0
- package/esm/{fw-image-Dl96Dc27.js → fw-image-D-OHafdw.js} +30 -13
- package/esm/fw-image.js +4 -4
- package/esm/{fw-input-XeI-IKly.js → fw-input-C2-cZ-BY.js} +65 -43
- package/esm/fw-input.js +2 -2
- package/esm/fw-loading-bar-DecYSBC_.js +45 -0
- package/esm/fw-loading.js +34 -15
- package/esm/fw-media-picker.js +43 -31
- package/esm/fw-modal.js +102 -48
- package/esm/fw-navigation-menu.js +180 -52
- package/esm/fw-popover-B4bsfuxm.js +620 -0
- package/esm/fw-popover.js +6 -293
- package/esm/fw-progress-bar.js +3 -2
- package/esm/fw-provider-list.js +59 -35
- package/esm/fw-sidebar-menu.js +22 -13
- package/esm/fw-slider.js +4 -4
- package/esm/fw-switch.js +147 -0
- package/esm/{fw-table-row-Db7951fr.js → fw-table-row-Cgi8871h.js} +57 -55
- package/esm/fw-table.js +8 -7
- package/esm/fw-tabs.js +7 -7
- package/esm/{fw-tag-V0jMl-It.js → fw-tag-fDo50Nw7.js} +37 -26
- package/esm/fw-tag.js +4 -6
- package/esm/fw-toast.js +14 -15
- package/esm/fw-transactions-card.js +8 -8
- package/esm/get-root-colours-DCjlYelc.js +62 -0
- package/esm/{index-CzZMBMV_.js → index-BsEH8YYr.js} +433 -130
- package/esm/index.js +76 -68
- package/esm/{uniqueId-DK6xzFd8.js → uniqueId-DZdGzBh8.js} +1 -1
- package/frollo-web-ui.esm.js +30113 -29019
- package/icons/arrow-connect.svg +3 -0
- package/icons/arrow-left.svg +3 -0
- package/icons/arrow-out-square.svg +3 -0
- package/icons/arrow-right.svg +3 -0
- package/icons/circle-exclamation.svg +5 -0
- package/icons/clock.svg +10 -0
- package/icons/default-provider.svg +5 -0
- package/icons/desktop.svg +8 -0
- package/icons/error.svg +3 -0
- package/icons/folder-arrow-down.svg +3 -0
- package/icons/index.ts +35 -3
- package/icons/loading.svg +0 -1
- package/icons/manual-account.svg +3 -0
- package/icons/mobile.svg +3 -0
- package/icons/paper-plane.svg +3 -0
- package/icons/pending.svg +10 -0
- package/icons/success-hill.svg +5 -0
- package/icons/user-plus.svg +3 -0
- package/index.d.ts +807 -571
- package/package.json +24 -30
- package/styles/tailwind.css +52 -0
- package/styles/typography.scss +24 -7
- package/styles/web-components.scss +85 -2
- package/tailwind.config.js +128 -22
- package/types/components/fw-accordion/fw-accordion.vue.d.ts +20 -20
- package/types/components/fw-alert/fw-alert.vue.d.ts +43 -0
- package/types/components/fw-alert/index.d.ts +2 -0
- package/types/components/fw-alert/index.types.d.ts +4 -0
- package/types/components/fw-bar-chart/fw-bar-chart.vue.d.ts +8 -8
- package/types/components/fw-button/fw-button.vue.d.ts +15 -17
- package/types/components/fw-button/index.d.ts +2 -0
- package/types/components/fw-button/index.types.d.ts +1 -3
- package/types/components/fw-card/fw-card.vue.d.ts +3 -2
- package/types/components/fw-checkbox/fw-checkbox.vue.d.ts +8 -5
- package/types/components/fw-date-picker/fw-date-picker.vue.d.ts +14 -19
- package/types/components/fw-date-picker/index.types.d.ts +5 -4
- package/types/components/fw-drawer/fw-drawer.vue.d.ts +26 -10
- package/types/components/fw-drawer/index.types.d.ts +1 -1
- package/types/components/fw-dropdown/fw-dropdown.vue.d.ts +11 -9
- package/types/components/fw-icons/index.d.ts +2 -0
- package/types/components/fw-image/fw-image.vue.d.ts +7 -5
- package/types/components/fw-input/fw-input.vue.d.ts +11 -17
- package/types/components/fw-input/index.types.d.ts +1 -1
- package/types/components/fw-loading/fw-loading-bar.vue.d.ts +5 -2
- package/types/components/fw-loading/fw-loading-dots.vue.d.ts +2 -0
- package/types/components/fw-loading/index.d.ts +2 -1
- package/types/components/fw-modal/fw-modal.vue.d.ts +51 -11
- package/types/components/fw-modal/index.types.d.ts +1 -1
- package/types/components/fw-navigation-menu/fw-navigation-menu.vue.d.ts +77 -6
- package/types/components/fw-navigation-menu/index.types.d.ts +11 -0
- package/types/components/fw-popover/fw-popover.vue.d.ts +10 -5
- package/types/components/fw-provider-list/fw-provider-list.vue.d.ts +8 -5
- package/types/components/fw-sidebar-menu/fw-sidebar-menu.vue.d.ts +20 -3
- package/types/components/fw-sidebar-menu/index.types.d.ts +9 -0
- package/types/components/fw-switch/fw-switch.vue.d.ts +101 -0
- package/types/components/fw-switch/index.d.ts +2 -0
- package/types/components/fw-switch/index.types.d.ts +8 -0
- package/types/components/fw-table/fw-table.vue.d.ts +7 -7
- package/types/components/fw-table/index.types.d.ts +0 -3
- package/types/components/fw-tabs/fw-tabs.vue.d.ts +1 -1
- package/types/components/fw-tabs/index.types.d.ts +1 -1
- package/types/components/fw-tag/fw-tag.vue.d.ts +2 -2
- package/types/components/fw-tag/index.types.d.ts +3 -3
- package/types/components/fw-toast/fw-toast.vue.d.ts +2 -2
- package/types/components/index.d.ts +4 -3
- package/types/components/index.types.d.ts +1 -0
- package/types/helpers/get-root-colours.d.ts +3 -0
- package/types/helpers/index.d.ts +2 -0
- package/types/helpers/vue-component-to-html.d.ts +2 -0
- package/types/icons/index.d.ts +18 -2
- package/types/index-types.esm.d.ts +1 -0
- package/types/index.d.ts +1 -0
- package/types/index.esm.d.ts +1 -0
- package/types/services/toast.d.ts +1 -1
- package/web-components/index.js +30112 -29026
- package/esm/check--YD4Ts6g.js +0 -17
- package/esm/fw-animations.js +0 -123
- package/esm/fw-button-DNozvo7B.js +0 -286
- package/esm/fw-loading-bar-DThRjdw1.js +0 -22
- package/esm/fw-loading-spinner-BFpFFRJm.js +0 -20
- package/esm/fw-period-selector.js +0 -90
- package/esm/get-root-colours-DYEoJPEb.js +0 -37
- package/icons/icons.stories.ts +0 -28
- package/styles/tailwind.scss +0 -68
- package/types/components/fw-animations/fw-email-pulse.vue.d.ts +0 -24
- package/types/components/fw-animations/fw-success-pulse.vue.d.ts +0 -24
- package/types/components/fw-animations/index.d.ts +0 -4
- package/types/components/fw-period-selector/fw-period-selector.vue.d.ts +0 -56
- package/types/components/fw-period-selector/index.d.ts +0 -2
- package/types/components/fw-period-selector/index.types.d.ts +0 -1
- /package/icons/{arrows-rotate.svg → arrow-rotate.svg} +0 -0
- /package/types/components/{fw-animations/fw-loading-spinner.vue.d.ts → fw-icons/fw-success-animation.vue.d.ts} +0 -0
|
@@ -1,12 +1,253 @@
|
|
|
1
|
-
import { createElementVNode,
|
|
2
|
-
import './check--YD4Ts6g.js';
|
|
1
|
+
import { createElementVNode, createElementBlock, openBlock, createStaticVNode } from 'vue';
|
|
3
2
|
|
|
4
|
-
const _hoisted_1
|
|
3
|
+
const _hoisted_1$$ = {
|
|
5
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6
5
|
fill: "currentColor",
|
|
7
6
|
viewBox: "0 0 52 34"
|
|
8
7
|
};
|
|
9
|
-
const _hoisted_2
|
|
8
|
+
const _hoisted_2$$ = /*#__PURE__*/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);
|
|
9
|
+
const _hoisted_3$$ = [
|
|
10
|
+
_hoisted_2$$
|
|
11
|
+
];
|
|
12
|
+
|
|
13
|
+
function render$$(_ctx, _cache) {
|
|
14
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$$, [..._hoisted_3$$]))
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
const _hoisted_1$_ = {
|
|
18
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
19
|
+
fill: "currentColor",
|
|
20
|
+
viewBox: "0 0 42 55"
|
|
21
|
+
};
|
|
22
|
+
const _hoisted_2$_ = /*#__PURE__*/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);
|
|
23
|
+
const _hoisted_3$_ = [
|
|
24
|
+
_hoisted_2$_
|
|
25
|
+
];
|
|
26
|
+
|
|
27
|
+
function render$_(_ctx, _cache) {
|
|
28
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$_, [..._hoisted_3$_]))
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
const _hoisted_1$Z = {
|
|
32
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
+
fill: "currentColor",
|
|
34
|
+
viewBox: "0 0 54 42"
|
|
35
|
+
};
|
|
36
|
+
const _hoisted_2$Z = /*#__PURE__*/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);
|
|
37
|
+
const _hoisted_3$Z = [
|
|
38
|
+
_hoisted_2$Z
|
|
39
|
+
];
|
|
40
|
+
|
|
41
|
+
function render$Z(_ctx, _cache) {
|
|
42
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$Z, [..._hoisted_3$Z]))
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
const _hoisted_1$Y = {
|
|
46
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
47
|
+
fill: "currentColor",
|
|
48
|
+
viewBox: "0 0 404 146"
|
|
49
|
+
};
|
|
50
|
+
const _hoisted_2$Y = /*#__PURE__*/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);
|
|
51
|
+
const _hoisted_3$Y = [
|
|
52
|
+
_hoisted_2$Y
|
|
53
|
+
];
|
|
54
|
+
|
|
55
|
+
function render$Y(_ctx, _cache) {
|
|
56
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$Y, [..._hoisted_3$Y]))
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
const _hoisted_1$X = {
|
|
60
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
61
|
+
fill: "currentColor",
|
|
62
|
+
viewBox: "0 0 20 20"
|
|
63
|
+
};
|
|
64
|
+
const _hoisted_2$X = /*#__PURE__*/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);
|
|
65
|
+
const _hoisted_3$X = /*#__PURE__*/createElementVNode("path", { d: "m18 8.118-8 4-8-4V14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2z" }, null, -1);
|
|
66
|
+
const _hoisted_4$4 = [
|
|
67
|
+
_hoisted_2$X,
|
|
68
|
+
_hoisted_3$X
|
|
69
|
+
];
|
|
70
|
+
|
|
71
|
+
function render$X(_ctx, _cache) {
|
|
72
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$X, [..._hoisted_4$4]))
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
const _hoisted_1$W = {
|
|
76
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
77
|
+
fill: "currentColor",
|
|
78
|
+
viewBox: "0 0 24 24"
|
|
79
|
+
};
|
|
80
|
+
const _hoisted_2$W = /*#__PURE__*/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);
|
|
81
|
+
const _hoisted_3$W = [
|
|
82
|
+
_hoisted_2$W
|
|
83
|
+
];
|
|
84
|
+
|
|
85
|
+
function render$W(_ctx, _cache) {
|
|
86
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$W, [..._hoisted_3$W]))
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
const _hoisted_1$V = {
|
|
90
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
91
|
+
fill: "currentColor",
|
|
92
|
+
viewBox: "0 0 24 24"
|
|
93
|
+
};
|
|
94
|
+
const _hoisted_2$V = /*#__PURE__*/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);
|
|
95
|
+
const _hoisted_3$V = [
|
|
96
|
+
_hoisted_2$V
|
|
97
|
+
];
|
|
98
|
+
|
|
99
|
+
function render$V(_ctx, _cache) {
|
|
100
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$V, [..._hoisted_3$V]))
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
const _hoisted_1$U = {
|
|
104
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
105
|
+
fill: "currentColor",
|
|
106
|
+
viewBox: "0 0 612 612"
|
|
107
|
+
};
|
|
108
|
+
const _hoisted_2$U = /*#__PURE__*/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);
|
|
109
|
+
const _hoisted_3$U = /*#__PURE__*/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);
|
|
110
|
+
const _hoisted_4$3 = [
|
|
111
|
+
_hoisted_2$U,
|
|
112
|
+
_hoisted_3$U
|
|
113
|
+
];
|
|
114
|
+
|
|
115
|
+
function render$U(_ctx, _cache) {
|
|
116
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$U, [..._hoisted_4$3]))
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
const _hoisted_1$T = {
|
|
120
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
121
|
+
fill: "currentColor",
|
|
122
|
+
viewBox: "0 -64 640 640"
|
|
123
|
+
};
|
|
124
|
+
const _hoisted_2$T = /*#__PURE__*/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);
|
|
125
|
+
const _hoisted_3$T = [
|
|
126
|
+
_hoisted_2$T
|
|
127
|
+
];
|
|
128
|
+
|
|
129
|
+
function render$T(_ctx, _cache) {
|
|
130
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$T, [..._hoisted_3$T]))
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
const _hoisted_1$S = {
|
|
134
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
135
|
+
fill: "currentColor",
|
|
136
|
+
viewBox: "0 0 18 18"
|
|
137
|
+
};
|
|
138
|
+
const _hoisted_2$S = /*#__PURE__*/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);
|
|
139
|
+
const _hoisted_3$S = [
|
|
140
|
+
_hoisted_2$S
|
|
141
|
+
];
|
|
142
|
+
|
|
143
|
+
function render$S(_ctx, _cache) {
|
|
144
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$S, [..._hoisted_3$S]))
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
const _hoisted_1$R = {
|
|
148
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
149
|
+
fill: "currentColor",
|
|
150
|
+
viewBox: "0 0 576 512"
|
|
151
|
+
};
|
|
152
|
+
const _hoisted_2$R = /*#__PURE__*/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);
|
|
153
|
+
const _hoisted_3$R = [
|
|
154
|
+
_hoisted_2$R
|
|
155
|
+
];
|
|
156
|
+
|
|
157
|
+
function render$R(_ctx, _cache) {
|
|
158
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$R, [..._hoisted_3$R]))
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
const _hoisted_1$Q = {
|
|
162
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
163
|
+
fill: "currentColor",
|
|
164
|
+
viewBox: "0 0 16 16"
|
|
165
|
+
};
|
|
166
|
+
const _hoisted_2$Q = /*#__PURE__*/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);
|
|
167
|
+
const _hoisted_3$Q = [
|
|
168
|
+
_hoisted_2$Q
|
|
169
|
+
];
|
|
170
|
+
|
|
171
|
+
function render$Q(_ctx, _cache) {
|
|
172
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$Q, [..._hoisted_3$Q]))
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
const _hoisted_1$P = {
|
|
176
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
177
|
+
fill: "currentColor",
|
|
178
|
+
viewBox: "0 0 104 104"
|
|
179
|
+
};
|
|
180
|
+
const _hoisted_2$P = /*#__PURE__*/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);
|
|
181
|
+
const _hoisted_3$P = [
|
|
182
|
+
_hoisted_2$P
|
|
183
|
+
];
|
|
184
|
+
|
|
185
|
+
function render$P(_ctx, _cache) {
|
|
186
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$P, [..._hoisted_3$P]))
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
const _hoisted_1$O = {
|
|
190
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
191
|
+
fill: "currentColor",
|
|
192
|
+
viewBox: "0 0 118 104"
|
|
193
|
+
};
|
|
194
|
+
const _hoisted_2$O = /*#__PURE__*/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);
|
|
195
|
+
const _hoisted_3$O = [
|
|
196
|
+
_hoisted_2$O
|
|
197
|
+
];
|
|
198
|
+
|
|
199
|
+
function render$O(_ctx, _cache) {
|
|
200
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$O, [..._hoisted_3$O]))
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
const _hoisted_1$N = {
|
|
204
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
205
|
+
fill: "currentColor",
|
|
206
|
+
viewBox: "0 0 56 56"
|
|
207
|
+
};
|
|
208
|
+
const _hoisted_2$N = /*#__PURE__*/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);
|
|
209
|
+
const _hoisted_3$N = [
|
|
210
|
+
_hoisted_2$N
|
|
211
|
+
];
|
|
212
|
+
|
|
213
|
+
function render$N(_ctx, _cache) {
|
|
214
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$N, [..._hoisted_3$N]))
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
const _hoisted_1$M = {
|
|
218
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
219
|
+
fill: "currentColor",
|
|
220
|
+
viewBox: "0 0 17 12"
|
|
221
|
+
};
|
|
222
|
+
const _hoisted_2$M = /*#__PURE__*/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);
|
|
223
|
+
const _hoisted_3$M = [
|
|
224
|
+
_hoisted_2$M
|
|
225
|
+
];
|
|
226
|
+
|
|
227
|
+
function render$M(_ctx, _cache) {
|
|
228
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$M, [..._hoisted_3$M]))
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
const _hoisted_1$L = {
|
|
232
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
233
|
+
fill: "currentColor",
|
|
234
|
+
viewBox: "0 0 56 56"
|
|
235
|
+
};
|
|
236
|
+
const _hoisted_2$L = /*#__PURE__*/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);
|
|
237
|
+
const _hoisted_3$L = [
|
|
238
|
+
_hoisted_2$L
|
|
239
|
+
];
|
|
240
|
+
|
|
241
|
+
function render$L(_ctx, _cache) {
|
|
242
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$L, [..._hoisted_3$L]))
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
const _hoisted_1$K = {
|
|
246
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
247
|
+
fill: "currentColor",
|
|
248
|
+
viewBox: "0 0 56 56"
|
|
249
|
+
};
|
|
250
|
+
const _hoisted_2$K = /*#__PURE__*/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);
|
|
10
251
|
const _hoisted_3$K = [
|
|
11
252
|
_hoisted_2$K
|
|
12
253
|
];
|
|
@@ -18,9 +259,9 @@ function render$K(_ctx, _cache) {
|
|
|
18
259
|
const _hoisted_1$J = {
|
|
19
260
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20
261
|
fill: "currentColor",
|
|
21
|
-
viewBox: "0 0
|
|
262
|
+
viewBox: "0 0 56 56"
|
|
22
263
|
};
|
|
23
|
-
const _hoisted_2$J = /*#__PURE__*/createElementVNode("path", { d: "
|
|
264
|
+
const _hoisted_2$J = /*#__PURE__*/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);
|
|
24
265
|
const _hoisted_3$J = [
|
|
25
266
|
_hoisted_2$J
|
|
26
267
|
];
|
|
@@ -32,9 +273,9 @@ function render$J(_ctx, _cache) {
|
|
|
32
273
|
const _hoisted_1$I = {
|
|
33
274
|
xmlns: "http://www.w3.org/2000/svg",
|
|
34
275
|
fill: "currentColor",
|
|
35
|
-
viewBox: "0 0
|
|
276
|
+
viewBox: "0 0 56 56"
|
|
36
277
|
};
|
|
37
|
-
const _hoisted_2$I = /*#__PURE__*/createElementVNode("path", { d: "
|
|
278
|
+
const _hoisted_2$I = /*#__PURE__*/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);
|
|
38
279
|
const _hoisted_3$I = [
|
|
39
280
|
_hoisted_2$I
|
|
40
281
|
];
|
|
@@ -46,9 +287,9 @@ function render$I(_ctx, _cache) {
|
|
|
46
287
|
const _hoisted_1$H = {
|
|
47
288
|
xmlns: "http://www.w3.org/2000/svg",
|
|
48
289
|
fill: "currentColor",
|
|
49
|
-
viewBox: "0 0
|
|
290
|
+
viewBox: "0 0 512 512"
|
|
50
291
|
};
|
|
51
|
-
const _hoisted_2$H = /*#__PURE__*/createElementVNode("path", { d: "
|
|
292
|
+
const _hoisted_2$H = /*#__PURE__*/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);
|
|
52
293
|
const _hoisted_3$H = [
|
|
53
294
|
_hoisted_2$H
|
|
54
295
|
];
|
|
@@ -60,25 +301,23 @@ function render$H(_ctx, _cache) {
|
|
|
60
301
|
const _hoisted_1$G = {
|
|
61
302
|
xmlns: "http://www.w3.org/2000/svg",
|
|
62
303
|
fill: "currentColor",
|
|
63
|
-
viewBox: "0 0
|
|
304
|
+
viewBox: "0 0 33 33"
|
|
64
305
|
};
|
|
65
|
-
const _hoisted_2$G = /*#__PURE__*/createElementVNode("path", { d: "
|
|
66
|
-
const _hoisted_3$G =
|
|
67
|
-
|
|
68
|
-
_hoisted_2$G,
|
|
69
|
-
_hoisted_3$G
|
|
306
|
+
const _hoisted_2$G = /*#__PURE__*/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);
|
|
307
|
+
const _hoisted_3$G = [
|
|
308
|
+
_hoisted_2$G
|
|
70
309
|
];
|
|
71
310
|
|
|
72
311
|
function render$G(_ctx, _cache) {
|
|
73
|
-
return (openBlock(), createElementBlock("svg", _hoisted_1$G, [...
|
|
312
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$G, [..._hoisted_3$G]))
|
|
74
313
|
}
|
|
75
314
|
|
|
76
315
|
const _hoisted_1$F = {
|
|
77
316
|
xmlns: "http://www.w3.org/2000/svg",
|
|
78
317
|
fill: "currentColor",
|
|
79
|
-
viewBox: "0 0
|
|
318
|
+
viewBox: "0 0 32 33"
|
|
80
319
|
};
|
|
81
|
-
const _hoisted_2$F = /*#__PURE__*/createElementVNode("path", { d: "
|
|
320
|
+
const _hoisted_2$F = /*#__PURE__*/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);
|
|
82
321
|
const _hoisted_3$F = [
|
|
83
322
|
_hoisted_2$F
|
|
84
323
|
];
|
|
@@ -90,9 +329,9 @@ function render$F(_ctx, _cache) {
|
|
|
90
329
|
const _hoisted_1$E = {
|
|
91
330
|
xmlns: "http://www.w3.org/2000/svg",
|
|
92
331
|
fill: "currentColor",
|
|
93
|
-
viewBox: "0 0
|
|
332
|
+
viewBox: "0 0 32 33"
|
|
94
333
|
};
|
|
95
|
-
const _hoisted_2$E = /*#__PURE__*/createElementVNode("path", { d: "
|
|
334
|
+
const _hoisted_2$E = /*#__PURE__*/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);
|
|
96
335
|
const _hoisted_3$E = [
|
|
97
336
|
_hoisted_2$E
|
|
98
337
|
];
|
|
@@ -104,25 +343,23 @@ function render$E(_ctx, _cache) {
|
|
|
104
343
|
const _hoisted_1$D = {
|
|
105
344
|
xmlns: "http://www.w3.org/2000/svg",
|
|
106
345
|
fill: "currentColor",
|
|
107
|
-
viewBox: "0 0
|
|
346
|
+
viewBox: "0 0 36 21"
|
|
108
347
|
};
|
|
109
|
-
const _hoisted_2$D = /*#__PURE__*/createElementVNode("path", { d: "
|
|
110
|
-
const _hoisted_3$D =
|
|
111
|
-
|
|
112
|
-
_hoisted_2$D,
|
|
113
|
-
_hoisted_3$D
|
|
348
|
+
const _hoisted_2$D = /*#__PURE__*/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);
|
|
349
|
+
const _hoisted_3$D = [
|
|
350
|
+
_hoisted_2$D
|
|
114
351
|
];
|
|
115
352
|
|
|
116
353
|
function render$D(_ctx, _cache) {
|
|
117
|
-
return (openBlock(), createElementBlock("svg", _hoisted_1$D, [...
|
|
354
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$D, [..._hoisted_3$D]))
|
|
118
355
|
}
|
|
119
356
|
|
|
120
357
|
const _hoisted_1$C = {
|
|
121
358
|
xmlns: "http://www.w3.org/2000/svg",
|
|
122
359
|
fill: "currentColor",
|
|
123
|
-
viewBox: "0
|
|
360
|
+
viewBox: "0 0 320 512"
|
|
124
361
|
};
|
|
125
|
-
const _hoisted_2$C = /*#__PURE__*/createElementVNode("path", { d: "
|
|
362
|
+
const _hoisted_2$C = /*#__PURE__*/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);
|
|
126
363
|
const _hoisted_3$C = [
|
|
127
364
|
_hoisted_2$C
|
|
128
365
|
];
|
|
@@ -134,9 +371,9 @@ function render$C(_ctx, _cache) {
|
|
|
134
371
|
const _hoisted_1$B = {
|
|
135
372
|
xmlns: "http://www.w3.org/2000/svg",
|
|
136
373
|
fill: "currentColor",
|
|
137
|
-
viewBox: "0 0
|
|
374
|
+
viewBox: "0 0 46 46"
|
|
138
375
|
};
|
|
139
|
-
const _hoisted_2$B = /*#__PURE__*/createElementVNode("path", { d: "
|
|
376
|
+
const _hoisted_2$B = /*#__PURE__*/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);
|
|
140
377
|
const _hoisted_3$B = [
|
|
141
378
|
_hoisted_2$B
|
|
142
379
|
];
|
|
@@ -148,9 +385,9 @@ function render$B(_ctx, _cache) {
|
|
|
148
385
|
const _hoisted_1$A = {
|
|
149
386
|
xmlns: "http://www.w3.org/2000/svg",
|
|
150
387
|
fill: "currentColor",
|
|
151
|
-
viewBox: "0 0
|
|
388
|
+
viewBox: "0 0 26 27"
|
|
152
389
|
};
|
|
153
|
-
const _hoisted_2$A = /*#__PURE__*/createElementVNode("path", { d: "
|
|
390
|
+
const _hoisted_2$A = /*#__PURE__*/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);
|
|
154
391
|
const _hoisted_3$A = [
|
|
155
392
|
_hoisted_2$A
|
|
156
393
|
];
|
|
@@ -162,9 +399,13 @@ function render$A(_ctx, _cache) {
|
|
|
162
399
|
const _hoisted_1$z = {
|
|
163
400
|
xmlns: "http://www.w3.org/2000/svg",
|
|
164
401
|
fill: "currentColor",
|
|
165
|
-
viewBox: "0 0
|
|
402
|
+
viewBox: "0 0 44 44"
|
|
166
403
|
};
|
|
167
|
-
const _hoisted_2$z = /*#__PURE__*/createElementVNode("path", {
|
|
404
|
+
const _hoisted_2$z = /*#__PURE__*/createElementVNode("path", {
|
|
405
|
+
"fill-rule": "evenodd",
|
|
406
|
+
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",
|
|
407
|
+
"clip-rule": "evenodd"
|
|
408
|
+
}, null, -1);
|
|
168
409
|
const _hoisted_3$z = [
|
|
169
410
|
_hoisted_2$z
|
|
170
411
|
];
|
|
@@ -176,9 +417,9 @@ function render$z(_ctx, _cache) {
|
|
|
176
417
|
const _hoisted_1$y = {
|
|
177
418
|
xmlns: "http://www.w3.org/2000/svg",
|
|
178
419
|
fill: "currentColor",
|
|
179
|
-
viewBox: "0 0
|
|
420
|
+
viewBox: "0 0 26 27"
|
|
180
421
|
};
|
|
181
|
-
const _hoisted_2$y = /*#__PURE__*/createElementVNode("path", { d: "
|
|
422
|
+
const _hoisted_2$y = /*#__PURE__*/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);
|
|
182
423
|
const _hoisted_3$y = [
|
|
183
424
|
_hoisted_2$y
|
|
184
425
|
];
|
|
@@ -190,9 +431,9 @@ function render$y(_ctx, _cache) {
|
|
|
190
431
|
const _hoisted_1$x = {
|
|
191
432
|
xmlns: "http://www.w3.org/2000/svg",
|
|
192
433
|
fill: "currentColor",
|
|
193
|
-
viewBox: "0 0
|
|
434
|
+
viewBox: "0 0 24 24"
|
|
194
435
|
};
|
|
195
|
-
const _hoisted_2$x = /*#__PURE__*/createElementVNode("path", { d: "
|
|
436
|
+
const _hoisted_2$x = /*#__PURE__*/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);
|
|
196
437
|
const _hoisted_3$x = [
|
|
197
438
|
_hoisted_2$x
|
|
198
439
|
];
|
|
@@ -204,9 +445,9 @@ function render$x(_ctx, _cache) {
|
|
|
204
445
|
const _hoisted_1$w = {
|
|
205
446
|
xmlns: "http://www.w3.org/2000/svg",
|
|
206
447
|
fill: "currentColor",
|
|
207
|
-
viewBox: "0 0
|
|
448
|
+
viewBox: "0 0 24 24"
|
|
208
449
|
};
|
|
209
|
-
const _hoisted_2$w = /*#__PURE__*/createElementVNode("path", { d: "
|
|
450
|
+
const _hoisted_2$w = /*#__PURE__*/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);
|
|
210
451
|
const _hoisted_3$w = [
|
|
211
452
|
_hoisted_2$w
|
|
212
453
|
];
|
|
@@ -218,9 +459,9 @@ function render$w(_ctx, _cache) {
|
|
|
218
459
|
const _hoisted_1$v = {
|
|
219
460
|
xmlns: "http://www.w3.org/2000/svg",
|
|
220
461
|
fill: "currentColor",
|
|
221
|
-
viewBox: "0 0
|
|
462
|
+
viewBox: "0 0 20 20"
|
|
222
463
|
};
|
|
223
|
-
const _hoisted_2$v = /*#__PURE__*/createElementVNode("path", { d: "
|
|
464
|
+
const _hoisted_2$v = /*#__PURE__*/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);
|
|
224
465
|
const _hoisted_3$v = [
|
|
225
466
|
_hoisted_2$v
|
|
226
467
|
];
|
|
@@ -232,9 +473,9 @@ function render$v(_ctx, _cache) {
|
|
|
232
473
|
const _hoisted_1$u = {
|
|
233
474
|
xmlns: "http://www.w3.org/2000/svg",
|
|
234
475
|
fill: "currentColor",
|
|
235
|
-
viewBox: "0 0
|
|
476
|
+
viewBox: "0 0 16 16"
|
|
236
477
|
};
|
|
237
|
-
const _hoisted_2$u = /*#__PURE__*/createElementVNode("path", { d: "
|
|
478
|
+
const _hoisted_2$u = /*#__PURE__*/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);
|
|
238
479
|
const _hoisted_3$u = [
|
|
239
480
|
_hoisted_2$u
|
|
240
481
|
];
|
|
@@ -246,9 +487,9 @@ function render$u(_ctx, _cache) {
|
|
|
246
487
|
const _hoisted_1$t = {
|
|
247
488
|
xmlns: "http://www.w3.org/2000/svg",
|
|
248
489
|
fill: "currentColor",
|
|
249
|
-
viewBox: "0 0
|
|
490
|
+
viewBox: "0 0 24 24"
|
|
250
491
|
};
|
|
251
|
-
const _hoisted_2$t = /*#__PURE__*/createElementVNode("path", { d: "
|
|
492
|
+
const _hoisted_2$t = /*#__PURE__*/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);
|
|
252
493
|
const _hoisted_3$t = [
|
|
253
494
|
_hoisted_2$t
|
|
254
495
|
];
|
|
@@ -260,9 +501,9 @@ function render$t(_ctx, _cache) {
|
|
|
260
501
|
const _hoisted_1$s = {
|
|
261
502
|
xmlns: "http://www.w3.org/2000/svg",
|
|
262
503
|
fill: "currentColor",
|
|
263
|
-
viewBox: "0 0
|
|
504
|
+
viewBox: "0 0 16 15"
|
|
264
505
|
};
|
|
265
|
-
const _hoisted_2$s = /*#__PURE__*/createElementVNode("path", { d: "
|
|
506
|
+
const _hoisted_2$s = /*#__PURE__*/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);
|
|
266
507
|
const _hoisted_3$s = [
|
|
267
508
|
_hoisted_2$s
|
|
268
509
|
];
|
|
@@ -274,9 +515,9 @@ function render$s(_ctx, _cache) {
|
|
|
274
515
|
const _hoisted_1$r = {
|
|
275
516
|
xmlns: "http://www.w3.org/2000/svg",
|
|
276
517
|
fill: "currentColor",
|
|
277
|
-
viewBox: "0 0
|
|
518
|
+
viewBox: "0 0 64 56"
|
|
278
519
|
};
|
|
279
|
-
const _hoisted_2$r = /*#__PURE__*/createElementVNode("path", { d: "
|
|
520
|
+
const _hoisted_2$r = /*#__PURE__*/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);
|
|
280
521
|
const _hoisted_3$r = [
|
|
281
522
|
_hoisted_2$r
|
|
282
523
|
];
|
|
@@ -288,9 +529,9 @@ function render$r(_ctx, _cache) {
|
|
|
288
529
|
const _hoisted_1$q = {
|
|
289
530
|
xmlns: "http://www.w3.org/2000/svg",
|
|
290
531
|
fill: "currentColor",
|
|
291
|
-
viewBox: "0 0
|
|
532
|
+
viewBox: "0 0 30 30"
|
|
292
533
|
};
|
|
293
|
-
const _hoisted_2$q = /*#__PURE__*/createElementVNode("path", { d: "
|
|
534
|
+
const _hoisted_2$q = /*#__PURE__*/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);
|
|
294
535
|
const _hoisted_3$q = [
|
|
295
536
|
_hoisted_2$q
|
|
296
537
|
];
|
|
@@ -302,9 +543,9 @@ function render$q(_ctx, _cache) {
|
|
|
302
543
|
const _hoisted_1$p = {
|
|
303
544
|
xmlns: "http://www.w3.org/2000/svg",
|
|
304
545
|
fill: "currentColor",
|
|
305
|
-
viewBox: "0 0
|
|
546
|
+
viewBox: "0 0 25 24"
|
|
306
547
|
};
|
|
307
|
-
const _hoisted_2$p = /*#__PURE__*/createElementVNode("path", { d: "
|
|
548
|
+
const _hoisted_2$p = /*#__PURE__*/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);
|
|
308
549
|
const _hoisted_3$p = [
|
|
309
550
|
_hoisted_2$p
|
|
310
551
|
];
|
|
@@ -316,9 +557,9 @@ function render$p(_ctx, _cache) {
|
|
|
316
557
|
const _hoisted_1$o = {
|
|
317
558
|
xmlns: "http://www.w3.org/2000/svg",
|
|
318
559
|
fill: "currentColor",
|
|
319
|
-
viewBox: "0 0
|
|
560
|
+
viewBox: "0 0 20 20"
|
|
320
561
|
};
|
|
321
|
-
const _hoisted_2$o = /*#__PURE__*/createElementVNode("path", { d: "
|
|
562
|
+
const _hoisted_2$o = /*#__PURE__*/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);
|
|
322
563
|
const _hoisted_3$o = [
|
|
323
564
|
_hoisted_2$o
|
|
324
565
|
];
|
|
@@ -330,9 +571,9 @@ function render$o(_ctx, _cache) {
|
|
|
330
571
|
const _hoisted_1$n = {
|
|
331
572
|
xmlns: "http://www.w3.org/2000/svg",
|
|
332
573
|
fill: "currentColor",
|
|
333
|
-
viewBox: "0 0
|
|
574
|
+
viewBox: "0 0 24 22"
|
|
334
575
|
};
|
|
335
|
-
const _hoisted_2$n = /*#__PURE__*/createElementVNode("path", { d: "
|
|
576
|
+
const _hoisted_2$n = /*#__PURE__*/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);
|
|
336
577
|
const _hoisted_3$n = [
|
|
337
578
|
_hoisted_2$n
|
|
338
579
|
];
|
|
@@ -344,9 +585,9 @@ function render$n(_ctx, _cache) {
|
|
|
344
585
|
const _hoisted_1$m = {
|
|
345
586
|
xmlns: "http://www.w3.org/2000/svg",
|
|
346
587
|
fill: "currentColor",
|
|
347
|
-
viewBox: "0 0
|
|
588
|
+
viewBox: "0 0 24 24"
|
|
348
589
|
};
|
|
349
|
-
const _hoisted_2$m = /*#__PURE__*/createElementVNode("path", { d: "
|
|
590
|
+
const _hoisted_2$m = /*#__PURE__*/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);
|
|
350
591
|
const _hoisted_3$m = [
|
|
351
592
|
_hoisted_2$m
|
|
352
593
|
];
|
|
@@ -358,9 +599,15 @@ function render$m(_ctx, _cache) {
|
|
|
358
599
|
const _hoisted_1$l = {
|
|
359
600
|
xmlns: "http://www.w3.org/2000/svg",
|
|
360
601
|
fill: "currentColor",
|
|
361
|
-
viewBox: "0 0
|
|
602
|
+
viewBox: "0 0 111 95"
|
|
362
603
|
};
|
|
363
|
-
const _hoisted_2$l = /*#__PURE__*/createElementVNode("path", {
|
|
604
|
+
const _hoisted_2$l = /*#__PURE__*/createElementVNode("path", {
|
|
605
|
+
stroke: "currentColor",
|
|
606
|
+
"stroke-linecap": "round",
|
|
607
|
+
"stroke-linejoin": "round",
|
|
608
|
+
"stroke-width": "4",
|
|
609
|
+
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"
|
|
610
|
+
}, null, -1);
|
|
364
611
|
const _hoisted_3$l = [
|
|
365
612
|
_hoisted_2$l
|
|
366
613
|
];
|
|
@@ -372,9 +619,9 @@ function render$l(_ctx, _cache) {
|
|
|
372
619
|
const _hoisted_1$k = {
|
|
373
620
|
xmlns: "http://www.w3.org/2000/svg",
|
|
374
621
|
fill: "currentColor",
|
|
375
|
-
viewBox: "0 0
|
|
622
|
+
viewBox: "0 0 60 48"
|
|
376
623
|
};
|
|
377
|
-
const _hoisted_2$k = /*#__PURE__*/createElementVNode("path", { d: "
|
|
624
|
+
const _hoisted_2$k = /*#__PURE__*/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);
|
|
378
625
|
const _hoisted_3$k = [
|
|
379
626
|
_hoisted_2$k
|
|
380
627
|
];
|
|
@@ -385,14 +632,10 @@ function render$k(_ctx, _cache) {
|
|
|
385
632
|
|
|
386
633
|
const _hoisted_1$j = {
|
|
387
634
|
xmlns: "http://www.w3.org/2000/svg",
|
|
388
|
-
fill: "
|
|
389
|
-
viewBox: "0 0
|
|
635
|
+
fill: "none",
|
|
636
|
+
viewBox: "0 0 440 440"
|
|
390
637
|
};
|
|
391
|
-
const _hoisted_2$j = /*#__PURE__*/
|
|
392
|
-
"fill-rule": "evenodd",
|
|
393
|
-
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",
|
|
394
|
-
"clip-rule": "evenodd"
|
|
395
|
-
}, null, -1);
|
|
638
|
+
const _hoisted_2$j = /*#__PURE__*/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);
|
|
396
639
|
const _hoisted_3$j = [
|
|
397
640
|
_hoisted_2$j
|
|
398
641
|
];
|
|
@@ -404,9 +647,9 @@ function render$j(_ctx, _cache) {
|
|
|
404
647
|
const _hoisted_1$i = {
|
|
405
648
|
xmlns: "http://www.w3.org/2000/svg",
|
|
406
649
|
fill: "currentColor",
|
|
407
|
-
viewBox: "0 0
|
|
650
|
+
viewBox: "0 0 20 20"
|
|
408
651
|
};
|
|
409
|
-
const _hoisted_2$i = /*#__PURE__*/createElementVNode("path", { d: "
|
|
652
|
+
const _hoisted_2$i = /*#__PURE__*/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);
|
|
410
653
|
const _hoisted_3$i = [
|
|
411
654
|
_hoisted_2$i
|
|
412
655
|
];
|
|
@@ -418,9 +661,9 @@ function render$i(_ctx, _cache) {
|
|
|
418
661
|
const _hoisted_1$h = {
|
|
419
662
|
xmlns: "http://www.w3.org/2000/svg",
|
|
420
663
|
fill: "currentColor",
|
|
421
|
-
viewBox: "0 0
|
|
664
|
+
viewBox: "0 0 16 16"
|
|
422
665
|
};
|
|
423
|
-
const _hoisted_2$h = /*#__PURE__*/createElementVNode("path", { d: "
|
|
666
|
+
const _hoisted_2$h = /*#__PURE__*/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);
|
|
424
667
|
const _hoisted_3$h = [
|
|
425
668
|
_hoisted_2$h
|
|
426
669
|
];
|
|
@@ -432,9 +675,9 @@ function render$h(_ctx, _cache) {
|
|
|
432
675
|
const _hoisted_1$g = {
|
|
433
676
|
xmlns: "http://www.w3.org/2000/svg",
|
|
434
677
|
fill: "currentColor",
|
|
435
|
-
viewBox: "0 0
|
|
678
|
+
viewBox: "0 0 19 16"
|
|
436
679
|
};
|
|
437
|
-
const _hoisted_2$g = /*#__PURE__*/createElementVNode("path", { d: "
|
|
680
|
+
const _hoisted_2$g = /*#__PURE__*/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);
|
|
438
681
|
const _hoisted_3$g = [
|
|
439
682
|
_hoisted_2$g
|
|
440
683
|
];
|
|
@@ -448,7 +691,7 @@ const _hoisted_1$f = {
|
|
|
448
691
|
fill: "currentColor",
|
|
449
692
|
viewBox: "0 0 20 20"
|
|
450
693
|
};
|
|
451
|
-
const _hoisted_2$f = /*#__PURE__*/createElementVNode("path", { d: "
|
|
694
|
+
const _hoisted_2$f = /*#__PURE__*/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);
|
|
452
695
|
const _hoisted_3$f = [
|
|
453
696
|
_hoisted_2$f
|
|
454
697
|
];
|
|
@@ -460,9 +703,9 @@ function render$f(_ctx, _cache) {
|
|
|
460
703
|
const _hoisted_1$e = {
|
|
461
704
|
xmlns: "http://www.w3.org/2000/svg",
|
|
462
705
|
fill: "currentColor",
|
|
463
|
-
viewBox: "0 0
|
|
706
|
+
viewBox: "0 0 20 20"
|
|
464
707
|
};
|
|
465
|
-
const _hoisted_2$e = /*#__PURE__*/createElementVNode("path", { d: "
|
|
708
|
+
const _hoisted_2$e = /*#__PURE__*/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);
|
|
466
709
|
const _hoisted_3$e = [
|
|
467
710
|
_hoisted_2$e
|
|
468
711
|
];
|
|
@@ -474,9 +717,9 @@ function render$e(_ctx, _cache) {
|
|
|
474
717
|
const _hoisted_1$d = {
|
|
475
718
|
xmlns: "http://www.w3.org/2000/svg",
|
|
476
719
|
fill: "currentColor",
|
|
477
|
-
viewBox: "0 0
|
|
720
|
+
viewBox: "0 0 21 21"
|
|
478
721
|
};
|
|
479
|
-
const _hoisted_2$d = /*#__PURE__*/createElementVNode("path", { d: "
|
|
722
|
+
const _hoisted_2$d = /*#__PURE__*/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);
|
|
480
723
|
const _hoisted_3$d = [
|
|
481
724
|
_hoisted_2$d
|
|
482
725
|
];
|
|
@@ -488,9 +731,9 @@ function render$d(_ctx, _cache) {
|
|
|
488
731
|
const _hoisted_1$c = {
|
|
489
732
|
xmlns: "http://www.w3.org/2000/svg",
|
|
490
733
|
fill: "currentColor",
|
|
491
|
-
viewBox: "0 0
|
|
734
|
+
viewBox: "0 0 40 40"
|
|
492
735
|
};
|
|
493
|
-
const _hoisted_2$c = /*#__PURE__*/createElementVNode("path", { d: "
|
|
736
|
+
const _hoisted_2$c = /*#__PURE__*/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);
|
|
494
737
|
const _hoisted_3$c = [
|
|
495
738
|
_hoisted_2$c
|
|
496
739
|
];
|
|
@@ -501,52 +744,108 @@ function render$c(_ctx, _cache) {
|
|
|
501
744
|
|
|
502
745
|
const _hoisted_1$b = {
|
|
503
746
|
xmlns: "http://www.w3.org/2000/svg",
|
|
504
|
-
fill: "
|
|
505
|
-
viewBox: "0 0
|
|
747
|
+
fill: "none",
|
|
748
|
+
viewBox: "0 0 102 102"
|
|
506
749
|
};
|
|
507
|
-
const _hoisted_2$b = /*#__PURE__*/createElementVNode("path", {
|
|
508
|
-
|
|
509
|
-
|
|
750
|
+
const _hoisted_2$b = /*#__PURE__*/createElementVNode("path", {
|
|
751
|
+
stroke: "currentColor",
|
|
752
|
+
"stroke-linecap": "round",
|
|
753
|
+
"stroke-width": "4",
|
|
754
|
+
d: "M51 23v36"
|
|
755
|
+
}, null, -1);
|
|
756
|
+
const _hoisted_3$b = /*#__PURE__*/createElementVNode("circle", {
|
|
757
|
+
cx: "51",
|
|
758
|
+
cy: "74",
|
|
759
|
+
r: "4",
|
|
760
|
+
fill: "currentColor"
|
|
761
|
+
}, null, -1);
|
|
762
|
+
const _hoisted_4$2 = /*#__PURE__*/createElementVNode("path", {
|
|
763
|
+
stroke: "currentColor",
|
|
764
|
+
"stroke-linecap": "round",
|
|
765
|
+
"stroke-linejoin": "round",
|
|
766
|
+
"stroke-width": "4",
|
|
767
|
+
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"
|
|
768
|
+
}, null, -1);
|
|
769
|
+
const _hoisted_5$1 = [
|
|
770
|
+
_hoisted_2$b,
|
|
771
|
+
_hoisted_3$b,
|
|
772
|
+
_hoisted_4$2
|
|
510
773
|
];
|
|
511
774
|
|
|
512
775
|
function render$b(_ctx, _cache) {
|
|
513
|
-
return (openBlock(), createElementBlock("svg", _hoisted_1$b, [...
|
|
776
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$b, [..._hoisted_5$1]))
|
|
514
777
|
}
|
|
515
778
|
|
|
516
779
|
const _hoisted_1$a = {
|
|
517
780
|
xmlns: "http://www.w3.org/2000/svg",
|
|
518
781
|
fill: "currentColor",
|
|
519
|
-
viewBox: "0 0
|
|
782
|
+
viewBox: "0 0 49 48"
|
|
520
783
|
};
|
|
521
|
-
const _hoisted_2$a = /*#__PURE__*/createElementVNode("
|
|
522
|
-
|
|
523
|
-
|
|
784
|
+
const _hoisted_2$a = /*#__PURE__*/createElementVNode("g", { "clip-path": "url(#a)" }, [
|
|
785
|
+
/*#__PURE__*/createElementVNode("path", { d: "M24.333 0c13.255 0 24 10.745 24 24s-10.745 24-24 24c-9.075 0-16.971-5.037-21.049-12.46a1.715 1.715 0 0 1 3.006-1.651c3.5 6.37 10.269 10.682 18.043 10.682 11.361 0 20.571-9.21 20.571-20.571S35.694 3.429 24.333 3.429 3.762 12.639 3.762 24a1.714 1.714 0 0 1-3.429 0c0-13.255 10.745-24 24-24m0 9c.947 0 1.714.767 1.714 1.714v12.355l7.792 5.065a1.715 1.715 0 0 1-1.87 2.875l-8.57-5.571a1.71 1.71 0 0 1-.78-1.438V10.714c0-.947.767-1.714 1.714-1.714" })
|
|
786
|
+
], -1);
|
|
787
|
+
const _hoisted_3$a = /*#__PURE__*/createElementVNode("defs", null, [
|
|
788
|
+
/*#__PURE__*/createElementVNode("clipPath", { id: "a" }, [
|
|
789
|
+
/*#__PURE__*/createElementVNode("path", { d: "M.333 0h48v48h-48z" })
|
|
790
|
+
])
|
|
791
|
+
], -1);
|
|
792
|
+
const _hoisted_4$1 = [
|
|
793
|
+
_hoisted_2$a,
|
|
794
|
+
_hoisted_3$a
|
|
524
795
|
];
|
|
525
796
|
|
|
526
797
|
function render$a(_ctx, _cache) {
|
|
527
|
-
return (openBlock(), createElementBlock("svg", _hoisted_1$a, [...
|
|
798
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$a, [..._hoisted_4$1]))
|
|
528
799
|
}
|
|
529
800
|
|
|
530
801
|
const _hoisted_1$9 = {
|
|
531
802
|
xmlns: "http://www.w3.org/2000/svg",
|
|
532
803
|
fill: "currentColor",
|
|
533
|
-
viewBox: "0 0
|
|
804
|
+
viewBox: "0 0 54 48"
|
|
534
805
|
};
|
|
535
|
-
const _hoisted_2$9 = /*#__PURE__*/createElementVNode("path", {
|
|
536
|
-
|
|
537
|
-
|
|
806
|
+
const _hoisted_2$9 = /*#__PURE__*/createElementVNode("path", {
|
|
807
|
+
"fill-rule": "evenodd",
|
|
808
|
+
d: "M.429 6a6 6 0 0 1 6-6h41.143a6 6 0 0 1 6 6v26.571a6 6 0 0 1-6 6H6.429a6 6 0 0 1-6-6v-7.714a1.714 1.714 0 0 1 3.428 0v7.714a2.57 2.57 0 0 0 2.572 2.572h41.143a2.57 2.57 0 0 0 2.571-2.572V6a2.57 2.57 0 0 0-2.571-2.571H6.429A2.57 2.57 0 0 0 3.857 6v9A1.714 1.714 0 1 1 .43 15zM10.715 46.286c0-.947.767-1.715 1.714-1.715h29.143a1.714 1.714 0 1 1 0 3.429H12.429a1.714 1.714 0 0 1-1.714-1.714",
|
|
809
|
+
"clip-rule": "evenodd"
|
|
810
|
+
}, null, -1);
|
|
811
|
+
const _hoisted_3$9 = /*#__PURE__*/createElementVNode("path", {
|
|
812
|
+
"fill-rule": "evenodd",
|
|
813
|
+
d: "M.429 24.857c0-.947.767-1.714 1.714-1.714h49.714a1.714 1.714 0 1 1 0 3.428H2.143a1.714 1.714 0 0 1-1.714-1.714M18.7 47.897a1.714 1.714 0 0 1-1.026-2.197l3.429-9.429a1.714 1.714 0 1 1 3.222 1.172l-3.429 9.429a1.714 1.714 0 0 1-2.197 1.025",
|
|
814
|
+
"clip-rule": "evenodd"
|
|
815
|
+
}, null, -1);
|
|
816
|
+
const _hoisted_4 = /*#__PURE__*/createElementVNode("path", {
|
|
817
|
+
"fill-rule": "evenodd",
|
|
818
|
+
d: "M10.715 46.286c0-.947.767-1.715 1.714-1.715h29.143a1.714 1.714 0 1 1 0 3.429H12.429a1.714 1.714 0 0 1-1.714-1.714",
|
|
819
|
+
"clip-rule": "evenodd"
|
|
820
|
+
}, null, -1);
|
|
821
|
+
const _hoisted_5 = /*#__PURE__*/createElementVNode("path", {
|
|
822
|
+
"fill-rule": "evenodd",
|
|
823
|
+
d: "M30.7 35.246a1.714 1.714 0 0 1 2.196 1.025l3.429 9.429a1.714 1.714 0 1 1-3.222 1.171l-3.429-9.428a1.714 1.714 0 0 1 1.025-2.197",
|
|
824
|
+
"clip-rule": "evenodd"
|
|
825
|
+
}, null, -1);
|
|
826
|
+
const _hoisted_6 = [
|
|
827
|
+
_hoisted_2$9,
|
|
828
|
+
_hoisted_3$9,
|
|
829
|
+
_hoisted_4,
|
|
830
|
+
_hoisted_5
|
|
538
831
|
];
|
|
539
832
|
|
|
540
833
|
function render$9(_ctx, _cache) {
|
|
541
|
-
return (openBlock(), createElementBlock("svg", _hoisted_1$9, [...
|
|
834
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$9, [..._hoisted_6]))
|
|
542
835
|
}
|
|
543
836
|
|
|
544
837
|
const _hoisted_1$8 = {
|
|
545
838
|
xmlns: "http://www.w3.org/2000/svg",
|
|
546
|
-
fill: "
|
|
547
|
-
viewBox: "0 0
|
|
839
|
+
fill: "none",
|
|
840
|
+
viewBox: "0 0 25 25"
|
|
548
841
|
};
|
|
549
|
-
const _hoisted_2$8 = /*#__PURE__*/createElementVNode("path", {
|
|
842
|
+
const _hoisted_2$8 = /*#__PURE__*/createElementVNode("path", {
|
|
843
|
+
stroke: "currentColor",
|
|
844
|
+
"stroke-linecap": "round",
|
|
845
|
+
"stroke-linejoin": "round",
|
|
846
|
+
"stroke-width": "2",
|
|
847
|
+
d: "M12.5 8.333V12.5m0 4.167h.01m9.365-4.167a9.375 9.375 0 1 1-18.75 0 9.375 9.375 0 1 1 18.75 0"
|
|
848
|
+
}, null, -1);
|
|
550
849
|
const _hoisted_3$8 = [
|
|
551
850
|
_hoisted_2$8
|
|
552
851
|
];
|
|
@@ -558,9 +857,9 @@ function render$8(_ctx, _cache) {
|
|
|
558
857
|
const _hoisted_1$7 = {
|
|
559
858
|
xmlns: "http://www.w3.org/2000/svg",
|
|
560
859
|
fill: "currentColor",
|
|
561
|
-
viewBox: "0 0
|
|
860
|
+
viewBox: "0 0 16 14"
|
|
562
861
|
};
|
|
563
|
-
const _hoisted_2$7 = /*#__PURE__*/createElementVNode("path", { d: "
|
|
862
|
+
const _hoisted_2$7 = /*#__PURE__*/createElementVNode("path", { d: "M14 2H8.622L7.084.586A2 2 0 0 0 5.672 0H2a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4c0-1.103-.897-2-2-2m.5 10a.5.5 0 0 1-.5.5H2a.5.5 0 0 1-.5-.5V2a.5.5 0 0 1 .5-.5h3.672c.133 0 .259.052.353.147L8 3.5h6a.5.5 0 0 1 .5.5zM9.969 7.469 8.75 8.69V5.5a.75.75 0 0 0-1.5 0v3.19L6.003 7.47a.75.75 0 1 0-1.06 1.06l2.5 2.5c.173.15.366.221.557.221a.75.75 0 0 0 .53-.22l2.5-2.5A.75.75 0 1 0 9.97 7.47" }, null, -1);
|
|
564
863
|
const _hoisted_3$7 = [
|
|
565
864
|
_hoisted_2$7
|
|
566
865
|
];
|
|
@@ -572,9 +871,9 @@ function render$7(_ctx, _cache) {
|
|
|
572
871
|
const _hoisted_1$6 = {
|
|
573
872
|
xmlns: "http://www.w3.org/2000/svg",
|
|
574
873
|
fill: "currentColor",
|
|
575
|
-
viewBox: "0 0
|
|
874
|
+
viewBox: "0 0 31 48"
|
|
576
875
|
};
|
|
577
|
-
const _hoisted_2$6 = /*#__PURE__*/createElementVNode("path", { d: "
|
|
876
|
+
const _hoisted_2$6 = /*#__PURE__*/createElementVNode("path", { d: "M24.237 0a6 6 0 0 1 6 6v12.857a1.714 1.714 0 0 1-3.428 0V6a2.57 2.57 0 0 0-2.572-2.571h-18A2.57 2.57 0 0 0 3.666 6v36a2.57 2.57 0 0 0 2.571 2.571h18A2.57 2.57 0 0 0 26.81 42V29.143a1.715 1.715 0 0 1 3.428 0V42a6 6 0 0 1-6 6h-18a6 6 0 0 1-6-6V6a6 6 0 0 1 6-6zm-4.286 37.714a1.715 1.715 0 0 1 0 3.429h-9.428a1.715 1.715 0 1 1 0-3.43z" }, null, -1);
|
|
578
877
|
const _hoisted_3$6 = [
|
|
579
878
|
_hoisted_2$6
|
|
580
879
|
];
|
|
@@ -586,15 +885,9 @@ function render$6(_ctx, _cache) {
|
|
|
586
885
|
const _hoisted_1$5 = {
|
|
587
886
|
xmlns: "http://www.w3.org/2000/svg",
|
|
588
887
|
fill: "currentColor",
|
|
589
|
-
viewBox: "0 0
|
|
888
|
+
viewBox: "0 0 56 56"
|
|
590
889
|
};
|
|
591
|
-
const _hoisted_2$5 = /*#__PURE__*/createElementVNode("path", {
|
|
592
|
-
stroke: "currentColor",
|
|
593
|
-
"stroke-linecap": "round",
|
|
594
|
-
"stroke-linejoin": "round",
|
|
595
|
-
"stroke-width": "4",
|
|
596
|
-
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"
|
|
597
|
-
}, null, -1);
|
|
890
|
+
const _hoisted_2$5 = /*#__PURE__*/createElementVNode("path", { d: "M55.957 4.036A3.49 3.49 0 0 0 54.48.624 3.51 3.51 0 0 0 50.762.47l-49 28a3.46 3.46 0 0 0-1.75 3.248 3.52 3.52 0 0 0 2.143 3.019l15.346 6.387v10.172A4.703 4.703 0 0 0 22.204 56a4.7 4.7 0 0 0 3.675-1.76l5.775-7.22h.01l12.491 5.207a3.506 3.506 0 0 0 4.813-2.69l7-45.5zM28.285 45.621l-5.14 6.43c-.23.285-.58.45-.941.45A1.2 1.2 0 0 1 21 51.296V42.58zm4.714-1.827-10.566-4.408L51.855 7.711l-6.354 41.29-12.491-5.207zM49.274 5.338 18.988 37.953 3.501 31.5z" }, null, -1);
|
|
598
891
|
const _hoisted_3$5 = [
|
|
599
892
|
_hoisted_2$5
|
|
600
893
|
];
|
|
@@ -605,10 +898,16 @@ function render$5(_ctx, _cache) {
|
|
|
605
898
|
|
|
606
899
|
const _hoisted_1$4 = {
|
|
607
900
|
xmlns: "http://www.w3.org/2000/svg",
|
|
608
|
-
fill: "
|
|
609
|
-
viewBox: "0 0
|
|
901
|
+
fill: "none",
|
|
902
|
+
viewBox: "0 0 180 180"
|
|
610
903
|
};
|
|
611
|
-
const _hoisted_2$4 = /*#__PURE__*/createElementVNode("path", {
|
|
904
|
+
const _hoisted_2$4 = /*#__PURE__*/createElementVNode("path", {
|
|
905
|
+
stroke: "currentColor",
|
|
906
|
+
"stroke-linecap": "round",
|
|
907
|
+
"stroke-linejoin": "round",
|
|
908
|
+
"stroke-width": "4",
|
|
909
|
+
d: "m44 130 22.534-40.529M115 130l-15.43-26.2m0 0 9.86-16.5c1.163-1.945 3.981-1.948 5.148-.004L133 118m-33.43-14.2-5.68-9.624M37 130h23m84 0H76m-9.466-40.529 9.845-16.957c1.162-2.001 4.057-1.989 5.202.023l12.31 21.64M66.533 89.47l6.297 4.663a2 2 0 0 0 2.353.02l4.996-3.568a2 2 0 0 1 1.779-.275l11.931 3.865M79 70V56m0-17v2m0 0h21.034l-4.641 6.453a1 1 0 0 0-.034 1.117l4.675 7.43H79m0-15v15"
|
|
910
|
+
}, null, -1);
|
|
612
911
|
const _hoisted_3$4 = [
|
|
613
912
|
_hoisted_2$4
|
|
614
913
|
];
|
|
@@ -619,10 +918,10 @@ function render$4(_ctx, _cache) {
|
|
|
619
918
|
|
|
620
919
|
const _hoisted_1$3 = {
|
|
621
920
|
xmlns: "http://www.w3.org/2000/svg",
|
|
622
|
-
fill: "
|
|
623
|
-
viewBox: "0 0
|
|
921
|
+
fill: "currentColor",
|
|
922
|
+
viewBox: "0 0 30 30"
|
|
624
923
|
};
|
|
625
|
-
const _hoisted_2$3 = /*#__PURE__*/
|
|
924
|
+
const _hoisted_2$3 = /*#__PURE__*/createElementVNode("path", { d: "M12.877 17.25H8.123A8.124 8.124 0 0 0 0 25.373C0 26.273.728 27 1.625 27h17.751c.897 0 1.624-.727 1.624-1.627a8.124 8.124 0 0 0-8.123-8.123m6.496 8.25H1.625a.126.126 0 0 1-.125-.127 6.63 6.63 0 0 1 6.623-6.623h4.754a6.63 6.63 0 0 1 6.623 6.623c0 .07-.056.127-.127.127M10.5 15a6 6 0 1 0 0-12 6 6 0 0 0 0 12m0-10.5C12.982 4.5 15 6.518 15 9c0 2.481-2.018 4.5-4.5 4.5S6 11.48 6 9c0-2.482 2.02-4.5 4.5-4.5m18.75 8.25h-3v-3a.75.75 0 0 0-1.5 0v3h-3a.75.75 0 0 0 0 1.5h3v3a.75.75 0 1 0 1.5 0v-3h3c.413 0 .75-.338.75-.75a.75.75 0 0 0-.75-.75" }, null, -1);
|
|
626
925
|
const _hoisted_3$3 = [
|
|
627
926
|
_hoisted_2$3
|
|
628
927
|
];
|
|
@@ -634,9 +933,13 @@ function render$3(_ctx, _cache) {
|
|
|
634
933
|
const _hoisted_1$2 = {
|
|
635
934
|
xmlns: "http://www.w3.org/2000/svg",
|
|
636
935
|
fill: "currentColor",
|
|
637
|
-
viewBox: "0 0
|
|
936
|
+
viewBox: "0 0 70 70"
|
|
638
937
|
};
|
|
639
|
-
const _hoisted_2$2 = /*#__PURE__*/createElementVNode("path", {
|
|
938
|
+
const _hoisted_2$2 = /*#__PURE__*/createElementVNode("path", {
|
|
939
|
+
"fill-rule": "evenodd",
|
|
940
|
+
d: "M3.5 14v42c0 1.936 1.567 3.5 3.5 3.5h7v-7c0-3.86 3.14-7 7-7s7 3.14 7 7v7h7a3.51 3.51 0 0 0 3.073-1.816 19 19 0 0 0 2.254 2.855C38.948 62.05 37.133 63 35 63H7c-3.866 0-7-3.14-7-7V14a7 7 0 0 1 7-7h28c3.86 0 7 3.134 7 7v18.397a19.8 19.8 0 0 0-3.5 3.784V14c0-1.933-1.564-3.5-3.5-3.5H7A3.5 3.5 0 0 0 3.5 14m21 38.5c0-1.936-1.564-3.5-3.5-3.5a3.496 3.496 0 0 0-3.5 3.5v7h7zM7 20.125A2.62 2.62 0 0 1 9.625 17.5h5.25a2.62 2.62 0 0 1 2.625 2.625v5.25A2.62 2.62 0 0 1 14.875 28h-5.25A2.62 2.62 0 0 1 7 25.375zm3.5.875v3.5H14V21zm21.875-3.5A2.62 2.62 0 0 1 35 20.125v5.25A2.62 2.62 0 0 1 32.375 28h-5.25a2.62 2.62 0 0 1-2.625-2.625v-5.25a2.62 2.62 0 0 1 2.625-2.625zm-.875 7V21H28v3.5zM7 34.125A2.62 2.62 0 0 1 9.625 31.5h5.25a2.62 2.62 0 0 1 2.625 2.625v5.25A2.62 2.62 0 0 1 14.875 42h-5.25A2.62 2.62 0 0 1 7 39.375zm3.5.875v3.5H14V35zm21.875-3.5A2.62 2.62 0 0 1 35 34.125v5.25A2.62 2.62 0 0 1 32.375 42h-5.25a2.62 2.62 0 0 1-2.625-2.625v-5.25a2.62 2.62 0 0 1 2.625-2.625zm-.875 7V35H28v3.5zm22.695 21c6.796 0 12.305-5.509 12.305-12.305s-5.509-12.304-12.305-12.304S41.891 40.4 41.891 47.195c0 6.796 5.509 12.305 12.304 12.305m0 3.5C62.924 63 70 55.924 70 47.195s-7.076-15.804-15.805-15.804-15.804 7.076-15.804 15.804S45.467 63 54.195 63m-.273-25.375a1.75 1.75 0 0 0-1.75 1.75v.39c-1.444.37-2.949 1.24-3.586 3.102-.212.62-.38 1.77.219 2.964.63 1.254 1.91 2.171 3.841 2.636 2.017.486 3.166.912 3.745 1.329.125.09.194.16.232.205a.3.3 0 0 1 .045.07c.002.006.01.026.01.075 0 .054-.009.15-.05.299-.102.367-.379.744-1.475.845-1.134.105-2.72-.176-4.438-.828a1.75 1.75 0 1 0-1.243 3.272c.88.334 1.794.61 2.7.8v.591a1.75 1.75 0 1 0 3.5 0v-.37c1.842-.22 3.712-1.154 4.328-3.374.225-.808.263-1.667-.043-2.508-.304-.834-.877-1.454-1.52-1.917-1.204-.867-2.989-1.414-4.971-1.892-1.267-.305-1.501-.74-1.533-.803a.4.4 0 0 1-.042-.175c0-.046.006-.08.008-.089v-.002c.151-.434.6-.833 1.782-.95 1.15-.112 2.435.135 3.125.396a1.75 1.75 0 0 0 1.239-3.274 10.6 10.6 0 0 0-2.373-.56v-.232a1.75 1.75 0 0 0-1.75-1.75",
|
|
941
|
+
"clip-rule": "evenodd"
|
|
942
|
+
}, null, -1);
|
|
640
943
|
const _hoisted_3$2 = [
|
|
641
944
|
_hoisted_2$2
|
|
642
945
|
];
|
|
@@ -648,9 +951,9 @@ function render$2(_ctx, _cache) {
|
|
|
648
951
|
const _hoisted_1$1 = {
|
|
649
952
|
xmlns: "http://www.w3.org/2000/svg",
|
|
650
953
|
fill: "currentColor",
|
|
651
|
-
viewBox: "0 0
|
|
954
|
+
viewBox: "0 0 20 20"
|
|
652
955
|
};
|
|
653
|
-
const _hoisted_2$1 = /*#__PURE__*/createElementVNode("path", { d: "
|
|
956
|
+
const _hoisted_2$1 = /*#__PURE__*/createElementVNode("path", { d: "M18.955 5.44c.332.21.589.593.589 1.01 0 .642-.522 1.164-1.163 1.164H1.618a1.163 1.163 0 0 1-.573-2.173L9.705.534c.183-.104.373-.104.59 0zm-17.219.981h16.53L10 1.738zm1.106 7.158V8.807h1.193v4.772h2.983V8.807H8.21v4.772h3.579V8.807h1.193v4.772h2.982V8.807h1.193v4.772c.328 0 .596.268.596.596a.6.6 0 0 1-.596.597H2.842a.597.597 0 0 1 0-1.193m-1.491 2.982c0-.328.267-.596.596-.596h16.106c.328 0 .596.268.596.596a.6.6 0 0 1-.596.597H1.947a.597.597 0 0 1-.596-.597m-.895 2.386c0-.328.267-.596.597-.596h17.894c.328 0 .597.268.597.596a.6.6 0 0 1-.597.597H1.053a.597.597 0 0 1-.597-.597" }, null, -1);
|
|
654
957
|
const _hoisted_3$1 = [
|
|
655
958
|
_hoisted_2$1
|
|
656
959
|
];
|
|
@@ -662,9 +965,9 @@ function render$1(_ctx, _cache) {
|
|
|
662
965
|
const _hoisted_1 = {
|
|
663
966
|
xmlns: "http://www.w3.org/2000/svg",
|
|
664
967
|
fill: "currentColor",
|
|
665
|
-
viewBox: "0 0
|
|
968
|
+
viewBox: "0 0 20 20"
|
|
666
969
|
};
|
|
667
|
-
const _hoisted_2 = /*#__PURE__*/createElementVNode("path", { d: "
|
|
970
|
+
const _hoisted_2 = /*#__PURE__*/createElementVNode("path", { d: "M10 2a8 8 0 0 1 8 8 8 8 0 0 1-8 8 7.95 7.95 0 0 1-4.416-1.328.784.784 0 0 1-.237-1.038c.256-.347.722-.44 1.069-.212A6.499 6.499 0 0 0 16.5 10 6.499 6.499 0 0 0 4.522 6.5H6.25c.416 0 .75.334.75.75S6.666 8 6.25 8h-3.5A.75.75 0 0 1 2 7.25v-3.5a.75.75 0 0 1 1.5 0v1.584A8 8 0 0 1 10 2m0 4c.416 0 .75.334.75.75v2.94l2.003 2.029c.319.293.319.769 0 1.034-.265.319-.74.319-1.034 0l-2.25-2.25A.64.64 0 0 1 9.25 10V6.75c0-.416.334-.75.75-.75" }, null, -1);
|
|
668
971
|
const _hoisted_3 = [
|
|
669
972
|
_hoisted_2
|
|
670
973
|
];
|
|
@@ -673,4 +976,4 @@ function render(_ctx, _cache) {
|
|
|
673
976
|
return (openBlock(), createElementBlock("svg", _hoisted_1, [..._hoisted_3]))
|
|
674
977
|
}
|
|
675
978
|
|
|
676
|
-
export { render$
|
|
979
|
+
export { render$W as a, render$M as b, render$p as c, render$s as d, render$B as e, render$r as f, render$z as g, render$j as h, render$k as i, render$i as j, render$A as k, render$w as l, render$x as m, render$t as n, render$J as o, render$I as p, render$v as q, render$K as r, render$u as s, render$H as t, render$P as u };
|