@kq_npm/client_icons_vue 0.2.4-beta → 0.2.5-beta
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/package.json +1 -1
- package/packages/vue/dist/global.cjs +1000 -1000
- package/packages/vue/dist/global.iife.js +1000 -1000
- package/packages/vue/dist/global.iife.min.js +1 -1
- package/packages/vue/dist/global.iife.min.js.map +3 -3
- package/packages/vue/dist/global.js +1000 -1000
- package/packages/vue/dist/global.min.cjs +1 -1
- package/packages/vue/dist/global.min.cjs.map +3 -3
- package/packages/vue/dist/global.min.js +1 -1
- package/packages/vue/dist/global.min.js.map +3 -3
- package/packages/vue/dist/index.cjs +998 -998
- package/packages/vue/dist/index.iife.js +998 -998
- package/packages/vue/dist/index.iife.min.js +1 -1
- package/packages/vue/dist/index.iife.min.js.map +3 -3
- package/packages/vue/dist/index.js +998 -998
- package/packages/vue/dist/index.min.cjs +1 -1
- package/packages/vue/dist/index.min.cjs.map +3 -3
- package/packages/vue/dist/index.min.js +1 -1
- package/packages/vue/dist/index.min.js.map +3 -3
- /package/packages/svg//{346/240/207/347/273/230/345/205/203/347/264/240/346/213/211/346/241/206/351/200/211/346/213/251-icon-select-element.svg" → 345/205/203/347/264/240/346/213/211/346/241/206/351/200/211/346/213/251-icon-element-select.svg"} +0 -0
- /package/packages/svg//{346/270/205/346/245/232/346/211/200/351/200/211/345/205/203/347/264/240-icon-clear-element.svg" → 345/205/203/347/264/240/346/270/205/351/231/244-icon-element-clear.svg"} +0 -0
|
@@ -46,7 +46,6 @@ var KQWebClientVueIcons = (() => {
|
|
|
46
46
|
IconCancelSelect: () => icon_cancel_select_default,
|
|
47
47
|
IconCenterAligned: () => icon_center_aligned_default,
|
|
48
48
|
IconChildLayer: () => icon_child_layer_default,
|
|
49
|
-
IconClearElement: () => icon_clear_element_default,
|
|
50
49
|
IconCloudList: () => icon_cloud_list_default,
|
|
51
50
|
IconCompass: () => icon_compass_default,
|
|
52
51
|
IconCompass3D: () => icon_compass_3d_default,
|
|
@@ -64,8 +63,10 @@ var KQWebClientVueIcons = (() => {
|
|
|
64
63
|
IconEdit3: () => icon_edit3_default,
|
|
65
64
|
IconElement: () => icon_element_default,
|
|
66
65
|
IconElementAttributeEditing: () => icon_element_attribute_editing_default,
|
|
66
|
+
IconElementClear: () => icon_element_clear_default,
|
|
67
67
|
IconElementNodeEditing: () => icon_element_node_editing_default,
|
|
68
68
|
IconElementRangeEditing: () => icon_element_range_editing_default,
|
|
69
|
+
IconElementSelect: () => icon_element_select_default,
|
|
69
70
|
IconExcavateFillAnalysis: () => icon_excavate_fill_analysis_default,
|
|
70
71
|
IconExport: () => icon_export_default,
|
|
71
72
|
IconExport2: () => icon_export2_default,
|
|
@@ -163,7 +164,6 @@ var KQWebClientVueIcons = (() => {
|
|
|
163
164
|
IconScaleLocation: () => icon_scale_location_default,
|
|
164
165
|
IconScreenshot: () => icon_screenshot_default,
|
|
165
166
|
IconSelect: () => icon_select_default,
|
|
166
|
-
IconSelectElement: () => icon_select_element_default,
|
|
167
167
|
IconSelectLayer: () => icon_select_layer_default,
|
|
168
168
|
IconSend: () => icon_send_default,
|
|
169
169
|
IconServiceAreaAnalysis: () => icon_service_area_analysis_default,
|
|
@@ -227,7 +227,6 @@ var KQWebClientVueIcons = (() => {
|
|
|
227
227
|
IconCancelSelect: () => icon_cancel_select_default,
|
|
228
228
|
IconCenterAligned: () => icon_center_aligned_default,
|
|
229
229
|
IconChildLayer: () => icon_child_layer_default,
|
|
230
|
-
IconClearElement: () => icon_clear_element_default,
|
|
231
230
|
IconCloudList: () => icon_cloud_list_default,
|
|
232
231
|
IconCompass: () => icon_compass_default,
|
|
233
232
|
IconCompass3D: () => icon_compass_3d_default,
|
|
@@ -245,8 +244,10 @@ var KQWebClientVueIcons = (() => {
|
|
|
245
244
|
IconEdit3: () => icon_edit3_default,
|
|
246
245
|
IconElement: () => icon_element_default,
|
|
247
246
|
IconElementAttributeEditing: () => icon_element_attribute_editing_default,
|
|
247
|
+
IconElementClear: () => icon_element_clear_default,
|
|
248
248
|
IconElementNodeEditing: () => icon_element_node_editing_default,
|
|
249
249
|
IconElementRangeEditing: () => icon_element_range_editing_default,
|
|
250
|
+
IconElementSelect: () => icon_element_select_default,
|
|
250
251
|
IconExcavateFillAnalysis: () => icon_excavate_fill_analysis_default,
|
|
251
252
|
IconExport: () => icon_export_default,
|
|
252
253
|
IconExport2: () => icon_export2_default,
|
|
@@ -344,7 +345,6 @@ var KQWebClientVueIcons = (() => {
|
|
|
344
345
|
IconScaleLocation: () => icon_scale_location_default,
|
|
345
346
|
IconScreenshot: () => icon_screenshot_default,
|
|
346
347
|
IconSelect: () => icon_select_default,
|
|
347
|
-
IconSelectElement: () => icon_select_element_default,
|
|
348
348
|
IconSelectLayer: () => icon_select_layer_default,
|
|
349
349
|
IconSend: () => icon_send_default,
|
|
350
350
|
IconServiceAreaAnalysis: () => icon_service_area_analysis_default,
|
|
@@ -856,19 +856,19 @@ var KQWebClientVueIcons = (() => {
|
|
|
856
856
|
}
|
|
857
857
|
var icon_element_attribute_editing_default = /* @__PURE__ */ export_helper_default(_sfc_main19, [["render", _sfc_render19], ["__file", "icon-element-attribute-editing.vue"]]);
|
|
858
858
|
|
|
859
|
-
// src/components/icon-element-
|
|
859
|
+
// src/components/icon-element-select.vue
|
|
860
860
|
var import_vue20 = __toESM(require_vue(), 1);
|
|
861
861
|
var _sfc_main20 = {
|
|
862
|
-
name: "
|
|
863
|
-
title: "\u5143\u7D20\
|
|
862
|
+
name: "IconElementSelect",
|
|
863
|
+
title: "\u5143\u7D20\u62C9\u6846\u9009\u62E9"
|
|
864
864
|
}, _hoisted_120 = {
|
|
865
865
|
class: "icon",
|
|
866
|
-
viewBox: "0 0
|
|
866
|
+
viewBox: "0 0 1097 1024",
|
|
867
867
|
xmlns: "http://www.w3.org/2000/svg",
|
|
868
|
-
width: "
|
|
868
|
+
width: "214.258",
|
|
869
869
|
height: "200"
|
|
870
870
|
}, _hoisted_220 = /* @__PURE__ */ (0, import_vue20.createElementVNode)("path", {
|
|
871
|
-
d: "
|
|
871
|
+
d: "M.53 36.571A36.571 36.571 0 0 1 37.102 0h16.823a36.571 36.571 0 0 1 36.571 36.571 36.571 36.571 0 0 1-16.823 32.183 37.303 37.303 0 0 1-34.377 24.869A36.571 36.571 0 0 1 .53 57.05zm153.6 0A36.571 36.571 0 0 1 190.702 0h34.377a36.571 36.571 0 0 1 0 73.143h-34.377A36.571 36.571 0 0 1 154.13 36.57zm170.423 0A36.571 36.571 0 0 1 361.125 0h34.377a36.571 36.571 0 0 1 36.571 36.571 36.571 36.571 0 0 1-36.571 36.572h-34.377a36.571 36.571 0 0 1-36.572-36.572zm171.154 0A36.571 36.571 0 0 1 532.28 0h33.646a36.571 36.571 0 0 1 36.571 36.571 36.571 36.571 0 0 1-36.571 36.572H532.28a36.571 36.571 0 0 1-36.572-36.572zm170.423 0A36.571 36.571 0 0 1 702.702 0h34.377a36.571 36.571 0 0 1 0 73.143h-34.377A36.571 36.571 0 0 1 666.13 36.57zm170.423 0A36.571 36.571 0 0 1 873.125 0h34.377a36.571 36.571 0 0 1 36.571 36.571 36.571 36.571 0 0 1-36.571 36.572h-34.377a36.571 36.571 0 0 1-36.572-36.572zm171.154 0A36.571 36.571 0 0 1 1044.28 0h16.823a36.571 36.571 0 0 1 36.571 36.571V56.32a36.571 36.571 0 0 1-36.571 36.571 37.303 37.303 0 0 1-36.572-24.137 35.84 35.84 0 0 1-16.823-32.183zm53.395 138.972a36.571 36.571 0 0 1 36.571 36.571v38.766a36.571 36.571 0 0 1-73.143 0v-38.766a36.571 36.571 0 0 1 36.572-36.571zm-1024 5.12a36.571 36.571 0 0 1 36.571 38.766v40.96a36.571 36.571 0 1 1-73.143 0v-40.96a36.571 36.571 0 0 1 36.572-38.766zm1024 190.171a36.571 36.571 0 0 1 36.571 36.572v38.765a36.571 36.571 0 1 1-73.143 0v-38.765a36.571 36.571 0 0 1 36.572-36.572zm-1024 10.972a36.571 36.571 0 0 1 36.571 36.571v40.96a35.84 35.84 0 0 1-36.571 35.84A35.84 35.84 0 0 1 .53 459.337v-40.96a36.571 36.571 0 0 1 36.572-36.571zm1024 183.588a36.571 36.571 0 0 1 36.571 36.572v19.748a36.571 36.571 0 0 1-73.143 0v-19.748a36.571 36.571 0 0 1 36.572-36.572zm-1024 19.749a36.571 36.571 0 0 1 36.571 36.571v36.572a36.571 36.571 0 0 1-36.571 36.571A36.571 36.571 0 0 1 .53 658.286V620.25a36.571 36.571 0 0 1 36.572-35.108zM73.673 808.96A36.571 36.571 0 0 0 .53 821.394v19.749a36.571 36.571 0 0 0 36.572 36.571h16.823a36.571 36.571 0 0 0 19.748-68.754zm82.652 32.183a36.571 36.571 0 0 1 36.571-36.572h34.377a36.571 36.571 0 1 1 0 73.143h-36.571a36.571 36.571 0 0 1-36.572-36.571zm170.422 0a36.571 36.571 0 0 1 36.572-36.572h32.183a36.571 36.571 0 0 1 0 73.143h-34.377a36.571 36.571 0 0 1-36.572-36.571zm171.155 0a36.571 36.571 0 0 1 36.571-36.572h14.629a36.571 36.571 0 0 1 0 73.143h-16.823a36.571 36.571 0 0 1-36.572-36.571zM702.702 1024h-11.703a44.617 44.617 0 0 1-32.183-43.886V484.206a45.349 45.349 0 0 1 27.794-41.692 42.423 42.423 0 0 1 47.543 8.777l348.16 329.875a45.349 45.349 0 0 1-38.766 76.8l-195.291-32.183-106.789 176.274A45.349 45.349 0 0 1 702.702 1024zm29.257-474.697v328.411l65.097-106.057a46.08 46.08 0 0 1 46.08-21.211l123.611 20.48zm98.011 273.554zM683.685 503.954z",
|
|
872
872
|
fill: "currentColor"
|
|
873
873
|
}, null, -1), _hoisted_320 = [
|
|
874
874
|
_hoisted_220
|
|
@@ -876,21 +876,21 @@ var KQWebClientVueIcons = (() => {
|
|
|
876
876
|
function _sfc_render20(_ctx, _cache, $props, $setup, $data, $options) {
|
|
877
877
|
return (0, import_vue20.openBlock)(), (0, import_vue20.createElementBlock)("svg", _hoisted_120, _hoisted_320);
|
|
878
878
|
}
|
|
879
|
-
var
|
|
879
|
+
var icon_element_select_default = /* @__PURE__ */ export_helper_default(_sfc_main20, [["render", _sfc_render20], ["__file", "icon-element-select.vue"]]);
|
|
880
880
|
|
|
881
|
-
// src/components/icon-element-
|
|
881
|
+
// src/components/icon-element-clear.vue
|
|
882
882
|
var import_vue21 = __toESM(require_vue(), 1);
|
|
883
883
|
var _sfc_main21 = {
|
|
884
|
-
name: "
|
|
885
|
-
title: "\u5143\u7D20\
|
|
884
|
+
name: "IconElementClear",
|
|
885
|
+
title: "\u5143\u7D20\u6E05\u9664"
|
|
886
886
|
}, _hoisted_121 = {
|
|
887
887
|
class: "icon",
|
|
888
|
-
viewBox: "0 0
|
|
888
|
+
viewBox: "0 0 1195 1024",
|
|
889
889
|
xmlns: "http://www.w3.org/2000/svg",
|
|
890
|
-
width: "
|
|
890
|
+
width: "233.398",
|
|
891
891
|
height: "200"
|
|
892
892
|
}, _hoisted_221 = /* @__PURE__ */ (0, import_vue21.createElementVNode)("path", {
|
|
893
|
-
d: "
|
|
893
|
+
d: "M39.844 0A39.844 39.844 0 0 0 0 39.844v22.313a39.844 39.844 0 0 0 39.844 39.845A40.641 40.641 0 0 0 79.69 74.907a39.844 39.844 0 0 0 18.328-35.063A39.844 39.844 0 0 0 58.173 0zm167.347 0a39.844 39.844 0 0 0-39.845 39.844 39.844 39.844 0 0 0 39.845 39.845h37.453a39.844 39.844 0 0 0 0-79.689zm185.674 0a39.844 39.844 0 0 0 0 79.689h37.454a39.844 39.844 0 0 0 39.844-39.845A39.844 39.844 0 0 0 430.32 0zm186.472 0a39.844 39.844 0 0 0-39.844 39.844 39.844 39.844 0 0 0 39.844 39.845h36.657a39.844 39.844 0 0 0 39.844-39.845A39.844 39.844 0 0 0 615.994 0zm185.675 0a39.844 39.844 0 0 0-39.845 39.844 39.844 39.844 0 0 0 39.845 39.845h37.453a39.844 39.844 0 0 0 0-79.689zm185.674 0a39.844 39.844 0 0 0 0 79.689h37.454a39.844 39.844 0 0 0 39.844-39.845A39.844 39.844 0 0 0 988.14 0zm186.472 0a39.844 39.844 0 0 0-39.844 39.844 38.25 38.25 0 0 0 23.906 36.657 41.438 41.438 0 0 0 34.266 19.125 39.844 39.844 0 0 0 39.845-39.844V39.844A39.844 39.844 0 0 0 1155.486 0zm58.173 183.284a39.844 39.844 0 0 0-79.689 0v31.876a39.844 39.844 0 0 0 79.689 0zM79.689 239.066a39.844 39.844 0 0 0-79.689 0v44.626a39.844 39.844 0 1 0 79.689 0zM1195.33 342.661a39.844 39.844 0 0 0-79.689 0V358.6a39.844 39.844 0 0 0 79.689 0zM79.689 455.82a39.844 39.844 0 0 0-79.689 0v44.626a39.047 39.047 0 0 0 39.844 39.048 39.047 39.047 0 0 0 39.845-39.048zm0 219.941a39.844 39.844 0 0 0-39.845-38.25A39.844 39.844 0 0 0 0 677.354v39.844a39.844 39.844 0 0 0 39.844 39.845 39.844 39.844 0 0 0 39.845-39.845zm-39.845 179.3a39.047 39.047 0 0 1 39.845 21.516 39.047 39.047 0 0 1 27.094 37.454 39.844 39.844 0 0 1-39.844 39.844H39.844A39.844 39.844 0 0 1 0 914.03v-21.516a39.844 39.844 0 0 1 39.844-37.454zm215.16 21.516a39.844 39.844 0 1 0 0 79.689h47.813a39.844 39.844 0 1 0 0-79.69zm239.066 0a39.844 39.844 0 1 0 0 79.689h23.907a39.844 39.844 0 0 0 0-79.69zm159.377 91.642 206.394-211.175-210.378-211.175 55.782-55.782L916.42 700.464l211.175-210.378 55.782 55.782L973 757.043l210.378 211.175-55.782 55.782L916.42 813.622 705.245 1024z",
|
|
894
894
|
fill: "currentColor"
|
|
895
895
|
}, null, -1), _hoisted_321 = [
|
|
896
896
|
_hoisted_221
|
|
@@ -898,2546 +898,2546 @@ var KQWebClientVueIcons = (() => {
|
|
|
898
898
|
function _sfc_render21(_ctx, _cache, $props, $setup, $data, $options) {
|
|
899
899
|
return (0, import_vue21.openBlock)(), (0, import_vue21.createElementBlock)("svg", _hoisted_121, _hoisted_321);
|
|
900
900
|
}
|
|
901
|
-
var
|
|
901
|
+
var icon_element_clear_default = /* @__PURE__ */ export_helper_default(_sfc_main21, [["render", _sfc_render21], ["__file", "icon-element-clear.vue"]]);
|
|
902
902
|
|
|
903
|
-
// src/components/icon-
|
|
903
|
+
// src/components/icon-element-node-editing.vue
|
|
904
904
|
var import_vue22 = __toESM(require_vue(), 1);
|
|
905
905
|
var _sfc_main22 = {
|
|
906
|
-
name: "
|
|
907
|
-
title: "\
|
|
906
|
+
name: "IconElementNodeEditing",
|
|
907
|
+
title: "\u5143\u7D20\u8282\u70B9\u7F16\u8F91"
|
|
908
908
|
}, _hoisted_122 = {
|
|
909
909
|
class: "icon",
|
|
910
|
-
viewBox: "0 0
|
|
910
|
+
viewBox: "0 0 1420 1024",
|
|
911
911
|
xmlns: "http://www.w3.org/2000/svg",
|
|
912
|
-
width: "
|
|
912
|
+
width: "277.344",
|
|
913
913
|
height: "200"
|
|
914
|
-
}, _hoisted_222 = /* @__PURE__ */ (0, import_vue22.createElementVNode)("path", {
|
|
914
|
+
}, _hoisted_222 = /* @__PURE__ */ (0, import_vue22.createElementVNode)("path", {
|
|
915
|
+
d: "M1370.615 33.671H1172.55a49.516 49.516 0 0 0-49.516 49.517v49.516H891.296V49.516A49.516 49.516 0 0 0 841.779 0H578.352a49.516 49.516 0 0 0-49.516 49.516v83.188H297.099V83.188a49.516 49.516 0 0 0-49.517-49.517H49.516A49.516 49.516 0 0 0 0 83.188v198.065a50.507 50.507 0 0 0 49.516 49.517h198.066a49.516 49.516 0 0 0 49.517-49.517v-49.516h231.737v65.362a656.588 656.588 0 0 0-276.302 191.133A756.611 756.611 0 0 0 66.352 974.484a49.516 49.516 0 0 0 99.033 0 653.617 653.617 0 0 1 162.414-420.89A511.01 511.01 0 0 1 710.066 363.45a511.01 511.01 0 0 1 379.296 190.143 653.617 653.617 0 0 1 162.414 420.89 49.516 49.516 0 0 0 99.033 0 756.611 756.611 0 0 0-186.182-486.252A656.588 656.588 0 0 0 891.296 297.1v-65.362h231.737v49.516a49.516 49.516 0 0 0 49.516 49.517h198.066a50.507 50.507 0 0 0 49.517-49.517V83.188a49.516 49.516 0 0 0-49.517-49.517zM198.065 231.737H99.034v-99.033h99.033zm512 32.68a82.197 82.197 0 0 1-82.197-82.196 82.197 82.197 0 0 1 82.198-83.188 83.188 83.188 0 0 1 82.197 83.188 82.197 82.197 0 0 1-82.197 82.197zm611.034-32.68h-99.033v-99.033h99.033z",
|
|
916
|
+
fill: "currentColor"
|
|
917
|
+
}, null, -1), _hoisted_322 = [
|
|
915
918
|
_hoisted_222
|
|
916
919
|
];
|
|
917
920
|
function _sfc_render22(_ctx, _cache, $props, $setup, $data, $options) {
|
|
918
921
|
return (0, import_vue22.openBlock)(), (0, import_vue22.createElementBlock)("svg", _hoisted_122, _hoisted_322);
|
|
919
922
|
}
|
|
920
|
-
var
|
|
923
|
+
var icon_element_node_editing_default = /* @__PURE__ */ export_helper_default(_sfc_main22, [["render", _sfc_render22], ["__file", "icon-element-node-editing.vue"]]);
|
|
921
924
|
|
|
922
|
-
// src/components/icon-
|
|
925
|
+
// src/components/icon-element-range-editing.vue
|
|
923
926
|
var import_vue23 = __toESM(require_vue(), 1);
|
|
924
927
|
var _sfc_main23 = {
|
|
925
|
-
name: "
|
|
926
|
-
title: "\
|
|
928
|
+
name: "IconElementRangeEditing",
|
|
929
|
+
title: "\u5143\u7D20\u8303\u56F4\u7F16\u8F91"
|
|
927
930
|
}, _hoisted_123 = {
|
|
928
931
|
class: "icon",
|
|
929
|
-
viewBox: "0 0
|
|
932
|
+
viewBox: "0 0 1029 1024",
|
|
930
933
|
xmlns: "http://www.w3.org/2000/svg",
|
|
931
|
-
width: "200",
|
|
934
|
+
width: "200.977",
|
|
932
935
|
height: "200"
|
|
933
|
-
}, _hoisted_223 = /* @__PURE__ */ (0, import_vue23.createElementVNode)("path", {
|
|
936
|
+
}, _hoisted_223 = /* @__PURE__ */ (0, import_vue23.createElementVNode)("path", {
|
|
937
|
+
d: "M260.529 103.986V35.837A35.494 35.494 0 0 0 225.034.343H35.494A36.204 36.204 0 0 0 0 35.837v189.54a35.494 35.494 0 0 0 35.494 35.494h70.99a38.334 38.334 0 0 0 26.975 12.069 36.914 36.914 0 0 0 26.266-12.069h70.988a35.494 35.494 0 0 0 35.495-35.494v-70.989a35.494 35.494 0 0 0 12.068-26.265 38.334 38.334 0 0 0-17.747-24.137zm-70.99 85.897H70.99V71.332h118.55zm792.945 567.91h-70.989a38.334 38.334 0 0 0-26.976-12.069 36.914 36.914 0 0 0-26.266 12.068h-70.988a35.494 35.494 0 0 0-35.495 35.495v70.988a35.494 35.494 0 0 0-12.068 26.266 38.334 38.334 0 0 0 12.068 26.976v70.989A35.494 35.494 0 0 0 787.265 1024h189.54a36.204 36.204 0 0 0 35.494-35.494v-195.22a35.494 35.494 0 0 0-29.815-35.494zm-35.495 189.54H828.44V828.78h118.55zm-686.46-85.897v-70.989a35.494 35.494 0 0 0-35.495-35.494h-70.989a36.914 36.914 0 0 0-26.265-12.068 38.334 38.334 0 0 0-26.976 12.068h-65.31A35.494 35.494 0 0 0 0 790.447v189.54a36.204 36.204 0 0 0 35.494 35.494h189.54a35.494 35.494 0 0 0 35.495-35.494v-70.989a38.334 38.334 0 0 0 12.068-26.975 35.494 35.494 0 0 0-12.068-20.587zm-70.99 26.266v58.92H70.99v-117.84h118.55zM982.485.342h-189.54a35.494 35.494 0 0 0-35.495 35.495v70.989a38.334 38.334 0 0 0-12.068 26.976 35.494 35.494 0 0 0 12.068 26.265v70.99a35.494 35.494 0 0 0 35.495 35.494h70.989a36.914 36.914 0 0 0 26.265 12.068 38.334 38.334 0 0 0 26.976-12.068h70.989a35.494 35.494 0 0 0 35.494-35.495V35.837A36.204 36.204 0 0 0 982.484.343zm-35.495 189.54H828.44V71.333h118.55zm-816.37 129.91a35.494 35.494 0 0 0-35.494 35.494v24.137a35.494 35.494 0 0 0 35.494 35.494 36.204 36.204 0 0 0 35.495-35.494v-24.137a36.204 36.204 0 0 0-35.495-35.494zm0 141.977a35.494 35.494 0 0 0-35.494 35.495V521.4a35.494 35.494 0 0 0 35.494 35.494 36.204 36.204 0 0 0 35.495-35.494v-24.136a36.204 36.204 0 0 0-35.495-35.495zm0 141.978a35.494 35.494 0 0 0-35.494 35.494v24.136a35.494 35.494 0 0 0 35.494 35.495 36.204 36.204 0 0 0 35.495-35.495v-24.136a36.204 36.204 0 0 0-35.495-35.494zm756.74-283.955a36.204 36.204 0 0 0-35.495 35.494v24.137a36.204 36.204 0 0 0 35.495 35.494 35.494 35.494 0 0 0 35.494-35.494v-24.137a35.494 35.494 0 0 0-35.494-35.494zm0 141.977a36.204 36.204 0 0 0-35.495 35.495V521.4a36.204 36.204 0 0 0 35.495 35.494 35.494 35.494 0 0 0 35.494-35.494v-24.136a35.494 35.494 0 0 0-35.494-35.495zm0 141.978a36.204 36.204 0 0 0-35.495 35.494v24.136a36.204 36.204 0 0 0 35.495 35.495 35.494 35.494 0 0 0 35.494-35.495v-24.136a35.494 35.494 0 0 0-35.494-35.494zM379.08 95.467h-24.135a35.494 35.494 0 0 0-35.495 35.495 36.204 36.204 0 0 0 35.495 35.494h24.136a36.204 36.204 0 0 0 35.494-35.494 35.494 35.494 0 0 0-35.494-35.494zm141.978 0h-24.136a35.494 35.494 0 0 0-35.494 35.495 36.204 36.204 0 0 0 35.494 35.494h24.136a36.204 36.204 0 0 0 35.494-35.494 35.494 35.494 0 0 0-35.494-35.494zm141.978 0h-24.137a35.494 35.494 0 0 0-35.494 35.495 36.204 36.204 0 0 0 35.494 35.494h24.137a36.204 36.204 0 0 0 35.494-35.494 35.494 35.494 0 0 0-35.494-35.494zM379.08 852.208h-24.136a36.204 36.204 0 0 0-35.495 35.495 35.494 35.494 0 0 0 35.495 35.494h24.136a35.494 35.494 0 0 0 35.494-35.494 36.204 36.204 0 0 0-35.494-35.495zm141.977 0h-24.136a36.204 36.204 0 0 0-35.494 35.495 35.494 35.494 0 0 0 35.494 35.494h24.136a35.494 35.494 0 0 0 35.494-35.494 36.204 36.204 0 0 0-35.494-35.495zm141.978 0h-24.137a36.204 36.204 0 0 0-35.494 35.495 35.494 35.494 0 0 0 35.494 35.494h24.137a35.494 35.494 0 0 0 35.494-35.494 36.204 36.204 0 0 0-35.494-35.495z",
|
|
938
|
+
fill: "currentColor"
|
|
939
|
+
}, null, -1), _hoisted_323 = [
|
|
934
940
|
_hoisted_223
|
|
935
941
|
];
|
|
936
942
|
function _sfc_render23(_ctx, _cache, $props, $setup, $data, $options) {
|
|
937
943
|
return (0, import_vue23.openBlock)(), (0, import_vue23.createElementBlock)("svg", _hoisted_123, _hoisted_323);
|
|
938
944
|
}
|
|
939
|
-
var
|
|
945
|
+
var icon_element_range_editing_default = /* @__PURE__ */ export_helper_default(_sfc_main23, [["render", _sfc_render23], ["__file", "icon-element-range-editing.vue"]]);
|
|
940
946
|
|
|
941
|
-
// src/components/icon-
|
|
947
|
+
// src/components/icon-double-reduce.vue
|
|
942
948
|
var import_vue24 = __toESM(require_vue(), 1);
|
|
943
949
|
var _sfc_main24 = {
|
|
944
|
-
name: "
|
|
945
|
-
title: "\
|
|
950
|
+
name: "IconDoubleReduce",
|
|
951
|
+
title: "\u51CF\u51CF"
|
|
946
952
|
}, _hoisted_124 = {
|
|
947
953
|
class: "icon",
|
|
948
954
|
viewBox: "0 0 1024 1024",
|
|
949
955
|
xmlns: "http://www.w3.org/2000/svg",
|
|
950
956
|
width: "200",
|
|
951
957
|
height: "200"
|
|
952
|
-
}, _hoisted_224 = /* @__PURE__ */ (0, import_vue24.createElementVNode)("path", { d: "
|
|
958
|
+
}, _hoisted_224 = /* @__PURE__ */ (0, import_vue24.createElementVNode)("path", { d: "M64 480a32 32 0 0 0 0 64h384a32 32 0 0 0 0-64H64zm512 0a32 32 0 0 0 0 64h384a32 32 0 0 0 0-64H576z" }, null, -1), _hoisted_324 = [
|
|
953
959
|
_hoisted_224
|
|
954
960
|
];
|
|
955
961
|
function _sfc_render24(_ctx, _cache, $props, $setup, $data, $options) {
|
|
956
962
|
return (0, import_vue24.openBlock)(), (0, import_vue24.createElementBlock)("svg", _hoisted_124, _hoisted_324);
|
|
957
963
|
}
|
|
958
|
-
var
|
|
964
|
+
var icon_double_reduce_default = /* @__PURE__ */ export_helper_default(_sfc_main24, [["render", _sfc_render24], ["__file", "icon-double-reduce.vue"]]);
|
|
959
965
|
|
|
960
|
-
// src/components/icon-
|
|
966
|
+
// src/components/icon-geometric-property.vue
|
|
961
967
|
var import_vue25 = __toESM(require_vue(), 1);
|
|
962
968
|
var _sfc_main25 = {
|
|
963
|
-
name: "
|
|
964
|
-
title: "\
|
|
969
|
+
name: "IconGeometricProperty",
|
|
970
|
+
title: "\u51E0\u4F55\u5C5E\u6027"
|
|
965
971
|
}, _hoisted_125 = {
|
|
966
972
|
class: "icon",
|
|
967
973
|
viewBox: "0 0 1024 1024",
|
|
968
974
|
xmlns: "http://www.w3.org/2000/svg",
|
|
969
975
|
width: "200",
|
|
970
976
|
height: "200"
|
|
971
|
-
}, _hoisted_225 = /* @__PURE__ */ (0, import_vue25.createElementVNode)("path", { d: "
|
|
977
|
+
}, _hoisted_225 = /* @__PURE__ */ (0, import_vue25.createElementVNode)("path", { d: "M1006.596 6.007a35.694 35.694 0 0 0-34.98 0L511.877 234.448 52.138 4.578a35.694 35.694 0 0 0-34.98 0A34.98 34.98 0 0 0 .025 35.99v952.316a34.98 34.98 0 0 0 17.133 29.983 35.694 35.694 0 0 0 34.98 0l459.74-229.87 459.738 229.87a35.694 35.694 0 0 0 34.98 0 34.98 34.98 0 0 0 17.133-29.983V35.99a34.98 34.98 0 0 0-17.133-29.983zM71.413 93.814l360.51 180.612-360.51 179.897zm0 835.24v-356.94l360.51 179.898zm44.26-418.334 396.204-196.317 396.204 197.745-396.204 197.745zm836.668 418.334L591.831 749.87l360.51-177.756zm0-476.158-360.51-178.47 360.51-180.612z" }, null, -1), _hoisted_325 = [
|
|
972
978
|
_hoisted_225
|
|
973
979
|
];
|
|
974
980
|
function _sfc_render25(_ctx, _cache, $props, $setup, $data, $options) {
|
|
975
981
|
return (0, import_vue25.openBlock)(), (0, import_vue25.createElementBlock)("svg", _hoisted_125, _hoisted_325);
|
|
976
982
|
}
|
|
977
|
-
var
|
|
983
|
+
var icon_geometric_property_default = /* @__PURE__ */ export_helper_default(_sfc_main25, [["render", _sfc_render25], ["__file", "icon-geometric-property.vue"]]);
|
|
978
984
|
|
|
979
|
-
// src/components/icon-
|
|
985
|
+
// src/components/icon-share.vue
|
|
980
986
|
var import_vue26 = __toESM(require_vue(), 1);
|
|
981
987
|
var _sfc_main26 = {
|
|
982
|
-
name: "
|
|
983
|
-
title: "\
|
|
988
|
+
name: "IconShare",
|
|
989
|
+
title: "\u5206\u4EAB"
|
|
984
990
|
}, _hoisted_126 = {
|
|
985
991
|
class: "icon",
|
|
986
992
|
viewBox: "0 0 1024 1024",
|
|
987
993
|
xmlns: "http://www.w3.org/2000/svg",
|
|
988
994
|
width: "200",
|
|
989
995
|
height: "200"
|
|
990
|
-
}, _hoisted_226 = /* @__PURE__ */ (0, import_vue26.createElementVNode)("path", { d: "
|
|
991
|
-
_hoisted_226
|
|
992
|
-
_hoisted_326
|
|
996
|
+
}, _hoisted_226 = /* @__PURE__ */ (0, import_vue26.createElementVNode)("path", { d: "M816.208.008a153.178 153.178 0 0 0-153.177 153.177 114.883 114.883 0 0 0 0 28.338L301.53 394.44a153.178 153.178 0 0 0-98.033-36.763 153.178 153.178 0 0 0 0 306.356 153.178 153.178 0 0 0 98.034-36.763L663.03 842.485a118.713 118.713 0 0 0 0 28.337 153.178 153.178 0 1 0 153.177-153.177 153.178 153.178 0 0 0-98.033 37.528l-361.5-219.044a118.713 118.713 0 0 0 0-28.338 125.606 125.606 0 0 0 0-29.103l361.5-209.088A153.178 153.178 0 1 0 816.208.008zm0 101.863a50.549 50.549 0 0 1 51.315 51.314 51.315 51.315 0 0 1-102.629 0 50.549 50.549 0 0 1 51.314-51.314zm-612.71 357.67a51.315 51.315 0 1 1 0 101.863 51.315 51.315 0 1 1 0-101.864zm612.71 357.67a51.315 51.315 0 1 1-51.314 50.548 50.549 50.549 0 0 1 51.314-50.549z" }, null, -1), _hoisted_326 = [
|
|
997
|
+
_hoisted_226
|
|
993
998
|
];
|
|
994
999
|
function _sfc_render26(_ctx, _cache, $props, $setup, $data, $options) {
|
|
995
|
-
return (0, import_vue26.openBlock)(), (0, import_vue26.createElementBlock)("svg", _hoisted_126,
|
|
1000
|
+
return (0, import_vue26.openBlock)(), (0, import_vue26.createElementBlock)("svg", _hoisted_126, _hoisted_326);
|
|
996
1001
|
}
|
|
997
|
-
var
|
|
1002
|
+
var icon_share_default = /* @__PURE__ */ export_helper_default(_sfc_main26, [["render", _sfc_render26], ["__file", "icon-share.vue"]]);
|
|
998
1003
|
|
|
999
|
-
// src/components/icon-
|
|
1004
|
+
// src/components/icon-analyze-data.vue
|
|
1000
1005
|
var import_vue27 = __toESM(require_vue(), 1);
|
|
1001
1006
|
var _sfc_main27 = {
|
|
1007
|
+
name: "IconAnalyzeData",
|
|
1008
|
+
title: "\u5206\u6790\u6570\u636E"
|
|
1009
|
+
}, _hoisted_127 = {
|
|
1010
|
+
class: "icon",
|
|
1011
|
+
viewBox: "0 0 1024 1024",
|
|
1012
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1013
|
+
width: "200",
|
|
1014
|
+
height: "200"
|
|
1015
|
+
}, _hoisted_227 = /* @__PURE__ */ (0, import_vue27.createElementVNode)("path", { d: "M916.28 197.796a35.703 35.703 0 0 0-49.985-6.427 36.417 36.417 0 0 0-6.427 50.699A440.578 440.578 0 1 1 476.415 71.406V214.22a297.765 297.765 0 1 0 270.63 112.823 35.703 35.703 0 0 0-56.41 44.272 222.788 222.788 0 0 1 47.842 138.528 226.358 226.358 0 1 1-262.062-224.216V411.3a107.11 107.11 0 1 0 71.407 0V35.703A35.703 35.703 0 0 0 512.119 0a511.984 511.984 0 1 0 404.16 197.796zM512.118 476.28a35.703 35.703 0 1 1-35.704 35.703 35.703 35.703 0 0 1 35.704-35.703z" }, null, -1), _hoisted_327 = [
|
|
1016
|
+
_hoisted_227
|
|
1017
|
+
];
|
|
1018
|
+
function _sfc_render27(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1019
|
+
return (0, import_vue27.openBlock)(), (0, import_vue27.createElementBlock)("svg", _hoisted_127, _hoisted_327);
|
|
1020
|
+
}
|
|
1021
|
+
var icon_analyze_data_default = /* @__PURE__ */ export_helper_default(_sfc_main27, [["render", _sfc_render27], ["__file", "icon-analyze-data.vue"]]);
|
|
1022
|
+
|
|
1023
|
+
// src/components/icon-thematic-map.vue
|
|
1024
|
+
var import_vue28 = __toESM(require_vue(), 1);
|
|
1025
|
+
var _sfc_main28 = {
|
|
1026
|
+
name: "IconThematicMap",
|
|
1027
|
+
title: "\u5236\u4F5C\u4E13\u9898\u56FE"
|
|
1028
|
+
}, _hoisted_128 = {
|
|
1029
|
+
class: "icon",
|
|
1030
|
+
viewBox: "0 0 1024 1024",
|
|
1031
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1032
|
+
width: "200",
|
|
1033
|
+
height: "200"
|
|
1034
|
+
}, _hoisted_228 = /* @__PURE__ */ (0, import_vue28.createElementVNode)("path", { d: "m833.339 192.803-484.15 172.81-63.554-175.666a34.99 34.99 0 0 0-45.702-20.709 35.704 35.704 0 0 0-25.707 44.988l71.409 175.665-119.253 38.56a35.704 35.704 0 0 0-21.422 45.702 35.704 35.704 0 0 0 45.701 21.423l666.243-235.649a35.704 35.704 0 1 0-23.565-67.124zm0 164.24-42.131 14.996a35.704 35.704 0 1 0 24.279 67.124l41.417-10.711a35.704 35.704 0 1 0-23.565-71.409zm-351.33 203.515 83.547-29.992a35.704 35.704 0 1 0-24.278-67.124l-82.834 29.992a35.704 35.704 0 0 0 23.564 67.124zM190.66 664.815l41.417-14.996a36.418 36.418 0 0 0 22.137-45.702 35.704 35.704 0 0 0-45.702-21.422l-42.13 14.995a34.99 34.99 0 0 0-23.566 44.988 36.418 36.418 0 0 0 47.844 22.137zm642.68-138.533-666.957 237.79a35.704 35.704 0 0 0 24.28 67.125l533.422-188.52 61.411 167.811a37.132 37.132 0 0 0 46.416 20.709 35.704 35.704 0 0 0 24.993-45.702l-62.84-168.524 62.84-23.565a36.418 36.418 0 0 0 22.136-45.702 35.704 35.704 0 0 0-45.701-21.422z" }, null, -1), _hoisted_328 = /* @__PURE__ */ (0, import_vue28.createElementVNode)("path", { d: "M940.452 0H83.548A84.262 84.262 0 0 0 0 83.548v856.904A84.262 84.262 0 0 0 83.548 1024h856.904A84.262 84.262 0 0 0 1024 940.452V83.548A84.262 84.262 0 0 0 940.452 0zm12.14 940.452a12.854 12.854 0 0 1-12.14 12.14H83.548a12.854 12.854 0 0 1-12.14-12.14V83.548a12.854 12.854 0 0 1 12.14-12.14h856.904a12.854 12.854 0 0 1 12.14 12.14z" }, null, -1), _hoisted_411 = [
|
|
1035
|
+
_hoisted_228,
|
|
1036
|
+
_hoisted_328
|
|
1037
|
+
];
|
|
1038
|
+
function _sfc_render28(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1039
|
+
return (0, import_vue28.openBlock)(), (0, import_vue28.createElementBlock)("svg", _hoisted_128, _hoisted_411);
|
|
1040
|
+
}
|
|
1041
|
+
var icon_thematic_map_default = /* @__PURE__ */ export_helper_default(_sfc_main28, [["render", _sfc_render28], ["__file", "icon-thematic-map.vue"]]);
|
|
1042
|
+
|
|
1043
|
+
// src/components/icon-profile-analysis.vue
|
|
1044
|
+
var import_vue29 = __toESM(require_vue(), 1);
|
|
1045
|
+
var _sfc_main29 = {
|
|
1002
1046
|
name: "IconProfileAnalysis",
|
|
1003
1047
|
title: "\u5256\u9762\u5206\u6790"
|
|
1004
|
-
},
|
|
1048
|
+
}, _hoisted_129 = {
|
|
1005
1049
|
width: "16",
|
|
1006
1050
|
height: "16",
|
|
1007
1051
|
viewBox: "0 0 16 16",
|
|
1008
1052
|
fill: "none",
|
|
1009
1053
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1010
|
-
},
|
|
1054
|
+
}, _hoisted_229 = /* @__PURE__ */ (0, import_vue29.createElementVNode)("path", {
|
|
1011
1055
|
d: "M9.845 2.291 7.891 4.276 4.85 2 1 5.498V15h13V2.144l-4.155.147Zm-7.732 11.59v-2.566l1.982-2.132-1.141 4.699h-.84Zm9.02-5.804-1.407 5.805H7.413l1.288-4.17 1.635-1.635h.797Zm-9.02 1.6V5.994L4.92 3.445l3.082 2.307 2.324-2.36 2.563-.09v3.657H9.875L8.098 8.737l-3.513-1.72-2.472 2.66Zm5.425.029-1.29 4.176h-2.15L5.37 8.644l2.168 1.062Zm5.35-1.629v5.805H10.87l1.408-5.805h.61Z",
|
|
1012
1056
|
fill: "currentColor"
|
|
1013
|
-
}, null, -1),
|
|
1014
|
-
|
|
1057
|
+
}, null, -1), _hoisted_329 = [
|
|
1058
|
+
_hoisted_229
|
|
1015
1059
|
];
|
|
1016
|
-
function
|
|
1017
|
-
return (0,
|
|
1060
|
+
function _sfc_render29(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1061
|
+
return (0, import_vue29.openBlock)(), (0, import_vue29.createElementBlock)("svg", _hoisted_129, _hoisted_329);
|
|
1018
1062
|
}
|
|
1019
|
-
var icon_profile_analysis_default = /* @__PURE__ */ export_helper_default(
|
|
1063
|
+
var icon_profile_analysis_default = /* @__PURE__ */ export_helper_default(_sfc_main29, [["render", _sfc_render29], ["__file", "icon-profile-analysis.vue"]]);
|
|
1020
1064
|
|
|
1021
1065
|
// src/components/icon-double-add.vue
|
|
1022
|
-
var
|
|
1023
|
-
var
|
|
1066
|
+
var import_vue30 = __toESM(require_vue(), 1);
|
|
1067
|
+
var _sfc_main30 = {
|
|
1024
1068
|
name: "IconDoubleAdd",
|
|
1025
1069
|
title: "\u52A0\u52A0"
|
|
1026
|
-
},
|
|
1070
|
+
}, _hoisted_130 = {
|
|
1027
1071
|
class: "icon",
|
|
1028
1072
|
viewBox: "0 0 1024 1024",
|
|
1029
1073
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1030
1074
|
width: "200",
|
|
1031
1075
|
height: "200"
|
|
1032
|
-
},
|
|
1033
|
-
|
|
1076
|
+
}, _hoisted_230 = /* @__PURE__ */ (0, import_vue30.createElementVNode)("path", { d: "M768 288a32 32 0 0 1 32 32v160h160a32 32 0 0 1 0 64H800v160a32 32 0 0 1-64 0V544H576a32 32 0 0 1 0-64h160V320a32 32 0 0 1 32-32zM64 480a32 32 0 0 0 0 64h160v160a32 32 0 0 0 64 0V544h160a32 32 0 0 0 0-64H288V320a32 32 0 0 0-64 0v160H64z" }, null, -1), _hoisted_330 = [
|
|
1077
|
+
_hoisted_230
|
|
1034
1078
|
];
|
|
1035
|
-
function
|
|
1036
|
-
return (0,
|
|
1079
|
+
function _sfc_render30(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1080
|
+
return (0, import_vue30.openBlock)(), (0, import_vue30.createElementBlock)("svg", _hoisted_130, _hoisted_330);
|
|
1037
1081
|
}
|
|
1038
|
-
var icon_double_add_default = /* @__PURE__ */ export_helper_default(
|
|
1082
|
+
var icon_double_add_default = /* @__PURE__ */ export_helper_default(_sfc_main30, [["render", _sfc_render30], ["__file", "icon-double-add.vue"]]);
|
|
1039
1083
|
|
|
1040
1084
|
// src/components/icon-sort-up.vue
|
|
1041
|
-
var
|
|
1042
|
-
var
|
|
1085
|
+
var import_vue31 = __toESM(require_vue(), 1);
|
|
1086
|
+
var _sfc_main31 = {
|
|
1043
1087
|
name: "IconSortUp",
|
|
1044
1088
|
title: "\u5347\u5E8F"
|
|
1045
|
-
},
|
|
1089
|
+
}, _hoisted_131 = {
|
|
1046
1090
|
class: "icon",
|
|
1047
1091
|
viewBox: "0 0 1400 1024",
|
|
1048
1092
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1049
1093
|
width: "273.438",
|
|
1050
1094
|
height: "200"
|
|
1051
|
-
},
|
|
1095
|
+
}, _hoisted_231 = /* @__PURE__ */ (0, import_vue31.createElementVNode)("path", {
|
|
1052
1096
|
d: "M548.457 152.068a60.824 60.824 0 0 1 60.825-60.824h729.89a60.824 60.824 0 0 1 43.186 17.639 60.824 60.824 0 0 1 0 86.37 60.824 60.824 0 0 1-43.185 17.64H609.282a60.824 60.824 0 0 1-60.825-60.825zm0 364.945a60.824 60.824 0 0 1 60.825-60.824h729.89a60.824 60.824 0 0 1 43.186 17.64 60.824 60.824 0 0 1 0 86.37 60.824 60.824 0 0 1-43.185 17.639H609.282a60.824 60.824 0 0 1-60.825-60.825zm0 364.946a60.824 60.824 0 0 1 60.825-60.824h729.89a60.824 60.824 0 0 1 43.186 17.639 60.824 60.824 0 0 1 0 86.37 60.824 60.824 0 0 1-43.185 17.64H609.282a60.824 60.824 0 0 1-60.825-60.825z",
|
|
1053
1097
|
fill: "#606266"
|
|
1054
|
-
}, null, -1),
|
|
1098
|
+
}, null, -1), _hoisted_331 = /* @__PURE__ */ (0, import_vue31.createElementVNode)("path", {
|
|
1055
1099
|
d: "M449.922 747.537a63.865 63.865 0 0 0-43.185-17.639 60.824 60.824 0 0 0-43.185 17.64l-60.825 60.824V60.832a60.824 60.824 0 0 0-14.597-43.186A60.824 60.824 0 0 0 244.336.007a60.824 60.824 0 0 0-60.824 60.825v765.777l-78.463-79.072a60.824 60.824 0 0 0-20.072-13.381 60.824 60.824 0 0 0-23.114-4.258 60.824 60.824 0 0 0-23.721 4.258 72.38 72.38 0 0 0-20.072 13.381A64.474 64.474 0 0 0 4.689 767.61a60.824 60.824 0 0 0 0 46.835 60.824 60.824 0 0 0 13.99 20.072l171.524 171.524a60.824 60.824 0 0 0 66.298 13.382 50.484 50.484 0 0 0 20.072-13.382l172.133-171.524a63.865 63.865 0 0 0 18.855-43.793 60.824 60.824 0 0 0-17.639-43.186z",
|
|
1056
1100
|
fill: "currentColor"
|
|
1057
1101
|
}, null, -1), _hoisted_412 = [
|
|
1058
|
-
|
|
1059
|
-
|
|
1102
|
+
_hoisted_231,
|
|
1103
|
+
_hoisted_331
|
|
1060
1104
|
];
|
|
1061
|
-
function
|
|
1062
|
-
return (0,
|
|
1105
|
+
function _sfc_render31(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1106
|
+
return (0, import_vue31.openBlock)(), (0, import_vue31.createElementBlock)("svg", _hoisted_131, _hoisted_412);
|
|
1063
1107
|
}
|
|
1064
|
-
var icon_sort_up_default = /* @__PURE__ */ export_helper_default(
|
|
1108
|
+
var icon_sort_up_default = /* @__PURE__ */ export_helper_default(_sfc_main31, [["render", _sfc_render31], ["__file", "icon-sort-up.vue"]]);
|
|
1065
1109
|
|
|
1066
1110
|
// src/components/icon-roller.vue
|
|
1067
|
-
var
|
|
1068
|
-
var
|
|
1111
|
+
var import_vue32 = __toESM(require_vue(), 1);
|
|
1112
|
+
var _sfc_main32 = {
|
|
1069
1113
|
name: "IconRoller",
|
|
1070
1114
|
title: "\u5377\u5E18"
|
|
1071
|
-
},
|
|
1115
|
+
}, _hoisted_132 = {
|
|
1072
1116
|
width: "16",
|
|
1073
1117
|
height: "16",
|
|
1074
1118
|
viewBox: "0 0 16 16",
|
|
1075
1119
|
fill: "none",
|
|
1076
1120
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1077
|
-
},
|
|
1078
|
-
/* @__PURE__ */ (0,
|
|
1121
|
+
}, _hoisted_232 = /* @__PURE__ */ (0, import_vue32.createElementVNode)("g", { "clip-path": "url(#a)" }, [
|
|
1122
|
+
/* @__PURE__ */ (0, import_vue32.createElementVNode)("path", {
|
|
1079
1123
|
d: "M6.667 14v.666H2.669A.67.67 0 0 1 2 14.005V1.994a.66.66 0 0 1 .669-.661h3.998v.666h6.667a.664.664 0 0 1 .666.662v10.676a.665.665 0 0 1-.666.662H6.667Zm0-10.667v9.333h6V3.333h-6Zm-3.334 10h2V2.666h-2v10.667ZM8 9.999V6h1.333v4H8Z",
|
|
1080
1124
|
fill: "currentColor"
|
|
1081
1125
|
})
|
|
1082
|
-
], -1),
|
|
1083
|
-
/* @__PURE__ */ (0,
|
|
1084
|
-
/* @__PURE__ */ (0,
|
|
1126
|
+
], -1), _hoisted_332 = /* @__PURE__ */ (0, import_vue32.createElementVNode)("defs", null, [
|
|
1127
|
+
/* @__PURE__ */ (0, import_vue32.createElementVNode)("clipPath", { id: "a" }, [
|
|
1128
|
+
/* @__PURE__ */ (0, import_vue32.createElementVNode)("path", {
|
|
1085
1129
|
fill: "#fff",
|
|
1086
1130
|
d: "M0 0h16v16H0z"
|
|
1087
1131
|
})
|
|
1088
1132
|
])
|
|
1089
1133
|
], -1), _hoisted_413 = [
|
|
1090
|
-
|
|
1091
|
-
|
|
1134
|
+
_hoisted_232,
|
|
1135
|
+
_hoisted_332
|
|
1092
1136
|
];
|
|
1093
|
-
function
|
|
1094
|
-
return (0,
|
|
1137
|
+
function _sfc_render32(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1138
|
+
return (0, import_vue32.openBlock)(), (0, import_vue32.createElementBlock)("svg", _hoisted_132, _hoisted_413);
|
|
1095
1139
|
}
|
|
1096
|
-
var icon_roller_default = /* @__PURE__ */ export_helper_default(
|
|
1140
|
+
var icon_roller_default = /* @__PURE__ */ export_helper_default(_sfc_main32, [["render", _sfc_render32], ["__file", "icon-roller.vue"]]);
|
|
1097
1141
|
|
|
1098
1142
|
// src/components/icon-send.vue
|
|
1099
|
-
var
|
|
1100
|
-
var
|
|
1143
|
+
var import_vue33 = __toESM(require_vue(), 1);
|
|
1144
|
+
var _sfc_main33 = {
|
|
1101
1145
|
name: "IconSend",
|
|
1102
1146
|
title: "\u53D1\u9001"
|
|
1103
|
-
},
|
|
1147
|
+
}, _hoisted_133 = {
|
|
1104
1148
|
width: "16",
|
|
1105
1149
|
height: "16",
|
|
1106
1150
|
viewBox: "0 0 16 16",
|
|
1107
1151
|
fill: "none",
|
|
1108
1152
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1109
|
-
},
|
|
1153
|
+
}, _hoisted_233 = /* @__PURE__ */ (0, import_vue33.createElementVNode)("path", {
|
|
1110
1154
|
"fill-rule": "evenodd",
|
|
1111
1155
|
"clip-rule": "evenodd",
|
|
1112
1156
|
d: "M14.902 1.098c.13.13.13.34 0 .471L7.57 8.902a.333.333 0 0 1-.471-.471l7.333-7.333c.13-.13.341-.13.471 0Z",
|
|
1113
1157
|
fill: "currentColor"
|
|
1114
|
-
}, null, -1),
|
|
1158
|
+
}, null, -1), _hoisted_333 = /* @__PURE__ */ (0, import_vue33.createElementVNode)("path", {
|
|
1115
1159
|
"fill-rule": "evenodd",
|
|
1116
1160
|
"clip-rule": "evenodd",
|
|
1117
1161
|
d: "M14.902 1.098c.09.09.122.225.08.345l-4.667 13.334a.333.333 0 0 1-.62.025L7.081 8.92 1.198 6.305a.333.333 0 0 1 .025-.62L14.557 1.02a.333.333 0 0 1 .345.079ZM2.237 6.037l5.232 2.325a.333.333 0 0 1 .169.17l2.325 5.231 4.16-11.886-11.886 4.16Z",
|
|
1118
1162
|
fill: "currentColor"
|
|
1119
1163
|
}, null, -1), _hoisted_414 = [
|
|
1120
|
-
|
|
1121
|
-
|
|
1164
|
+
_hoisted_233,
|
|
1165
|
+
_hoisted_333
|
|
1122
1166
|
];
|
|
1123
|
-
function
|
|
1124
|
-
return (0,
|
|
1167
|
+
function _sfc_render33(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1168
|
+
return (0, import_vue33.openBlock)(), (0, import_vue33.createElementBlock)("svg", _hoisted_133, _hoisted_414);
|
|
1125
1169
|
}
|
|
1126
|
-
var icon_send_default = /* @__PURE__ */ export_helper_default(
|
|
1170
|
+
var icon_send_default = /* @__PURE__ */ export_helper_default(_sfc_main33, [["render", _sfc_render33], ["__file", "icon-send.vue"]]);
|
|
1127
1171
|
|
|
1128
1172
|
// src/components/icon-cancel-select.vue
|
|
1129
|
-
var
|
|
1130
|
-
var
|
|
1173
|
+
var import_vue34 = __toESM(require_vue(), 1);
|
|
1174
|
+
var _sfc_main34 = {
|
|
1131
1175
|
name: "IconCancelSelect",
|
|
1132
1176
|
title: "\u53D6\u6D88\u9009\u62E9"
|
|
1133
|
-
},
|
|
1177
|
+
}, _hoisted_134 = {
|
|
1134
1178
|
width: "24",
|
|
1135
1179
|
height: "24",
|
|
1136
1180
|
viewBox: "0 0 24 24",
|
|
1137
1181
|
fill: "none",
|
|
1138
1182
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1139
|
-
},
|
|
1183
|
+
}, _hoisted_234 = /* @__PURE__ */ (0, import_vue34.createElementVNode)("path", {
|
|
1140
1184
|
"fill-rule": "evenodd",
|
|
1141
1185
|
"clip-rule": "evenodd",
|
|
1142
1186
|
d: "M4.265 3.367c-1.173-.391-2.288.724-1.897 1.897l5.614 16.843c.431 1.294 2.224 1.388 2.789.147l.536-1.18a6.967 6.967 0 0 1-1.106-2.4l-.724 1.593L4.58 5.58l13.515 4.505a6.97 6.97 0 0 1 3.4 1.55c.98-.674.815-2.253-.388-2.654L4.265 3.367Z",
|
|
1143
1187
|
fill: "currentColor"
|
|
1144
|
-
}, null, -1),
|
|
1188
|
+
}, null, -1), _hoisted_334 = /* @__PURE__ */ (0, import_vue34.createElementVNode)("circle", {
|
|
1145
1189
|
cx: "17",
|
|
1146
1190
|
cy: "17",
|
|
1147
1191
|
r: "5",
|
|
1148
1192
|
stroke: "currentColor",
|
|
1149
1193
|
"stroke-width": "2"
|
|
1150
|
-
}, null, -1), _hoisted_415 = /* @__PURE__ */ (0,
|
|
1194
|
+
}, null, -1), _hoisted_415 = /* @__PURE__ */ (0, import_vue34.createElementVNode)("path", {
|
|
1151
1195
|
d: "m14 13 6 7.5",
|
|
1152
1196
|
stroke: "currentColor",
|
|
1153
1197
|
"stroke-width": "2"
|
|
1154
1198
|
}, null, -1), _hoisted_5 = [
|
|
1155
|
-
|
|
1156
|
-
|
|
1199
|
+
_hoisted_234,
|
|
1200
|
+
_hoisted_334,
|
|
1157
1201
|
_hoisted_415
|
|
1158
1202
|
];
|
|
1159
|
-
function
|
|
1160
|
-
return (0,
|
|
1203
|
+
function _sfc_render34(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1204
|
+
return (0, import_vue34.openBlock)(), (0, import_vue34.createElementBlock)("svg", _hoisted_134, _hoisted_5);
|
|
1161
1205
|
}
|
|
1162
|
-
var icon_cancel_select_default = /* @__PURE__ */ export_helper_default(
|
|
1206
|
+
var icon_cancel_select_default = /* @__PURE__ */ export_helper_default(_sfc_main34, [["render", _sfc_render34], ["__file", "icon-cancel-select.vue"]]);
|
|
1163
1207
|
|
|
1164
1208
|
// src/components/icon-overlay-analysis.vue
|
|
1165
|
-
var
|
|
1166
|
-
var
|
|
1209
|
+
var import_vue35 = __toESM(require_vue(), 1);
|
|
1210
|
+
var _sfc_main35 = {
|
|
1167
1211
|
name: "IconOverlayAnalysis",
|
|
1168
1212
|
title: "\u53E0\u7F6E\u5206\u6790"
|
|
1169
|
-
},
|
|
1213
|
+
}, _hoisted_135 = {
|
|
1170
1214
|
width: "16",
|
|
1171
1215
|
height: "16",
|
|
1172
1216
|
viewBox: "0 0 16 16",
|
|
1173
1217
|
fill: "none",
|
|
1174
1218
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1175
|
-
},
|
|
1219
|
+
}, _hoisted_235 = /* @__PURE__ */ (0, import_vue35.createElementVNode)("path", {
|
|
1176
1220
|
"fill-rule": "evenodd",
|
|
1177
1221
|
"clip-rule": "evenodd",
|
|
1178
1222
|
d: "M13.308 5H5.692A.692.692 0 0 0 5 5.692v7.616c0 .382.31.692.692.692h7.616c.382 0 .692-.31.692-.692V5.692A.692.692 0 0 0 13.308 5ZM5.692 4h7.616C14.242 4 15 4.758 15 5.692v7.616c0 .934-.758 1.692-1.692 1.692H5.692A1.692 1.692 0 0 1 4 13.308V5.692C4 4.758 4.758 4 5.692 4Z",
|
|
1179
1223
|
fill: "currentColor"
|
|
1180
|
-
}, null, -1),
|
|
1224
|
+
}, null, -1), _hoisted_335 = /* @__PURE__ */ (0, import_vue35.createElementVNode)("path", {
|
|
1181
1225
|
"fill-rule": "evenodd",
|
|
1182
1226
|
"clip-rule": "evenodd",
|
|
1183
1227
|
d: "M11.293 4.707 12 4V2.692A1.692 1.692 0 0 0 10.308 1H2.692A1.692 1.692 0 0 0 1 2.692v7.616A1.692 1.692 0 0 0 2.692 12H4l.707-.707A.997.997 0 0 0 4 11H2.692A.692.692 0 0 1 2 10.308V2.692A.692.692 0 0 1 2.692 2h7.616a.692.692 0 0 1 .692.692V4c0 .276.112.526.293.707Z",
|
|
1184
1228
|
fill: "currentColor"
|
|
1185
1229
|
}, null, -1), _hoisted_416 = [
|
|
1186
|
-
|
|
1187
|
-
|
|
1230
|
+
_hoisted_235,
|
|
1231
|
+
_hoisted_335
|
|
1188
1232
|
];
|
|
1189
|
-
function
|
|
1190
|
-
return (0,
|
|
1233
|
+
function _sfc_render35(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1234
|
+
return (0, import_vue35.openBlock)(), (0, import_vue35.createElementBlock)("svg", _hoisted_135, _hoisted_416);
|
|
1191
1235
|
}
|
|
1192
|
-
var icon_overlay_analysis_default = /* @__PURE__ */ export_helper_default(
|
|
1236
|
+
var icon_overlay_analysis_default = /* @__PURE__ */ export_helper_default(_sfc_main35, [["render", _sfc_render35], ["__file", "icon-overlay-analysis.vue"]]);
|
|
1193
1237
|
|
|
1194
1238
|
// src/components/icon-viewshed-analysis.vue
|
|
1195
|
-
var
|
|
1196
|
-
var
|
|
1239
|
+
var import_vue36 = __toESM(require_vue(), 1);
|
|
1240
|
+
var _sfc_main36 = {
|
|
1197
1241
|
name: "IconViewshedAnalysis",
|
|
1198
1242
|
title: "\u53EF\u89C6\u57DF\u5206\u6790"
|
|
1199
|
-
},
|
|
1243
|
+
}, _hoisted_136 = {
|
|
1200
1244
|
width: "16",
|
|
1201
1245
|
height: "16",
|
|
1202
1246
|
viewBox: "0 0 16 16",
|
|
1203
1247
|
fill: "none",
|
|
1204
1248
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1205
|
-
},
|
|
1249
|
+
}, _hoisted_236 = /* @__PURE__ */ (0, import_vue36.createElementVNode)("path", {
|
|
1206
1250
|
"fill-rule": "evenodd",
|
|
1207
1251
|
"clip-rule": "evenodd",
|
|
1208
1252
|
d: "M6 1a11.97 11.97 0 0 1 9 4.063v6.306L2.875 15.1A1.5 1.5 0 1 1 1 13.085V2.088A11.956 11.956 0 0 1 6 1ZM2 2.75v1.082a9.928 9.928 0 0 1 2.5-.72v-1.01c-.87.118-1.707.338-2.5.648Zm3.5-.739v1.001a9.996 9.996 0 0 1 3.5.446V2.5h.289A10.996 10.996 0 0 0 5.5 2.011Zm4.5.739v1.082a10.023 10.023 0 0 1 3.257 2.288c.188-.117.354-.218.496-.301a7.074 7.074 0 0 1 .39-.215A11.02 11.02 0 0 0 10 2.75Zm2.395 3.918A9.026 9.026 0 0 0 10 4.936V6.07a8.03 8.03 0 0 1 1.539 1.157l.856-.56Zm-.171 1.305c.301-.198.583-.382.842-.548.355.45.669.934.934 1.448v1.758l-.326.1a7.98 7.98 0 0 0-1.45-2.758Zm-1.541-.176A6.974 6.974 0 0 0 6 6a6.968 6.968 0 0 0-4 1.255v5.83c.24.085.452.23.619.416 1.965-1.487 4.398-3.208 6.526-4.664.536-.366 1.052-.715 1.538-1.04ZM2 6.07a7.947 7.947 0 0 1 2.5-.93V4.124a8.936 8.936 0 0 0-2.5.812V6.07Zm3.5-2.056v1.001a7.978 7.978 0 0 1 3.5.566V4.513a8.985 8.985 0 0 0-3.5-.498Zm5.886 4.515A6.983 6.983 0 0 1 12.71 11h.09l-8.782 2.702a188.768 188.768 0 0 1 5.692-4.04c.587-.401 1.152-.782 1.676-1.133ZM14 6.999a11.38 11.38 0 0 0-.084-.11L14 6.836v.162Zm.628-.519a.117.117 0 0 1-.003.002l.003-.002Z",
|
|
1209
1253
|
fill: "currentColor"
|
|
1210
|
-
}, null, -1),
|
|
1211
|
-
|
|
1254
|
+
}, null, -1), _hoisted_336 = [
|
|
1255
|
+
_hoisted_236
|
|
1212
1256
|
];
|
|
1213
|
-
function
|
|
1214
|
-
return (0,
|
|
1257
|
+
function _sfc_render36(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1258
|
+
return (0, import_vue36.openBlock)(), (0, import_vue36.createElementBlock)("svg", _hoisted_136, _hoisted_336);
|
|
1215
1259
|
}
|
|
1216
|
-
var icon_viewshed_analysis_default = /* @__PURE__ */ export_helper_default(
|
|
1260
|
+
var icon_viewshed_analysis_default = /* @__PURE__ */ export_helper_default(_sfc_main36, [["render", _sfc_render36], ["__file", "icon-viewshed-analysis.vue"]]);
|
|
1217
1261
|
|
|
1218
1262
|
// src/components/icon-gird-right.vue
|
|
1219
|
-
var
|
|
1220
|
-
var
|
|
1263
|
+
var import_vue37 = __toESM(require_vue(), 1);
|
|
1264
|
+
var _sfc_main37 = {
|
|
1221
1265
|
name: "IconGirdRight",
|
|
1222
1266
|
title: "\u53F3"
|
|
1223
|
-
},
|
|
1267
|
+
}, _hoisted_137 = {
|
|
1224
1268
|
class: "icon",
|
|
1225
1269
|
viewBox: "0 0 1024 1024",
|
|
1226
1270
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1227
1271
|
width: "200",
|
|
1228
1272
|
height: "200"
|
|
1229
|
-
},
|
|
1273
|
+
}, _hoisted_237 = /* @__PURE__ */ (0, import_vue37.createElementVNode)("path", {
|
|
1230
1274
|
d: "M0 0h269.474v269.474H0zm0 377.263h269.474v269.474H0zm0 377.263h269.474V1024H0zM377.263 0h269.474v269.474H377.263zm0 377.263h269.474v269.474H377.263zm0 377.263h269.474V1024H377.263zM754.526 0H1024v269.474H754.526zm0 754.526H1024V1024H754.526z",
|
|
1231
1275
|
fill: "#CDD0D6"
|
|
1232
|
-
}, null, -1),
|
|
1276
|
+
}, null, -1), _hoisted_337 = /* @__PURE__ */ (0, import_vue37.createElementVNode)("path", {
|
|
1233
1277
|
d: "M754.526 377.263H1024v269.474H754.526z",
|
|
1234
1278
|
fill: "currentColor"
|
|
1235
1279
|
}, null, -1), _hoisted_417 = [
|
|
1236
|
-
|
|
1237
|
-
|
|
1280
|
+
_hoisted_237,
|
|
1281
|
+
_hoisted_337
|
|
1238
1282
|
];
|
|
1239
|
-
function
|
|
1240
|
-
return (0,
|
|
1283
|
+
function _sfc_render37(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1284
|
+
return (0, import_vue37.openBlock)(), (0, import_vue37.createElementBlock)("svg", _hoisted_137, _hoisted_417);
|
|
1241
1285
|
}
|
|
1242
|
-
var icon_gird_right_default = /* @__PURE__ */ export_helper_default(
|
|
1286
|
+
var icon_gird_right_default = /* @__PURE__ */ export_helper_default(_sfc_main37, [["render", _sfc_render37], ["__file", "icon-gird-right.vue"]]);
|
|
1243
1287
|
|
|
1244
1288
|
// src/components/icon-grid-right-up.vue
|
|
1245
|
-
var
|
|
1246
|
-
var
|
|
1289
|
+
var import_vue38 = __toESM(require_vue(), 1);
|
|
1290
|
+
var _sfc_main38 = {
|
|
1247
1291
|
name: "IconGridRightUp",
|
|
1248
1292
|
title: "\u53F3\u4E0A"
|
|
1249
|
-
},
|
|
1293
|
+
}, _hoisted_138 = {
|
|
1250
1294
|
class: "icon",
|
|
1251
1295
|
viewBox: "0 0 1024 1024",
|
|
1252
1296
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1253
1297
|
width: "200",
|
|
1254
1298
|
height: "200"
|
|
1255
|
-
},
|
|
1299
|
+
}, _hoisted_238 = /* @__PURE__ */ (0, import_vue38.createElementVNode)("path", {
|
|
1256
1300
|
d: "M0 0h269.474v269.474H0zm0 377.263h269.474v269.474H0zm0 377.263h269.474V1024H0zM377.263 0h269.474v269.474H377.263zm0 377.263h269.474v269.474H377.263zm0 377.263h269.474V1024H377.263zm377.263-377.263H1024v269.474H754.526zm0 377.263H1024V1024H754.526z",
|
|
1257
1301
|
fill: "#CDD0D6"
|
|
1258
|
-
}, null, -1),
|
|
1302
|
+
}, null, -1), _hoisted_338 = /* @__PURE__ */ (0, import_vue38.createElementVNode)("path", {
|
|
1259
1303
|
d: "M754.526 0H1024v269.474H754.526z",
|
|
1260
1304
|
fill: "currentColor"
|
|
1261
1305
|
}, null, -1), _hoisted_418 = [
|
|
1262
|
-
|
|
1263
|
-
|
|
1306
|
+
_hoisted_238,
|
|
1307
|
+
_hoisted_338
|
|
1264
1308
|
];
|
|
1265
|
-
function
|
|
1266
|
-
return (0,
|
|
1309
|
+
function _sfc_render38(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1310
|
+
return (0, import_vue38.openBlock)(), (0, import_vue38.createElementBlock)("svg", _hoisted_138, _hoisted_418);
|
|
1267
1311
|
}
|
|
1268
|
-
var icon_grid_right_up_default = /* @__PURE__ */ export_helper_default(
|
|
1312
|
+
var icon_grid_right_up_default = /* @__PURE__ */ export_helper_default(_sfc_main38, [["render", _sfc_render38], ["__file", "icon-grid-right-up.vue"]]);
|
|
1269
1313
|
|
|
1270
1314
|
// src/components/icon-grid-right-down.vue
|
|
1271
|
-
var
|
|
1272
|
-
var
|
|
1315
|
+
var import_vue39 = __toESM(require_vue(), 1);
|
|
1316
|
+
var _sfc_main39 = {
|
|
1273
1317
|
name: "IconGridRightDown",
|
|
1274
1318
|
title: "\u53F3\u4E0B"
|
|
1275
|
-
},
|
|
1319
|
+
}, _hoisted_139 = {
|
|
1276
1320
|
class: "icon",
|
|
1277
1321
|
viewBox: "0 0 1024 1024",
|
|
1278
1322
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1279
1323
|
width: "200",
|
|
1280
1324
|
height: "200"
|
|
1281
|
-
},
|
|
1325
|
+
}, _hoisted_239 = /* @__PURE__ */ (0, import_vue39.createElementVNode)("path", {
|
|
1282
1326
|
d: "M0 0h269.474v269.474H0zm0 377.263h269.474v269.474H0zm0 377.263h269.474V1024H0zM377.263 0h269.474v269.474H377.263zm0 377.263h269.474v269.474H377.263zm0 377.263h269.474V1024H377.263zM754.526 0H1024v269.474H754.526zm0 377.263H1024v269.474H754.526z",
|
|
1283
1327
|
fill: "#CDD0D6"
|
|
1284
|
-
}, null, -1),
|
|
1328
|
+
}, null, -1), _hoisted_339 = /* @__PURE__ */ (0, import_vue39.createElementVNode)("path", {
|
|
1285
1329
|
d: "M754.526 754.526H1024V1024H754.526z",
|
|
1286
1330
|
fill: "currentColor"
|
|
1287
1331
|
}, null, -1), _hoisted_419 = [
|
|
1288
|
-
|
|
1289
|
-
|
|
1332
|
+
_hoisted_239,
|
|
1333
|
+
_hoisted_339
|
|
1290
1334
|
];
|
|
1291
|
-
function
|
|
1292
|
-
return (0,
|
|
1335
|
+
function _sfc_render39(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1336
|
+
return (0, import_vue39.openBlock)(), (0, import_vue39.createElementBlock)("svg", _hoisted_139, _hoisted_419);
|
|
1293
1337
|
}
|
|
1294
|
-
var icon_grid_right_down_default = /* @__PURE__ */ export_helper_default(
|
|
1338
|
+
var icon_grid_right_down_default = /* @__PURE__ */ export_helper_default(_sfc_main39, [["render", _sfc_render39], ["__file", "icon-grid-right-down.vue"]]);
|
|
1295
1339
|
|
|
1296
1340
|
// src/components/icon-right-aligend.vue
|
|
1297
|
-
var
|
|
1298
|
-
var
|
|
1341
|
+
var import_vue40 = __toESM(require_vue(), 1);
|
|
1342
|
+
var _sfc_main40 = {
|
|
1299
1343
|
name: "IconRightAligend",
|
|
1300
1344
|
title: "\u53F3\u5BF9\u9F50"
|
|
1301
|
-
},
|
|
1345
|
+
}, _hoisted_140 = {
|
|
1302
1346
|
class: "icon",
|
|
1303
1347
|
viewBox: "0 0 1210 1024",
|
|
1304
1348
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1305
1349
|
width: "236.328",
|
|
1306
1350
|
height: "200"
|
|
1307
|
-
},
|
|
1351
|
+
}, _hoisted_240 = /* @__PURE__ */ (0, import_vue40.createElementVNode)("path", {
|
|
1308
1352
|
d: "M46.545 0A46.545 46.545 0 0 0 0 46.545a46.545 46.545 0 0 0 46.545 46.546h1117.091a46.545 46.545 0 0 0 46.546-46.546A46.545 46.545 0 0 0 1163.636 0zm248.553 309.993a46.545 46.545 0 0 0-46.545 46.545 46.545 46.545 0 0 0 46.545 46.546h868.538a46.545 46.545 0 0 0 46.546-46.546 46.545 46.545 0 0 0-46.546-46.545zM0 667.462a46.545 46.545 0 0 1 46.545-46.546h1117.091a46.545 46.545 0 0 1 46.546 46.546 46.545 46.545 0 0 1-46.546 46.545H46.546A46.545 46.545 0 0 1 0 667.462zm295.098 263.447a46.545 46.545 0 0 0 0 93.091h868.538a46.545 46.545 0 0 0 0-93.09z",
|
|
1309
1353
|
fill: "currentColor"
|
|
1310
|
-
}, null, -1),
|
|
1311
|
-
|
|
1354
|
+
}, null, -1), _hoisted_340 = [
|
|
1355
|
+
_hoisted_240
|
|
1312
1356
|
];
|
|
1313
|
-
function
|
|
1314
|
-
return (0,
|
|
1357
|
+
function _sfc_render40(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1358
|
+
return (0, import_vue40.openBlock)(), (0, import_vue40.createElementBlock)("svg", _hoisted_140, _hoisted_340);
|
|
1315
1359
|
}
|
|
1316
|
-
var icon_right_aligend_default = /* @__PURE__ */ export_helper_default(
|
|
1360
|
+
var icon_right_aligend_default = /* @__PURE__ */ export_helper_default(_sfc_main40, [["render", _sfc_render40], ["__file", "icon-right-aligend.vue"]]);
|
|
1317
1361
|
|
|
1318
1362
|
// src/components/icon-fold-up.vue
|
|
1319
|
-
var
|
|
1320
|
-
var
|
|
1363
|
+
var import_vue41 = __toESM(require_vue(), 1);
|
|
1364
|
+
var _sfc_main41 = {
|
|
1321
1365
|
name: "IconFoldUp",
|
|
1322
1366
|
title: "\u5411\u4E0A\u6536\u8D77"
|
|
1323
|
-
},
|
|
1367
|
+
}, _hoisted_141 = {
|
|
1324
1368
|
class: "icon",
|
|
1325
1369
|
viewBox: "0 0 1210 1024",
|
|
1326
1370
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1327
1371
|
width: "236.328",
|
|
1328
1372
|
height: "200"
|
|
1329
|
-
},
|
|
1373
|
+
}, _hoisted_241 = /* @__PURE__ */ (0, import_vue41.createElementVNode)("path", {
|
|
1330
1374
|
d: "M.2 46.515A46.515 46.515 0 0 1 46.713 0H1163.08a46.515 46.515 0 0 1 46.515 46.515 46.515 46.515 0 0 1-46.515 46.516H46.714A46.515 46.515 0 0 1 .2 46.515zm0 309.792a46.515 46.515 0 0 1 46.514-46.515h1116.367a46.515 46.515 0 0 1 46.515 46.515 46.515 46.515 0 0 1-46.515 46.515H46.714A46.515 46.515 0 0 1 .2 356.307zm633.537 149.78a47.446 47.446 0 0 0-57.679 0L17.875 940.538a46.515 46.515 0 0 0 57.679 73.494l529.344-412.126 529.343 412.126a46.515 46.515 0 0 0 57.68-73.494z",
|
|
1331
1375
|
fill: "currentColor"
|
|
1332
|
-
}, null, -1),
|
|
1333
|
-
|
|
1376
|
+
}, null, -1), _hoisted_341 = [
|
|
1377
|
+
_hoisted_241
|
|
1334
1378
|
];
|
|
1335
|
-
function
|
|
1336
|
-
return (0,
|
|
1379
|
+
function _sfc_render41(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1380
|
+
return (0, import_vue41.openBlock)(), (0, import_vue41.createElementBlock)("svg", _hoisted_141, _hoisted_341);
|
|
1337
1381
|
}
|
|
1338
|
-
var icon_fold_up_default = /* @__PURE__ */ export_helper_default(
|
|
1382
|
+
var icon_fold_up_default = /* @__PURE__ */ export_helper_default(_sfc_main41, [["render", _sfc_render41], ["__file", "icon-fold-up.vue"]]);
|
|
1339
1383
|
|
|
1340
1384
|
// src/components/icon-fold-down.vue
|
|
1341
|
-
var
|
|
1342
|
-
var
|
|
1385
|
+
var import_vue42 = __toESM(require_vue(), 1);
|
|
1386
|
+
var _sfc_main42 = {
|
|
1343
1387
|
name: "IconFoldDown",
|
|
1344
1388
|
title: "\u5411\u4E0B\u6536\u8D77"
|
|
1345
|
-
},
|
|
1389
|
+
}, _hoisted_142 = {
|
|
1346
1390
|
class: "icon",
|
|
1347
1391
|
viewBox: "0 0 1174 1024",
|
|
1348
1392
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1349
1393
|
width: "229.297",
|
|
1350
1394
|
height: "200"
|
|
1351
|
-
},
|
|
1395
|
+
}, _hoisted_242 = /* @__PURE__ */ (0, import_vue42.createElementVNode)("path", {
|
|
1352
1396
|
d: "M0 45.17A45.17 45.17 0 0 1 45.17 0h1084.073a45.17 45.17 0 0 1 45.17 45.17 45.17 45.17 0 0 1-45.17 45.17H45.17A45.17 45.17 0 0 1 0 45.17zM0 346a45.17 45.17 0 0 1 45.17-45.17h1084.073a45.17 45.17 0 0 1 45.17 45.17 45.17 45.17 0 0 1-45.17 45.17H45.17A45.17 45.17 0 0 1 0 346zm73.175 175.258a44.266 44.266 0 0 0-63.238 8.131 45.17 45.17 0 0 0 7.227 63.238l542.037 421.885a46.073 46.073 0 0 0 56.01 0l542.037-421.885a45.17 45.17 0 0 0 7.227-63.238 44.266 44.266 0 0 0-63.238-8.13l-514.03 400.203z",
|
|
1353
1397
|
fill: "currentColor"
|
|
1354
|
-
}, null, -1),
|
|
1355
|
-
|
|
1398
|
+
}, null, -1), _hoisted_342 = [
|
|
1399
|
+
_hoisted_242
|
|
1356
1400
|
];
|
|
1357
|
-
function
|
|
1358
|
-
return (0,
|
|
1401
|
+
function _sfc_render42(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1402
|
+
return (0, import_vue42.openBlock)(), (0, import_vue42.createElementBlock)("svg", _hoisted_142, _hoisted_342);
|
|
1359
1403
|
}
|
|
1360
|
-
var icon_fold_down_default = /* @__PURE__ */ export_helper_default(
|
|
1404
|
+
var icon_fold_down_default = /* @__PURE__ */ export_helper_default(_sfc_main42, [["render", _sfc_render42], ["__file", "icon-fold-down.vue"]]);
|
|
1361
1405
|
|
|
1362
1406
|
// src/components/icon-fountain.vue
|
|
1363
|
-
var
|
|
1364
|
-
var
|
|
1407
|
+
var import_vue43 = __toESM(require_vue(), 1);
|
|
1408
|
+
var _sfc_main43 = {
|
|
1365
1409
|
name: "IconFountain",
|
|
1366
1410
|
title: "\u55B7\u6CC9"
|
|
1367
|
-
},
|
|
1411
|
+
}, _hoisted_143 = {
|
|
1368
1412
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1369
1413
|
viewBox: "0 0 24 24",
|
|
1370
1414
|
style: { "enable-background": "new 0 0 24 24" },
|
|
1371
1415
|
"xml:space": "preserve"
|
|
1372
|
-
},
|
|
1416
|
+
}, _hoisted_243 = /* @__PURE__ */ (0, import_vue43.createElementVNode)("path", {
|
|
1373
1417
|
d: "M22.9 19.9s0-.1-.1-.1l-.3-.3c-.1-.1-.3-.1-.4-.1h-5.2c.6-.5 1-1.1 1.4-1.7 0 0 .1-.1.1-.2s.1-.1.1-.2c.6-1.1.9-2.3.9-3.5 0-.5-.4-.9-.9-.9h-2.8c.4-.6.7-1.3.9-2 0-.3.1-.5.1-.8 0-.5-.4-.9-.9-.9H13V5.5c0-.3 0-.6.1-.9v-.2c.1-.4.3-.7.5-1 .1-.2.3-.4.5-.6.3-.3.6-.5.9-.6.4-.2 1-.4 1.6-.4 1 0 1.9.4 2.6 1.1.7.7 1.1 1.6 1.1 2.6v12.2c0 .1 0 .2.1.2 0 .1.1.1.2.2.2.2.4.3.6.3.2 0 .5-.1.6-.3.1-.1.2-.3.2-.4V5.5c0-1.5-.6-2.9-1.6-3.9S18 0 16.5 0c-.9 0-1.8.2-2.6.7-.2.1-.4.2-.6.4-.3.2-.5.4-.7.6-.2.2-.4.5-.6.7l-.1.1-.1-.1c-.2-.3-.4-.5-.6-.7-.2-.2-.5-.4-.7-.6-.2-.1-.4-.2-.6-.4C9.2.2 8.3 0 7.4 0 5.9 0 4.5.6 3.5 1.6S1.9 4 1.9 5.5v12c0 .2.1.4.3.6.2.2.4.3.6.3s.5-.1.6-.3c.1 0 .2-.1.2-.1.1-.1.1-.3.1-.4v-12c0-1 .4-1.9 1.1-2.6.7-.7 1.6-1.1 2.6-1.1.6-.1 1.2.1 1.7.4.4.2.7.4.9.6.2.2.3.4.5.6.2.3.4.7.5 1v.2c0 .3.1.5.1.8v3.7H8.3c-.5 0-.9.4-.9.9 0 .3 0 .5.1.8.1.7.4 1.4.9 2H5.6c-.5 0-.9.4-.9.9 0 1.3.3 2.5.9 3.5 0 .1.1.1.1.2v.1s0 .1.1.1c.4.6.9 1.2 1.4 1.7H1.9c-.1 0-.3 0-.4.1l-.3.3s0 .1-.1.1c0 .1-.1.2-.1.3v.4l1 2.8c.1.3.4.6.8.6h18.3c.4 0 .7-.3.9-.6l.9-2.8c0-.1.1-.3 0-.4.1-.1 0-.2 0-.3zm-8.5-8.7c-.1.2-.2.3-.3.5L12 14.5l-2-2.7c-.1-.2-.2-.3-.3-.5h4.7zm-7.6 3.7h10.5c-.2 1.2-.9 2.2-1.7 3L12 21l-3.5-3.1c-.9-.8-1.5-1.8-1.7-3zM20.4 22H3.6l-.2-.6h17.2l-.2.6z",
|
|
1374
1418
|
style: { "fill-rule": "evenodd", "clip-rule": "evenodd", fill: "currentColor" }
|
|
1375
|
-
}, null, -1),
|
|
1376
|
-
|
|
1419
|
+
}, null, -1), _hoisted_343 = [
|
|
1420
|
+
_hoisted_243
|
|
1377
1421
|
];
|
|
1378
|
-
function
|
|
1379
|
-
return (0,
|
|
1422
|
+
function _sfc_render43(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1423
|
+
return (0, import_vue43.openBlock)(), (0, import_vue43.createElementBlock)("svg", _hoisted_143, _hoisted_343);
|
|
1380
1424
|
}
|
|
1381
|
-
var icon_fountain_default = /* @__PURE__ */ export_helper_default(
|
|
1425
|
+
var icon_fountain_default = /* @__PURE__ */ export_helper_default(_sfc_main43, [["render", _sfc_render43], ["__file", "icon-fountain.vue"]]);
|
|
1382
1426
|
|
|
1383
1427
|
// src/components/icon-four-win.vue
|
|
1384
|
-
var
|
|
1385
|
-
var
|
|
1428
|
+
var import_vue44 = __toESM(require_vue(), 1);
|
|
1429
|
+
var _sfc_main44 = {
|
|
1386
1430
|
name: "IconFourWin",
|
|
1387
1431
|
title: "\u56DB\u7A97\u53E3\u5BF9\u6BD4"
|
|
1388
|
-
},
|
|
1432
|
+
}, _hoisted_144 = {
|
|
1389
1433
|
class: "icon",
|
|
1390
1434
|
viewBox: "0 0 1024 1024",
|
|
1391
1435
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1392
1436
|
width: "200",
|
|
1393
1437
|
height: "200"
|
|
1394
|
-
},
|
|
1395
|
-
|
|
1438
|
+
}, _hoisted_244 = /* @__PURE__ */ (0, import_vue44.createElementVNode)("path", { d: "M912.148 0H111.852A114.215 114.215 0 0 0 0 111.852v800.296A114.215 114.215 0 0 0 111.852 1024h800.296A114.215 114.215 0 0 0 1024 912.148V111.852A114.215 114.215 0 0 0 912.148 0zm33.083 111.852v360.763H551.385V78.77h360.763a35.446 35.446 0 0 1 33.083 33.083zM111.852 78.77h360.763v393.846H78.77V111.852a35.446 35.446 0 0 1 33.083-33.083zM78.77 912.148V551.385h393.846V945.23H111.852a35.446 35.446 0 0 1-33.083-33.083zm833.379 33.083H551.385V551.385H945.23v360.763a35.446 35.446 0 0 1-33.083 33.083z" }, null, -1), _hoisted_344 = [
|
|
1439
|
+
_hoisted_244
|
|
1396
1440
|
];
|
|
1397
|
-
function
|
|
1398
|
-
return (0,
|
|
1441
|
+
function _sfc_render44(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1442
|
+
return (0, import_vue44.openBlock)(), (0, import_vue44.createElementBlock)("svg", _hoisted_144, _hoisted_344);
|
|
1399
1443
|
}
|
|
1400
|
-
var icon_four_win_default = /* @__PURE__ */ export_helper_default(
|
|
1444
|
+
var icon_four_win_default = /* @__PURE__ */ export_helper_default(_sfc_main44, [["render", _sfc_render44], ["__file", "icon-four-win.vue"]]);
|
|
1401
1445
|
|
|
1402
1446
|
// src/components/icon-legend.vue
|
|
1403
|
-
var
|
|
1404
|
-
var
|
|
1447
|
+
var import_vue45 = __toESM(require_vue(), 1);
|
|
1448
|
+
var _sfc_main45 = {
|
|
1405
1449
|
name: "IconLegend",
|
|
1406
1450
|
title: "\u56FE\u4F8B"
|
|
1407
|
-
},
|
|
1451
|
+
}, _hoisted_145 = {
|
|
1408
1452
|
class: "icon",
|
|
1409
1453
|
viewBox: "0 0 1024 1024",
|
|
1410
1454
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1411
1455
|
width: "200",
|
|
1412
1456
|
height: "200"
|
|
1413
|
-
},
|
|
1414
|
-
|
|
1457
|
+
}, _hoisted_245 = /* @__PURE__ */ (0, import_vue45.createElementVNode)("path", { d: "M777.857 579.841a222.08 222.08 0 1 0 222.08 222.08 221.5 221.5 0 0 0-222.08-222.08zm0 386.175A164.095 164.095 0 1 1 941.952 801.92a164.095 164.095 0 0 1-164.095 164.095zM391.103 603.615H53.055a28.992 28.992 0 0 0-28.992 28.992v338.627a28.992 28.992 0 0 0 28.992 28.993h338.048a28.992 28.992 0 0 0 28.992-28.993V632.607a28.992 28.992 0 0 0-28.992-28.992zM362.11 942.242H82.047V661.6h280.064zm392.552-517.218L512.87 13.916a29.572 29.572 0 0 0-49.866 0L221.21 425.024a28.992 28.992 0 0 0 0 28.992 28.992 28.992 0 0 0 24.933 14.496H729.73a28.992 28.992 0 0 0 24.933-14.496 28.992 28.992 0 0 0 0-28.992zm-457.495-14.496L487.936 85.817l190.768 324.71z" }, null, -1), _hoisted_345 = [
|
|
1458
|
+
_hoisted_245
|
|
1415
1459
|
];
|
|
1416
|
-
function
|
|
1417
|
-
return (0,
|
|
1460
|
+
function _sfc_render45(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1461
|
+
return (0, import_vue45.openBlock)(), (0, import_vue45.createElementBlock)("svg", _hoisted_145, _hoisted_345);
|
|
1418
1462
|
}
|
|
1419
|
-
var icon_legend_default = /* @__PURE__ */ export_helper_default(
|
|
1463
|
+
var icon_legend_default = /* @__PURE__ */ export_helper_default(_sfc_main45, [["render", _sfc_render45], ["__file", "icon-legend.vue"]]);
|
|
1420
1464
|
|
|
1421
1465
|
// src/components/icon-primitive-layer.vue
|
|
1422
|
-
var
|
|
1423
|
-
var
|
|
1466
|
+
var import_vue46 = __toESM(require_vue(), 1);
|
|
1467
|
+
var _sfc_main46 = {
|
|
1424
1468
|
name: "IconPrimitiveLayer",
|
|
1425
1469
|
title: "\u56FE\u5143\u5C42"
|
|
1426
|
-
},
|
|
1470
|
+
}, _hoisted_146 = {
|
|
1427
1471
|
class: "icon",
|
|
1428
1472
|
viewBox: "0 0 1024 1024",
|
|
1429
1473
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1430
1474
|
width: "200",
|
|
1431
1475
|
height: "200",
|
|
1432
1476
|
"data-spm-anchor-id": "a313x.7781069.0.i23"
|
|
1433
|
-
},
|
|
1477
|
+
}, _hoisted_246 = /* @__PURE__ */ (0, import_vue46.createElementVNode)("path", {
|
|
1434
1478
|
d: "M966.422 901.928a787.56 787.56 0 0 1-331.563-465.447l169.326-11.026a40.166 40.166 0 0 0 35.44-26.777 39.378 39.378 0 0 0-12.601-42.529L419.068 9.623a38.59 38.59 0 0 0-29.14-9.45 40.166 40.166 0 0 0-26.777 14.963L48.127 408.916a37.803 37.803 0 0 0 0 43.316 38.59 38.59 0 0 0 33.865 20.476l175.626-14.176c24.415 174.838 70.093 393.78 226.817 551.292a38.59 38.59 0 0 0 31.503 11.813 40.166 40.166 0 0 0 29.14-18.114l86.631-132.31 300.848 99.233a38.59 38.59 0 0 0 48.041-20.477 40.166 40.166 0 0 0-14.176-48.04zm-338.65-114.196a40.166 40.166 0 0 0-45.68 16.539l-74.817 114.984C386.778 775.919 354.488 579.816 330.86 412.854a40.166 40.166 0 0 0-42.528-34.653L166.261 388.44 402.53 96.255l299.273 256.744-121.284 7.876a40.953 40.953 0 0 0-29.928 16.539 39.378 39.378 0 0 0-5.512 33.865 1034.853 1034.853 0 0 0 216.578 422.92z",
|
|
1435
1479
|
fill: "currentColor"
|
|
1436
|
-
}, null, -1),
|
|
1437
|
-
|
|
1480
|
+
}, null, -1), _hoisted_346 = [
|
|
1481
|
+
_hoisted_246
|
|
1438
1482
|
];
|
|
1439
|
-
function
|
|
1440
|
-
return (0,
|
|
1483
|
+
function _sfc_render46(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1484
|
+
return (0, import_vue46.openBlock)(), (0, import_vue46.createElementBlock)("svg", _hoisted_146, _hoisted_346);
|
|
1441
1485
|
}
|
|
1442
|
-
var icon_primitive_layer_default = /* @__PURE__ */ export_helper_default(
|
|
1486
|
+
var icon_primitive_layer_default = /* @__PURE__ */ export_helper_default(_sfc_main46, [["render", _sfc_render46], ["__file", "icon-primitive-layer.vue"]]);
|
|
1443
1487
|
|
|
1444
1488
|
// src/components/icon-layer-list.vue
|
|
1445
|
-
var
|
|
1446
|
-
var
|
|
1489
|
+
var import_vue47 = __toESM(require_vue(), 1);
|
|
1490
|
+
var _sfc_main47 = {
|
|
1447
1491
|
name: "IconLayerList",
|
|
1448
1492
|
title: "\u56FE\u5C42\u5217\u8868"
|
|
1449
|
-
},
|
|
1493
|
+
}, _hoisted_147 = {
|
|
1450
1494
|
width: "16",
|
|
1451
1495
|
height: "16",
|
|
1452
1496
|
viewBox: "0 0 16 16",
|
|
1453
1497
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1454
|
-
},
|
|
1455
|
-
|
|
1498
|
+
}, _hoisted_247 = /* @__PURE__ */ (0, import_vue47.createElementVNode)("path", { d: "M1 3h1v1H1zm0 5h1v1H1zm0 5h1v1H1zM4 3h10v1H4zm0 5h10v1H4zm0 5h10v1H4z" }, null, -1), _hoisted_347 = [
|
|
1499
|
+
_hoisted_247
|
|
1456
1500
|
];
|
|
1457
|
-
function
|
|
1458
|
-
return (0,
|
|
1501
|
+
function _sfc_render47(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1502
|
+
return (0, import_vue47.openBlock)(), (0, import_vue47.createElementBlock)("svg", _hoisted_147, _hoisted_347);
|
|
1459
1503
|
}
|
|
1460
|
-
var icon_layer_list_default = /* @__PURE__ */ export_helper_default(
|
|
1504
|
+
var icon_layer_list_default = /* @__PURE__ */ export_helper_default(_sfc_main47, [["render", _sfc_render47], ["__file", "icon-layer-list.vue"]]);
|
|
1461
1505
|
|
|
1462
1506
|
// src/components/icon-layer-tree.vue
|
|
1463
|
-
var
|
|
1464
|
-
var
|
|
1507
|
+
var import_vue48 = __toESM(require_vue(), 1);
|
|
1508
|
+
var _sfc_main48 = {
|
|
1465
1509
|
name: "IconLayerTree",
|
|
1466
1510
|
title: "\u56FE\u5C42\u6811"
|
|
1467
|
-
},
|
|
1511
|
+
}, _hoisted_148 = {
|
|
1468
1512
|
width: "16",
|
|
1469
1513
|
height: "16",
|
|
1470
1514
|
viewBox: "0 0 16 16",
|
|
1471
1515
|
fill: "none",
|
|
1472
1516
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1473
|
-
},
|
|
1517
|
+
}, _hoisted_248 = /* @__PURE__ */ (0, import_vue48.createElementVNode)("g", {
|
|
1474
1518
|
"clip-path": "url(#a)",
|
|
1475
1519
|
"fill-rule": "evenodd",
|
|
1476
1520
|
"clip-rule": "evenodd",
|
|
1477
1521
|
fill: "currentColor"
|
|
1478
1522
|
}, [
|
|
1479
|
-
/* @__PURE__ */ (0,
|
|
1480
|
-
/* @__PURE__ */ (0,
|
|
1481
|
-
], -1),
|
|
1482
|
-
|
|
1523
|
+
/* @__PURE__ */ (0, import_vue48.createElementVNode)("path", { d: "M12 2H4v2h8V2ZM3 1v4h10V1H3Zm11 7H7v2h7V8ZM6 7v4h9V7H6Zm8 6H7v2h7v-2Zm-8-1v4h9v-4H6Z" }),
|
|
1524
|
+
/* @__PURE__ */ (0, import_vue48.createElementVNode)("path", { d: "M1 2.5h2v1H2v5h4v1H2v4h4v1H2v2H1v-14Z" })
|
|
1525
|
+
], -1), _hoisted_348 = [
|
|
1526
|
+
_hoisted_248
|
|
1483
1527
|
];
|
|
1484
|
-
function
|
|
1485
|
-
return (0,
|
|
1528
|
+
function _sfc_render48(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1529
|
+
return (0, import_vue48.openBlock)(), (0, import_vue48.createElementBlock)("svg", _hoisted_148, _hoisted_348);
|
|
1486
1530
|
}
|
|
1487
|
-
var icon_layer_tree_default = /* @__PURE__ */ export_helper_default(
|
|
1531
|
+
var icon_layer_tree_default = /* @__PURE__ */ export_helper_default(_sfc_main48, [["render", _sfc_render48], ["__file", "icon-layer-tree.vue"]]);
|
|
1488
1532
|
|
|
1489
1533
|
// src/components/icon-layer-manager.vue
|
|
1490
|
-
var
|
|
1491
|
-
var
|
|
1534
|
+
var import_vue49 = __toESM(require_vue(), 1);
|
|
1535
|
+
var _sfc_main49 = {
|
|
1492
1536
|
name: "IconLayerManager",
|
|
1493
1537
|
title: "\u56FE\u5C42\u7BA1\u7406"
|
|
1494
|
-
},
|
|
1538
|
+
}, _hoisted_149 = {
|
|
1495
1539
|
class: "icon",
|
|
1496
1540
|
viewBox: "0 0 1077 1024",
|
|
1497
1541
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1498
1542
|
width: "210.352",
|
|
1499
1543
|
height: "200"
|
|
1500
|
-
},
|
|
1501
|
-
|
|
1544
|
+
}, _hoisted_249 = /* @__PURE__ */ (0, import_vue49.createElementVNode)("path", { d: "M1069.497 804.317a30.26 30.26 0 0 0-38.733-15.735L536.316 958.643 41.868 788.583a29.655 29.655 0 0 0-38.127 18.76 29.05 29.05 0 0 0 18.156 38.128l504.736 176.718a28.444 28.444 0 0 0 19.972 0l504.13-176.718a30.26 30.26 0 0 0 18.762-41.154zm0-202.136a30.26 30.26 0 0 0-38.733-18.156L536.316 756.507 41.868 584.025A29.05 29.05 0 0 0 3.741 602.18a29.655 29.655 0 0 0 18.156 38.733l504.736 176.718a37.522 37.522 0 0 0 19.972 0l504.13-176.718a30.865 30.865 0 0 0 18.762-38.733zm0-201.532a30.865 30.865 0 0 0-38.733-18.76L536.316 554.974 41.868 381.888a30.26 30.26 0 0 0-19.971 60.52l504.736 176.113a28.444 28.444 0 0 0 19.972 0l504.13-176.113a30.865 30.865 0 0 0 18.762-41.759zm-18.761-222.713L546.605 1.823a26.629 26.629 0 0 0-19.367 0L21.897 177.936A30.26 30.26 0 0 0 1.925 206.38a31.47 31.47 0 0 0 19.972 29.05l504.13 178.534a30.26 30.26 0 0 0 20.578 0l504.13-178.534a31.47 31.47 0 0 0 19.973-29.05 30.26 30.26 0 0 0-19.972-28.444zm-514.42 175.508-413.35-146.459 413.35-144.642L949.062 205.17z" }, null, -1), _hoisted_349 = [
|
|
1545
|
+
_hoisted_249
|
|
1502
1546
|
];
|
|
1503
|
-
function
|
|
1504
|
-
return (0,
|
|
1547
|
+
function _sfc_render49(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1548
|
+
return (0, import_vue49.openBlock)(), (0, import_vue49.createElementBlock)("svg", _hoisted_149, _hoisted_349);
|
|
1505
1549
|
}
|
|
1506
|
-
var icon_layer_manager_default = /* @__PURE__ */ export_helper_default(
|
|
1550
|
+
var icon_layer_manager_default = /* @__PURE__ */ export_helper_default(_sfc_main49, [["render", _sfc_render49], ["__file", "icon-layer-manager.vue"]]);
|
|
1507
1551
|
|
|
1508
1552
|
// src/components/icon-graphic-projection-conversion.vue
|
|
1509
|
-
var
|
|
1510
|
-
var
|
|
1553
|
+
var import_vue50 = __toESM(require_vue(), 1);
|
|
1554
|
+
var _sfc_main50 = {
|
|
1511
1555
|
name: "IconGraphicProjectionConversion",
|
|
1512
1556
|
title: "\u56FE\u5F62\u6295\u5F71\u8F6C\u6362"
|
|
1513
|
-
},
|
|
1557
|
+
}, _hoisted_150 = {
|
|
1514
1558
|
class: "icon",
|
|
1515
1559
|
viewBox: "0 0 1024 1024",
|
|
1516
1560
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1517
1561
|
width: "200",
|
|
1518
1562
|
height: "200"
|
|
1519
|
-
},
|
|
1520
|
-
|
|
1563
|
+
}, _hoisted_250 = /* @__PURE__ */ (0, import_vue50.createElementVNode)("path", { d: "M512.394 0a35.73 35.73 0 0 0-35.73 35.73 35.73 35.73 0 0 0 35.73 35.728 440.899 440.899 0 0 1 436.611 380.874l-103.615-51.45a35.015 35.015 0 0 0-47.877 15.72 35.73 35.73 0 0 0 16.436 47.878l158.637 79.32a35.015 35.015 0 0 0 51.45-31.442A512.357 512.357 0 0 0 512.394 0zM267.29 71.458a199.37 199.37 0 1 0 199.37 195.797A197.94 197.94 0 0 0 267.29 71.458zm0 326.566a127.91 127.91 0 1 1 127.91-130.77 127.91 127.91 0 0 1-127.91 127.911zM757.496 558.09a199.37 199.37 0 1 0 198.655 199.37 199.37 199.37 0 0 0-198.655-199.37zm0 326.565A127.91 127.91 0 1 1 884.692 757.46a127.91 127.91 0 0 1-127.196 127.196zm-245.102 67.886A440.184 440.184 0 0 1 75.782 571.668l102.9 52.165a35.73 35.73 0 0 0 35.73-64.313L51.487 480.2a34.3 34.3 0 0 0-34.3 0 35.73 35.73 0 0 0-17.15 32.156A512.357 512.357 0 0 0 512.393 1024a35.73 35.73 0 0 0 35.729-35.73 36.444 36.444 0 0 0-35.73-35.728z" }, null, -1), _hoisted_350 = [
|
|
1564
|
+
_hoisted_250
|
|
1521
1565
|
];
|
|
1522
|
-
function
|
|
1523
|
-
return (0,
|
|
1566
|
+
function _sfc_render50(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1567
|
+
return (0, import_vue50.openBlock)(), (0, import_vue50.createElementBlock)("svg", _hoisted_150, _hoisted_350);
|
|
1524
1568
|
}
|
|
1525
|
-
var icon_graphic_projection_conversion_default = /* @__PURE__ */ export_helper_default(
|
|
1569
|
+
var icon_graphic_projection_conversion_default = /* @__PURE__ */ export_helper_default(_sfc_main50, [["render", _sfc_render50], ["__file", "icon-graphic-projection-conversion.vue"]]);
|
|
1526
1570
|
|
|
1527
1571
|
// src/components/icon-image.vue
|
|
1528
|
-
var
|
|
1529
|
-
var
|
|
1572
|
+
var import_vue51 = __toESM(require_vue(), 1);
|
|
1573
|
+
var _sfc_main51 = {
|
|
1530
1574
|
name: "IconImage",
|
|
1531
1575
|
title: "\u56FE\u7247"
|
|
1532
|
-
},
|
|
1576
|
+
}, _hoisted_151 = {
|
|
1533
1577
|
width: "16",
|
|
1534
1578
|
height: "16",
|
|
1535
1579
|
viewBox: "0 0 16 16",
|
|
1536
1580
|
fill: "none",
|
|
1537
1581
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1538
|
-
},
|
|
1582
|
+
}, _hoisted_251 = /* @__PURE__ */ (0, import_vue51.createElementVNode)("path", {
|
|
1539
1583
|
"fill-rule": "evenodd",
|
|
1540
1584
|
"clip-rule": "evenodd",
|
|
1541
1585
|
d: "M14 3.083H2v9.258L5 9.77l2.5 2.143 6.175-5.293c.094-.08.21-.12.325-.12V3.083ZM2 13.917V13.5c.115 0 .231-.04.325-.12L5 11.087l2.5 2.143L14 7.659v6.258H2ZM1 2v13h14V2H1Zm7 4.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm-1 0a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z",
|
|
1542
1586
|
fill: "currentColor"
|
|
1543
|
-
}, null, -1),
|
|
1544
|
-
|
|
1587
|
+
}, null, -1), _hoisted_351 = [
|
|
1588
|
+
_hoisted_251
|
|
1545
1589
|
];
|
|
1546
|
-
function
|
|
1547
|
-
return (0,
|
|
1590
|
+
function _sfc_render51(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1591
|
+
return (0, import_vue51.openBlock)(), (0, import_vue51.createElementBlock)("svg", _hoisted_151, _hoisted_351);
|
|
1548
1592
|
}
|
|
1549
|
-
var icon_image_default = /* @__PURE__ */ export_helper_default(
|
|
1593
|
+
var icon_image_default = /* @__PURE__ */ export_helper_default(_sfc_main51, [["render", _sfc_render51], ["__file", "icon-image.vue"]]);
|
|
1550
1594
|
|
|
1551
1595
|
// src/components/icon-cycle.vue
|
|
1552
|
-
var
|
|
1553
|
-
var
|
|
1596
|
+
var import_vue52 = __toESM(require_vue(), 1);
|
|
1597
|
+
var _sfc_main52 = {
|
|
1554
1598
|
name: "IconCycle",
|
|
1555
1599
|
title: "\u5706"
|
|
1556
|
-
},
|
|
1600
|
+
}, _hoisted_152 = {
|
|
1557
1601
|
width: "24",
|
|
1558
1602
|
height: "24",
|
|
1559
1603
|
viewBox: "0 0 24 24",
|
|
1560
1604
|
fill: "none",
|
|
1561
1605
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1562
|
-
},
|
|
1606
|
+
}, _hoisted_252 = /* @__PURE__ */ (0, import_vue52.createElementVNode)("circle", {
|
|
1563
1607
|
cx: "12",
|
|
1564
1608
|
cy: "12",
|
|
1565
1609
|
r: "10",
|
|
1566
1610
|
stroke: "currentColor",
|
|
1567
1611
|
"stroke-width": "2"
|
|
1568
|
-
}, null, -1),
|
|
1569
|
-
|
|
1612
|
+
}, null, -1), _hoisted_352 = [
|
|
1613
|
+
_hoisted_252
|
|
1570
1614
|
];
|
|
1571
|
-
function
|
|
1572
|
-
return (0,
|
|
1615
|
+
function _sfc_render52(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1616
|
+
return (0, import_vue52.openBlock)(), (0, import_vue52.createElementBlock)("svg", _hoisted_152, _hoisted_352);
|
|
1573
1617
|
}
|
|
1574
|
-
var icon_cycle_default = /* @__PURE__ */ export_helper_default(
|
|
1618
|
+
var icon_cycle_default = /* @__PURE__ */ export_helper_default(_sfc_main52, [["render", _sfc_render52], ["__file", "icon-cycle.vue"]]);
|
|
1575
1619
|
|
|
1576
1620
|
// src/components/icon-lists.vue
|
|
1577
|
-
var
|
|
1578
|
-
var
|
|
1621
|
+
var import_vue53 = __toESM(require_vue(), 1);
|
|
1622
|
+
var _sfc_main53 = {
|
|
1579
1623
|
name: "IconLists",
|
|
1580
1624
|
title: "\u5728\u56FE\u4F8B\u4E2D\u663E\u793A"
|
|
1581
|
-
},
|
|
1625
|
+
}, _hoisted_153 = {
|
|
1582
1626
|
class: "icon",
|
|
1583
1627
|
viewBox: "0 0 1024 1024",
|
|
1584
1628
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1585
1629
|
width: "200",
|
|
1586
1630
|
height: "200"
|
|
1587
|
-
},
|
|
1588
|
-
|
|
1589
|
-
|
|
1631
|
+
}, _hoisted_253 = /* @__PURE__ */ (0, import_vue53.createElementVNode)("path", { d: "M292.571 256a36.571 36.571 0 1 0 73.143 0 36.571 36.571 0 1 0-73.143 0Zm0 219.429a36.571 36.571 0 1 0 73.143 0 36.571 36.571 0 1 0-73.143 0Zm0 219.428a36.571 36.571 0 1 0 73.143 0 36.571 36.571 0 1 0-73.143 0Zm182.858-402.286h219.428a36.571 36.571 0 0 0 0-73.142H475.43a36.571 36.571 0 0 0 0 73.142zm0 219.429h219.428a36.571 36.571 0 0 0 0-73.143H475.43a36.571 36.571 0 0 0 0 73.143zm0 219.429h219.428a36.571 36.571 0 0 0 0-73.143H475.43a36.571 36.571 0 0 0 0 73.143z" }, null, -1), _hoisted_353 = /* @__PURE__ */ (0, import_vue53.createElementVNode)("path", { d: "M877.714 0H146.286a73.143 73.143 0 0 0-73.143 73.143v877.714A73.143 73.143 0 0 0 146.286 1024h731.428a73.143 73.143 0 0 0 73.143-73.143V73.143A73.143 73.143 0 0 0 877.714 0zm0 950.857H146.286V73.143h731.428z" }, null, -1), _hoisted_420 = [
|
|
1632
|
+
_hoisted_253,
|
|
1633
|
+
_hoisted_353
|
|
1590
1634
|
];
|
|
1591
|
-
function
|
|
1592
|
-
return (0,
|
|
1635
|
+
function _sfc_render53(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1636
|
+
return (0, import_vue53.openBlock)(), (0, import_vue53.createElementBlock)("svg", _hoisted_153, _hoisted_420);
|
|
1593
1637
|
}
|
|
1594
|
-
var icon_lists_default = /* @__PURE__ */ export_helper_default(
|
|
1638
|
+
var icon_lists_default = /* @__PURE__ */ export_helper_default(_sfc_main53, [["render", _sfc_render53], ["__file", "icon-lists.vue"]]);
|
|
1595
1639
|
|
|
1596
1640
|
// src/components/icon-online-mapping.vue
|
|
1597
|
-
var
|
|
1598
|
-
var
|
|
1641
|
+
var import_vue54 = __toESM(require_vue(), 1);
|
|
1642
|
+
var _sfc_main54 = {
|
|
1599
1643
|
name: "IconOnlineMapping",
|
|
1600
1644
|
title: "\u5728\u7EBF\u5236\u56FE"
|
|
1601
|
-
},
|
|
1645
|
+
}, _hoisted_154 = {
|
|
1602
1646
|
class: "icon",
|
|
1603
1647
|
viewBox: "0 0 1339 1024",
|
|
1604
1648
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1605
1649
|
width: "261.523",
|
|
1606
1650
|
height: "200"
|
|
1607
|
-
},
|
|
1608
|
-
|
|
1651
|
+
}, _hoisted_254 = /* @__PURE__ */ (0, import_vue54.createStaticVNode)('<path d="M402.12 320.002h-4.018a9.644 9.644 0 0 0-3.214 2.411l-2.411 3.215a14.466 14.466 0 0 0 0 4.018v41.79a14.466 14.466 0 0 0 0 4.018l2.41 3.215a6.43 6.43 0 0 0 3.215 2.41h8.037a14.064 14.064 0 0 0 5.625-5.625 14.466 14.466 0 0 0 0-4.018v-40.183a10.447 10.447 0 0 0-9.643-11.25zm42.996 0a10.447 10.447 0 0 0-10.448 10.448v40.986a14.466 14.466 0 0 0 0 4.018 9.644 9.644 0 0 0 2.411 3.215 6.43 6.43 0 0 0 3.215 2.41h8.037a14.064 14.064 0 0 0 5.625-5.625 14.466 14.466 0 0 0 0-4.018v-40.183a10.447 10.447 0 0 0-8.84-11.25zm41.388 0a10.447 10.447 0 0 0-10.448 10.448v40.986a14.466 14.466 0 0 0 0 4.018 9.644 9.644 0 0 0 2.411 3.215 6.43 6.43 0 0 0 3.215 2.41h8.037a14.064 14.064 0 0 0 5.625-5.625 14.466 14.466 0 0 0 0-4.018v-40.183a10.447 10.447 0 0 0-8.84-11.25z" fill="#303133"></path><path d="M531.91 422.87a14.064 14.064 0 0 0 5.626-5.626 5.224 5.224 0 0 0 0-2.411l19.69-115.324h15.67a6.43 6.43 0 0 0 3.215-2.41 9.644 9.644 0 0 0 2.41-3.215 12.055 12.055 0 0 0 0-4.019v-40.182a14.466 14.466 0 0 0 0-4.018 9.644 9.644 0 0 0-2.41-3.215l-3.215-2.41h-39.379l-59.47-81.17-2.812-2.812a7.635 7.635 0 0 0-4.019 0h-4.018l-3.616 2.009a10.85 10.85 0 0 0-4.019 6.83 10.85 10.85 0 0 0 2.01 7.635l50.228 65.9H383.235l49.424-67.909a16.475 16.475 0 0 0 2.01-3.616 13.26 13.26 0 0 0 0-4.018 11.653 11.653 0 0 0 0-4.019l-2.813-2.812a10.046 10.046 0 0 0-14.466 0l-59.068 80.365h-40.585l-3.214 2.41-2.411 3.215a14.466 14.466 0 0 0 0 4.018v45.005a12.055 12.055 0 0 0 0 4.018l2.41 3.215a6.43 6.43 0 0 0 3.215 2.41h16.073l19.288 114.923a10.046 10.046 0 0 0 8.84 8.036H527.49zM330.998 278.614v-20.493h227.834v20.493zm40.182 124.164L353.902 299.51H536.33l-17.278 103.27z" fill="#303133"></path><path d="M445.116 692.896c61.077 0 258.775-281.278 258.775-423.925a258.775 258.775 0 1 0-517.149 0c0 142.647 197.297 423.925 258.374 423.925zm0-662.208a238.282 238.282 0 0 1 238.282 237.88c0 138.63-193.278 401.826-237.88 401.826s-237.88-264.803-237.88-401.825A238.282 238.282 0 0 1 445.115 30.286z" fill="#303133"></path><path d="M1326.319 641.864v-497.46a6.027 6.027 0 0 0 0-3.616 16.475 16.475 0 0 0 0-3.616 10.447 10.447 0 0 0-3.617-2.01h-587.87a10.447 10.447 0 0 0-10.448 10.448 17.68 17.68 0 0 0 0 4.018 8.438 8.438 0 0 0 2.411 3.215l3.215 2.01a7.233 7.233 0 0 0 4.018 0h99.251l-85.187 85.588a10.85 10.85 0 0 0-2.813 5.224 10.447 10.447 0 0 0 0 6.027 6.831 6.831 0 0 0 3.617 4.42 9.644 9.644 0 0 0 5.625 0h4.019a9.644 9.644 0 0 0 5.223-1.205L863.818 154.45h261.588l-87.598 85.99a8.438 8.438 0 0 0-2.813 5.225 10.447 10.447 0 0 0 0 6.027 10.046 10.046 0 0 0 3.215 4.018l103.269 102.868 3.215 2.009a6.43 6.43 0 0 0 4.018 0 9.242 9.242 0 0 0 5.625 0h2.01l147.47-149.881v94.83l-120.548 120.548a13.26 13.26 0 0 0-2.813 5.224 10.046 10.046 0 0 0 0 6.027 7.233 7.233 0 0 0 2.813 4.019l80.365 80.365h4.018a6.43 6.43 0 0 0 4.018 0 9.242 9.242 0 0 0 5.626 0l2.41-2.01 22.905-22.904v139.836l-248.328 247.926-375.305-375.305h-3.616a6.43 6.43 0 0 0-4.019 0 6.027 6.027 0 0 0-3.616 0 7.635 7.635 0 0 0-5.625 5.626 6.027 6.027 0 0 0 0 3.616 6.43 6.43 0 0 0 0 4.018 16.475 16.475 0 0 0 2.009 3.617l382.939 382.537a9.644 9.644 0 0 0 3.215 2.411h4.018a9.644 9.644 0 0 0 5.625 0l2.411-2.009 241.095-241.095v74.338l-263.195 262.793h-73.534l43.799-43.397a10.85 10.85 0 0 0 3.616-8.438 12.457 12.457 0 0 0-2.812-7.233L638.796 572.349a10.85 10.85 0 0 0-7.635-3.215 10.85 10.85 0 0 0-7.233 3.215 9.644 9.644 0 0 0-2.813 7.232 7.233 7.233 0 0 0 0 4.019 8.84 8.84 0 0 0 0 3.214l365.26 365.26-51.836 51.433H777.827l66.301-65.498a9.644 9.644 0 0 0 2.411-3.616 10.447 10.447 0 0 0 0-6.027 13.26 13.26 0 0 0-2.813-5.224L576.513 652.714a10.046 10.046 0 0 0-7.233-3.215 12.055 12.055 0 0 0-6.43 3.215 10.85 10.85 0 0 0 0 14.465l261.59 261.588-72.329 72.329H676.97L435.874 760.001l-3.215-2.411h-7.634l-2.411 2.009-77.553 76.749-257.57-257.57 116.53-116.931a6.43 6.43 0 0 0 2.41-3.215 10.447 10.447 0 0 0 0-8.037 14.064 14.064 0 0 0-5.223-5.625h-8.036a6.43 6.43 0 0 0-3.215 2.41L65.39 572.35a8.438 8.438 0 0 0-2.813 5.223 15.27 15.27 0 0 0 0 6.028 8.84 8.84 0 0 0 3.617 4.018l270.83 271.232a16.877 16.877 0 0 0 6.027 0h4.019a6.43 6.43 0 0 0 3.214-2.411l75.543-75.141 220.2 219.798h-136.62l3.215-2.813a16.475 16.475 0 0 0 0-3.616 6.43 6.43 0 0 0 0-4.018 6.027 6.027 0 0 0 0-3.617 16.475 16.475 0 0 0 0-3.616l-80.365-80.365a10.447 10.447 0 0 0-3.617-2.01 6.027 6.027 0 0 0-3.616 0 6.43 6.43 0 0 0-4.019 0l-3.616 2.01-100.456 100.456H201.208l65.096-65.096a10.85 10.85 0 0 0 2.813-4.42 13.662 13.662 0 0 0 0-4.018l-2.411-3.215L21.994 678.832V499.216l141.04-141.04a10.447 10.447 0 0 0 0-6.028 10.85 10.85 0 0 0-2.812-5.223L21.994 202.669V154.45H155.4a6.43 6.43 0 0 0 4.018 0l1.608-2.812a8.438 8.438 0 0 0 2.41-3.215 17.68 17.68 0 0 0 0-4.018 12.055 12.055 0 0 0 0-4.019 9.644 9.644 0 0 0-2.41-3.616v-2.01H11.546a10.046 10.046 0 0 0-11.25 9.645v349.99a15.671 15.671 0 0 0 0 6.027v513.934a12.457 12.457 0 0 0 0 4.018l2.41 3.215A6.43 6.43 0 0 0 5.921 1024h1311.96a7.233 7.233 0 0 0 3.616-2.411 8.84 8.84 0 0 0 0-3.215 6.43 6.43 0 0 0 0-4.018V641.864zM21.994 232.003 142.542 352.55 21.994 473.098zm0 770.7V708.165l222.21 222.21-72.33 72.328zm460.09 0H345.865l80.365-78.356 67.909 67.909zm821.732 0h-88.803l88.803-88.803zm0-118.136-118.136 118.136h-115.726l233.862-233.46zm0-413.478-30.94 30.94-67.105-68.31 99.25-98.85zm0-289.716-155.104 155.104-88.804-88.803 92.822-93.224h151.086z" fill="#303133"></path><path d="m1037.808 751.563 3.215 2.41h4.018a12.055 12.055 0 0 0 6.027-2.009h2.01l143.451-143.451a10.85 10.85 0 0 0 3.215-4.018v-2.411c0-2.411 0 0 0 0a10.046 10.046 0 0 0-3.215-7.233L907.617 302.322h-6.831a7.233 7.233 0 0 0-4.019 0h-3.214L748.896 446.979a8.84 8.84 0 0 0-2.01 3.215 10.447 10.447 0 0 0 0 8.036 8.84 8.84 0 0 0 2.01 3.215zm-137.424-427.14 274.848 274.848-130.191 130.191-274.849-274.848z" fill="#303133"></path>', 5), _hoisted_7 = [
|
|
1652
|
+
_hoisted_254
|
|
1609
1653
|
];
|
|
1610
|
-
function
|
|
1611
|
-
return (0,
|
|
1654
|
+
function _sfc_render54(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1655
|
+
return (0, import_vue54.openBlock)(), (0, import_vue54.createElementBlock)("svg", _hoisted_154, _hoisted_7);
|
|
1612
1656
|
}
|
|
1613
|
-
var icon_online_mapping_default = /* @__PURE__ */ export_helper_default(
|
|
1657
|
+
var icon_online_mapping_default = /* @__PURE__ */ export_helper_default(_sfc_main54, [["render", _sfc_render54], ["__file", "icon-online-mapping.vue"]]);
|
|
1614
1658
|
|
|
1615
1659
|
// src/components/icon-baseterrain-gallery.vue
|
|
1616
|
-
var
|
|
1617
|
-
var
|
|
1660
|
+
var import_vue55 = __toESM(require_vue(), 1);
|
|
1661
|
+
var _sfc_main55 = {
|
|
1618
1662
|
name: "IconBaseterrainGallery",
|
|
1619
1663
|
title: "\u5728\u7EBF\u5730\u5F62"
|
|
1620
|
-
},
|
|
1664
|
+
}, _hoisted_155 = {
|
|
1621
1665
|
width: "16",
|
|
1622
1666
|
height: "16",
|
|
1623
1667
|
viewBox: "0 0 16 16",
|
|
1624
1668
|
fill: "none",
|
|
1625
1669
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1626
|
-
},
|
|
1670
|
+
}, _hoisted_255 = /* @__PURE__ */ (0, import_vue55.createElementVNode)("path", {
|
|
1627
1671
|
"fill-rule": "evenodd",
|
|
1628
1672
|
"clip-rule": "evenodd",
|
|
1629
1673
|
d: "M3.887 5.877 9.902 15.5H.28l3.608-9.623Zm.226 2.247L1.72 14.5h6.377L4.113 8.124Z",
|
|
1630
1674
|
fill: "currentColor"
|
|
1631
|
-
}, null, -1),
|
|
1675
|
+
}, null, -1), _hoisted_354 = /* @__PURE__ */ (0, import_vue55.createElementVNode)("path", {
|
|
1632
1676
|
"fill-rule": "evenodd",
|
|
1633
1677
|
"clip-rule": "evenodd",
|
|
1634
1678
|
d: "m11.282.867-6.08 8.686.596.893 5.12-7.314 3.41 11.367-12.589.001-.7 1h14.633L11.282.867Z",
|
|
1635
1679
|
fill: "currentColor"
|
|
1636
1680
|
}, null, -1), _hoisted_421 = [
|
|
1637
|
-
|
|
1638
|
-
|
|
1681
|
+
_hoisted_255,
|
|
1682
|
+
_hoisted_354
|
|
1639
1683
|
];
|
|
1640
|
-
function
|
|
1641
|
-
return (0,
|
|
1684
|
+
function _sfc_render55(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1685
|
+
return (0, import_vue55.openBlock)(), (0, import_vue55.createElementBlock)("svg", _hoisted_155, _hoisted_421);
|
|
1642
1686
|
}
|
|
1643
|
-
var icon_baseterrain_gallery_default = /* @__PURE__ */ export_helper_default(
|
|
1687
|
+
var icon_baseterrain_gallery_default = /* @__PURE__ */ export_helper_default(_sfc_main55, [["render", _sfc_render55], ["__file", "icon-baseterrain-gallery.vue"]]);
|
|
1644
1688
|
|
|
1645
1689
|
// src/components/icon-basemap-gallery.vue
|
|
1646
|
-
var
|
|
1647
|
-
var
|
|
1690
|
+
var import_vue56 = __toESM(require_vue(), 1);
|
|
1691
|
+
var _sfc_main56 = {
|
|
1648
1692
|
name: "IconBasemapGallery",
|
|
1649
1693
|
title: "\u5728\u7EBF\u5E95\u56FE"
|
|
1650
|
-
},
|
|
1694
|
+
}, _hoisted_156 = {
|
|
1651
1695
|
class: "icon",
|
|
1652
1696
|
viewBox: "0 0 1133 1024",
|
|
1653
1697
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1654
1698
|
width: "221.289",
|
|
1655
1699
|
height: "200"
|
|
1656
|
-
},
|
|
1657
|
-
|
|
1700
|
+
}, _hoisted_256 = /* @__PURE__ */ (0, import_vue56.createElementVNode)("path", { d: "M1107.544 162.578 765.174 3.188a34.428 34.428 0 0 0-14.026 0 41.441 41.441 0 0 0-13.389 0L377.54 156.202 45.368 3.188a30.603 30.603 0 0 0-30.602 0A30.603 30.603 0 0 0 .103 31.878v796.95a31.24 31.24 0 0 0 18.49 28.69l344.281 162.577a32.516 32.516 0 0 0 14.027 3.188 28.69 28.69 0 0 0 12.75 0L748.599 869.63l335.356 150.464a31.878 31.878 0 0 0 45.267-28.69V191.268a30.603 30.603 0 0 0-21.677-28.69zm-765.072 775.91L63.86 808.424V81.608l281.164 127.511zm372.335-130.7L408.78 939.762V212.307L717.357 80.332zm344.92 130.7L778.563 810.974V81.608l281.164 127.511z" }, null, -1), _hoisted_355 = [
|
|
1701
|
+
_hoisted_256
|
|
1658
1702
|
];
|
|
1659
|
-
function
|
|
1660
|
-
return (0,
|
|
1703
|
+
function _sfc_render56(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1704
|
+
return (0, import_vue56.openBlock)(), (0, import_vue56.createElementBlock)("svg", _hoisted_156, _hoisted_355);
|
|
1661
1705
|
}
|
|
1662
|
-
var icon_basemap_gallery_default = /* @__PURE__ */ export_helper_default(
|
|
1706
|
+
var icon_basemap_gallery_default = /* @__PURE__ */ export_helper_default(_sfc_main56, [["render", _sfc_render56], ["__file", "icon-basemap-gallery.vue"]]);
|
|
1663
1707
|
|
|
1664
1708
|
// src/components/icon-map.vue
|
|
1665
|
-
var
|
|
1666
|
-
var
|
|
1709
|
+
var import_vue57 = __toESM(require_vue(), 1);
|
|
1710
|
+
var _sfc_main57 = {
|
|
1667
1711
|
name: "IconMap",
|
|
1668
1712
|
title: "\u5730\u56FE"
|
|
1669
|
-
},
|
|
1713
|
+
}, _hoisted_157 = {
|
|
1670
1714
|
width: "16",
|
|
1671
1715
|
height: "16",
|
|
1672
1716
|
viewBox: "0 0 16 16",
|
|
1673
1717
|
fill: "none",
|
|
1674
1718
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1675
|
-
},
|
|
1719
|
+
}, _hoisted_257 = /* @__PURE__ */ (0, import_vue57.createElementVNode)("path", {
|
|
1676
1720
|
d: "M4.284 3.136a4.44 4.44 0 0 1 8.586.668l1.117-.335a1.48 1.48 0 0 1 1.904 1.416v8.298a1.48 1.48 0 0 1-1.054 1.417l-4.229 1.269a.493.493 0 0 1-.284 0l-5.776-1.437-2.534 1.055A1.48 1.48 0 0 1 .11 14.072V5.773a1.48 1.48 0 0 1 1.054-1.417l3.12-1.22Zm8.636 1.683c-.153 1.598-1.629 3.643-4.428 6.137-2.958-2.638-4.437-4.775-4.437-6.41 0-.094.003-.187.009-.28L1.447 5.302a.493.493 0 0 0-.35.47v8.297a.493.493 0 0 0 .635.473l2.674-1.098a.494.494 0 0 1 .284 0l5.776 1.436 4.087-1.227a.493.493 0 0 0 .351-.473V4.886a.494.494 0 0 0-.635-.472l-1.35.406h.001Zm-.974-.273a3.452 3.452 0 1 0-6.905 0c0 1.162 1.132 2.893 3.453 5.075 2.32-2.182 3.452-3.913 3.452-5.075Z",
|
|
1677
1721
|
fill: "currentColor"
|
|
1678
|
-
}, null, -1),
|
|
1679
|
-
|
|
1722
|
+
}, null, -1), _hoisted_356 = [
|
|
1723
|
+
_hoisted_257
|
|
1680
1724
|
];
|
|
1681
|
-
function
|
|
1682
|
-
return (0,
|
|
1725
|
+
function _sfc_render57(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1726
|
+
return (0, import_vue57.openBlock)(), (0, import_vue57.createElementBlock)("svg", _hoisted_157, _hoisted_356);
|
|
1683
1727
|
}
|
|
1684
|
-
var icon_map_default = /* @__PURE__ */ export_helper_default(
|
|
1728
|
+
var icon_map_default = /* @__PURE__ */ export_helper_default(_sfc_main57, [["render", _sfc_render57], ["__file", "icon-map.vue"]]);
|
|
1685
1729
|
|
|
1686
1730
|
// src/components/icon-map-state-bar.vue
|
|
1687
|
-
var
|
|
1688
|
-
var
|
|
1731
|
+
var import_vue58 = __toESM(require_vue(), 1);
|
|
1732
|
+
var _sfc_main58 = {
|
|
1689
1733
|
name: "IconMapStateBar",
|
|
1690
1734
|
title: "\u5730\u56FE\u72B6\u6001\u680F"
|
|
1691
|
-
},
|
|
1735
|
+
}, _hoisted_158 = {
|
|
1692
1736
|
width: "16",
|
|
1693
1737
|
height: "16",
|
|
1694
1738
|
viewBox: "0 0 16 16",
|
|
1695
1739
|
fill: "none",
|
|
1696
1740
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1697
|
-
},
|
|
1741
|
+
}, _hoisted_258 = /* @__PURE__ */ (0, import_vue58.createElementVNode)("path", {
|
|
1698
1742
|
"fill-rule": "evenodd",
|
|
1699
1743
|
"clip-rule": "evenodd",
|
|
1700
1744
|
d: "M1 11v-1h15v1H1Z",
|
|
1701
1745
|
fill: "currentColor"
|
|
1702
|
-
}, null, -1),
|
|
1746
|
+
}, null, -1), _hoisted_357 = /* @__PURE__ */ (0, import_vue58.createElementVNode)("path", {
|
|
1703
1747
|
d: "M1 10h1V5H1v5Zm7 0h1V5H8v5Zm7 0h1V5h-1v5Z",
|
|
1704
1748
|
fill: "currentColor"
|
|
1705
1749
|
}, null, -1), _hoisted_422 = [
|
|
1706
|
-
|
|
1707
|
-
|
|
1750
|
+
_hoisted_258,
|
|
1751
|
+
_hoisted_357
|
|
1708
1752
|
];
|
|
1709
|
-
function
|
|
1710
|
-
return (0,
|
|
1753
|
+
function _sfc_render58(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1754
|
+
return (0, import_vue58.openBlock)(), (0, import_vue58.createElementBlock)("svg", _hoisted_158, _hoisted_422);
|
|
1711
1755
|
}
|
|
1712
|
-
var icon_map_state_bar_default = /* @__PURE__ */ export_helper_default(
|
|
1756
|
+
var icon_map_state_bar_default = /* @__PURE__ */ export_helper_default(_sfc_main58, [["render", _sfc_render58], ["__file", "icon-map-state-bar.vue"]]);
|
|
1713
1757
|
|
|
1714
1758
|
// src/components/icon-terrain-operation.vue
|
|
1715
|
-
var
|
|
1716
|
-
var
|
|
1759
|
+
var import_vue59 = __toESM(require_vue(), 1);
|
|
1760
|
+
var _sfc_main59 = {
|
|
1717
1761
|
name: "IconTerrainOperation",
|
|
1718
1762
|
title: "\u5730\u5F62\u64CD\u4F5C"
|
|
1719
|
-
},
|
|
1763
|
+
}, _hoisted_159 = {
|
|
1720
1764
|
width: "16",
|
|
1721
1765
|
height: "16",
|
|
1722
1766
|
viewBox: "0 0 16 16",
|
|
1723
1767
|
fill: "none",
|
|
1724
1768
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1725
|
-
},
|
|
1769
|
+
}, _hoisted_259 = /* @__PURE__ */ (0, import_vue59.createElementVNode)("path", {
|
|
1726
1770
|
"fill-rule": "evenodd",
|
|
1727
1771
|
"clip-rule": "evenodd",
|
|
1728
1772
|
d: "M6.295 9.729 3.887 5.877.28 15.501h9.623L9.59 15H3l.312-.5h-1.59l2.39-6.377 1.593 2.548.59-.943Z",
|
|
1729
1773
|
fill: "currentColor"
|
|
1730
|
-
}, null, -1),
|
|
1774
|
+
}, null, -1), _hoisted_358 = /* @__PURE__ */ (0, import_vue59.createElementVNode)("path", {
|
|
1731
1775
|
"fill-rule": "evenodd",
|
|
1732
1776
|
"clip-rule": "evenodd",
|
|
1733
1777
|
d: "m11.282.867-6.08 8.686.596.893 5.12-7.314 3.41 11.367-12.589.001-.7 1h14.633L11.282.867Z",
|
|
1734
1778
|
fill: "currentColor"
|
|
1735
|
-
}, null, -1), _hoisted_423 = /* @__PURE__ */ (0,
|
|
1779
|
+
}, null, -1), _hoisted_423 = /* @__PURE__ */ (0, import_vue59.createElementVNode)("path", {
|
|
1736
1780
|
"fill-rule": "evenodd",
|
|
1737
1781
|
"clip-rule": "evenodd",
|
|
1738
1782
|
d: "M1 7.5v-1h1v1H1ZM1 6h.5v-.5H2V5H1v1Zm2.5-1h-1v1h1V5ZM1 12v1h1v-.5h-.5V12H1Zm13 1h1v-1h-.5v.5H14v.5Zm1-7V5h-1v.5h.5V6h.5ZM4.5 5v1h1V5h-1Zm2 0v1h1V5h-1Zm2 0v1h1V5h-1Zm2 0v1h1V5h-1Zm2 0v1h1V5h-1ZM15 6.5h-1v1h1v-1Zm0 2h-1v1h1v-1Zm0 2h-1v1h1v-1ZM13.5 13v-1h-1v1h1Zm-2 0v-1h-1v1h1Zm-2 0v-1h-1v1h1Zm-2 0v-1h-1v1h1Zm-2 0v-1h-1v1h1Zm-2 0v-1h-1v1h1ZM1 11.5h1v-1H1v1Zm0-2h1v-1H1v1Z",
|
|
1739
1783
|
fill: "currentColor"
|
|
1740
1784
|
}, null, -1), _hoisted_52 = [
|
|
1741
|
-
|
|
1742
|
-
|
|
1785
|
+
_hoisted_259,
|
|
1786
|
+
_hoisted_358,
|
|
1743
1787
|
_hoisted_423
|
|
1744
1788
|
];
|
|
1745
|
-
function
|
|
1746
|
-
return (0,
|
|
1789
|
+
function _sfc_render59(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1790
|
+
return (0, import_vue59.openBlock)(), (0, import_vue59.createElementBlock)("svg", _hoisted_159, _hoisted_52);
|
|
1747
1791
|
}
|
|
1748
|
-
var icon_terrain_operation_default = /* @__PURE__ */ export_helper_default(
|
|
1792
|
+
var icon_terrain_operation_default = /* @__PURE__ */ export_helper_default(_sfc_main59, [["render", _sfc_render59], ["__file", "icon-terrain-operation.vue"]]);
|
|
1749
1793
|
|
|
1750
1794
|
// src/components/icon-measure-coordinate.vue
|
|
1751
|
-
var
|
|
1752
|
-
var
|
|
1795
|
+
var import_vue60 = __toESM(require_vue(), 1);
|
|
1796
|
+
var _sfc_main60 = {
|
|
1753
1797
|
name: "IconMeasureCoordinate",
|
|
1754
1798
|
title: "\u5750\u6807\u6D4B\u91CF"
|
|
1755
|
-
},
|
|
1799
|
+
}, _hoisted_160 = {
|
|
1756
1800
|
width: "24",
|
|
1757
1801
|
height: "24",
|
|
1758
1802
|
viewBox: "0 0 24 24",
|
|
1759
1803
|
fill: "none",
|
|
1760
1804
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1761
|
-
},
|
|
1805
|
+
}, _hoisted_260 = /* @__PURE__ */ (0, import_vue60.createElementVNode)("path", {
|
|
1762
1806
|
"fill-rule": "evenodd",
|
|
1763
1807
|
"clip-rule": "evenodd",
|
|
1764
1808
|
d: "m8.517.586 3.57 3.57a1 1 0 0 1-1.413 1.415L9.517 4.414v9.95h10.069l-1.157-1.157a1 1 0 1 1 1.415-1.414l3.57 3.57-3.57 3.571a1 1 0 0 1-1.415-1.414l1.157-1.156H8.936L3.388 22h1.43a1 1 0 1 1 0 2H0v-5.295a1 1 0 1 1 2 0v1.854l5.517-5.605V4.414L6.361 5.571a1 1 0 1 1-1.415-1.414L8.517.586Z",
|
|
1765
1809
|
fill: "currentColor"
|
|
1766
|
-
}, null, -1),
|
|
1767
|
-
|
|
1810
|
+
}, null, -1), _hoisted_359 = [
|
|
1811
|
+
_hoisted_260
|
|
1768
1812
|
];
|
|
1769
|
-
function
|
|
1770
|
-
return (0,
|
|
1813
|
+
function _sfc_render60(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1814
|
+
return (0, import_vue60.openBlock)(), (0, import_vue60.createElementBlock)("svg", _hoisted_160, _hoisted_359);
|
|
1771
1815
|
}
|
|
1772
|
-
var icon_measure_coordinate_default = /* @__PURE__ */ export_helper_default(
|
|
1816
|
+
var icon_measure_coordinate_default = /* @__PURE__ */ export_helper_default(_sfc_main60, [["render", _sfc_render60], ["__file", "icon-measure-coordinate.vue"]]);
|
|
1773
1817
|
|
|
1774
1818
|
// src/components/icon-slope-analysis.vue
|
|
1775
|
-
var
|
|
1776
|
-
var
|
|
1819
|
+
var import_vue61 = __toESM(require_vue(), 1);
|
|
1820
|
+
var _sfc_main61 = {
|
|
1777
1821
|
name: "IconSlopeAnalysis",
|
|
1778
1822
|
title: "\u5761\u5EA6\u5206\u6790"
|
|
1779
|
-
},
|
|
1823
|
+
}, _hoisted_161 = {
|
|
1780
1824
|
width: "16",
|
|
1781
1825
|
height: "16",
|
|
1782
1826
|
viewBox: "0 0 16 16",
|
|
1783
1827
|
fill: "none",
|
|
1784
1828
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1785
|
-
},
|
|
1829
|
+
}, _hoisted_261 = /* @__PURE__ */ (0, import_vue61.createElementVNode)("g", {
|
|
1786
1830
|
"clip-path": "url(#a)",
|
|
1787
1831
|
fill: "currentColor"
|
|
1788
1832
|
}, [
|
|
1789
|
-
/* @__PURE__ */ (0,
|
|
1833
|
+
/* @__PURE__ */ (0, import_vue61.createElementVNode)("path", {
|
|
1790
1834
|
"fill-rule": "evenodd",
|
|
1791
1835
|
"clip-rule": "evenodd",
|
|
1792
1836
|
d: "M5.231 4.962c-.51.301-1.08.538-1.686.538-.399 0-.875-.173-1.347-.44A7.362 7.362 0 0 1 .646 3.854a.5.5 0 1 1 .708-.708c.471.472.936.818 1.335 1.044.414.233.71.31.856.31.349 0 .735-.138 1.178-.4.443-.26.894-.613 1.377-.993l.015-.012c.467-.367.966-.759 1.472-1.057.511-.301 1.08-.538 1.686-.538 1.472 0 2.397.873 3.168 1.6l.038.036C13.292 3.902 13.951 4.5 15 4.5a.5.5 0 0 1 0 1c-1.472 0-2.397-.873-3.168-1.6l-.039-.036c-.812-.766-1.472-1.364-2.52-1.364-.349 0-.735.138-1.178.4-.443.26-.894.613-1.377.993l-.015.012c-.467.367-.966.759-1.472 1.057Zm-.789 9.196c-.246.192-.548.342-.897.342-.675 0-1.29-.319-1.765-.654-.478-.337-.878-.737-1.127-.986l-.007-.006a.5.5 0 0 1 .708-.708c.251.252.599.598 1.002.883.411.29.82.471 1.19.471.05 0 .141-.021.282-.13.14-.11.3-.284.473-.524.35-.48.7-1.134 1.067-1.83l.043-.08c.345-.653.706-1.339 1.076-1.864a3.64 3.64 0 0 1 .64-.723C7.36 8.16 7.654 8 8 8c1.499 0 2.755 1.026 3.871 2.147.375.377.754.786 1.13 1.192.192.208.383.414.572.615.57.605 1.143 1.178 1.74 1.656a.5.5 0 1 1-.625.78c-.654-.522-1.264-1.136-1.842-1.75-.204-.216-.402-.43-.597-.64a43.828 43.828 0 0 0-1.086-1.147C10.04 9.724 9.047 9 8 9c-.03 0-.105.013-.24.123-.133.11-.285.283-.455.524-.332.472-.668 1.108-1.027 1.788l-.026.048c-.358.68-.741 1.402-1.142 1.952a3.597 3.597 0 0 1-.668.723Z"
|
|
1793
1837
|
}),
|
|
1794
|
-
/* @__PURE__ */ (0,
|
|
1838
|
+
/* @__PURE__ */ (0, import_vue61.createElementVNode)("path", {
|
|
1795
1839
|
"fill-rule": "evenodd",
|
|
1796
1840
|
"clip-rule": "evenodd",
|
|
1797
1841
|
d: "m10.5 9.5-.354-.354a.5.5 0 0 0 .707.708l.002-.002.01-.01a5.844 5.844 0 0 1 .219-.2c.15-.132.364-.308.612-.483.523-.367 1.106-.659 1.577-.659.385 0 .81.323 1.2.811a5.39 5.39 0 0 1 .54.835l.028.055.007.012v.002a.5.5 0 0 0 .903-.43L15.5 10l.451-.215v-.002l-.001-.002-.003-.006-.01-.02a4.497 4.497 0 0 0-.174-.32 6.375 6.375 0 0 0-.508-.746C14.848 8.177 14.16 7.5 13.273 7.5c-.802 0-1.605.458-2.151.84a8.373 8.373 0 0 0-.953.785l-.016.015-.004.004-.002.002.353.354Z"
|
|
1798
1842
|
}),
|
|
1799
|
-
/* @__PURE__ */ (0,
|
|
1800
|
-
], -1),
|
|
1801
|
-
|
|
1843
|
+
/* @__PURE__ */ (0, import_vue61.createElementVNode)("path", { d: "M3.36 8.081c.304-.172.633-.43.986-.775A38.03 38.03 0 0 0 6.5 5C5.316 7.721 4.27 9.24 3.36 9.555v.945L1 8.751l2.36-1.75v1.08Zm6.617 5.595c-.322-.75-1.314-1.787-2.977-3.11L8.026 10a8.57 8.57 0 0 1 1.709 1.437c.41.448.82.995 1.234 1.64L12 12.455l-.268 3.046-2.948-1.102 1.193-.722Z" })
|
|
1844
|
+
], -1), _hoisted_360 = [
|
|
1845
|
+
_hoisted_261
|
|
1802
1846
|
];
|
|
1803
|
-
function
|
|
1804
|
-
return (0,
|
|
1847
|
+
function _sfc_render61(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1848
|
+
return (0, import_vue61.openBlock)(), (0, import_vue61.createElementBlock)("svg", _hoisted_161, _hoisted_360);
|
|
1805
1849
|
}
|
|
1806
|
-
var icon_slope_analysis_default = /* @__PURE__ */ export_helper_default(
|
|
1850
|
+
var icon_slope_analysis_default = /* @__PURE__ */ export_helper_default(_sfc_main61, [["render", _sfc_render61], ["__file", "icon-slope-analysis.vue"]]);
|
|
1807
1851
|
|
|
1808
1852
|
// src/components/icon-measure-vertical-distance.vue
|
|
1809
|
-
var
|
|
1810
|
-
var
|
|
1853
|
+
var import_vue62 = __toESM(require_vue(), 1);
|
|
1854
|
+
var _sfc_main62 = {
|
|
1811
1855
|
name: "IconMeasureVerticalDistance",
|
|
1812
1856
|
title: "\u5782\u76F4\u8DDD\u79BB\u6D4B\u91CF"
|
|
1813
|
-
},
|
|
1857
|
+
}, _hoisted_162 = {
|
|
1814
1858
|
width: "24",
|
|
1815
1859
|
height: "24",
|
|
1816
1860
|
viewBox: "0 0 24 24",
|
|
1817
1861
|
fill: "none",
|
|
1818
1862
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1819
|
-
},
|
|
1863
|
+
}, _hoisted_262 = /* @__PURE__ */ (0, import_vue62.createElementVNode)("path", {
|
|
1820
1864
|
"fill-rule": "evenodd",
|
|
1821
1865
|
"clip-rule": "evenodd",
|
|
1822
1866
|
d: "M3.667 10.131c-.725 4.342-1.334 9.464-1.673 12.555a1 1 0 1 1-1.988-.218c.34-3.101.953-8.268 1.688-12.666.367-2.194.768-4.229 1.189-5.728.208-.742.434-1.403.684-1.896.124-.244.279-.5.479-.708.193-.2.539-.47 1.028-.47 1.031 0 1.82.516 2.392 1.24.545.693.928 1.614 1.227 2.593.46 1.506.79 3.404 1.12 5.312.098.56.195 1.122.296 1.675.459 2.507.993 4.871 1.877 6.6C12.851 20.11 13.94 21 15.5 21c.463 0 1.059-.165 1.83-.432.145-.05.296-.104.452-.16.607-.216 1.289-.46 1.923-.6.796-.177 1.774-.261 2.644.237.901.517 1.406 1.493 1.636 2.78a1 1 0 1 1-1.97.35c-.178-1.002-.488-1.295-.662-1.395-.206-.118-.562-.165-1.214-.02-.501.111-1.025.298-1.614.507-.174.062-.354.126-.54.19-.753.261-1.644.543-2.485.543-2.598 0-4.24-1.61-5.294-3.67-1.035-2.021-1.608-4.657-2.064-7.15-.11-.607-.215-1.205-.316-1.787-.327-1.88-.626-3.6-1.046-4.976-.274-.896-.57-1.537-.885-1.939-.186-.235-.357-.365-.528-.428l-.016.032c-.161.318-.345.83-.543 1.532-.39 1.392-.778 3.34-1.141 5.517Z",
|
|
1823
1867
|
fill: "currentColor"
|
|
1824
|
-
}, null, -1),
|
|
1868
|
+
}, null, -1), _hoisted_361 = /* @__PURE__ */ (0, import_vue62.createElementVNode)("path", {
|
|
1825
1869
|
"fill-rule": "evenodd",
|
|
1826
1870
|
"clip-rule": "evenodd",
|
|
1827
1871
|
d: "M12 19h-1v-2h1v2Zm3 0h-2v-2h2v2Zm3 0h-2v-2h2v2Zm3 0h-2v-2h2v2Zm2 0h-1v-2h1v2ZM6 3H5V1h1v2Zm3 0H7V1h2v2Zm3 0h-2V1h2v2Zm3 0h-2V1h2v2Zm3 0h-2V1h2v2Zm3 0h-2V1h2v2Zm2 0h-1V1h1v2Z",
|
|
1828
1872
|
fill: "currentColor"
|
|
1829
|
-
}, null, -1), _hoisted_424 = /* @__PURE__ */ (0,
|
|
1873
|
+
}, null, -1), _hoisted_424 = /* @__PURE__ */ (0, import_vue62.createElementVNode)("path", {
|
|
1830
1874
|
"fill-rule": "evenodd",
|
|
1831
1875
|
"clip-rule": "evenodd",
|
|
1832
1876
|
d: "M20 19V1h2v18h-2Z",
|
|
1833
1877
|
fill: "currentColor"
|
|
1834
|
-
}, null, -1), _hoisted_53 = /* @__PURE__ */ (0,
|
|
1878
|
+
}, null, -1), _hoisted_53 = /* @__PURE__ */ (0, import_vue62.createElementVNode)("path", {
|
|
1835
1879
|
d: "M7 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm5 16a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z",
|
|
1836
1880
|
fill: "currentColor"
|
|
1837
1881
|
}, null, -1), _hoisted_6 = [
|
|
1838
|
-
|
|
1839
|
-
|
|
1882
|
+
_hoisted_262,
|
|
1883
|
+
_hoisted_361,
|
|
1840
1884
|
_hoisted_424,
|
|
1841
1885
|
_hoisted_53
|
|
1842
1886
|
];
|
|
1843
|
-
function
|
|
1844
|
-
return (0,
|
|
1887
|
+
function _sfc_render62(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1888
|
+
return (0, import_vue62.openBlock)(), (0, import_vue62.createElementBlock)("svg", _hoisted_162, _hoisted_6);
|
|
1845
1889
|
}
|
|
1846
|
-
var icon_measure_vertical_distance_default = /* @__PURE__ */ export_helper_default(
|
|
1890
|
+
var icon_measure_vertical_distance_default = /* @__PURE__ */ export_helper_default(_sfc_main62, [["render", _sfc_render62], ["__file", "icon-measure-vertical-distance.vue"]]);
|
|
1847
1891
|
|
|
1848
1892
|
// src/components/icon-polygon.vue
|
|
1849
|
-
var
|
|
1850
|
-
var
|
|
1893
|
+
var import_vue63 = __toESM(require_vue(), 1);
|
|
1894
|
+
var _sfc_main63 = {
|
|
1851
1895
|
name: "IconPolygon",
|
|
1852
1896
|
title: "\u591A\u8FB9\u5F62"
|
|
1853
|
-
},
|
|
1897
|
+
}, _hoisted_163 = {
|
|
1854
1898
|
width: "24",
|
|
1855
1899
|
height: "24",
|
|
1856
1900
|
viewBox: "0 0 24 24",
|
|
1857
1901
|
fill: "none",
|
|
1858
1902
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1859
|
-
},
|
|
1903
|
+
}, _hoisted_263 = /* @__PURE__ */ (0, import_vue63.createElementVNode)("path", {
|
|
1860
1904
|
"fill-rule": "evenodd",
|
|
1861
1905
|
"clip-rule": "evenodd",
|
|
1862
1906
|
d: "M18.663 2.14C20.207.47 23 1.56 23 3.838V20.5a2.5 2.5 0 0 1-2.5 2.5h-17A2.5 2.5 0 0 1 1 20.5V7.945c0-2.298 2.841-3.379 4.369-1.66l4.278 4.813a.5.5 0 0 0 .741.007l8.275-8.964ZM21 3.838a.5.5 0 0 0-.867-.34l-8.275 8.965a2.5 2.5 0 0 1-3.706-.035L3.874 7.613A.5.5 0 0 0 3 7.945V20.5a.5.5 0 0 0 .5.5h17a.5.5 0 0 0 .5-.5V3.837Z",
|
|
1863
1907
|
fill: "currentColor"
|
|
1864
|
-
}, null, -1),
|
|
1865
|
-
|
|
1908
|
+
}, null, -1), _hoisted_362 = [
|
|
1909
|
+
_hoisted_263
|
|
1866
1910
|
];
|
|
1867
|
-
function
|
|
1868
|
-
return (0,
|
|
1911
|
+
function _sfc_render63(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1912
|
+
return (0, import_vue63.openBlock)(), (0, import_vue63.createElementBlock)("svg", _hoisted_163, _hoisted_362);
|
|
1869
1913
|
}
|
|
1870
|
-
var icon_polygon_default = /* @__PURE__ */ export_helper_default(
|
|
1914
|
+
var icon_polygon_default = /* @__PURE__ */ export_helper_default(_sfc_main63, [["render", _sfc_render63], ["__file", "icon-polygon.vue"]]);
|
|
1871
1915
|
|
|
1872
1916
|
// src/components/icon-weather-effect.vue
|
|
1873
|
-
var
|
|
1874
|
-
var
|
|
1917
|
+
var import_vue64 = __toESM(require_vue(), 1);
|
|
1918
|
+
var _sfc_main64 = {
|
|
1875
1919
|
name: "IconWeatherEffect",
|
|
1876
1920
|
title: "\u5929\u6C14\u7279\u6548"
|
|
1877
|
-
},
|
|
1921
|
+
}, _hoisted_164 = {
|
|
1878
1922
|
width: "16",
|
|
1879
1923
|
height: "16",
|
|
1880
1924
|
viewBox: "0 0 16 16",
|
|
1881
1925
|
fill: "none",
|
|
1882
1926
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1883
|
-
},
|
|
1927
|
+
}, _hoisted_264 = /* @__PURE__ */ (0, import_vue64.createElementVNode)("path", {
|
|
1884
1928
|
"fill-rule": "evenodd",
|
|
1885
1929
|
"clip-rule": "evenodd",
|
|
1886
1930
|
d: "m13.973 7.189.022-.477a4.5 4.5 0 0 0-8.841-1.385l-.243.904-.918-.183a2.5 2.5 0 1 0-.306 4.945l.076-.005.076.006c.053.004.106.006.161.006h9a2 2 0 0 0 1.33-3.495l-.357-.316ZM3.76 11.99a3.5 3.5 0 1 1 .429-6.923 5.5 5.5 0 0 1 10.806 1.69A3 3 0 0 1 13 12H3.999a2.736 2.736 0 0 1-.24-.008ZM3 13.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5ZM7.5 15a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7Z",
|
|
1887
1931
|
fill: "currentColor"
|
|
1888
|
-
}, null, -1),
|
|
1889
|
-
|
|
1932
|
+
}, null, -1), _hoisted_363 = [
|
|
1933
|
+
_hoisted_264
|
|
1890
1934
|
];
|
|
1891
|
-
function
|
|
1892
|
-
return (0,
|
|
1935
|
+
function _sfc_render64(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1936
|
+
return (0, import_vue64.openBlock)(), (0, import_vue64.createElementBlock)("svg", _hoisted_164, _hoisted_363);
|
|
1893
1937
|
}
|
|
1894
|
-
var icon_weather_effect_default = /* @__PURE__ */ export_helper_default(
|
|
1938
|
+
var icon_weather_effect_default = /* @__PURE__ */ export_helper_default(_sfc_main64, [["render", _sfc_render64], ["__file", "icon-weather-effect.vue"]]);
|
|
1895
1939
|
|
|
1896
1940
|
// src/components/icon-skyline-analysis.vue
|
|
1897
|
-
var
|
|
1898
|
-
var
|
|
1941
|
+
var import_vue65 = __toESM(require_vue(), 1);
|
|
1942
|
+
var _sfc_main65 = {
|
|
1899
1943
|
name: "IconSkylineAnalysis",
|
|
1900
1944
|
title: "\u5929\u9645\u7EBF\u5206\u6790"
|
|
1901
|
-
},
|
|
1945
|
+
}, _hoisted_165 = {
|
|
1902
1946
|
width: "16",
|
|
1903
1947
|
height: "16",
|
|
1904
1948
|
viewBox: "0 0 16 16",
|
|
1905
1949
|
fill: "none",
|
|
1906
1950
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1907
|
-
},
|
|
1951
|
+
}, _hoisted_265 = /* @__PURE__ */ (0, import_vue65.createElementVNode)("path", {
|
|
1908
1952
|
d: "M1 12.93h14V14H1v-1.07Zm11.57-6.505v4.424H10.3V2.934H9.257V2h-2.52v.934H5.93V9.03h-.027V7.293H5.11V4.514H2.194V6.3h-.828v.994H1V8.43h1.506v-.994h.826V5.65h.639v2.78h.794v1.739h2.307V4.07h.804v-.933h.243v.933H9.16v7.916h4.549V7.56H15V6.425h-2.43Z",
|
|
1909
1953
|
fill: "currentColor"
|
|
1910
|
-
}, null, -1),
|
|
1911
|
-
|
|
1954
|
+
}, null, -1), _hoisted_364 = [
|
|
1955
|
+
_hoisted_265
|
|
1912
1956
|
];
|
|
1913
|
-
function
|
|
1914
|
-
return (0,
|
|
1957
|
+
function _sfc_render65(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1958
|
+
return (0, import_vue65.openBlock)(), (0, import_vue65.createElementBlock)("svg", _hoisted_165, _hoisted_364);
|
|
1915
1959
|
}
|
|
1916
|
-
var icon_skyline_analysis_default = /* @__PURE__ */ export_helper_default(
|
|
1960
|
+
var icon_skyline_analysis_default = /* @__PURE__ */ export_helper_default(_sfc_main65, [["render", _sfc_render65], ["__file", "icon-skyline-analysis.vue"]]);
|
|
1917
1961
|
|
|
1918
1962
|
// src/components/icon-child-layer.vue
|
|
1919
|
-
var
|
|
1920
|
-
var
|
|
1963
|
+
var import_vue66 = __toESM(require_vue(), 1);
|
|
1964
|
+
var _sfc_main66 = {
|
|
1921
1965
|
name: "IconChildLayer",
|
|
1922
1966
|
title: "\u5B50\u56FE\u5C42"
|
|
1923
|
-
},
|
|
1967
|
+
}, _hoisted_166 = {
|
|
1924
1968
|
class: "icon",
|
|
1925
1969
|
viewBox: "0 0 1209 1024",
|
|
1926
1970
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1927
1971
|
width: "236.133",
|
|
1928
1972
|
height: "200"
|
|
1929
|
-
},
|
|
1973
|
+
}, _hoisted_266 = /* @__PURE__ */ (0, import_vue66.createElementVNode)("path", {
|
|
1930
1974
|
d: "M965.2 340.32a185.082 185.082 0 0 0-264.666 0 202.664 202.664 0 0 0-52.748 138.81c0 139.737 151.766 250.786 158.244 255.413a43.494 43.494 0 0 0 53.674 0c6.478-4.627 158.245-115.676 158.245-255.412A202.664 202.664 0 0 0 965.2 340.32zM832.868 637.376a253.562 253.562 0 0 1-92.54-158.245 110.124 110.124 0 0 1 28.687-75.884 83.287 83.287 0 0 1 127.706 0 110.124 110.124 0 0 1 28.688 75.884 253.562 253.562 0 0 1-92.54 158.245z",
|
|
1931
1975
|
fill: "currentColor"
|
|
1932
|
-
}, null, -1),
|
|
1976
|
+
}, null, -1), _hoisted_365 = /* @__PURE__ */ (0, import_vue66.createElementVNode)("path", {
|
|
1933
1977
|
d: "M1182.671 10.874a47.196 47.196 0 0 0-44.42 0L794.926 154.313 423.837 3.47a46.27 46.27 0 0 0-35.166 0L27.762 161.716A47.196 47.196 0 0 0 0 204.285V975.15a47.196 47.196 0 0 0 20.359 38.867 47.196 47.196 0 0 0 44.42 7.403l343.326-150.842 370.163 147.14a46.27 46.27 0 0 0 35.166 0l360.909-154.543a47.196 47.196 0 0 0 27.762-42.569V49.742a47.196 47.196 0 0 0-19.434-38.868zm-72.181 779.194L794.925 928.879 424.762 781.74a46.27 46.27 0 0 0-35.165 0L92.54 904.82V234.823L408.105 96.012l370.163 147.14a46.27 46.27 0 0 0 35.166 0l297.056-123.08z",
|
|
1934
1978
|
fill: "currentColor"
|
|
1935
|
-
}, null, -1), _hoisted_425 = /* @__PURE__ */ (0,
|
|
1979
|
+
}, null, -1), _hoisted_425 = /* @__PURE__ */ (0, import_vue66.createElementVNode)("path", {
|
|
1936
1980
|
d: "M876.361 852.07a46.27 46.27 0 0 1-59.226 27.763l-21.284-7.404a48.121 48.121 0 0 1-26.837-60.151 46.27 46.27 0 0 1 63.853-26.837l19.434 7.403a46.27 46.27 0 0 1 24.06 59.226zm-136.035-52.748a46.27 46.27 0 0 1-61.077 21.284l-39.792-19.433a45.345 45.345 0 0 1-24.06-57.375 46.27 46.27 0 0 1 62.002-20.36l37.016 18.509a46.27 46.27 0 0 1 25.911 57.375zm-155.468-77.734a47.196 47.196 0 0 1-64.779 12.955l-36.09-24.986a46.27 46.27 0 0 1-11.106-64.778 47.196 47.196 0 0 1 64.779-10.18l33.315 23.136a46.27 46.27 0 0 1 13.88 63.853zm-138.811-99.019a47.196 47.196 0 0 1-65.704 0l-31.464-33.315a45.345 45.345 0 0 1 0-64.778 46.27 46.27 0 0 1 65.704 0c8.328 9.254 17.583 19.433 27.762 28.688a46.27 46.27 0 0 1 3.702 69.405zM330.37 496.714a46.27 46.27 0 0 1-63.854-15.732c-8.328-13.881-15.731-26.837-22.21-39.793a45.345 45.345 0 0 1 19.434-62.002 47.196 47.196 0 0 1 62.928 19.433 321.117 321.117 0 0 0 19.434 34.24 47.196 47.196 0 0 1-15.732 63.854zm-78.66-150.842a47.196 47.196 0 0 1-58.3-30.538 142.513 142.513 0 0 1-8.33-19.434 46.27 46.27 0 1 1 92.541-29.613 135.11 135.11 0 0 0 0 14.807 47.196 47.196 0 0 1-25.911 64.778z",
|
|
1937
1981
|
fill: "currentColor"
|
|
1938
1982
|
}, null, -1), _hoisted_54 = [
|
|
1939
|
-
|
|
1940
|
-
|
|
1983
|
+
_hoisted_266,
|
|
1984
|
+
_hoisted_365,
|
|
1941
1985
|
_hoisted_425
|
|
1942
1986
|
];
|
|
1943
|
-
function
|
|
1944
|
-
return (0,
|
|
1987
|
+
function _sfc_render66(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1988
|
+
return (0, import_vue66.openBlock)(), (0, import_vue66.createElementBlock)("svg", _hoisted_166, _hoisted_54);
|
|
1945
1989
|
}
|
|
1946
|
-
var icon_child_layer_default = /* @__PURE__ */ export_helper_default(
|
|
1990
|
+
var icon_child_layer_default = /* @__PURE__ */ export_helper_default(_sfc_main66, [["render", _sfc_render66], ["__file", "icon-child-layer.vue"]]);
|
|
1947
1991
|
|
|
1948
1992
|
// src/components/icon-location.vue
|
|
1949
|
-
var
|
|
1950
|
-
var
|
|
1993
|
+
var import_vue67 = __toESM(require_vue(), 1);
|
|
1994
|
+
var _sfc_main67 = {
|
|
1951
1995
|
name: "IconLocation",
|
|
1952
1996
|
title: "\u5B9A\u4F4D"
|
|
1953
|
-
},
|
|
1997
|
+
}, _hoisted_167 = {
|
|
1954
1998
|
width: "16",
|
|
1955
1999
|
height: "16",
|
|
1956
2000
|
viewBox: "0 0 16 16",
|
|
1957
2001
|
fill: "none",
|
|
1958
2002
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1959
|
-
},
|
|
2003
|
+
}, _hoisted_267 = /* @__PURE__ */ (0, import_vue67.createElementVNode)("path", {
|
|
1960
2004
|
"fill-rule": "evenodd",
|
|
1961
2005
|
"clip-rule": "evenodd",
|
|
1962
2006
|
d: "M7.5 1C4.476 1 2 3.476 2 6.5c0 2.15 1.384 4.203 2.863 5.77A19.695 19.695 0 0 0 7.5 14.587a19.698 19.698 0 0 0 2.637-2.32C11.617 10.704 13 8.651 13 6.501 13 3.476 10.524 1 7.5 1Zm0 14.2-.278.416-.001-.001-.004-.003-.015-.01-.054-.037-.199-.14a20.681 20.681 0 0 1-2.813-2.468C2.617 11.346 1 9.049 1 6.499 1 2.924 3.924 0 7.5 0S14 2.924 14 6.5c0 2.55-1.616 4.847-3.137 6.456a20.677 20.677 0 0 1-3.01 2.609l-.055.037-.015.01-.004.003s-.002.001-.279-.415Zm0 0 .278.416a.502.502 0 0 1-.556 0L7.5 15.2Z",
|
|
1963
2007
|
fill: "currentColor"
|
|
1964
|
-
}, null, -1),
|
|
2008
|
+
}, null, -1), _hoisted_366 = /* @__PURE__ */ (0, import_vue67.createElementVNode)("path", {
|
|
1965
2009
|
"fill-rule": "evenodd",
|
|
1966
2010
|
"clip-rule": "evenodd",
|
|
1967
2011
|
d: "M7.5 5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM5 6.5a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Z",
|
|
1968
2012
|
fill: "currentColor"
|
|
1969
2013
|
}, null, -1), _hoisted_426 = [
|
|
1970
|
-
|
|
1971
|
-
|
|
2014
|
+
_hoisted_267,
|
|
2015
|
+
_hoisted_366
|
|
1972
2016
|
];
|
|
1973
|
-
function
|
|
1974
|
-
return (0,
|
|
2017
|
+
function _sfc_render67(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2018
|
+
return (0, import_vue67.openBlock)(), (0, import_vue67.createElementBlock)("svg", _hoisted_167, _hoisted_426);
|
|
1975
2019
|
}
|
|
1976
|
-
var icon_location_default = /* @__PURE__ */ export_helper_default(
|
|
2020
|
+
var icon_location_default = /* @__PURE__ */ export_helper_default(_sfc_main67, [["render", _sfc_render67], ["__file", "icon-location.vue"]]);
|
|
1977
2021
|
|
|
1978
2022
|
// src/components/icon-location2.vue
|
|
1979
|
-
var
|
|
1980
|
-
var
|
|
2023
|
+
var import_vue68 = __toESM(require_vue(), 1);
|
|
2024
|
+
var _sfc_main68 = {
|
|
1981
2025
|
name: "IconLocation2",
|
|
1982
2026
|
title: "\u5B9A\u4F4D2"
|
|
1983
|
-
},
|
|
2027
|
+
}, _hoisted_168 = {
|
|
1984
2028
|
class: "icon",
|
|
1985
2029
|
viewBox: "0 0 1048 1024",
|
|
1986
2030
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1987
2031
|
width: "204.688",
|
|
1988
2032
|
height: "200"
|
|
1989
|
-
},
|
|
2033
|
+
}, _hoisted_268 = /* @__PURE__ */ (0, import_vue68.createElementVNode)("path", {
|
|
1990
2034
|
d: "M1048.672 841.004a109.694 109.694 0 0 1-54.115 87.024A409.523 409.523 0 0 1 877.55 979.95a1290.73 1290.73 0 0 1-355.408 43.877 1290.73 1290.73 0 0 1-355.407-43.877 409.523 409.523 0 0 1-114.813-51.922A109.694 109.694 0 0 1 0 841.004a108.231 108.231 0 0 1 54.116-86.292 389.778 389.778 0 0 1 114.812-51.922 35.833 35.833 0 0 1 45.34 24.864 36.565 36.565 0 0 1-24.132 45.34 328.35 328.35 0 0 0-93.605 40.953c-21.208 15.357-23.402 24.864-23.402 27.057s0 12.432 23.402 27.058a307.143 307.143 0 0 0 93.605 41.684 1230.764 1230.764 0 0 0 334.2 40.952 1230.764 1230.764 0 0 0 334.2-40.952 307.143 307.143 0 0 0 92.143-41.684c21.208-14.626 23.402-24.132 23.402-27.058s0-11.7-23.402-27.057a328.35 328.35 0 0 0-93.605-40.953 37.296 37.296 0 0 1-23.401-41.683 36.565 36.565 0 0 1 43.877-28.52 389.778 389.778 0 0 1 114.813 51.921 108.231 108.231 0 0 1 56.31 86.292z",
|
|
1991
2035
|
fill: "currentColor"
|
|
1992
|
-
}, null, -1),
|
|
2036
|
+
}, null, -1), _hoisted_367 = /* @__PURE__ */ (0, import_vue68.createElementVNode)("path", {
|
|
1993
2037
|
d: "M544.081 822.722a35.102 35.102 0 0 1-39.49 0l19.745-29.983z",
|
|
1994
2038
|
fill: "currentColor"
|
|
1995
|
-
}, null, -1), _hoisted_427 = /* @__PURE__ */ (0,
|
|
2039
|
+
}, null, -1), _hoisted_427 = /* @__PURE__ */ (0, import_vue68.createElementVNode)("path", {
|
|
1996
2040
|
d: "M524.336.019A349.557 349.557 0 0 0 171.122 345.92 519.948 519.948 0 0 0 339.32 684.508a1196.393 1196.393 0 0 0 113.35 100.918l37.296 27.79 10.239 7.312 19.744-29.983 19.745 29.983a55.578 55.578 0 0 1 10.97-7.313l36.564-27.789a1196.393 1196.393 0 0 0 122.126-100.918A519.948 519.948 0 0 0 877.55 345.92 349.557 349.557 0 0 0 524.336.019zm133.827 633.299a1068.417 1068.417 0 0 1-106.769 97.993l-27.058 20.476-27.058-20.476a1068.417 1068.417 0 0 1-105.306-97.993A449.744 449.744 0 0 1 245.714 345.92 276.428 276.428 0 0 1 524.336 73.148 276.428 276.428 0 0 1 804.421 345.92a449.744 449.744 0 0 1-146.258 287.398z",
|
|
1997
2041
|
fill: "currentColor"
|
|
1998
|
-
}, null, -1), _hoisted_55 = /* @__PURE__ */ (0,
|
|
2042
|
+
}, null, -1), _hoisted_55 = /* @__PURE__ */ (0, import_vue68.createElementVNode)("path", {
|
|
1999
2043
|
d: "M524.336 195.274a158.69 158.69 0 1 0 158.69 158.69 158.69 158.69 0 0 0-158.69-158.69zm0 243.52a85.561 85.561 0 1 1 85.561-84.83 85.561 85.561 0 0 1-85.56 84.83z",
|
|
2000
2044
|
fill: "currentColor"
|
|
2001
2045
|
}, null, -1), _hoisted_62 = [
|
|
2002
|
-
|
|
2003
|
-
|
|
2046
|
+
_hoisted_268,
|
|
2047
|
+
_hoisted_367,
|
|
2004
2048
|
_hoisted_427,
|
|
2005
2049
|
_hoisted_55
|
|
2006
2050
|
];
|
|
2007
|
-
function
|
|
2008
|
-
return (0,
|
|
2051
|
+
function _sfc_render68(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2052
|
+
return (0, import_vue68.openBlock)(), (0, import_vue68.createElementBlock)("svg", _hoisted_168, _hoisted_62);
|
|
2009
2053
|
}
|
|
2010
|
-
var icon_location2_default = /* @__PURE__ */ export_helper_default(
|
|
2054
|
+
var icon_location2_default = /* @__PURE__ */ export_helper_default(_sfc_main68, [["render", _sfc_render68], ["__file", "icon-location2.vue"]]);
|
|
2011
2055
|
|
|
2012
2056
|
// src/components/icon-contrast.vue
|
|
2013
|
-
var
|
|
2014
|
-
var
|
|
2057
|
+
var import_vue69 = __toESM(require_vue(), 1);
|
|
2058
|
+
var _sfc_main69 = {
|
|
2015
2059
|
name: "IconContrast",
|
|
2016
2060
|
title: "\u5BF9\u6BD4"
|
|
2017
|
-
},
|
|
2061
|
+
}, _hoisted_169 = {
|
|
2018
2062
|
class: "icon",
|
|
2019
2063
|
viewBox: "0 0 1024 1024",
|
|
2020
2064
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2021
2065
|
width: "200",
|
|
2022
2066
|
height: "200"
|
|
2023
|
-
},
|
|
2024
|
-
|
|
2067
|
+
}, _hoisted_269 = /* @__PURE__ */ (0, import_vue69.createElementVNode)("path", { d: "M512.714 0a512 512 0 1 0 511.285 512.714A512 512 0 0 0 512.714.001zm-35.705 950.45a439.877 439.877 0 0 1-262.783-117.111h262.783zm0-188.52H149.96a428.452 428.452 0 0 1-57.842-119.252H477.01zm0-190.66H76.407A406.315 406.315 0 0 1 71.41 512a423.453 423.453 0 0 1 4.284-59.983H477.01zm0-190.661H92.117a428.452 428.452 0 0 1 57.841-118.539H477.01zm0-189.947H214.226A432.022 432.022 0 0 1 477.009 71.409zm71.409 759.787V71.41a440.591 440.591 0 0 1 0 879.04z" }, null, -1), _hoisted_368 = [
|
|
2068
|
+
_hoisted_269
|
|
2025
2069
|
];
|
|
2026
|
-
function
|
|
2027
|
-
return (0,
|
|
2070
|
+
function _sfc_render69(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2071
|
+
return (0, import_vue69.openBlock)(), (0, import_vue69.createElementBlock)("svg", _hoisted_169, _hoisted_368);
|
|
2028
2072
|
}
|
|
2029
|
-
var icon_contrast_default = /* @__PURE__ */ export_helper_default(
|
|
2073
|
+
var icon_contrast_default = /* @__PURE__ */ export_helper_default(_sfc_main69, [["render", _sfc_render69], ["__file", "icon-contrast.vue"]]);
|
|
2030
2074
|
|
|
2031
2075
|
// src/components/icon-import.vue
|
|
2032
|
-
var
|
|
2033
|
-
var
|
|
2076
|
+
var import_vue70 = __toESM(require_vue(), 1);
|
|
2077
|
+
var _sfc_main70 = {
|
|
2034
2078
|
name: "IconImport",
|
|
2035
2079
|
title: "\u5BFC\u5165"
|
|
2036
|
-
},
|
|
2080
|
+
}, _hoisted_170 = {
|
|
2037
2081
|
class: "icon",
|
|
2038
2082
|
viewBox: "0 0 1024 1024",
|
|
2039
2083
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2040
2084
|
width: "200",
|
|
2041
2085
|
height: "200"
|
|
2042
|
-
},
|
|
2086
|
+
}, _hoisted_270 = /* @__PURE__ */ (0, import_vue70.createElementVNode)("path", {
|
|
2043
2087
|
d: "M0 118.154A118.154 118.154 0 0 1 118.154 0h262.301a39.385 39.385 0 0 1 39.385 39.385 39.385 39.385 0 0 1-39.385 39.384H118.154a39.385 39.385 0 0 0-39.385 39.385v787.692a39.385 39.385 0 0 0 39.385 39.385h787.692a39.385 39.385 0 0 0 39.385-39.385V643.545a39.385 39.385 0 0 1 78.769 0v262.301A118.154 118.154 0 0 1 905.846 1024H118.154A118.154 118.154 0 0 1 0 905.846zm341.858 172.504a39.385 39.385 0 0 1 51.988 24.419l68.53 205.588a987.766 987.766 0 0 1 157.538-300.899A687.655 687.655 0 0 1 917.662 29.145 39.385 39.385 0 1 1 945.23 102.4a615.975 615.975 0 0 0-268.603 169.354 995.643 995.643 0 0 0-157.539 308.775l240.246-78.769a38.597 38.597 0 0 1 49.625 25.206 39.385 39.385 0 0 1-25.206 49.625L472.615 680.566a39.385 39.385 0 0 1-49.624-24.418L315.077 341.07a39.385 39.385 0 0 1 26.781-50.413z",
|
|
2044
2088
|
fill: "currentColor"
|
|
2045
|
-
}, null, -1),
|
|
2046
|
-
|
|
2089
|
+
}, null, -1), _hoisted_369 = [
|
|
2090
|
+
_hoisted_270
|
|
2047
2091
|
];
|
|
2048
|
-
function
|
|
2049
|
-
return (0,
|
|
2092
|
+
function _sfc_render70(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2093
|
+
return (0, import_vue70.openBlock)(), (0, import_vue70.createElementBlock)("svg", _hoisted_170, _hoisted_369);
|
|
2050
2094
|
}
|
|
2051
|
-
var icon_import_default = /* @__PURE__ */ export_helper_default(
|
|
2095
|
+
var icon_import_default = /* @__PURE__ */ export_helper_default(_sfc_main70, [["render", _sfc_render70], ["__file", "icon-import.vue"]]);
|
|
2052
2096
|
|
|
2053
2097
|
// src/components/icon-export.vue
|
|
2054
|
-
var
|
|
2055
|
-
var
|
|
2098
|
+
var import_vue71 = __toESM(require_vue(), 1);
|
|
2099
|
+
var _sfc_main71 = {
|
|
2056
2100
|
name: "IconExport",
|
|
2057
2101
|
title: "\u5BFC\u51FA"
|
|
2058
|
-
},
|
|
2102
|
+
}, _hoisted_171 = {
|
|
2059
2103
|
width: "16",
|
|
2060
2104
|
height: "16",
|
|
2061
2105
|
viewBox: "0 0 16 16",
|
|
2062
2106
|
fill: "none",
|
|
2063
2107
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2064
|
-
},
|
|
2108
|
+
}, _hoisted_271 = /* @__PURE__ */ (0, import_vue71.createElementVNode)("path", {
|
|
2065
2109
|
"fill-rule": "evenodd",
|
|
2066
2110
|
"clip-rule": "evenodd",
|
|
2067
2111
|
d: "M15.354 3.647a.5.5 0 0 1 0 .707l-3.182 3.182a.5.5 0 0 1-.707-.707l2.283-2.283c-1.886.142-3.462.612-4.613 1.392-1.372.93-2.177 2.323-2.177 4.255a.5.5 0 1 1-1 0c0-2.26.967-3.965 2.615-5.082 1.371-.93 3.187-1.438 5.257-1.573l-2.365-2.366a.5.5 0 0 1 .707-.707l3.182 3.182Z",
|
|
2068
2112
|
fill: "currentColor"
|
|
2069
|
-
}, null, -1),
|
|
2113
|
+
}, null, -1), _hoisted_370 = /* @__PURE__ */ (0, import_vue71.createElementVNode)("path", {
|
|
2070
2114
|
"fill-rule": "evenodd",
|
|
2071
2115
|
"clip-rule": "evenodd",
|
|
2072
2116
|
d: "M8 2H2v12h12V9h1v5a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h6v1Z",
|
|
2073
2117
|
fill: "currentColor"
|
|
2074
2118
|
}, null, -1), _hoisted_428 = [
|
|
2075
|
-
|
|
2076
|
-
|
|
2119
|
+
_hoisted_271,
|
|
2120
|
+
_hoisted_370
|
|
2077
2121
|
];
|
|
2078
|
-
function
|
|
2079
|
-
return (0,
|
|
2122
|
+
function _sfc_render71(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2123
|
+
return (0, import_vue71.openBlock)(), (0, import_vue71.createElementBlock)("svg", _hoisted_171, _hoisted_428);
|
|
2080
2124
|
}
|
|
2081
|
-
var icon_export_default = /* @__PURE__ */ export_helper_default(
|
|
2125
|
+
var icon_export_default = /* @__PURE__ */ export_helper_default(_sfc_main71, [["render", _sfc_render71], ["__file", "icon-export.vue"]]);
|
|
2082
2126
|
|
|
2083
2127
|
// src/components/icon-export2.vue
|
|
2084
|
-
var
|
|
2085
|
-
var
|
|
2128
|
+
var import_vue72 = __toESM(require_vue(), 1);
|
|
2129
|
+
var _sfc_main72 = {
|
|
2086
2130
|
name: "IconExport2",
|
|
2087
2131
|
title: "\u5BFC\u51FA2"
|
|
2088
|
-
},
|
|
2132
|
+
}, _hoisted_172 = {
|
|
2089
2133
|
class: "icon",
|
|
2090
2134
|
viewBox: "0 0 1026 1024",
|
|
2091
2135
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2092
2136
|
width: "200.391",
|
|
2093
2137
|
height: "200"
|
|
2094
|
-
},
|
|
2138
|
+
}, _hoisted_272 = /* @__PURE__ */ (0, import_vue72.createElementVNode)("path", {
|
|
2095
2139
|
d: "M0 118.154A118.154 118.154 0 0 1 118.154 0h262.301a39.385 39.385 0 0 1 39.385 39.385 39.385 39.385 0 0 1-39.385 39.384H118.154a39.385 39.385 0 0 0-39.385 39.385v787.692a39.385 39.385 0 0 0 39.385 39.385h787.692a39.385 39.385 0 0 0 39.385-39.385V643.545a39.385 39.385 0 0 1 78.769 0v262.301A118.154 118.154 0 0 1 905.846 1024H118.154A118.154 118.154 0 0 1 0 905.846zm879.065 69.317 66.166 206.375A39.385 39.385 0 1 0 1024 367.852L919.237 52.775a35.446 35.446 0 0 0-8.665-13.39 30.72 30.72 0 0 0-13.39-8.665 45.686 45.686 0 0 0-14.179 0 40.172 40.172 0 0 0-13.39 0l-318.228 102.4a40.172 40.172 0 0 0-25.207 49.625 38.597 38.597 0 0 0 49.625 25.206l236.308-78.77a995.643 995.643 0 0 1-157.539 308.776 615.975 615.975 0 0 1-260.726 168.566 39.385 39.385 0 0 0 29.145 73.255A687.655 687.655 0 0 0 722.314 488.37a987.766 987.766 0 0 0 156.75-300.898z",
|
|
2096
2140
|
fill: "currentColor"
|
|
2097
|
-
}, null, -1),
|
|
2098
|
-
|
|
2141
|
+
}, null, -1), _hoisted_371 = [
|
|
2142
|
+
_hoisted_272
|
|
2099
2143
|
];
|
|
2100
|
-
function
|
|
2101
|
-
return (0,
|
|
2144
|
+
function _sfc_render72(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2145
|
+
return (0, import_vue72.openBlock)(), (0, import_vue72.createElementBlock)("svg", _hoisted_172, _hoisted_371);
|
|
2102
2146
|
}
|
|
2103
|
-
var icon_export2_default = /* @__PURE__ */ export_helper_default(
|
|
2147
|
+
var icon_export2_default = /* @__PURE__ */ export_helper_default(_sfc_main72, [["render", _sfc_render72], ["__file", "icon-export2.vue"]]);
|
|
2104
2148
|
|
|
2105
2149
|
// src/components/icon-center-aligned.vue
|
|
2106
|
-
var
|
|
2107
|
-
var
|
|
2150
|
+
var import_vue73 = __toESM(require_vue(), 1);
|
|
2151
|
+
var _sfc_main73 = {
|
|
2108
2152
|
name: "IconCenterAligned",
|
|
2109
2153
|
title: "\u5C45\u4E2D\u5BF9\u9F50"
|
|
2110
|
-
},
|
|
2154
|
+
}, _hoisted_173 = {
|
|
2111
2155
|
class: "icon",
|
|
2112
2156
|
viewBox: "0 0 1210 1024",
|
|
2113
2157
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2114
2158
|
width: "236.328",
|
|
2115
2159
|
height: "200"
|
|
2116
|
-
},
|
|
2160
|
+
}, _hoisted_273 = /* @__PURE__ */ (0, import_vue73.createElementVNode)("path", {
|
|
2117
2161
|
d: "M46.545 0A46.545 46.545 0 0 0 0 46.545a46.545 46.545 0 0 0 46.545 46.546h1117.091a46.545 46.545 0 0 0 46.546-46.546A46.545 46.545 0 0 0 1163.636 0zm186.182 309.993a46.545 46.545 0 0 0-46.545 46.545 46.545 46.545 0 0 0 46.545 46.546h744.728A46.545 46.545 0 0 0 1024 356.538a46.545 46.545 0 0 0-46.545-46.545zM0 667.462a46.545 46.545 0 0 1 46.545-46.546h1117.091a46.545 46.545 0 0 1 46.546 46.546 46.545 46.545 0 0 1-46.546 46.545H46.546A46.545 46.545 0 0 1 0 667.462zm232.727 263.447a46.545 46.545 0 0 0 0 93.091h744.728a46.545 46.545 0 0 0 0-93.09z",
|
|
2118
2162
|
fill: "currentColor"
|
|
2119
|
-
}, null, -1),
|
|
2120
|
-
|
|
2163
|
+
}, null, -1), _hoisted_372 = [
|
|
2164
|
+
_hoisted_273
|
|
2121
2165
|
];
|
|
2122
|
-
function
|
|
2123
|
-
return (0,
|
|
2166
|
+
function _sfc_render73(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2167
|
+
return (0, import_vue73.openBlock)(), (0, import_vue73.createElementBlock)("svg", _hoisted_173, _hoisted_372);
|
|
2124
2168
|
}
|
|
2125
|
-
var icon_center_aligned_default = /* @__PURE__ */ export_helper_default(
|
|
2169
|
+
var icon_center_aligned_default = /* @__PURE__ */ export_helper_default(_sfc_main73, [["render", _sfc_render73], ["__file", "icon-center-aligned.vue"]]);
|
|
2126
2170
|
|
|
2127
2171
|
// src/components/icon-attribute.vue
|
|
2128
|
-
var
|
|
2129
|
-
var
|
|
2172
|
+
var import_vue74 = __toESM(require_vue(), 1);
|
|
2173
|
+
var _sfc_main74 = {
|
|
2130
2174
|
name: "IconAttribute",
|
|
2131
2175
|
title: "\u5C5E\u6027"
|
|
2132
|
-
},
|
|
2176
|
+
}, _hoisted_174 = {
|
|
2133
2177
|
class: "icon",
|
|
2134
2178
|
viewBox: "0 0 1027 1024",
|
|
2135
2179
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2136
2180
|
width: "200.586",
|
|
2137
2181
|
height: "200"
|
|
2138
|
-
},
|
|
2139
|
-
|
|
2182
|
+
}, _hoisted_274 = /* @__PURE__ */ (0, import_vue74.createElementVNode)("path", { d: "M513.77 198.794a57.784 57.784 0 1 0 57.784 57.784 57.784 57.784 0 0 0-57.785-57.784zm96.5 525.26h-57.785V415.485a29.47 29.47 0 0 0-28.893-28.892h-45.65a28.892 28.892 0 0 0-28.891 28.892 28.892 28.892 0 0 0 28.892 28.892h19.069v279.677h-57.785a28.892 28.892 0 0 0-28.892 28.892 28.892 28.892 0 0 0 28.892 28.893H610.27a29.47 29.47 0 0 0 28.892-28.893 28.892 28.892 0 0 0-28.892-28.892zm0 0h-57.785V415.485a29.47 29.47 0 0 0-28.893-28.892h-45.65a28.892 28.892 0 0 0-28.891 28.892 28.892 28.892 0 0 0 28.892 28.892h19.069v279.677h-57.785a28.892 28.892 0 0 0-28.892 28.892 28.892 28.892 0 0 0 28.892 28.893H610.27a29.47 29.47 0 0 0 28.892-28.893 28.892 28.892 0 0 0-28.892-28.892zm-96.5-404.491a57.784 57.784 0 1 0-57.785-57.784 57.784 57.784 0 0 0 57.784 57.784zm361.152-168.73a511.97 511.97 0 1 0 149.084 361.152 511.392 511.392 0 0 0-149.084-361.153zM833.895 832.11a453.608 453.608 0 1 1 132.326-320.126A451.297 451.297 0 0 1 833.895 832.11zM610.269 724.054h-57.784V415.485a29.47 29.47 0 0 0-28.893-28.892h-45.65a28.892 28.892 0 0 0-28.891 28.892 28.892 28.892 0 0 0 28.892 28.892h19.069v279.677h-57.785a28.892 28.892 0 0 0-28.892 28.892 28.892 28.892 0 0 0 28.892 28.893H610.27a29.47 29.47 0 0 0 28.892-28.893 28.892 28.892 0 0 0-28.892-28.892zm-96.5-404.491a57.784 57.784 0 1 0-57.784-57.784 57.784 57.784 0 0 0 57.784 57.784z" }, null, -1), _hoisted_373 = [
|
|
2183
|
+
_hoisted_274
|
|
2140
2184
|
];
|
|
2141
|
-
function
|
|
2142
|
-
return (0,
|
|
2185
|
+
function _sfc_render74(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2186
|
+
return (0, import_vue74.openBlock)(), (0, import_vue74.createElementBlock)("svg", _hoisted_174, _hoisted_373);
|
|
2143
2187
|
}
|
|
2144
|
-
var icon_attribute_default = /* @__PURE__ */ export_helper_default(
|
|
2188
|
+
var icon_attribute_default = /* @__PURE__ */ export_helper_default(_sfc_main74, [["render", _sfc_render74], ["__file", "icon-attribute.vue"]]);
|
|
2145
2189
|
|
|
2146
2190
|
// src/components/icon-tool-bar.vue
|
|
2147
|
-
var
|
|
2148
|
-
var
|
|
2191
|
+
var import_vue75 = __toESM(require_vue(), 1);
|
|
2192
|
+
var _sfc_main75 = {
|
|
2149
2193
|
name: "IconToolBar",
|
|
2150
2194
|
title: "\u5DE5\u5177\u6761"
|
|
2151
|
-
},
|
|
2195
|
+
}, _hoisted_175 = {
|
|
2152
2196
|
width: "16",
|
|
2153
2197
|
height: "16",
|
|
2154
2198
|
viewBox: "0 0 16 16",
|
|
2155
2199
|
fill: "none",
|
|
2156
2200
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2157
|
-
},
|
|
2201
|
+
}, _hoisted_275 = /* @__PURE__ */ (0, import_vue75.createElementVNode)("path", {
|
|
2158
2202
|
d: "M3.553 2.18A2.333 2.333 0 0 1 6.39 5.49l7.14 7.14-.943.942-7.14-7.14a2.335 2.335 0 0 1-3.308-2.837L3.63 5.087a1 1 0 1 0 1.414-1.414L3.553 2.18Zm6.912 1.257 2.121-1.179.943.943-1.179 2.121-1.179.236-1.413 1.414-.943-.943 1.414-1.414.236-1.178ZM5.986 8.858l.943.943-3.536 3.535a.667.667 0 0 1-.994-.885l.052-.058 3.535-3.535Z",
|
|
2159
2203
|
fill: "currentColor"
|
|
2160
|
-
}, null, -1),
|
|
2161
|
-
|
|
2204
|
+
}, null, -1), _hoisted_374 = [
|
|
2205
|
+
_hoisted_275
|
|
2162
2206
|
];
|
|
2163
|
-
function
|
|
2164
|
-
return (0,
|
|
2207
|
+
function _sfc_render75(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2208
|
+
return (0, import_vue75.openBlock)(), (0, import_vue75.createElementBlock)("svg", _hoisted_175, _hoisted_374);
|
|
2165
2209
|
}
|
|
2166
|
-
var icon_tool_bar_default = /* @__PURE__ */ export_helper_default(
|
|
2210
|
+
var icon_tool_bar_default = /* @__PURE__ */ export_helper_default(_sfc_main75, [["render", _sfc_render75], ["__file", "icon-tool-bar.vue"]]);
|
|
2167
2211
|
|
|
2168
2212
|
// src/components/icon-tool-box.vue
|
|
2169
|
-
var
|
|
2170
|
-
var
|
|
2213
|
+
var import_vue76 = __toESM(require_vue(), 1);
|
|
2214
|
+
var _sfc_main76 = {
|
|
2171
2215
|
name: "IconToolBox",
|
|
2172
2216
|
title: "\u5DE5\u5177\u7BB1"
|
|
2173
|
-
},
|
|
2217
|
+
}, _hoisted_176 = {
|
|
2174
2218
|
width: "16",
|
|
2175
2219
|
height: "16",
|
|
2176
2220
|
viewBox: "0 0 16 16",
|
|
2177
2221
|
fill: "none",
|
|
2178
2222
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2179
|
-
},
|
|
2223
|
+
}, _hoisted_276 = /* @__PURE__ */ (0, import_vue76.createElementVNode)("path", {
|
|
2180
2224
|
"fill-rule": "evenodd",
|
|
2181
2225
|
"clip-rule": "evenodd",
|
|
2182
2226
|
d: "M13.6 6H2.4c-.202 0-.4.173-.4.429v7.142c0 .256.198.429.4.429h11.2c.202 0 .4-.173.4-.429V6.43a.415.415 0 0 0-.4-.43ZM2.4 5h11.2c.773 0 1.4.64 1.4 1.429v7.142c0 .79-.627 1.429-1.4 1.429H2.4c-.773 0-1.4-.64-1.4-1.429V6.43C1 5.639 1.627 5 2.4 5Z",
|
|
2183
2227
|
fill: "currentColor"
|
|
2184
|
-
}, null, -1),
|
|
2228
|
+
}, null, -1), _hoisted_375 = /* @__PURE__ */ (0, import_vue76.createElementVNode)("path", {
|
|
2185
2229
|
"fill-rule": "evenodd",
|
|
2186
2230
|
"clip-rule": "evenodd",
|
|
2187
2231
|
d: "M10 15V3.444a.418.418 0 0 0-.133-.3A.53.53 0 0 0 9.5 3h-3a.53.53 0 0 0-.367.143.418.418 0 0 0-.133.301V15H5V3.444c0-.383.158-.75.44-1.02A1.53 1.53 0 0 1 6.5 2h3c.398 0 .78.152 1.06.423.282.271.44.638.44 1.021V15h-1Z",
|
|
2188
2232
|
fill: "currentColor"
|
|
2189
2233
|
}, null, -1), _hoisted_429 = [
|
|
2190
|
-
|
|
2191
|
-
|
|
2234
|
+
_hoisted_276,
|
|
2235
|
+
_hoisted_375
|
|
2192
2236
|
];
|
|
2193
|
-
function
|
|
2194
|
-
return (0,
|
|
2237
|
+
function _sfc_render76(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2238
|
+
return (0, import_vue76.openBlock)(), (0, import_vue76.createElementBlock)("svg", _hoisted_176, _hoisted_429);
|
|
2195
2239
|
}
|
|
2196
|
-
var icon_tool_box_default = /* @__PURE__ */ export_helper_default(
|
|
2240
|
+
var icon_tool_box_default = /* @__PURE__ */ export_helper_default(_sfc_main76, [["render", _sfc_render76], ["__file", "icon-tool-box.vue"]]);
|
|
2197
2241
|
|
|
2198
2242
|
// src/components/icon-grid-left.vue
|
|
2199
|
-
var
|
|
2200
|
-
var
|
|
2243
|
+
var import_vue77 = __toESM(require_vue(), 1);
|
|
2244
|
+
var _sfc_main77 = {
|
|
2201
2245
|
name: "IconGridLeft",
|
|
2202
2246
|
title: "\u5DE6"
|
|
2203
|
-
},
|
|
2247
|
+
}, _hoisted_177 = {
|
|
2204
2248
|
class: "icon",
|
|
2205
2249
|
viewBox: "0 0 1024 1024",
|
|
2206
2250
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2207
2251
|
width: "200",
|
|
2208
2252
|
height: "200"
|
|
2209
|
-
},
|
|
2253
|
+
}, _hoisted_277 = /* @__PURE__ */ (0, import_vue77.createElementVNode)("path", {
|
|
2210
2254
|
d: "M0 377.263h269.474v269.474H0z",
|
|
2211
2255
|
fill: "currentColor"
|
|
2212
|
-
}, null, -1),
|
|
2256
|
+
}, null, -1), _hoisted_376 = /* @__PURE__ */ (0, import_vue77.createElementVNode)("path", {
|
|
2213
2257
|
d: "M0 0h269.474v269.474H0zm0 754.526h269.474V1024H0zM377.263 0h269.474v269.474H377.263zm0 377.263h269.474v269.474H377.263zm0 377.263h269.474V1024H377.263zM754.526 0H1024v269.474H754.526zm0 377.263H1024v269.474H754.526zm0 377.263H1024V1024H754.526z",
|
|
2214
2258
|
fill: "#CDD0D6"
|
|
2215
2259
|
}, null, -1), _hoisted_430 = [
|
|
2216
|
-
|
|
2217
|
-
|
|
2260
|
+
_hoisted_277,
|
|
2261
|
+
_hoisted_376
|
|
2218
2262
|
];
|
|
2219
|
-
function
|
|
2220
|
-
return (0,
|
|
2263
|
+
function _sfc_render77(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2264
|
+
return (0, import_vue77.openBlock)(), (0, import_vue77.createElementBlock)("svg", _hoisted_177, _hoisted_430);
|
|
2221
2265
|
}
|
|
2222
|
-
var icon_grid_left_default = /* @__PURE__ */ export_helper_default(
|
|
2266
|
+
var icon_grid_left_default = /* @__PURE__ */ export_helper_default(_sfc_main77, [["render", _sfc_render77], ["__file", "icon-grid-left.vue"]]);
|
|
2223
2267
|
|
|
2224
2268
|
// src/components/icon-gird-left-up.vue
|
|
2225
|
-
var
|
|
2226
|
-
var
|
|
2269
|
+
var import_vue78 = __toESM(require_vue(), 1);
|
|
2270
|
+
var _sfc_main78 = {
|
|
2227
2271
|
name: "IconGirdLeftUp",
|
|
2228
2272
|
title: "\u5DE6\u4E0A"
|
|
2229
|
-
},
|
|
2273
|
+
}, _hoisted_178 = {
|
|
2230
2274
|
class: "icon",
|
|
2231
2275
|
viewBox: "0 0 1024 1024",
|
|
2232
2276
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2233
2277
|
width: "200",
|
|
2234
2278
|
height: "200"
|
|
2235
|
-
},
|
|
2279
|
+
}, _hoisted_278 = /* @__PURE__ */ (0, import_vue78.createElementVNode)("path", {
|
|
2236
2280
|
d: "M0 0h269.474v269.474H0z",
|
|
2237
2281
|
fill: "currentColor"
|
|
2238
|
-
}, null, -1),
|
|
2282
|
+
}, null, -1), _hoisted_377 = /* @__PURE__ */ (0, import_vue78.createElementVNode)("path", {
|
|
2239
2283
|
d: "M0 377.263h269.474v269.474H0zm0 377.263h269.474V1024H0zM377.263 0h269.474v269.474H377.263zm0 377.263h269.474v269.474H377.263zm0 377.263h269.474V1024H377.263zM754.526 0H1024v269.474H754.526zm0 377.263H1024v269.474H754.526zm0 377.263H1024V1024H754.526z",
|
|
2240
2284
|
fill: "#CDD0D6"
|
|
2241
2285
|
}, null, -1), _hoisted_431 = [
|
|
2242
|
-
|
|
2243
|
-
|
|
2286
|
+
_hoisted_278,
|
|
2287
|
+
_hoisted_377
|
|
2244
2288
|
];
|
|
2245
|
-
function
|
|
2246
|
-
return (0,
|
|
2289
|
+
function _sfc_render78(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2290
|
+
return (0, import_vue78.openBlock)(), (0, import_vue78.createElementBlock)("svg", _hoisted_178, _hoisted_431);
|
|
2247
2291
|
}
|
|
2248
|
-
var icon_gird_left_up_default = /* @__PURE__ */ export_helper_default(
|
|
2292
|
+
var icon_gird_left_up_default = /* @__PURE__ */ export_helper_default(_sfc_main78, [["render", _sfc_render78], ["__file", "icon-gird-left-up.vue"]]);
|
|
2249
2293
|
|
|
2250
2294
|
// src/components/icon-grid-left-down.vue
|
|
2251
|
-
var
|
|
2252
|
-
var
|
|
2295
|
+
var import_vue79 = __toESM(require_vue(), 1);
|
|
2296
|
+
var _sfc_main79 = {
|
|
2253
2297
|
name: "IconGridLeftDown",
|
|
2254
2298
|
title: "\u5DE6\u4E0B"
|
|
2255
|
-
},
|
|
2299
|
+
}, _hoisted_179 = {
|
|
2256
2300
|
class: "icon",
|
|
2257
2301
|
viewBox: "0 0 1024 1024",
|
|
2258
2302
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2259
2303
|
width: "200",
|
|
2260
2304
|
height: "200"
|
|
2261
|
-
},
|
|
2305
|
+
}, _hoisted_279 = /* @__PURE__ */ (0, import_vue79.createElementVNode)("path", {
|
|
2262
2306
|
d: "M0 754.526h269.474V1024H0z",
|
|
2263
2307
|
fill: "currentColor"
|
|
2264
|
-
}, null, -1),
|
|
2308
|
+
}, null, -1), _hoisted_378 = /* @__PURE__ */ (0, import_vue79.createElementVNode)("path", {
|
|
2265
2309
|
d: "M0 0h269.474v269.474H0zm0 377.263h269.474v269.474H0zM377.263 0h269.474v269.474H377.263zm0 377.263h269.474v269.474H377.263zm0 377.263h269.474V1024H377.263zM754.526 0H1024v269.474H754.526zm0 377.263H1024v269.474H754.526zm0 377.263H1024V1024H754.526z",
|
|
2266
2310
|
fill: "#CDD0D6"
|
|
2267
2311
|
}, null, -1), _hoisted_432 = [
|
|
2268
|
-
|
|
2269
|
-
|
|
2312
|
+
_hoisted_279,
|
|
2313
|
+
_hoisted_378
|
|
2270
2314
|
];
|
|
2271
|
-
function
|
|
2272
|
-
return (0,
|
|
2315
|
+
function _sfc_render79(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2316
|
+
return (0, import_vue79.openBlock)(), (0, import_vue79.createElementBlock)("svg", _hoisted_179, _hoisted_432);
|
|
2273
2317
|
}
|
|
2274
|
-
var icon_grid_left_down_default = /* @__PURE__ */ export_helper_default(
|
|
2318
|
+
var icon_grid_left_down_default = /* @__PURE__ */ export_helper_default(_sfc_main79, [["render", _sfc_render79], ["__file", "icon-grid-left-down.vue"]]);
|
|
2275
2319
|
|
|
2276
2320
|
// src/components/icon-left-aligend.vue
|
|
2277
|
-
var
|
|
2278
|
-
var
|
|
2321
|
+
var import_vue80 = __toESM(require_vue(), 1);
|
|
2322
|
+
var _sfc_main80 = {
|
|
2279
2323
|
name: "IconLeftAligend",
|
|
2280
2324
|
title: "\u5DE6\u5BF9\u9F50"
|
|
2281
|
-
},
|
|
2325
|
+
}, _hoisted_180 = {
|
|
2282
2326
|
class: "icon",
|
|
2283
2327
|
viewBox: "0 0 1210 1024",
|
|
2284
2328
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2285
2329
|
width: "236.328",
|
|
2286
2330
|
height: "200"
|
|
2287
|
-
},
|
|
2331
|
+
}, _hoisted_280 = /* @__PURE__ */ (0, import_vue80.createElementVNode)("path", {
|
|
2288
2332
|
d: "M46.545 0A46.545 46.545 0 0 0 0 46.545a46.545 46.545 0 0 0 46.545 46.546h1117.091a46.545 46.545 0 0 0 46.546-46.546A46.545 46.545 0 0 0 1163.636 0zm0 309.993A46.545 46.545 0 0 0 0 356.538a46.545 46.545 0 0 0 46.545 46.546h868.539a46.545 46.545 0 0 0 46.545-46.546 46.545 46.545 0 0 0-46.545-46.545zM0 667.462a46.545 46.545 0 0 1 46.545-46.546h1117.091a46.545 46.545 0 0 1 46.546 46.546 46.545 46.545 0 0 1-46.546 46.545H46.546A46.545 46.545 0 0 1 0 667.462zm46.545 263.447a46.545 46.545 0 0 0 0 93.091h868.539a46.545 46.545 0 0 0 0-93.09z",
|
|
2289
2333
|
fill: "currentColor"
|
|
2290
|
-
}, null, -1),
|
|
2291
|
-
|
|
2334
|
+
}, null, -1), _hoisted_379 = [
|
|
2335
|
+
_hoisted_280
|
|
2292
2336
|
];
|
|
2293
|
-
function
|
|
2294
|
-
return (0,
|
|
2337
|
+
function _sfc_render80(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2338
|
+
return (0, import_vue80.openBlock)(), (0, import_vue80.createElementBlock)("svg", _hoisted_180, _hoisted_379);
|
|
2295
2339
|
}
|
|
2296
|
-
var icon_left_aligend_default = /* @__PURE__ */ export_helper_default(
|
|
2340
|
+
var icon_left_aligend_default = /* @__PURE__ */ export_helper_default(_sfc_main80, [["render", _sfc_render80], ["__file", "icon-left-aligend.vue"]]);
|
|
2297
2341
|
|
|
2298
2342
|
// src/components/icon-question.vue
|
|
2299
|
-
var
|
|
2300
|
-
var
|
|
2343
|
+
var import_vue81 = __toESM(require_vue(), 1);
|
|
2344
|
+
var _sfc_main81 = {
|
|
2301
2345
|
name: "IconQuestion",
|
|
2302
2346
|
title: "\u5E2E\u52A9"
|
|
2303
|
-
},
|
|
2347
|
+
}, _hoisted_181 = {
|
|
2304
2348
|
class: "icon",
|
|
2305
2349
|
viewBox: "0 0 1024 1024",
|
|
2306
2350
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2307
2351
|
width: "200",
|
|
2308
2352
|
height: "200"
|
|
2309
|
-
},
|
|
2310
|
-
|
|
2311
|
-
|
|
2353
|
+
}, _hoisted_281 = /* @__PURE__ */ (0, import_vue81.createElementVNode)("path", { d: "M512.023 205.66a178.511 178.511 0 0 0-178.511 178.511 35.702 35.702 0 1 0 71.404 0 107.107 107.107 0 1 1 107.107 107.107 35.702 35.702 0 0 0-35.702 35.702v94.968a35.702 35.702 0 0 0 71.404 0v-62.836a178.511 178.511 0 0 0-35.702-353.452zm0 511.97a59.266 59.266 0 1 0 59.266 59.266 59.266 59.266 0 0 0-59.266-59.266z" }, null, -1), _hoisted_380 = /* @__PURE__ */ (0, import_vue81.createElementVNode)("path", { d: "M874.044 149.964a511.97 511.97 0 1 0 149.95 362.021 512.684 512.684 0 0 0-149.95-362.02zM823.347 823.31a439.852 439.852 0 1 1 129.242-311.324A438.424 438.424 0 0 1 823.347 823.31z" }, null, -1), _hoisted_433 = [
|
|
2354
|
+
_hoisted_281,
|
|
2355
|
+
_hoisted_380
|
|
2312
2356
|
];
|
|
2313
|
-
function
|
|
2314
|
-
return (0,
|
|
2357
|
+
function _sfc_render81(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2358
|
+
return (0, import_vue81.openBlock)(), (0, import_vue81.createElementBlock)("svg", _hoisted_181, _hoisted_433);
|
|
2315
2359
|
}
|
|
2316
|
-
var icon_question_default = /* @__PURE__ */ export_helper_default(
|
|
2360
|
+
var icon_question_default = /* @__PURE__ */ export_helper_default(_sfc_main81, [["render", _sfc_render81], ["__file", "icon-question.vue"]]);
|
|
2317
2361
|
|
|
2318
2362
|
// src/components/icon-pan.vue
|
|
2319
|
-
var
|
|
2320
|
-
var
|
|
2363
|
+
var import_vue82 = __toESM(require_vue(), 1);
|
|
2364
|
+
var _sfc_main82 = {
|
|
2321
2365
|
name: "IconPan",
|
|
2322
2366
|
title: "\u5E73\u79FB"
|
|
2323
|
-
},
|
|
2367
|
+
}, _hoisted_182 = {
|
|
2324
2368
|
width: "16",
|
|
2325
2369
|
height: "16",
|
|
2326
2370
|
viewBox: "0 0 16 16",
|
|
2327
2371
|
fill: "none",
|
|
2328
2372
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2329
|
-
},
|
|
2373
|
+
}, _hoisted_282 = /* @__PURE__ */ (0, import_vue82.createElementVNode)("path", {
|
|
2330
2374
|
d: "M10.837 15.812H6.004a.541.541 0 0 1-.432-.207c-.009-.009-.819-.99-1.845-2.052-.414-.423-.864-.765-1.26-1.071-.612-.468-1.143-.873-1.332-1.431A1.683 1.683 0 0 1 1 10.394c0-.918.738-1.665 1.665-1.683.495-.054 1.062.126 1.593.378-.711-1.62-1.602-3.843-1.566-4.635.027-.747.522-1.377 1.269-1.656.675-.243 1.359-.126 1.755.297.018.027.045.045.054.072.243.378.486.765.72 1.17-.027-1.008.009-1.989.198-2.403l.027-.054c.153-.261.378-.477.63-.63a1.78 1.78 0 0 1 2.448.639c.009.009.009.018.018.036.135.288.216.783.261 1.359a1.95 1.95 0 0 1 .369-.522 1.66 1.66 0 0 1 .837-.36c.468-.072.936.045 1.323.333.387.279.63.702.702 1.17v.027c.036.36-.09.9-.279 1.494.153-.099.306-.171.45-.216.279-.108.585-.144.891-.09.432.081.801.324 1.053.684.243.36.342.783.261 1.215-.081.549-.513 1.17-1.062 1.944-.405.576-.864 1.224-1.116 1.809a36.269 36.269 0 0 0-1.143 3.87c0 .009 0 .018-.009.027a1.563 1.563 0 0 1-1.512 1.143Zm-4.572-1.116h4.572a.473.473 0 0 0 .441-.324 36.074 36.074 0 0 1 1.188-3.996c0-.009.009-.027.018-.036.297-.693.792-1.395 1.233-2.025.369-.531.828-1.188.864-1.458 0-.009 0-.018.009-.036a.497.497 0 0 0-.081-.387.47.47 0 0 0-.324-.207.482.482 0 0 0-.279.027.128.128 0 0 1-.054.018c-.522.162-1.503 1.278-2.025 2.016a.567.567 0 0 1-.747.162.555.555 0 0 1-.216-.729c.675-1.386 1.377-3.168 1.341-3.663a.607.607 0 0 0-.261-.414.653.653 0 0 0-.738-.036c-.288.324-.819 1.899-1.152 3.222a.574.574 0 0 1-.63.423.562.562 0 0 1-.477-.594c.099-1.674.081-3.753-.126-4.23a.666.666 0 0 0-.378-.288.66.66 0 0 0-.504.072.734.734 0 0 0-.225.216c-.162.441-.099 2.628.063 4.428a.566.566 0 0 1-.414.594.56.56 0 0 1-.657-.306A28.503 28.503 0 0 0 4.87 3.824c-.081-.054-.279-.072-.522.009-.126.045-.522.225-.54.648-.027.603 1.116 3.438 2.232 5.823a.555.555 0 0 1-.162.675.568.568 0 0 1-.702 0c-.675-.531-1.863-1.242-2.412-1.17-.027 0-.045.009-.072.009a.563.563 0 0 0-.567.558c0 .081.018.153.054.234a.128.128 0 0 1 .018.054c.081.243.504.567.954.909.423.324.909.693 1.377 1.179.792.837 1.44 1.584 1.737 1.944Z",
|
|
2331
2375
|
fill: "currentColor"
|
|
2332
|
-
}, null, -1),
|
|
2333
|
-
|
|
2376
|
+
}, null, -1), _hoisted_381 = [
|
|
2377
|
+
_hoisted_282
|
|
2334
2378
|
];
|
|
2335
|
-
function
|
|
2336
|
-
return (0,
|
|
2379
|
+
function _sfc_render82(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2380
|
+
return (0, import_vue82.openBlock)(), (0, import_vue82.createElementBlock)("svg", _hoisted_182, _hoisted_381);
|
|
2337
2381
|
}
|
|
2338
|
-
var icon_pan_default = /* @__PURE__ */ export_helper_default(
|
|
2382
|
+
var icon_pan_default = /* @__PURE__ */ export_helper_default(_sfc_main82, [["render", _sfc_render82], ["__file", "icon-pan.vue"]]);
|
|
2339
2383
|
|
|
2340
2384
|
// src/components/icon-plane-clip.vue
|
|
2341
|
-
var
|
|
2342
|
-
var
|
|
2385
|
+
var import_vue83 = __toESM(require_vue(), 1);
|
|
2386
|
+
var _sfc_main83 = {
|
|
2343
2387
|
name: "IconPlaneClip",
|
|
2344
2388
|
title: "\u5E73\u9762\u526A\u88C1"
|
|
2345
|
-
},
|
|
2389
|
+
}, _hoisted_183 = {
|
|
2346
2390
|
width: "16",
|
|
2347
2391
|
height: "16",
|
|
2348
2392
|
viewBox: "0 0 16 16",
|
|
2349
2393
|
fill: "none",
|
|
2350
2394
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2351
|
-
},
|
|
2395
|
+
}, _hoisted_283 = /* @__PURE__ */ (0, import_vue83.createElementVNode)("g", {
|
|
2352
2396
|
"clip-path": "url(#a)",
|
|
2353
2397
|
fill: "currentColor"
|
|
2354
2398
|
}, [
|
|
2355
|
-
/* @__PURE__ */ (0,
|
|
2356
|
-
/* @__PURE__ */ (0,
|
|
2357
|
-
], -1),
|
|
2358
|
-
|
|
2399
|
+
/* @__PURE__ */ (0, import_vue83.createElementVNode)("path", { d: "M2 14h14v-1H3V0H2v14Z" }),
|
|
2400
|
+
/* @__PURE__ */ (0, import_vue83.createElementVNode)("path", { d: "M14 16V2H0v1h13v13h1Z" })
|
|
2401
|
+
], -1), _hoisted_382 = [
|
|
2402
|
+
_hoisted_283
|
|
2359
2403
|
];
|
|
2360
|
-
function
|
|
2361
|
-
return (0,
|
|
2404
|
+
function _sfc_render83(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2405
|
+
return (0, import_vue83.openBlock)(), (0, import_vue83.createElementBlock)("svg", _hoisted_183, _hoisted_382);
|
|
2362
2406
|
}
|
|
2363
|
-
var icon_plane_clip_default = /* @__PURE__ */ export_helper_default(
|
|
2407
|
+
var icon_plane_clip_default = /* @__PURE__ */ export_helper_default(_sfc_main83, [["render", _sfc_render83], ["__file", "icon-plane-clip.vue"]]);
|
|
2364
2408
|
|
|
2365
2409
|
// src/components/icon-base-map-toggle.vue
|
|
2366
|
-
var
|
|
2367
|
-
var
|
|
2410
|
+
var import_vue84 = __toESM(require_vue(), 1);
|
|
2411
|
+
var _sfc_main84 = {
|
|
2368
2412
|
name: "IconBaseMapToggle",
|
|
2369
2413
|
title: "\u5E95\u56FE\u5207\u6362"
|
|
2370
|
-
},
|
|
2414
|
+
}, _hoisted_184 = {
|
|
2371
2415
|
width: "16",
|
|
2372
2416
|
height: "16",
|
|
2373
2417
|
viewBox: "0 0 16 16",
|
|
2374
2418
|
fill: "none",
|
|
2375
2419
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2376
|
-
},
|
|
2420
|
+
}, _hoisted_284 = /* @__PURE__ */ (0, import_vue84.createElementVNode)("path", {
|
|
2377
2421
|
"fill-rule": "evenodd",
|
|
2378
2422
|
"clip-rule": "evenodd",
|
|
2379
2423
|
d: "M6.538 5.5c-.573 0-1.038.465-1.038 1.038v6.923c0 .574.465 1.039 1.038 1.039h6.923c.574 0 1.039-.465 1.039-1.039V6.538c0-.573-.465-1.038-1.039-1.038H6.538ZM4.5 6.538c0-1.125.913-2.038 2.038-2.038h6.923c1.126 0 2.039.913 2.039 2.038v6.923a2.039 2.039 0 0 1-2.039 2.039H6.538A2.039 2.039 0 0 1 4.5 13.461V6.538Z",
|
|
2380
2424
|
fill: "currentColor"
|
|
2381
|
-
}, null, -1),
|
|
2425
|
+
}, null, -1), _hoisted_383 = /* @__PURE__ */ (0, import_vue84.createElementVNode)("path", {
|
|
2382
2426
|
"fill-rule": "evenodd",
|
|
2383
2427
|
"clip-rule": "evenodd",
|
|
2384
2428
|
d: "M3.538 2.5A1.038 1.038 0 0 0 2.5 3.538v6.923A1.038 1.038 0 0 0 3.538 11.5h.77a.5.5 0 0 1 0 1h-.77A2.038 2.038 0 0 1 1.5 10.461V3.538A2.038 2.038 0 0 1 3.538 1.5h6.923A2.038 2.038 0 0 1 12.5 3.538v.77a.5.5 0 0 1-1 0v-.77A1.038 1.038 0 0 0 10.461 2.5H3.538Z",
|
|
2385
2429
|
fill: "currentColor"
|
|
2386
|
-
}, null, -1), _hoisted_434 = /* @__PURE__ */ (0,
|
|
2430
|
+
}, null, -1), _hoisted_434 = /* @__PURE__ */ (0, import_vue84.createElementVNode)("path", {
|
|
2387
2431
|
"fill-rule": "evenodd",
|
|
2388
2432
|
"clip-rule": "evenodd",
|
|
2389
2433
|
d: "m10.717 6.68 2.35 2.82H7v-1h3.932L9.95 7.32l.768-.64Zm-1.434 6.64-2.35-2.82H13v1H9.068l.983 1.18-.768.64Z",
|
|
2390
2434
|
fill: "currentColor"
|
|
2391
2435
|
}, null, -1), _hoisted_56 = [
|
|
2392
|
-
|
|
2393
|
-
|
|
2436
|
+
_hoisted_284,
|
|
2437
|
+
_hoisted_383,
|
|
2394
2438
|
_hoisted_434
|
|
2395
2439
|
];
|
|
2396
|
-
function
|
|
2397
|
-
return (0,
|
|
2440
|
+
function _sfc_render84(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2441
|
+
return (0, import_vue84.openBlock)(), (0, import_vue84.createElementBlock)("svg", _hoisted_184, _hoisted_56);
|
|
2398
2442
|
}
|
|
2399
|
-
var icon_base_map_toggle_default = /* @__PURE__ */ export_helper_default(
|
|
2443
|
+
var icon_base_map_toggle_default = /* @__PURE__ */ export_helper_default(_sfc_main84, [["render", _sfc_render84], ["__file", "icon-base-map-toggle.vue"]]);
|
|
2400
2444
|
|
|
2401
2445
|
// src/components/icon-intercept.vue
|
|
2402
|
-
var
|
|
2403
|
-
var
|
|
2446
|
+
var import_vue85 = __toESM(require_vue(), 1);
|
|
2447
|
+
var _sfc_main85 = {
|
|
2404
2448
|
name: "IconIntercept",
|
|
2405
2449
|
title: "\u622A\u53D6"
|
|
2406
|
-
},
|
|
2450
|
+
}, _hoisted_185 = {
|
|
2407
2451
|
width: "16",
|
|
2408
2452
|
height: "16",
|
|
2409
2453
|
viewBox: "0 0 16 16",
|
|
2410
2454
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2411
|
-
},
|
|
2412
|
-
|
|
2455
|
+
}, _hoisted_285 = /* @__PURE__ */ (0, import_vue85.createElementVNode)("path", { d: "M1.778 1a.778.778 0 1 0 0 1.555.778.778 0 0 0 0-1.555Zm3.11 0a.778.778 0 1 0 0 1.555.778.778 0 0 0 0-1.555ZM8 1a.778.778 0 1 0 0 1.555A.778.778 0 0 0 8 1Zm3.111 0a.778.778 0 1 0 0 1.556.778.778 0 0 0 0-1.556Zm3.111 0a.778.778 0 1 0 0 1.556.778.778 0 0 0 0-1.556ZM1.778 4.111a.778.778 0 1 0 0 1.556.778.778 0 0 0 0-1.556Zm12.444 0a.778.778 0 1 0 0 1.556.778.778 0 0 0 0-1.556Zm-5.39 1.556c-.52 0-1.005.26-1.294.692l-.576.863H5.278c-.644 0-1.167.523-1.167 1.167v5.444c0 .644.523 1.167 1.167 1.167h8.555c.644 0 1.167-.523 1.167-1.167V8.39c0-.644-.523-1.167-1.167-1.167H12.15l-.576-.863a1.554 1.554 0 0 0-1.294-.692H8.832ZM1.778 7.222a.778.778 0 1 0 0 1.556.778.778 0 0 0 0-1.556Zm7.778 1.556a2.333 2.333 0 1 1 0 4.666 2.333 2.333 0 0 1 0-4.666Zm-7.778 1.555a.778.778 0 1 0 0 1.556.778.778 0 0 0 0-1.556Zm0 3.111a.778.778 0 1 0 0 1.556.778.778 0 0 0 0-1.556Z" }, null, -1), _hoisted_384 = [
|
|
2456
|
+
_hoisted_285
|
|
2413
2457
|
];
|
|
2414
|
-
function
|
|
2415
|
-
return (0,
|
|
2458
|
+
function _sfc_render85(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2459
|
+
return (0, import_vue85.openBlock)(), (0, import_vue85.createElementBlock)("svg", _hoisted_185, _hoisted_384);
|
|
2416
2460
|
}
|
|
2417
|
-
var icon_intercept_default = /* @__PURE__ */ export_helper_default(
|
|
2461
|
+
var icon_intercept_default = /* @__PURE__ */ export_helper_default(_sfc_main85, [["render", _sfc_render85], ["__file", "icon-intercept.vue"]]);
|
|
2418
2462
|
|
|
2419
2463
|
// src/components/icon-screenshot.vue
|
|
2420
|
-
var
|
|
2421
|
-
var
|
|
2464
|
+
var import_vue86 = __toESM(require_vue(), 1);
|
|
2465
|
+
var _sfc_main86 = {
|
|
2422
2466
|
name: "IconScreenshot",
|
|
2423
2467
|
title: "\u622A\u56FE"
|
|
2424
|
-
},
|
|
2468
|
+
}, _hoisted_186 = {
|
|
2425
2469
|
class: "icon",
|
|
2426
2470
|
viewBox: "0 0 1024 1024",
|
|
2427
2471
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2428
2472
|
width: "200",
|
|
2429
2473
|
height: "200"
|
|
2430
|
-
},
|
|
2431
|
-
|
|
2474
|
+
}, _hoisted_286 = /* @__PURE__ */ (0, import_vue86.createElementVNode)("path", { d: "M1024 832H896V128H192V0h-64v128H0v64h128v704h704v128h64V896h128zm-832 0V192h640v640z" }, null, -1), _hoisted_385 = [
|
|
2475
|
+
_hoisted_286
|
|
2432
2476
|
];
|
|
2433
|
-
function
|
|
2434
|
-
return (0,
|
|
2477
|
+
function _sfc_render86(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2478
|
+
return (0, import_vue86.openBlock)(), (0, import_vue86.createElementBlock)("svg", _hoisted_186, _hoisted_385);
|
|
2435
2479
|
}
|
|
2436
|
-
var icon_screenshot_default = /* @__PURE__ */ export_helper_default(
|
|
2480
|
+
var icon_screenshot_default = /* @__PURE__ */ export_helper_default(_sfc_main86, [["render", _sfc_render86], ["__file", "icon-screenshot.vue"]]);
|
|
2437
2481
|
|
|
2438
2482
|
// src/components/icon-print.vue
|
|
2439
|
-
var
|
|
2440
|
-
var
|
|
2483
|
+
var import_vue87 = __toESM(require_vue(), 1);
|
|
2484
|
+
var _sfc_main87 = {
|
|
2441
2485
|
name: "IconPrint",
|
|
2442
2486
|
title: "\u6253\u5370"
|
|
2443
|
-
},
|
|
2487
|
+
}, _hoisted_187 = {
|
|
2444
2488
|
width: "16",
|
|
2445
2489
|
height: "16",
|
|
2446
2490
|
viewBox: "0 0 16 16",
|
|
2447
2491
|
fill: "none",
|
|
2448
2492
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2449
|
-
},
|
|
2493
|
+
}, _hoisted_287 = /* @__PURE__ */ (0, import_vue87.createElementVNode)("path", {
|
|
2450
2494
|
"fill-rule": "evenodd",
|
|
2451
2495
|
"clip-rule": "evenodd",
|
|
2452
2496
|
d: "M4 1.442C4 1.198 4.199 1 4.444 1h7.112c.245 0 .444.198.444.442v4.617a.443.443 0 0 1-.444.441.443.443 0 0 1-.445-.441V2H4.89v4.06a.443.443 0 0 1-.445.441A.443.443 0 0 1 4 6.06V1.442Z",
|
|
2453
2497
|
fill: "currentColor"
|
|
2454
|
-
}, null, -1),
|
|
2498
|
+
}, null, -1), _hoisted_386 = /* @__PURE__ */ (0, import_vue87.createElementVNode)("path", {
|
|
2455
2499
|
"fill-rule": "evenodd",
|
|
2456
2500
|
"clip-rule": "evenodd",
|
|
2457
2501
|
d: "M1.79 7a.804.804 0 0 0-.575.244.844.844 0 0 0-.238.59v3.333c0 .22.086.433.238.589.153.156.36.244.576.244h2.302c.27 0 .488.224.488.5s-.218.5-.488.5H1.791a1.77 1.77 0 0 1-1.267-.537A1.856 1.856 0 0 1 0 11.167V7.833c0-.486.189-.952.524-1.296A1.77 1.77 0 0 1 1.791 6h12.418c.475 0 .93.193 1.267.537.335.344.524.81.524 1.296v3.334c0 .486-.189.952-.524 1.296a1.77 1.77 0 0 1-1.267.537h-2.302a.494.494 0 0 1-.488-.5c0-.276.218-.5.488-.5h2.302a.805.805 0 0 0 .576-.244.843.843 0 0 0 .238-.59V7.834a.844.844 0 0 0-.238-.589.805.805 0 0 0-.576-.244H1.791Z",
|
|
2458
2502
|
fill: "currentColor"
|
|
2459
|
-
}, null, -1), _hoisted_435 = /* @__PURE__ */ (0,
|
|
2503
|
+
}, null, -1), _hoisted_435 = /* @__PURE__ */ (0, import_vue87.createElementVNode)("path", {
|
|
2460
2504
|
"fill-rule": "evenodd",
|
|
2461
2505
|
"clip-rule": "evenodd",
|
|
2462
2506
|
d: "M4 9.474C4 9.212 4.199 9 4.444 9h7.112c.245 0 .444.212.444.474v6.052c0 .262-.199.474-.444.474H4.444C4.2 16 4 15.788 4 15.526V9.474ZM5 10v5h6v-5H5Z",
|
|
2463
2507
|
fill: "currentColor"
|
|
2464
2508
|
}, null, -1), _hoisted_57 = [
|
|
2465
|
-
|
|
2466
|
-
|
|
2509
|
+
_hoisted_287,
|
|
2510
|
+
_hoisted_386,
|
|
2467
2511
|
_hoisted_435
|
|
2468
2512
|
];
|
|
2469
|
-
function
|
|
2470
|
-
return (0,
|
|
2513
|
+
function _sfc_render87(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2514
|
+
return (0, import_vue87.openBlock)(), (0, import_vue87.createElementBlock)("svg", _hoisted_187, _hoisted_57);
|
|
2471
2515
|
}
|
|
2472
|
-
var icon_print_default = /* @__PURE__ */ export_helper_default(
|
|
2516
|
+
var icon_print_default = /* @__PURE__ */ export_helper_default(_sfc_main87, [["render", _sfc_render87], ["__file", "icon-print.vue"]]);
|
|
2473
2517
|
|
|
2474
2518
|
// src/components/icon-projection-system-conversion.vue
|
|
2475
|
-
var
|
|
2476
|
-
var
|
|
2519
|
+
var import_vue88 = __toESM(require_vue(), 1);
|
|
2520
|
+
var _sfc_main88 = {
|
|
2477
2521
|
name: "IconProjectionSystemConversion",
|
|
2478
2522
|
title: "\u6295\u5F71\u7CFB\u7EDF\u8F6C\u6362"
|
|
2479
|
-
},
|
|
2523
|
+
}, _hoisted_188 = {
|
|
2480
2524
|
class: "icon",
|
|
2481
2525
|
viewBox: "0 0 1128 1024",
|
|
2482
2526
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2483
2527
|
width: "220.313",
|
|
2484
2528
|
height: "200"
|
|
2485
|
-
},
|
|
2486
|
-
|
|
2529
|
+
}, _hoisted_288 = /* @__PURE__ */ (0, import_vue88.createElementVNode)("path", { d: "M78.77 92.16a12.603 12.603 0 0 1 13.39-13.39h945.23a12.603 12.603 0 0 1 12.604 13.39v669.538H879.852a39.385 39.385 0 0 0-39.384 39.385 39.385 39.385 0 0 0 39.384 39.385h209.526a39.385 39.385 0 0 0 39.385-39.385V92.16A91.372 91.372 0 0 0 1037.391 0H92.16A92.16 92.16 0 0 0 0 92.16v708.923a39.385 39.385 0 0 0 39.385 39.385h210.313a40.172 40.172 0 0 0 39.385-39.385 39.385 39.385 0 0 0-39.385-39.385H78.77zm513.575 601.797a39.385 39.385 0 0 0-55.927 0L274.117 956.258a40.172 40.172 0 0 0-8.665 43.324A40.172 40.172 0 0 0 301.686 1024h525.39a39.385 39.385 0 0 0 36.235-24.418 38.597 38.597 0 0 0-8.665-43.324zm-27.57 83.495 166.991 167.779h-337.92z" }, null, -1), _hoisted_387 = [
|
|
2530
|
+
_hoisted_288
|
|
2487
2531
|
];
|
|
2488
|
-
function
|
|
2489
|
-
return (0,
|
|
2532
|
+
function _sfc_render88(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2533
|
+
return (0, import_vue88.openBlock)(), (0, import_vue88.createElementBlock)("svg", _hoisted_188, _hoisted_387);
|
|
2490
2534
|
}
|
|
2491
|
-
var icon_projection_system_conversion_default = /* @__PURE__ */ export_helper_default(
|
|
2535
|
+
var icon_projection_system_conversion_default = /* @__PURE__ */ export_helper_default(_sfc_main88, [["render", _sfc_render88], ["__file", "icon-projection-system-conversion.vue"]]);
|
|
2492
2536
|
|
|
2493
2537
|
// src/components/icon-topology-check.vue
|
|
2494
|
-
var
|
|
2495
|
-
var
|
|
2538
|
+
var import_vue89 = __toESM(require_vue(), 1);
|
|
2539
|
+
var _sfc_main89 = {
|
|
2496
2540
|
name: "IconTopologyCheck",
|
|
2497
2541
|
title: "\u62D3\u6251\u68C0\u67E5"
|
|
2498
|
-
},
|
|
2542
|
+
}, _hoisted_189 = {
|
|
2499
2543
|
class: "icon",
|
|
2500
2544
|
viewBox: "0 0 1025 1024",
|
|
2501
2545
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2502
2546
|
width: "200.195",
|
|
2503
2547
|
height: "200"
|
|
2504
|
-
},
|
|
2505
|
-
|
|
2548
|
+
}, _hoisted_289 = /* @__PURE__ */ (0, import_vue89.createElementVNode)("path", { d: "M845.604 667.206a185.533 185.533 0 0 0-88.485 22.835L646.513 551.605a225.494 225.494 0 0 0 44.242-134.154 223.353 223.353 0 0 0-42.815-131.3l32.111-32.825 5.71-6.423a128.446 128.446 0 0 0 64.222 17.126 131.3 131.3 0 1 0-130.587-132.013 128.446 128.446 0 0 0 17.127 64.223 24.262 24.262 0 0 0-6.423 5.708l-32.825 32.112a223.353 223.353 0 0 0-132.727-42.815 227.634 227.634 0 0 0-158.416 64.936l-59.942-60.655a127.732 127.732 0 0 0 16.413-63.51 131.3 131.3 0 1 0-130.587 130.587 127.732 127.732 0 0 0 63.51-16.412l71.358 67.79a229.775 229.775 0 0 0-24.262 103.47 223.353 223.353 0 0 0 73.5 169.835l-53.52 55.66a172.688 172.688 0 0 0-83.489-23.549A178.397 178.397 0 1 0 357.51 797.793a175.542 175.542 0 0 0-39.247-112.033l59.94-59.942a214.076 214.076 0 0 0 86.345 17.126 221.926 221.926 0 0 0 130.586-41.388L703.6 737.138a178.397 178.397 0 1 0 142.717-71.359zM749.983 72.074a60.655 60.655 0 0 1 59.941 59.942 59.941 59.941 0 0 1-59.941 59.228 59.228 59.228 0 0 1-59.228-59.228 59.941 59.941 0 0 1 59.228-59.942zm-617.967 119.17a59.941 59.941 0 0 1-59.941-59.228 60.655 60.655 0 0 1 59.941-59.942 59.941 59.941 0 0 1 59.228 59.942 59.228 59.228 0 0 1-59.228 59.228zm47.097 713.587a107.038 107.038 0 1 1 107.038-107.038A107.038 107.038 0 0 1 179.113 904.83zm285.435-333.245A154.848 154.848 0 1 1 619.396 417.45a154.135 154.135 0 0 1-154.848 154.135zM845.604 952.64a107.038 107.038 0 1 1 107.038-107.038A107.038 107.038 0 0 1 845.604 952.64z" }, null, -1), _hoisted_388 = [
|
|
2549
|
+
_hoisted_289
|
|
2506
2550
|
];
|
|
2507
|
-
function
|
|
2508
|
-
return (0,
|
|
2551
|
+
function _sfc_render89(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2552
|
+
return (0, import_vue89.openBlock)(), (0, import_vue89.createElementBlock)("svg", _hoisted_189, _hoisted_388);
|
|
2509
2553
|
}
|
|
2510
|
-
var icon_topology_check_default = /* @__PURE__ */ export_helper_default(
|
|
2554
|
+
var icon_topology_check_default = /* @__PURE__ */ export_helper_default(_sfc_main89, [["render", _sfc_render89], ["__file", "icon-topology-check.vue"]]);
|
|
2511
2555
|
|
|
2512
2556
|
// src/components/icon-excavate-fill-analysis.vue
|
|
2513
|
-
var
|
|
2514
|
-
var
|
|
2557
|
+
var import_vue90 = __toESM(require_vue(), 1);
|
|
2558
|
+
var _sfc_main90 = {
|
|
2515
2559
|
name: "IconExcavateFillAnalysis",
|
|
2516
2560
|
title: "\u6316\u586B\u65B9\u5206\u6790"
|
|
2517
|
-
},
|
|
2561
|
+
}, _hoisted_190 = {
|
|
2518
2562
|
width: "16",
|
|
2519
2563
|
height: "16",
|
|
2520
2564
|
viewBox: "0 0 16 16",
|
|
2521
2565
|
fill: "none",
|
|
2522
2566
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2523
|
-
},
|
|
2567
|
+
}, _hoisted_290 = /* @__PURE__ */ (0, import_vue90.createElementVNode)("path", {
|
|
2524
2568
|
d: "M7.813 12c-.45 0-1.013-.109-1.35-.327-.676-.326-1.125-.98-1.35-1.633a2.497 2.497 0 0 1 .337-2.18l2.138-3.485.787-.218 1.463.872 1.237-2.179L9.5 1.98l.563-.981L14 3.178l-.563.98-1.462-.87-1.237 2.177 1.462.872.225.762-2.138 3.485c-.337.654-1.012 1.09-1.687 1.307-.225 0-.563.109-.787.109Zm.337-6.644-1.8 3.05c-.225.436-.225.871-.112 1.307.112.436.45.762.787.98.337.218.9.327 1.237.218.45-.109.788-.436 1.013-.762l1.8-3.159L8.15 5.356Z",
|
|
2525
2569
|
fill: "currentColor"
|
|
2526
|
-
}, null, -1),
|
|
2570
|
+
}, null, -1), _hoisted_389 = /* @__PURE__ */ (0, import_vue90.createElementVNode)("path", {
|
|
2527
2571
|
d: "M14.461 15H1.538L1 14.429V11h1.077v2.857h11.846V7H15v7.429l-.539.571Z",
|
|
2528
2572
|
fill: "currentColor"
|
|
2529
2573
|
}, null, -1), _hoisted_436 = [
|
|
2530
|
-
|
|
2531
|
-
|
|
2574
|
+
_hoisted_290,
|
|
2575
|
+
_hoisted_389
|
|
2532
2576
|
];
|
|
2533
|
-
function
|
|
2534
|
-
return (0,
|
|
2577
|
+
function _sfc_render90(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2578
|
+
return (0, import_vue90.openBlock)(), (0, import_vue90.createElementBlock)("svg", _hoisted_190, _hoisted_436);
|
|
2535
2579
|
}
|
|
2536
|
-
var icon_excavate_fill_analysis_default = /* @__PURE__ */ export_helper_default(
|
|
2580
|
+
var icon_excavate_fill_analysis_default = /* @__PURE__ */ export_helper_default(_sfc_main90, [["render", _sfc_render90], ["__file", "icon-excavate-fill-analysis.vue"]]);
|
|
2537
2581
|
|
|
2538
2582
|
// src/components/icon-video-play.vue
|
|
2539
|
-
var
|
|
2540
|
-
var
|
|
2583
|
+
var import_vue91 = __toESM(require_vue(), 1);
|
|
2584
|
+
var _sfc_main91 = {
|
|
2541
2585
|
name: "IconVideoPlay",
|
|
2542
2586
|
title: "\u64AD\u653E"
|
|
2543
|
-
},
|
|
2587
|
+
}, _hoisted_191 = {
|
|
2544
2588
|
width: "16",
|
|
2545
2589
|
height: "16",
|
|
2546
2590
|
viewBox: "0 0 16 16",
|
|
2547
2591
|
fill: "none",
|
|
2548
2592
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2549
|
-
},
|
|
2593
|
+
}, _hoisted_291 = /* @__PURE__ */ (0, import_vue91.createElementVNode)("path", {
|
|
2550
2594
|
"fill-rule": "evenodd",
|
|
2551
2595
|
"clip-rule": "evenodd",
|
|
2552
2596
|
d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16Z",
|
|
2553
2597
|
fill: "currentColor"
|
|
2554
|
-
}, null, -1),
|
|
2598
|
+
}, null, -1), _hoisted_390 = /* @__PURE__ */ (0, import_vue91.createElementVNode)("path", {
|
|
2555
2599
|
"fill-rule": "evenodd",
|
|
2556
2600
|
"clip-rule": "evenodd",
|
|
2557
2601
|
d: "M7 5.869 10.197 8 7 10.132V5.869Zm3.752 1.299a1 1 0 0 1 0 1.664l-3.197 2.131A1 1 0 0 1 6 10.133V5.869a1 1 0 0 1 1.555-.833l3.197 2.132Z",
|
|
2558
2602
|
fill: "currentColor"
|
|
2559
2603
|
}, null, -1), _hoisted_437 = [
|
|
2560
|
-
|
|
2561
|
-
|
|
2604
|
+
_hoisted_291,
|
|
2605
|
+
_hoisted_390
|
|
2562
2606
|
];
|
|
2563
|
-
function
|
|
2564
|
-
return (0,
|
|
2607
|
+
function _sfc_render91(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2608
|
+
return (0, import_vue91.openBlock)(), (0, import_vue91.createElementBlock)("svg", _hoisted_191, _hoisted_437);
|
|
2565
2609
|
}
|
|
2566
|
-
var icon_video_play_default = /* @__PURE__ */ export_helper_default(
|
|
2610
|
+
var icon_video_play_default = /* @__PURE__ */ export_helper_default(_sfc_main91, [["render", _sfc_render91], ["__file", "icon-video-play.vue"]]);
|
|
2567
2611
|
|
|
2568
2612
|
// src/components/icon-zoom-in.vue
|
|
2569
|
-
var
|
|
2570
|
-
var
|
|
2613
|
+
var import_vue92 = __toESM(require_vue(), 1);
|
|
2614
|
+
var _sfc_main92 = {
|
|
2571
2615
|
name: "IconZoomIn",
|
|
2572
2616
|
title: "\u653E\u5927"
|
|
2573
|
-
},
|
|
2617
|
+
}, _hoisted_192 = {
|
|
2574
2618
|
width: "16",
|
|
2575
2619
|
height: "16",
|
|
2576
2620
|
viewBox: "0 0 16 16",
|
|
2577
2621
|
fill: "none",
|
|
2578
2622
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2579
|
-
},
|
|
2623
|
+
}, _hoisted_292 = /* @__PURE__ */ (0, import_vue92.createElementVNode)("path", {
|
|
2580
2624
|
"fill-rule": "evenodd",
|
|
2581
2625
|
"clip-rule": "evenodd",
|
|
2582
2626
|
d: "M8.333 12.667a4.333 4.333 0 1 0 0-8.667 4.333 4.333 0 0 0 0 8.667Zm5.334-4.334A5.333 5.333 0 1 1 3 8.333a5.333 5.333 0 0 1 10.667 0Z",
|
|
2583
2627
|
fill: "currentColor"
|
|
2584
|
-
}, null, -1),
|
|
2628
|
+
}, null, -1), _hoisted_391 = /* @__PURE__ */ (0, import_vue92.createElementVNode)("path", {
|
|
2585
2629
|
"fill-rule": "evenodd",
|
|
2586
2630
|
"clip-rule": "evenodd",
|
|
2587
2631
|
d: "M11.746 11.746a.5.5 0 0 1 .707 0l2.9 2.9a.5.5 0 1 1-.707.707l-2.9-2.9a.5.5 0 0 1 0-.707ZM6 8.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5Zm-4.074 4.386c.177.074.37.114.574.114h.45v-1H2.5a.497.497 0 0 1-.191-.037l-.383.923ZM13 2.95V2.5c0-.203-.04-.397-.114-.574l-.923.383A.497.497 0 0 1 12 2.5v.45h1ZM2.5 1h.45v1H2.5a.495.495 0 0 0-.191.038l-.383-.924A1.48 1.48 0 0 1 2.5 1ZM1 11.05v.45c0 .203.04.397.114.574l.924-.383A.495.495 0 0 1 2 11.5v-.45H1Zm0-.9v-.9h1v.9H1Zm0-1.8v-.9h1v.9H1Zm0-1.8v-.9h1v.9H1Zm0-1.8v-.9h1v.9H1Zm0-1.8V2.5c0-.203.04-.397.114-.574l.924.383A.495.495 0 0 0 2 2.5v.45H1ZM3.85 1h.9v1h-.9V1Zm1.8 0h.9v1h-.9V1Zm1.8 0h.9v1h-.9V1Zm1.8 0h.9v1h-.9V1Zm1.8 0h.45c.203 0 .397.04.574.114l-.383.924A.495.495 0 0 0 11.5 2h-.45V1Z",
|
|
2588
2632
|
fill: "currentColor"
|
|
2589
2633
|
}, null, -1), _hoisted_438 = [
|
|
2590
|
-
|
|
2591
|
-
|
|
2634
|
+
_hoisted_292,
|
|
2635
|
+
_hoisted_391
|
|
2592
2636
|
];
|
|
2593
|
-
function
|
|
2594
|
-
return (0,
|
|
2637
|
+
function _sfc_render92(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2638
|
+
return (0, import_vue92.openBlock)(), (0, import_vue92.createElementBlock)("svg", _hoisted_192, _hoisted_438);
|
|
2595
2639
|
}
|
|
2596
|
-
var icon_zoom_in_default = /* @__PURE__ */ export_helper_default(
|
|
2640
|
+
var icon_zoom_in_default = /* @__PURE__ */ export_helper_default(_sfc_main92, [["render", _sfc_render92], ["__file", "icon-zoom-in.vue"]]);
|
|
2597
2641
|
|
|
2598
2642
|
// src/components/icon-point.vue
|
|
2599
|
-
var
|
|
2600
|
-
var
|
|
2643
|
+
var import_vue93 = __toESM(require_vue(), 1);
|
|
2644
|
+
var _sfc_main93 = {
|
|
2601
2645
|
name: "IconPoint",
|
|
2602
2646
|
title: "\u6570\u636E\u8F6C\u70B9"
|
|
2603
|
-
},
|
|
2647
|
+
}, _hoisted_193 = {
|
|
2604
2648
|
width: "16",
|
|
2605
2649
|
height: "16",
|
|
2606
2650
|
viewBox: "0 0 16 16",
|
|
2607
2651
|
fill: "none",
|
|
2608
2652
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2609
|
-
},
|
|
2653
|
+
}, _hoisted_293 = /* @__PURE__ */ (0, import_vue93.createElementVNode)("path", {
|
|
2610
2654
|
"fill-rule": "evenodd",
|
|
2611
2655
|
"clip-rule": "evenodd",
|
|
2612
2656
|
d: "M7.5 12a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Zm0 1a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9Z",
|
|
2613
2657
|
fill: "currentColor"
|
|
2614
|
-
}, null, -1),
|
|
2658
|
+
}, null, -1), _hoisted_392 = /* @__PURE__ */ (0, import_vue93.createElementVNode)("path", {
|
|
2615
2659
|
d: "M9 8.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z",
|
|
2616
2660
|
fill: "#FAFAFA"
|
|
2617
|
-
}, null, -1), _hoisted_439 = /* @__PURE__ */ (0,
|
|
2661
|
+
}, null, -1), _hoisted_439 = /* @__PURE__ */ (0, import_vue93.createElementVNode)("path", {
|
|
2618
2662
|
"fill-rule": "evenodd",
|
|
2619
2663
|
"clip-rule": "evenodd",
|
|
2620
2664
|
d: "M7.5 9a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm0 1a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z",
|
|
2621
2665
|
fill: "currentColor"
|
|
2622
2666
|
}, null, -1), _hoisted_58 = [
|
|
2623
|
-
|
|
2624
|
-
|
|
2667
|
+
_hoisted_293,
|
|
2668
|
+
_hoisted_392,
|
|
2625
2669
|
_hoisted_439
|
|
2626
2670
|
];
|
|
2627
|
-
function
|
|
2628
|
-
return (0,
|
|
2671
|
+
function _sfc_render93(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2672
|
+
return (0, import_vue93.openBlock)(), (0, import_vue93.createElementBlock)("svg", _hoisted_193, _hoisted_58);
|
|
2629
2673
|
}
|
|
2630
|
-
var icon_point_default = /* @__PURE__ */ export_helper_default(
|
|
2674
|
+
var icon_point_default = /* @__PURE__ */ export_helper_default(_sfc_main93, [["render", _sfc_render93], ["__file", "icon-point.vue"]]);
|
|
2631
2675
|
|
|
2632
2676
|
// src/components/icon-polyline.vue
|
|
2633
|
-
var
|
|
2634
|
-
var
|
|
2677
|
+
var import_vue94 = __toESM(require_vue(), 1);
|
|
2678
|
+
var _sfc_main94 = {
|
|
2635
2679
|
name: "IconPolyline",
|
|
2636
2680
|
title: "\u6570\u636E\u8F6C\u94FE"
|
|
2637
|
-
},
|
|
2681
|
+
}, _hoisted_194 = {
|
|
2638
2682
|
width: "16",
|
|
2639
2683
|
height: "16",
|
|
2640
2684
|
viewBox: "0 0 16 16",
|
|
2641
2685
|
fill: "none",
|
|
2642
2686
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2643
|
-
},
|
|
2687
|
+
}, _hoisted_294 = /* @__PURE__ */ (0, import_vue94.createElementVNode)("path", {
|
|
2644
2688
|
"fill-rule": "evenodd",
|
|
2645
2689
|
"clip-rule": "evenodd",
|
|
2646
2690
|
d: "M6.407 5.695a1.5 1.5 0 1 0-1.79.017l-2.94 6.298a1.5 1.5 0 1 0 .897.442L5.515 6.15l3.078 6.156a1.5 1.5 0 1 0 1.813 0L13.56 6h-.06c-.34 0-.655-.114-.907-.305L9.5 11.882 6.407 5.695ZM5.5 5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm-4 9a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm8 0a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Z",
|
|
2647
2691
|
fill: "currentColor"
|
|
2648
|
-
}, null, -1),
|
|
2692
|
+
}, null, -1), _hoisted_393 = /* @__PURE__ */ (0, import_vue94.createElementVNode)("path", {
|
|
2649
2693
|
"fill-rule": "evenodd",
|
|
2650
2694
|
"clip-rule": "evenodd",
|
|
2651
2695
|
d: "M15 4.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm-1 0a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z",
|
|
2652
2696
|
fill: "currentColor"
|
|
2653
2697
|
}, null, -1), _hoisted_440 = [
|
|
2654
|
-
|
|
2655
|
-
|
|
2698
|
+
_hoisted_294,
|
|
2699
|
+
_hoisted_393
|
|
2656
2700
|
];
|
|
2657
|
-
function
|
|
2658
|
-
return (0,
|
|
2701
|
+
function _sfc_render94(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2702
|
+
return (0, import_vue94.openBlock)(), (0, import_vue94.createElementBlock)("svg", _hoisted_194, _hoisted_440);
|
|
2659
2703
|
}
|
|
2660
|
-
var icon_polyline_default = /* @__PURE__ */ export_helper_default(
|
|
2704
|
+
var icon_polyline_default = /* @__PURE__ */ export_helper_default(_sfc_main94, [["render", _sfc_render94], ["__file", "icon-polyline.vue"]]);
|
|
2661
2705
|
|
|
2662
2706
|
// src/components/icon-polygon2.vue
|
|
2663
|
-
var
|
|
2664
|
-
var
|
|
2707
|
+
var import_vue95 = __toESM(require_vue(), 1);
|
|
2708
|
+
var _sfc_main95 = {
|
|
2665
2709
|
name: "IconPolygon2",
|
|
2666
2710
|
title: "\u6570\u636E\u8F6C\u9762"
|
|
2667
|
-
},
|
|
2711
|
+
}, _hoisted_195 = {
|
|
2668
2712
|
width: "16",
|
|
2669
2713
|
height: "16",
|
|
2670
2714
|
viewBox: "0 0 16 16",
|
|
2671
2715
|
fill: "none",
|
|
2672
2716
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2673
|
-
},
|
|
2717
|
+
}, _hoisted_295 = /* @__PURE__ */ (0, import_vue95.createElementVNode)("path", {
|
|
2674
2718
|
"fill-rule": "evenodd",
|
|
2675
2719
|
"clip-rule": "evenodd",
|
|
2676
2720
|
d: "M8.764 3.79a1.493 1.493 0 0 1-1.528.001L2.894 6.945a1.506 1.506 0 0 0-.662-.755l4.361-3.168a1.5 1.5 0 1 1 2.814 0l4.36 3.168a1.505 1.505 0 0 0-.661.755L8.764 3.791ZM8.5 2.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0ZM2.016 8.909a1.5 1.5 0 1 1 .817-.72l1.565 4.814a1.495 1.495 0 0 0-.922.4L2.016 8.91ZM2 7.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm3.991 7.163a1.5 1.5 0 1 1 .003-.296c-.023-.26-.111-.5-.249-.704h4.51A1.493 1.493 0 0 0 10 14.5a1.5 1.5 0 1 1 .009.163H5.99ZM4.5 15a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm7.5-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0ZM14.5 9a1.5 1.5 0 1 0-1.333-.812l-1.565 4.815c.356.024.677.172.922.4l1.46-4.494c.16.059.335.091.516.091Zm0-1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Z",
|
|
2677
2721
|
fill: "currentColor"
|
|
2678
|
-
}, null, -1),
|
|
2679
|
-
|
|
2722
|
+
}, null, -1), _hoisted_394 = [
|
|
2723
|
+
_hoisted_295
|
|
2680
2724
|
];
|
|
2681
|
-
function
|
|
2682
|
-
return (0,
|
|
2725
|
+
function _sfc_render95(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2726
|
+
return (0, import_vue95.openBlock)(), (0, import_vue95.createElementBlock)("svg", _hoisted_195, _hoisted_394);
|
|
2683
2727
|
}
|
|
2684
|
-
var icon_polygon2_default = /* @__PURE__ */ export_helper_default(
|
|
2728
|
+
var icon_polygon2_default = /* @__PURE__ */ export_helper_default(_sfc_main95, [["render", _sfc_render95], ["__file", "icon-polygon2.vue"]]);
|
|
2685
2729
|
|
|
2686
2730
|
// src/components/icon-file.vue
|
|
2687
|
-
var
|
|
2688
|
-
var
|
|
2731
|
+
var import_vue96 = __toESM(require_vue(), 1);
|
|
2732
|
+
var _sfc_main96 = {
|
|
2689
2733
|
name: "IconFile",
|
|
2690
2734
|
title: "\u6587\u4EF6"
|
|
2691
|
-
},
|
|
2735
|
+
}, _hoisted_196 = {
|
|
2692
2736
|
width: "16",
|
|
2693
2737
|
height: "16",
|
|
2694
2738
|
viewBox: "0 0 16 16",
|
|
2695
2739
|
fill: "none",
|
|
2696
2740
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2697
|
-
},
|
|
2741
|
+
}, _hoisted_296 = /* @__PURE__ */ (0, import_vue96.createElementVNode)("path", {
|
|
2698
2742
|
"fill-rule": "evenodd",
|
|
2699
2743
|
"clip-rule": "evenodd",
|
|
2700
2744
|
d: "M10 10v2a2 2 0 1 0 2-2h-2Zm2 5a3 3 0 1 0 0-6H9v3a3 3 0 0 0 3 3Zm-2-9V4a2 2 0 1 1 2 2h-2Zm2-5a3 3 0 1 1 0 6H9V4a3 3 0 0 1 3-3Zm-6 9v2a2 2 0 1 1-2-2h2Zm-2 5a3 3 0 1 1 0-6h3v3a3 3 0 0 1-3 3Zm2-9V4a2 2 0 1 0-2 2h2ZM4 1a3 3 0 0 0 0 6h3V4a3 3 0 0 0-3-3Z",
|
|
2701
2745
|
fill: "currentColor"
|
|
2702
|
-
}, null, -1),
|
|
2703
|
-
|
|
2746
|
+
}, null, -1), _hoisted_395 = [
|
|
2747
|
+
_hoisted_296
|
|
2704
2748
|
];
|
|
2705
|
-
function
|
|
2706
|
-
return (0,
|
|
2749
|
+
function _sfc_render96(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2750
|
+
return (0, import_vue96.openBlock)(), (0, import_vue96.createElementBlock)("svg", _hoisted_196, _hoisted_395);
|
|
2707
2751
|
}
|
|
2708
|
-
var icon_file_default = /* @__PURE__ */ export_helper_default(
|
|
2752
|
+
var icon_file_default = /* @__PURE__ */ export_helper_default(_sfc_main96, [["render", _sfc_render96], ["__file", "icon-file.vue"]]);
|
|
2709
2753
|
|
|
2710
2754
|
// src/components/icon-folder.vue
|
|
2711
|
-
var
|
|
2712
|
-
var
|
|
2755
|
+
var import_vue97 = __toESM(require_vue(), 1);
|
|
2756
|
+
var _sfc_main97 = {
|
|
2713
2757
|
name: "IconFolder",
|
|
2714
2758
|
title: "\u6587\u4EF6\u5939"
|
|
2715
|
-
},
|
|
2759
|
+
}, _hoisted_197 = {
|
|
2716
2760
|
class: "icon",
|
|
2717
2761
|
viewBox: "0 0 1181 1024",
|
|
2718
2762
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2719
2763
|
width: "230.664",
|
|
2720
2764
|
height: "200"
|
|
2721
|
-
},
|
|
2765
|
+
}, _hoisted_297 = /* @__PURE__ */ (0, import_vue97.createElementVNode)("path", {
|
|
2722
2766
|
d: "M681.354 157.538 445.046 0H0v1024h1181.538V157.538zm421.415 787.693h-1024V551.385h1024zm0-472.616h-1024V78.77h342.646l236.308 157.539h445.046z",
|
|
2723
2767
|
fill: "#E6A23C"
|
|
2724
|
-
}, null, -1),
|
|
2725
|
-
|
|
2768
|
+
}, null, -1), _hoisted_396 = [
|
|
2769
|
+
_hoisted_297
|
|
2726
2770
|
];
|
|
2727
|
-
function
|
|
2728
|
-
return (0,
|
|
2771
|
+
function _sfc_render97(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2772
|
+
return (0, import_vue97.openBlock)(), (0, import_vue97.createElementBlock)("svg", _hoisted_197, _hoisted_396);
|
|
2729
2773
|
}
|
|
2730
|
-
var icon_folder_default = /* @__PURE__ */ export_helper_default(
|
|
2774
|
+
var icon_folder_default = /* @__PURE__ */ export_helper_default(_sfc_main97, [["render", _sfc_render97], ["__file", "icon-folder.vue"]]);
|
|
2731
2775
|
|
|
2732
2776
|
// src/components/icon-folder2.vue
|
|
2733
|
-
var
|
|
2734
|
-
var
|
|
2777
|
+
var import_vue98 = __toESM(require_vue(), 1);
|
|
2778
|
+
var _sfc_main98 = {
|
|
2735
2779
|
name: "IconFolder2",
|
|
2736
2780
|
title: "\u6587\u4EF6\u59392"
|
|
2737
|
-
},
|
|
2781
|
+
}, _hoisted_198 = {
|
|
2738
2782
|
class: "icon",
|
|
2739
2783
|
viewBox: "0 0 1076 1024",
|
|
2740
2784
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2741
2785
|
width: "210.156",
|
|
2742
2786
|
height: "200"
|
|
2743
|
-
},
|
|
2787
|
+
}, _hoisted_298 = /* @__PURE__ */ (0, import_vue98.createElementVNode)("path", {
|
|
2744
2788
|
d: "M984.615 157.538H556.898L437.17 14.178A38.597 38.597 0 0 0 407.237 0H92.16A92.16 92.16 0 0 0 0 92.16v839.68A92.16 92.16 0 0 0 92.16 1024h892.455a92.16 92.16 0 0 0 92.16-92.16V249.698a92.16 92.16 0 0 0-92.16-92.16zM78.77 90.585a12.603 12.603 0 0 1 13.39-11.816h296.172l119.73 143.36a38.597 38.597 0 0 0 29.932 14.179h446.621a14.178 14.178 0 0 1 13.391 13.39V419.84H78.77V90.585zM984.615 945.23H90.585a12.603 12.603 0 0 1-11.816-13.391V498.61h919.237v433.23a14.178 14.178 0 0 1-13.39 13.39z",
|
|
2745
2789
|
fill: "currentColor"
|
|
2746
|
-
}, null, -1),
|
|
2747
|
-
|
|
2790
|
+
}, null, -1), _hoisted_397 = [
|
|
2791
|
+
_hoisted_298
|
|
2748
2792
|
];
|
|
2749
|
-
function
|
|
2750
|
-
return (0,
|
|
2793
|
+
function _sfc_render98(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2794
|
+
return (0, import_vue98.openBlock)(), (0, import_vue98.createElementBlock)("svg", _hoisted_198, _hoisted_397);
|
|
2751
2795
|
}
|
|
2752
|
-
var icon_folder2_default = /* @__PURE__ */ export_helper_default(
|
|
2796
|
+
var icon_folder2_default = /* @__PURE__ */ export_helper_default(_sfc_main98, [["render", _sfc_render98], ["__file", "icon-folder2.vue"]]);
|
|
2753
2797
|
|
|
2754
2798
|
// src/components/icon-measure-azimuth.vue
|
|
2755
|
-
var
|
|
2756
|
-
var
|
|
2799
|
+
var import_vue99 = __toESM(require_vue(), 1);
|
|
2800
|
+
var _sfc_main99 = {
|
|
2757
2801
|
name: "IconMeasureAzimuth",
|
|
2758
2802
|
title: "\u65B9\u4F4D\u89D2\u6D4B\u91CF"
|
|
2759
|
-
},
|
|
2803
|
+
}, _hoisted_199 = {
|
|
2760
2804
|
width: "24",
|
|
2761
2805
|
height: "24",
|
|
2762
2806
|
viewBox: "0 0 24 24",
|
|
2763
2807
|
fill: "none",
|
|
2764
2808
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2765
|
-
},
|
|
2809
|
+
}, _hoisted_299 = /* @__PURE__ */ (0, import_vue99.createElementVNode)("path", {
|
|
2766
2810
|
"fill-rule": "evenodd",
|
|
2767
2811
|
"clip-rule": "evenodd",
|
|
2768
2812
|
d: "m22.052 14.76-.008.013a.055.055 0 0 1 .008-.013Zm-.25.24c-.36-.278-.996-.613-1.95-.931C17.936 13.429 15.16 13 12 13c-3.159 0-5.935.43-7.853 1.069-.953.318-1.588.653-1.948.931.36.278.995.613 1.948.931C6.065 16.571 8.841 17 12 17s5.935-.43 7.853-1.069c.953-.318 1.588-.653 1.948-.931Zm-19.854-.24s.004.004.008.013a.05.05 0 0 1-.008-.013Zm0 .48.008-.013a.056.056 0 0 1-.008.013Zm20.096-.013a.053.053 0 0 1 .008.013s-.004-.004-.008-.013ZM12 19c6.627 0 12-1.79 12-4s-5.373-4-12-4-12 1.79-12 4 5.373 4 12 4Z",
|
|
2769
2813
|
fill: "currentColor"
|
|
2770
|
-
}, null, -1),
|
|
2814
|
+
}, null, -1), _hoisted_398 = /* @__PURE__ */ (0, import_vue99.createElementVNode)("path", {
|
|
2771
2815
|
"fill-rule": "evenodd",
|
|
2772
2816
|
"clip-rule": "evenodd",
|
|
2773
2817
|
d: "M22 15h2c0-6.627-5.373-12-12-12S0 8.373 0 15h2C2 9.477 6.477 5 12 5s10 4.477 10 10Z",
|
|
2774
2818
|
fill: "currentColor"
|
|
2775
|
-
}, null, -1), _hoisted_441 = /* @__PURE__ */ (0,
|
|
2819
|
+
}, null, -1), _hoisted_441 = /* @__PURE__ */ (0, import_vue99.createElementVNode)("path", {
|
|
2776
2820
|
"fill-rule": "evenodd",
|
|
2777
2821
|
"clip-rule": "evenodd",
|
|
2778
2822
|
d: "M12 4a1 1 0 0 1 1 1v9.692l6.21 1.33a1 1 0 1 1-.42 1.956l-6.797-1.457-7.297 1.46a1 1 0 0 1-.392-1.962L11 14.68V5a1 1 0 0 1 1-1ZM2.76 18.354l-2.407.613C1.65 20.709 6.373 22 12 22c5.627 0 10.35-1.291 11.647-3.033l-2.407-.613a9.108 9.108 0 0 1-1.387.577C17.935 19.571 15.159 20 12 20s-5.935-.43-7.853-1.069a9.11 9.11 0 0 1-1.387-.577Z",
|
|
2779
2823
|
fill: "currentColor"
|
|
2780
2824
|
}, null, -1), _hoisted_59 = [
|
|
2781
|
-
|
|
2782
|
-
|
|
2825
|
+
_hoisted_299,
|
|
2826
|
+
_hoisted_398,
|
|
2783
2827
|
_hoisted_441
|
|
2784
2828
|
];
|
|
2785
|
-
function
|
|
2786
|
-
return (0,
|
|
2829
|
+
function _sfc_render99(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2830
|
+
return (0, import_vue99.openBlock)(), (0, import_vue99.createElementBlock)("svg", _hoisted_199, _hoisted_59);
|
|
2787
2831
|
}
|
|
2788
|
-
var icon_measure_azimuth_default = /* @__PURE__ */ export_helper_default(
|
|
2832
|
+
var icon_measure_azimuth_default = /* @__PURE__ */ export_helper_default(_sfc_main99, [["render", _sfc_render99], ["__file", "icon-measure-azimuth.vue"]]);
|
|
2789
2833
|
|
|
2790
2834
|
// src/components/icon-traveler-analysis.vue
|
|
2791
|
-
var
|
|
2792
|
-
var
|
|
2835
|
+
var import_vue100 = __toESM(require_vue(), 1);
|
|
2836
|
+
var _sfc_main100 = {
|
|
2793
2837
|
name: "IconTravelerAnalysis",
|
|
2794
2838
|
title: "\u65C5\u884C\u5546\u5206\u6790"
|
|
2795
|
-
},
|
|
2839
|
+
}, _hoisted_1100 = {
|
|
2796
2840
|
class: "icon",
|
|
2797
2841
|
viewBox: "0 0 1024 1024",
|
|
2798
2842
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2799
2843
|
width: "200",
|
|
2800
2844
|
height: "200"
|
|
2801
|
-
},
|
|
2802
|
-
|
|
2803
|
-
|
|
2845
|
+
}, _hoisted_2100 = /* @__PURE__ */ (0, import_vue100.createElementVNode)("path", { d: "M845.478 238.505H547.704V71.409h83.548a35.704 35.704 0 0 0 35.705-35.705A36.418 36.418 0 0 0 631.252 0H392.748a36.418 36.418 0 0 0-35.705 35.704 35.704 35.704 0 0 0 35.705 35.705h83.548v167.096H178.522a82.834 82.834 0 0 0-82.834 82.834v524.14a82.834 82.834 0 0 0 82.834 82.833h83.548v59.984a35.704 35.704 0 0 0 71.408 0v-59.984h357.044v59.984a35.704 35.704 0 0 0 71.408 0v-59.984h83.548a82.834 82.834 0 0 0 82.834-82.834v-524.14a82.834 82.834 0 0 0-82.834-82.833zm11.426 606.973a11.425 11.425 0 0 1-11.426 11.426H178.522a11.425 11.425 0 0 1-11.426-11.426v-524.14a11.425 11.425 0 0 1 11.426-11.424h666.956a11.425 11.425 0 0 1 11.426 11.425z" }, null, -1), _hoisted_399 = /* @__PURE__ */ (0, import_vue100.createElementVNode)("path", { d: "M452.73 488.435v189.947a35.704 35.704 0 0 1-35.704 35.704 35.704 35.704 0 0 1-35.704-35.704V488.435a35.704 35.704 0 0 1 35.704-35.704 35.704 35.704 0 0 1 35.705 35.704zm189.948 0v189.947a35.704 35.704 0 0 1-35.704 35.704 35.704 35.704 0 0 1-35.705-35.704V488.435a35.704 35.704 0 0 1 35.705-35.704 35.704 35.704 0 0 1 35.704 35.704z" }, null, -1), _hoisted_442 = [
|
|
2846
|
+
_hoisted_2100,
|
|
2847
|
+
_hoisted_399
|
|
2804
2848
|
];
|
|
2805
|
-
function
|
|
2806
|
-
return (0,
|
|
2849
|
+
function _sfc_render100(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2850
|
+
return (0, import_vue100.openBlock)(), (0, import_vue100.createElementBlock)("svg", _hoisted_1100, _hoisted_442);
|
|
2807
2851
|
}
|
|
2808
|
-
var icon_traveler_analysis_default = /* @__PURE__ */ export_helper_default(
|
|
2852
|
+
var icon_traveler_analysis_default = /* @__PURE__ */ export_helper_default(_sfc_main100, [["render", _sfc_render100], ["__file", "icon-traveler-analysis.vue"]]);
|
|
2809
2853
|
|
|
2810
2854
|
// src/components/icon-calendar.vue
|
|
2811
|
-
var
|
|
2812
|
-
var
|
|
2855
|
+
var import_vue101 = __toESM(require_vue(), 1);
|
|
2856
|
+
var _sfc_main101 = {
|
|
2813
2857
|
name: "IconCalendar",
|
|
2814
2858
|
title: "\u65E5\u5386"
|
|
2815
|
-
},
|
|
2859
|
+
}, _hoisted_1101 = {
|
|
2816
2860
|
width: "16",
|
|
2817
2861
|
height: "16",
|
|
2818
2862
|
viewBox: "0 0 16 16",
|
|
2819
2863
|
fill: "none",
|
|
2820
2864
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2821
|
-
},
|
|
2865
|
+
}, _hoisted_2101 = /* @__PURE__ */ (0, import_vue101.createElementVNode)("path", {
|
|
2822
2866
|
d: "M3.333 3.167h9.334v-1H3.333v1Zm9.334 0c.46 0 .833.373.833.833h1c0-1.013-.82-1.833-1.833-1.833v1ZM13.5 4v9.333h1V4h-1Zm0 9.333c0 .46-.373.834-.833.834v1a1.834 1.834 0 0 0 1.833-1.834h-1Zm-.833.834H3.333v1h9.334v-1Zm-9.334 0a.833.833 0 0 1-.833-.834h-1c0 1.013.82 1.834 1.833 1.834v-1Zm-.833-.834V4h-1v9.333h1ZM2.5 4c0-.46.373-.833.833-.833v-1C2.321 2.167 1.5 2.987 1.5 4h1Zm7.667-2.667V4h1V1.333h-1Zm-5.334 0V4h1V1.333h-1ZM2 7.167h12v-1H2v1Z",
|
|
2823
2867
|
fill: "currentColor"
|
|
2824
|
-
}, null, -1),
|
|
2825
|
-
|
|
2868
|
+
}, null, -1), _hoisted_3100 = [
|
|
2869
|
+
_hoisted_2101
|
|
2826
2870
|
];
|
|
2827
|
-
function
|
|
2828
|
-
return (0,
|
|
2871
|
+
function _sfc_render101(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2872
|
+
return (0, import_vue101.openBlock)(), (0, import_vue101.createElementBlock)("svg", _hoisted_1101, _hoisted_3100);
|
|
2829
2873
|
}
|
|
2830
|
-
var icon_calendar_default = /* @__PURE__ */ export_helper_default(
|
|
2874
|
+
var icon_calendar_default = /* @__PURE__ */ export_helper_default(_sfc_main101, [["render", _sfc_render101], ["__file", "icon-calendar.vue"]]);
|
|
2831
2875
|
|
|
2832
2876
|
// src/components/icon-time.vue
|
|
2833
|
-
var
|
|
2834
|
-
var
|
|
2877
|
+
var import_vue102 = __toESM(require_vue(), 1);
|
|
2878
|
+
var _sfc_main102 = {
|
|
2835
2879
|
name: "IconTime",
|
|
2836
2880
|
title: "\u65F6\u95F4"
|
|
2837
|
-
},
|
|
2881
|
+
}, _hoisted_1102 = {
|
|
2838
2882
|
width: "16",
|
|
2839
2883
|
height: "16",
|
|
2840
2884
|
viewBox: "0 0 16 16",
|
|
2841
2885
|
fill: "none",
|
|
2842
2886
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2843
|
-
},
|
|
2887
|
+
}, _hoisted_2102 = /* @__PURE__ */ (0, import_vue102.createElementVNode)("path", {
|
|
2844
2888
|
d: "M8 8h-.5a.5.5 0 0 0 .277.447L8 8Zm6.167 0A6.167 6.167 0 0 1 8 14.167v1A7.167 7.167 0 0 0 15.167 8h-1ZM8 14.167A6.167 6.167 0 0 1 1.833 8h-1A7.167 7.167 0 0 0 8 15.167v-1ZM1.833 8A6.167 6.167 0 0 1 8 1.833v-1A7.167 7.167 0 0 0 .833 8h1ZM8 1.833A6.167 6.167 0 0 1 14.167 8h1A7.167 7.167 0 0 0 8 .833v1ZM7.5 4v4h1V4h-1Zm.277 4.447 2.666 1.333.447-.894-2.666-1.333-.447.894Z",
|
|
2845
2889
|
fill: "currentColor"
|
|
2846
|
-
}, null, -1),
|
|
2847
|
-
|
|
2890
|
+
}, null, -1), _hoisted_3101 = [
|
|
2891
|
+
_hoisted_2102
|
|
2848
2892
|
];
|
|
2849
|
-
function
|
|
2850
|
-
return (0,
|
|
2893
|
+
function _sfc_render102(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2894
|
+
return (0, import_vue102.openBlock)(), (0, import_vue102.createElementBlock)("svg", _hoisted_1102, _hoisted_3101);
|
|
2851
2895
|
}
|
|
2852
|
-
var icon_time_default = /* @__PURE__ */ export_helper_default(
|
|
2896
|
+
var icon_time_default = /* @__PURE__ */ export_helper_default(_sfc_main102, [["render", _sfc_render102], ["__file", "icon-time.vue"]]);
|
|
2853
2897
|
|
|
2854
2898
|
// src/components/icon-time-bar.vue
|
|
2855
|
-
var
|
|
2856
|
-
var
|
|
2899
|
+
var import_vue103 = __toESM(require_vue(), 1);
|
|
2900
|
+
var _sfc_main103 = {
|
|
2857
2901
|
name: "IconTimeBar",
|
|
2858
2902
|
title: "\u65F6\u95F4\u8F74"
|
|
2859
|
-
},
|
|
2903
|
+
}, _hoisted_1103 = {
|
|
2860
2904
|
width: "16",
|
|
2861
2905
|
height: "16",
|
|
2862
2906
|
viewBox: "0 0 16 16",
|
|
2863
2907
|
fill: "none",
|
|
2864
2908
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2865
|
-
},
|
|
2909
|
+
}, _hoisted_2103 = /* @__PURE__ */ (0, import_vue103.createElementVNode)("path", {
|
|
2866
2910
|
"fill-rule": "evenodd",
|
|
2867
2911
|
"clip-rule": "evenodd",
|
|
2868
2912
|
d: "M8.5 11a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM12 8.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Z",
|
|
2869
2913
|
fill: "currentColor"
|
|
2870
|
-
}, null, -1),
|
|
2914
|
+
}, null, -1), _hoisted_3102 = /* @__PURE__ */ (0, import_vue103.createElementVNode)("path", {
|
|
2871
2915
|
"fill-rule": "evenodd",
|
|
2872
2916
|
"clip-rule": "evenodd",
|
|
2873
2917
|
d: "M1 8.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5Zm10 0a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5Z",
|
|
2874
2918
|
fill: "currentColor"
|
|
2875
2919
|
}, null, -1), _hoisted_443 = [
|
|
2876
|
-
|
|
2877
|
-
|
|
2920
|
+
_hoisted_2103,
|
|
2921
|
+
_hoisted_3102
|
|
2878
2922
|
];
|
|
2879
|
-
function
|
|
2880
|
-
return (0,
|
|
2923
|
+
function _sfc_render103(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2924
|
+
return (0, import_vue103.openBlock)(), (0, import_vue103.createElementBlock)("svg", _hoisted_1103, _hoisted_443);
|
|
2881
2925
|
}
|
|
2882
|
-
var icon_time_bar_default = /* @__PURE__ */ export_helper_default(
|
|
2926
|
+
var icon_time_bar_default = /* @__PURE__ */ export_helper_default(_sfc_main103, [["render", _sfc_render103], ["__file", "icon-time-bar.vue"]]);
|
|
2883
2927
|
|
|
2884
2928
|
// src/components/icon-display-settings.vue
|
|
2885
|
-
var
|
|
2886
|
-
var
|
|
2929
|
+
var import_vue104 = __toESM(require_vue(), 1);
|
|
2930
|
+
var _sfc_main104 = {
|
|
2887
2931
|
name: "IconDisplaySettings",
|
|
2888
2932
|
title: "\u663E\u793A\u8BBE\u7F6E"
|
|
2889
|
-
},
|
|
2933
|
+
}, _hoisted_1104 = {
|
|
2890
2934
|
class: "icon",
|
|
2891
2935
|
viewBox: "0 0 1024 1024",
|
|
2892
2936
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2893
2937
|
width: "200",
|
|
2894
2938
|
height: "200"
|
|
2895
|
-
},
|
|
2939
|
+
}, _hoisted_2104 = /* @__PURE__ */ (0, import_vue104.createElementVNode)("path", {
|
|
2896
2940
|
d: "M917.596 248.502 680.52 10.712A36.418 36.418 0 0 0 654.813 0H178.517a83.548 83.548 0 0 0-82.834 83.548v856.904A83.548 83.548 0 0 0 178.517 1024h666.957a83.548 83.548 0 0 0 82.834-83.548V274.209a34.276 34.276 0 0 0-10.712-25.707zM690.517 122.11l119.252 116.396H690.517zm166.382 818.343a12.14 12.14 0 0 1-11.425 12.14H178.517a12.14 12.14 0 0 1-11.425-12.14V83.548a12.14 12.14 0 0 1 11.425-12.14h440.591V274.21a35.704 35.704 0 0 0 35.705 35.705h202.086z",
|
|
2897
2941
|
fill: "currentColor"
|
|
2898
|
-
}, null, -1),
|
|
2942
|
+
}, null, -1), _hoisted_3103 = /* @__PURE__ */ (0, import_vue104.createElementVNode)("path", {
|
|
2899
2943
|
d: "M336.33 509.858a446.304 446.304 0 0 0-49.272 52.842l-13.568 17.138-3.57 4.999a34.276 34.276 0 0 0 0 39.989l3.57 4.998 13.568 17.852a509.858 509.858 0 0 0 49.272 52.843 269.21 269.21 0 0 0 175.665 84.976 269.21 269.21 0 0 0 175.666-80.692 509.858 509.858 0 0 0 50.7-52.842l13.567-17.852 3.57-4.999a34.276 34.276 0 0 0 0-39.989l-3.57-4.998-13.567-21.423a446.304 446.304 0 0 0-49.272-52.842 269.21 269.21 0 0 0-177.094-81.406 269.21 269.21 0 0 0-175.665 81.406zm344.904 97.116a380.608 380.608 0 0 1-42.131 45.701 199.944 199.944 0 0 1-127.108 61.411 199.944 199.944 0 0 1-127.107-61.411 380.608 380.608 0 0 1-42.131-45.701 447.018 447.018 0 0 1 42.131-44.988 201.372 201.372 0 0 1 127.107-62.125 201.372 201.372 0 0 1 127.108 62.125 447.018 447.018 0 0 1 42.13 44.988z",
|
|
2900
2944
|
fill: "currentColor"
|
|
2901
|
-
}, null, -1), _hoisted_444 = /* @__PURE__ */ (0,
|
|
2945
|
+
}, null, -1), _hoisted_444 = /* @__PURE__ */ (0, import_vue104.createElementVNode)("path", {
|
|
2902
2946
|
d: "M464.152 606.974a47.844 47.844 0 1 0 47.843-47.13 47.844 47.844 0 0 0-47.843 47.13z",
|
|
2903
2947
|
fill: "currentColor"
|
|
2904
2948
|
}, null, -1), _hoisted_510 = [
|
|
2905
|
-
|
|
2906
|
-
|
|
2949
|
+
_hoisted_2104,
|
|
2950
|
+
_hoisted_3103,
|
|
2907
2951
|
_hoisted_444
|
|
2908
2952
|
];
|
|
2909
|
-
function
|
|
2910
|
-
return (0,
|
|
2953
|
+
function _sfc_render104(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2954
|
+
return (0, import_vue104.openBlock)(), (0, import_vue104.createElementBlock)("svg", _hoisted_1104, _hoisted_510);
|
|
2911
2955
|
}
|
|
2912
|
-
var icon_display_settings_default = /* @__PURE__ */ export_helper_default(
|
|
2956
|
+
var icon_display_settings_default = /* @__PURE__ */ export_helper_default(_sfc_main104, [["render", _sfc_render104], ["__file", "icon-display-settings.vue"]]);
|
|
2913
2957
|
|
|
2914
2958
|
// src/components/icon-video-pause.vue
|
|
2915
|
-
var
|
|
2916
|
-
var
|
|
2959
|
+
var import_vue105 = __toESM(require_vue(), 1);
|
|
2960
|
+
var _sfc_main105 = {
|
|
2917
2961
|
name: "IconVideoPause",
|
|
2918
2962
|
title: "\u6682\u505C\u64AD\u653E"
|
|
2919
|
-
},
|
|
2963
|
+
}, _hoisted_1105 = {
|
|
2920
2964
|
width: "16",
|
|
2921
2965
|
height: "16",
|
|
2922
2966
|
viewBox: "0 0 16 16",
|
|
2923
2967
|
fill: "none",
|
|
2924
2968
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2925
|
-
},
|
|
2969
|
+
}, _hoisted_2105 = /* @__PURE__ */ (0, import_vue105.createElementVNode)("path", {
|
|
2926
2970
|
d: "M5 4.5a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0v-7Zm5 0a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0v-7Z",
|
|
2927
2971
|
fill: "currentColor"
|
|
2928
|
-
}, null, -1),
|
|
2972
|
+
}, null, -1), _hoisted_3104 = /* @__PURE__ */ (0, import_vue105.createElementVNode)("path", {
|
|
2929
2973
|
"fill-rule": "evenodd",
|
|
2930
2974
|
"clip-rule": "evenodd",
|
|
2931
2975
|
d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16Z",
|
|
2932
2976
|
fill: "currentColor"
|
|
2933
2977
|
}, null, -1), _hoisted_445 = [
|
|
2934
|
-
|
|
2935
|
-
|
|
2978
|
+
_hoisted_2105,
|
|
2979
|
+
_hoisted_3104
|
|
2936
2980
|
];
|
|
2937
|
-
function
|
|
2938
|
-
return (0,
|
|
2981
|
+
function _sfc_render105(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2982
|
+
return (0, import_vue105.openBlock)(), (0, import_vue105.createElementBlock)("svg", _hoisted_1105, _hoisted_445);
|
|
2939
2983
|
}
|
|
2940
|
-
var icon_video_pause_default = /* @__PURE__ */ export_helper_default(
|
|
2984
|
+
var icon_video_pause_default = /* @__PURE__ */ export_helper_default(_sfc_main105, [["render", _sfc_render105], ["__file", "icon-video-pause.vue"]]);
|
|
2941
2985
|
|
|
2942
2986
|
// src/components/icon-more.vue
|
|
2943
|
-
var
|
|
2944
|
-
var
|
|
2987
|
+
var import_vue106 = __toESM(require_vue(), 1);
|
|
2988
|
+
var _sfc_main106 = {
|
|
2945
2989
|
name: "IconMore",
|
|
2946
2990
|
title: "\u66F4\u591A"
|
|
2947
|
-
},
|
|
2991
|
+
}, _hoisted_1106 = {
|
|
2948
2992
|
class: "icon",
|
|
2949
2993
|
viewBox: "0 0 5120 1024",
|
|
2950
2994
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2951
2995
|
width: "1000",
|
|
2952
2996
|
height: "200"
|
|
2953
|
-
},
|
|
2997
|
+
}, _hoisted_2106 = /* @__PURE__ */ (0, import_vue106.createElementVNode)("path", {
|
|
2954
2998
|
d: "M512 1024A512 512 0 1 0 0 512a512 512 0 0 0 512 512zm2048 0a512 512 0 1 0-512-512 512 512 0 0 0 512 512zm2048 0a512 512 0 1 0-512-512 512 512 0 0 0 512 512z",
|
|
2955
2999
|
fill: "currentColor"
|
|
2956
|
-
}, null, -1),
|
|
2957
|
-
|
|
3000
|
+
}, null, -1), _hoisted_3105 = [
|
|
3001
|
+
_hoisted_2106
|
|
2958
3002
|
];
|
|
2959
|
-
function
|
|
2960
|
-
return (0,
|
|
3003
|
+
function _sfc_render106(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3004
|
+
return (0, import_vue106.openBlock)(), (0, import_vue106.createElementBlock)("svg", _hoisted_1106, _hoisted_3105);
|
|
2961
3005
|
}
|
|
2962
|
-
var icon_more_default = /* @__PURE__ */ export_helper_default(
|
|
3006
|
+
var icon_more_default = /* @__PURE__ */ export_helper_default(_sfc_main106, [["render", _sfc_render106], ["__file", "icon-more.vue"]]);
|
|
2963
3007
|
|
|
2964
3008
|
// src/components/icon-replace.vue
|
|
2965
|
-
var
|
|
2966
|
-
var
|
|
3009
|
+
var import_vue107 = __toESM(require_vue(), 1);
|
|
3010
|
+
var _sfc_main107 = {
|
|
2967
3011
|
name: "IconReplace",
|
|
2968
3012
|
title: "\u66F4\u6362"
|
|
2969
|
-
},
|
|
3013
|
+
}, _hoisted_1107 = {
|
|
2970
3014
|
width: "16",
|
|
2971
3015
|
height: "16",
|
|
2972
3016
|
viewBox: "0 0 16 16",
|
|
2973
3017
|
fill: "none",
|
|
2974
3018
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2975
|
-
},
|
|
3019
|
+
}, _hoisted_2107 = /* @__PURE__ */ (0, import_vue107.createElementVNode)("path", {
|
|
2976
3020
|
"fill-rule": "evenodd",
|
|
2977
3021
|
"clip-rule": "evenodd",
|
|
2978
3022
|
d: "M12.312 4.39a.5.5 0 0 0 0-.78l-2.5-2a.5.5 0 0 0-.624.78l1.387 1.11H2a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 1 0V4.5h8.075L9.188 5.61a.5.5 0 0 0 .624.78l2.5-2Zm-8.624 6.22a.5.5 0 0 0 0 .78l2.5 2a.5.5 0 1 0 .624-.78L5.425 11.5H14a.5.5 0 0 0 .5-.5V8a.5.5 0 0 0-1 0v2.5H5.425l1.387-1.11a.5.5 0 0 0-.624-.78l-2.5 2Z",
|
|
2979
3023
|
fill: "currentColor"
|
|
2980
|
-
}, null, -1),
|
|
2981
|
-
|
|
3024
|
+
}, null, -1), _hoisted_3106 = [
|
|
3025
|
+
_hoisted_2107
|
|
2982
3026
|
];
|
|
2983
|
-
function
|
|
2984
|
-
return (0,
|
|
3027
|
+
function _sfc_render107(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3028
|
+
return (0, import_vue107.openBlock)(), (0, import_vue107.createElementBlock)("svg", _hoisted_1107, _hoisted_3106);
|
|
2985
3029
|
}
|
|
2986
|
-
var icon_replace_default = /* @__PURE__ */ export_helper_default(
|
|
3030
|
+
var icon_replace_default = /* @__PURE__ */ export_helper_default(_sfc_main107, [["render", _sfc_render107], ["__file", "icon-replace.vue"]]);
|
|
2987
3031
|
|
|
2988
3032
|
// src/components/icon-optimal-route.vue
|
|
2989
|
-
var
|
|
2990
|
-
var
|
|
3033
|
+
var import_vue108 = __toESM(require_vue(), 1);
|
|
3034
|
+
var _sfc_main108 = {
|
|
2991
3035
|
name: "IconOptimalRoute",
|
|
2992
3036
|
title: "\u6700\u4F18\u8DEF\u7EBF"
|
|
2993
|
-
},
|
|
3037
|
+
}, _hoisted_1108 = {
|
|
2994
3038
|
class: "icon",
|
|
2995
3039
|
viewBox: "0 0 1024 1024",
|
|
2996
3040
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2997
3041
|
width: "200",
|
|
2998
3042
|
height: "200"
|
|
2999
|
-
},
|
|
3000
|
-
|
|
3001
|
-
|
|
3043
|
+
}, _hoisted_2108 = /* @__PURE__ */ (0, import_vue108.createElementVNode)("path", { d: "M913.723 0H110.277A110.277 110.277 0 0 0 0 110.277v803.446A110.277 110.277 0 0 0 110.277 1024h803.446A110.277 110.277 0 0 0 1024 913.723V110.277A110.277 110.277 0 0 0 913.723 0zm31.508 913.723a31.508 31.508 0 0 1-31.508 31.508H110.277a31.508 31.508 0 0 1-31.508-31.508V110.277a31.508 31.508 0 0 1 31.508-31.508h803.446a31.508 31.508 0 0 1 31.508 31.508z" }, null, -1), _hoisted_3107 = /* @__PURE__ */ (0, import_vue108.createElementVNode)("path", { d: "m811.323 551.385-181.17 78.769a39.385 39.385 0 0 0-20.48 51.988 39.385 39.385 0 0 0 48.838 26.781l184.32-78.77a39.385 39.385 0 1 0-31.508-78.768zM417.477 708.923l-181.17 78.77a39.385 39.385 0 0 0-20.48 51.987 39.385 39.385 0 0 0 51.2 20.48l181.958-72.468a39.385 39.385 0 1 0-31.508-78.769zm-115.79-25.994a37.81 37.81 0 0 0 32.295-17.329 866.462 866.462 0 0 0 59.864-100.825 193.772 193.772 0 0 0 23.63-78.769 118.154 118.154 0 0 0-236.307 0 184.32 184.32 0 0 0 24.419 78.77 848.345 848.345 0 0 0 61.44 100.824 38.597 38.597 0 0 0 34.658 17.33zm0-236.307a39.385 39.385 0 0 1 39.384 39.384 115.79 115.79 0 0 1-14.966 43.323c-6.302 12.603-14.179 25.994-24.419 42.536-9.452-16.542-17.33-29.933-23.63-42.536a126.03 126.03 0 0 1-15.754-43.323 39.385 39.385 0 0 1 39.384-39.384zm388.331 35.446a38.597 38.597 0 0 0 32.296 16.541 40.96 40.96 0 0 0 32.295-16.541 849.92 849.92 0 0 0 61.44-101.613 178.018 178.018 0 0 0 24.419-78.769 118.154 118.154 0 0 0-236.308 0 187.47 187.47 0 0 0 23.63 78.77 866.462 866.462 0 0 0 62.228 101.612zm32.296-219.766a40.172 40.172 0 0 1 39.384 39.384 133.12 133.12 0 0 1-15.753 44.11 950.951 950.951 0 0 1-23.631 41.749c-10.24-15.754-18.117-29.933-24.419-41.748a121.305 121.305 0 0 1-14.966-44.11 39.385 39.385 0 0 1 39.385-39.385z" }, null, -1), _hoisted_446 = [
|
|
3044
|
+
_hoisted_2108,
|
|
3045
|
+
_hoisted_3107
|
|
3002
3046
|
];
|
|
3003
|
-
function
|
|
3004
|
-
return (0,
|
|
3047
|
+
function _sfc_render108(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3048
|
+
return (0, import_vue108.openBlock)(), (0, import_vue108.createElementBlock)("svg", _hoisted_1108, _hoisted_446);
|
|
3005
3049
|
}
|
|
3006
|
-
var icon_optimal_route_default = /* @__PURE__ */ export_helper_default(
|
|
3050
|
+
var icon_optimal_route_default = /* @__PURE__ */ export_helper_default(_sfc_main108, [["render", _sfc_render108], ["__file", "icon-optimal-route.vue"]]);
|
|
3007
3051
|
|
|
3008
3052
|
// src/components/icon-nearest-facility-point.vue
|
|
3009
|
-
var
|
|
3010
|
-
var
|
|
3053
|
+
var import_vue109 = __toESM(require_vue(), 1);
|
|
3054
|
+
var _sfc_main109 = {
|
|
3011
3055
|
name: "IconNearestFacilityPoint",
|
|
3012
3056
|
title: "\u6700\u8FD1\u8BBE\u65BD\u70B9"
|
|
3013
|
-
},
|
|
3057
|
+
}, _hoisted_1109 = {
|
|
3014
3058
|
class: "icon",
|
|
3015
3059
|
viewBox: "0 0 1024 1024",
|
|
3016
3060
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3017
3061
|
width: "200",
|
|
3018
3062
|
height: "200"
|
|
3019
|
-
},
|
|
3020
|
-
|
|
3063
|
+
}, _hoisted_2109 = /* @__PURE__ */ (0, import_vue109.createElementVNode)("path", { d: "M512.255 0a226.365 226.365 0 0 0-35.704 449.874v395.604a35.704 35.704 0 0 0 71.409 0V449.874A226.365 226.365 0 0 0 512.255 0zm0 381.322a154.957 154.957 0 1 1 154.957-154.957 154.957 154.957 0 0 1-154.957 154.957zm505.574 586.98L827.882 682.666a36.418 36.418 0 0 0-29.992-15.71h-94.974a35.704 35.704 0 0 0-35.704 35.704 35.704 35.704 0 0 0 35.704 35.704h75.694L921.427 952.59H103.084L245.9 738.365h75.693a35.704 35.704 0 0 0 35.705-35.704 35.704 35.704 0 0 0-35.705-35.704H226.62a36.418 36.418 0 0 0-29.992 15.71L6.682 968.3a34.99 34.99 0 0 0 0 36.419 35.704 35.704 0 0 0 31.42 19.28H988.55a35.704 35.704 0 0 0 31.42-19.28 37.132 37.132 0 0 0-2.142-36.419z" }, null, -1), _hoisted_3108 = [
|
|
3064
|
+
_hoisted_2109
|
|
3021
3065
|
];
|
|
3022
|
-
function
|
|
3023
|
-
return (0,
|
|
3066
|
+
function _sfc_render109(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3067
|
+
return (0, import_vue109.openBlock)(), (0, import_vue109.createElementBlock)("svg", _hoisted_1109, _hoisted_3108);
|
|
3024
3068
|
}
|
|
3025
|
-
var icon_nearest_facility_point_default = /* @__PURE__ */ export_helper_default(
|
|
3069
|
+
var icon_nearest_facility_point_default = /* @__PURE__ */ export_helper_default(_sfc_main109, [["render", _sfc_render109], ["__file", "icon-nearest-facility-point.vue"]]);
|
|
3026
3070
|
|
|
3027
3071
|
// src/components/icon-service-area-analysis.vue
|
|
3028
|
-
var
|
|
3029
|
-
var
|
|
3072
|
+
var import_vue110 = __toESM(require_vue(), 1);
|
|
3073
|
+
var _sfc_main110 = {
|
|
3030
3074
|
name: "IconServiceAreaAnalysis",
|
|
3031
3075
|
title: "\u670D\u52A1\u533A\u5206\u6790"
|
|
3032
|
-
},
|
|
3076
|
+
}, _hoisted_1110 = {
|
|
3033
3077
|
class: "icon",
|
|
3034
3078
|
viewBox: "0 0 1258 1024",
|
|
3035
3079
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3036
3080
|
width: "245.703",
|
|
3037
3081
|
height: "200"
|
|
3038
|
-
},
|
|
3039
|
-
|
|
3082
|
+
}, _hoisted_2110 = /* @__PURE__ */ (0, import_vue110.createElementVNode)("path", { d: "M1245.12 363.27 894.136 12.284a44.75 44.75 0 0 0-62.3 0L629.141 215.856 426.447 12.284a44.75 44.75 0 0 0-62.3 0L13.162 363.27a43.873 43.873 0 0 0 0 62.3l585.268 585.268a43.873 43.873 0 0 0 61.423 0L892.38 778.31l114.07-114.07 234.284-234.283a44.75 44.75 0 0 0 13.161-30.711 46.506 46.506 0 0 0-8.774-35.976zM863.425 683.544 806.39 626.51a43.873 43.873 0 0 0-62.3 62.3l57.035 57.035-55.28 54.403-56.158-56.158a43.873 43.873 0 0 0-62.3 0 42.118 42.118 0 0 0 0 61.423l57.036 57.035-55.28 55.28L102.664 391.35 394.86 105.296l175.49 175.492-175.49 175.493a44.75 44.75 0 0 0-12.285 36.854 45.628 45.628 0 0 0 21.06 32.466l146.536 87.746a45.628 45.628 0 0 0 53.525-7.02l142.149-150.046 175.493 175.493zm116.703-116.703L777.433 363.27a44.75 44.75 0 0 0-62.3 0l-150.924 151.8-69.32-41.24 368.535-368.535 288.686 289.563z" }, null, -1), _hoisted_3109 = [
|
|
3083
|
+
_hoisted_2110
|
|
3040
3084
|
];
|
|
3041
|
-
function
|
|
3042
|
-
return (0,
|
|
3085
|
+
function _sfc_render110(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3086
|
+
return (0, import_vue110.openBlock)(), (0, import_vue110.createElementBlock)("svg", _hoisted_1110, _hoisted_3109);
|
|
3043
3087
|
}
|
|
3044
|
-
var icon_service_area_analysis_default = /* @__PURE__ */ export_helper_default(
|
|
3088
|
+
var icon_service_area_analysis_default = /* @__PURE__ */ export_helper_default(_sfc_main110, [["render", _sfc_render110], ["__file", "icon-service-area-analysis.vue"]]);
|
|
3045
3089
|
|
|
3046
3090
|
// src/components/icon-view-properties.vue
|
|
3047
|
-
var
|
|
3048
|
-
var
|
|
3091
|
+
var import_vue111 = __toESM(require_vue(), 1);
|
|
3092
|
+
var _sfc_main111 = {
|
|
3049
3093
|
name: "IconViewProperties",
|
|
3050
3094
|
title: "\u67E5\u770B\u5C5E\u6027"
|
|
3051
|
-
},
|
|
3095
|
+
}, _hoisted_1111 = {
|
|
3052
3096
|
class: "icon",
|
|
3053
3097
|
viewBox: "0 0 1024 1024",
|
|
3054
3098
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3055
3099
|
width: "200",
|
|
3056
3100
|
height: "200"
|
|
3057
|
-
},
|
|
3101
|
+
}, _hoisted_2111 = /* @__PURE__ */ (0, import_vue111.createElementVNode)("path", {
|
|
3058
3102
|
d: "M917.596 248.502 680.52 10.712A36.418 36.418 0 0 0 654.813 0H178.517a83.548 83.548 0 0 0-82.834 83.548v856.904A83.548 83.548 0 0 0 178.517 1024h666.957a83.548 83.548 0 0 0 82.834-83.548V274.209a34.276 34.276 0 0 0-10.712-25.707zM690.517 122.11l119.252 116.396H690.517zm166.382 818.343a12.14 12.14 0 0 1-11.425 12.14H178.517a12.14 12.14 0 0 1-11.425-12.14V83.548a12.14 12.14 0 0 1 11.425-12.14h440.591V274.21a35.704 35.704 0 0 0 35.705 35.705h202.086z",
|
|
3059
3103
|
fill: "currentColor"
|
|
3060
|
-
}, null, -1),
|
|
3104
|
+
}, null, -1), _hoisted_3110 = /* @__PURE__ */ (0, import_vue111.createElementVNode)("path", {
|
|
3061
3105
|
d: "m625.535 415.598-34.99 34.276a149.244 149.244 0 0 0-42.845-17.138v-39.988a35.704 35.704 0 0 0-71.409 0v39.988a152.1 152.1 0 0 0-45.701 19.28l-36.419-36.418a34.99 34.99 0 0 0-49.986 49.986l37.133 34.277a172.809 172.809 0 0 0-19.28 45.701h-40.704a35.704 35.704 0 0 0 0 71.409h39.99a149.244 149.244 0 0 0 17.137 42.845l-41.417 42.131a34.276 34.276 0 0 0 0 49.986 35.704 35.704 0 0 0 50.7 0l40.703-37.847a159.241 159.241 0 0 0 47.844 20.709v39.989a35.704 35.704 0 0 0 71.409 0v-39.989a172.809 172.809 0 0 0 47.843-20.709l39.275 39.275a34.99 34.99 0 1 0 49.986-49.986L645.53 664.1a172.809 172.809 0 0 0 19.28-45.701h37.846a35.704 35.704 0 0 0 0-71.409h-39.988a159.241 159.241 0 0 0-20.709-47.13l34.276-34.276a35.704 35.704 0 0 0 0-49.986 35.704 35.704 0 0 0-50.7 0zm-113.54 251.359a83.548 83.548 0 1 1 83.548-83.548 84.262 84.262 0 0 1-83.548 83.548z",
|
|
3062
3106
|
fill: "currentColor"
|
|
3063
3107
|
}, null, -1), _hoisted_447 = [
|
|
3064
|
-
|
|
3065
|
-
|
|
3108
|
+
_hoisted_2111,
|
|
3109
|
+
_hoisted_3110
|
|
3066
3110
|
];
|
|
3067
|
-
function
|
|
3068
|
-
return (0,
|
|
3069
|
-
}
|
|
3070
|
-
var icon_view_properties_default = /* @__PURE__ */ export_helper_default(_sfc_main109, [["render", _sfc_render109], ["__file", "icon-view-properties.vue"]]);
|
|
3071
|
-
|
|
3072
|
-
// src/components/icon-select-element.vue
|
|
3073
|
-
var import_vue110 = __toESM(require_vue(), 1);
|
|
3074
|
-
var _sfc_main110 = {
|
|
3075
|
-
name: "IconSelectElement",
|
|
3076
|
-
title: "\u6807\u7ED8\u5143\u7D20\u62C9\u6846\u9009\u62E9"
|
|
3077
|
-
}, _hoisted_1110 = {
|
|
3078
|
-
class: "icon",
|
|
3079
|
-
viewBox: "0 0 1097 1024",
|
|
3080
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3081
|
-
width: "214.258",
|
|
3082
|
-
height: "200"
|
|
3083
|
-
}, _hoisted_2110 = /* @__PURE__ */ (0, import_vue110.createElementVNode)("path", {
|
|
3084
|
-
d: "M.53 36.571A36.571 36.571 0 0 1 37.102 0h16.823a36.571 36.571 0 0 1 36.571 36.571 36.571 36.571 0 0 1-16.823 32.183 37.303 37.303 0 0 1-34.377 24.869A36.571 36.571 0 0 1 .53 57.05zm153.6 0A36.571 36.571 0 0 1 190.702 0h34.377a36.571 36.571 0 0 1 0 73.143h-34.377A36.571 36.571 0 0 1 154.13 36.57zm170.423 0A36.571 36.571 0 0 1 361.125 0h34.377a36.571 36.571 0 0 1 36.571 36.571 36.571 36.571 0 0 1-36.571 36.572h-34.377a36.571 36.571 0 0 1-36.572-36.572zm171.154 0A36.571 36.571 0 0 1 532.28 0h33.646a36.571 36.571 0 0 1 36.571 36.571 36.571 36.571 0 0 1-36.571 36.572H532.28a36.571 36.571 0 0 1-36.572-36.572zm170.423 0A36.571 36.571 0 0 1 702.702 0h34.377a36.571 36.571 0 0 1 0 73.143h-34.377A36.571 36.571 0 0 1 666.13 36.57zm170.423 0A36.571 36.571 0 0 1 873.125 0h34.377a36.571 36.571 0 0 1 36.571 36.571 36.571 36.571 0 0 1-36.571 36.572h-34.377a36.571 36.571 0 0 1-36.572-36.572zm171.154 0A36.571 36.571 0 0 1 1044.28 0h16.823a36.571 36.571 0 0 1 36.571 36.571V56.32a36.571 36.571 0 0 1-36.571 36.571 37.303 37.303 0 0 1-36.572-24.137 35.84 35.84 0 0 1-16.823-32.183zm53.395 138.972a36.571 36.571 0 0 1 36.571 36.571v38.766a36.571 36.571 0 0 1-73.143 0v-38.766a36.571 36.571 0 0 1 36.572-36.571zm-1024 5.12a36.571 36.571 0 0 1 36.571 38.766v40.96a36.571 36.571 0 1 1-73.143 0v-40.96a36.571 36.571 0 0 1 36.572-38.766zm1024 190.171a36.571 36.571 0 0 1 36.571 36.572v38.765a36.571 36.571 0 1 1-73.143 0v-38.765a36.571 36.571 0 0 1 36.572-36.572zm-1024 10.972a36.571 36.571 0 0 1 36.571 36.571v40.96a35.84 35.84 0 0 1-36.571 35.84A35.84 35.84 0 0 1 .53 459.337v-40.96a36.571 36.571 0 0 1 36.572-36.571zm1024 183.588a36.571 36.571 0 0 1 36.571 36.572v19.748a36.571 36.571 0 0 1-73.143 0v-19.748a36.571 36.571 0 0 1 36.572-36.572zm-1024 19.749a36.571 36.571 0 0 1 36.571 36.571v36.572a36.571 36.571 0 0 1-36.571 36.571A36.571 36.571 0 0 1 .53 658.286V620.25a36.571 36.571 0 0 1 36.572-35.108zM73.673 808.96A36.571 36.571 0 0 0 .53 821.394v19.749a36.571 36.571 0 0 0 36.572 36.571h16.823a36.571 36.571 0 0 0 19.748-68.754zm82.652 32.183a36.571 36.571 0 0 1 36.571-36.572h34.377a36.571 36.571 0 1 1 0 73.143h-36.571a36.571 36.571 0 0 1-36.572-36.571zm170.422 0a36.571 36.571 0 0 1 36.572-36.572h32.183a36.571 36.571 0 0 1 0 73.143h-34.377a36.571 36.571 0 0 1-36.572-36.571zm171.155 0a36.571 36.571 0 0 1 36.571-36.572h14.629a36.571 36.571 0 0 1 0 73.143h-16.823a36.571 36.571 0 0 1-36.572-36.571zM702.702 1024h-11.703a44.617 44.617 0 0 1-32.183-43.886V484.206a45.349 45.349 0 0 1 27.794-41.692 42.423 42.423 0 0 1 47.543 8.777l348.16 329.875a45.349 45.349 0 0 1-38.766 76.8l-195.291-32.183-106.789 176.274A45.349 45.349 0 0 1 702.702 1024zm29.257-474.697v328.411l65.097-106.057a46.08 46.08 0 0 1 46.08-21.211l123.611 20.48zm98.011 273.554zM683.685 503.954z",
|
|
3085
|
-
fill: "currentColor"
|
|
3086
|
-
}, null, -1), _hoisted_3109 = [
|
|
3087
|
-
_hoisted_2110
|
|
3088
|
-
];
|
|
3089
|
-
function _sfc_render110(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3090
|
-
return (0, import_vue110.openBlock)(), (0, import_vue110.createElementBlock)("svg", _hoisted_1110, _hoisted_3109);
|
|
3111
|
+
function _sfc_render111(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3112
|
+
return (0, import_vue111.openBlock)(), (0, import_vue111.createElementBlock)("svg", _hoisted_1111, _hoisted_447);
|
|
3091
3113
|
}
|
|
3092
|
-
var
|
|
3114
|
+
var icon_view_properties_default = /* @__PURE__ */ export_helper_default(_sfc_main111, [["render", _sfc_render111], ["__file", "icon-view-properties.vue"]]);
|
|
3093
3115
|
|
|
3094
3116
|
// src/components/icon-style.vue
|
|
3095
|
-
var
|
|
3096
|
-
var
|
|
3117
|
+
var import_vue112 = __toESM(require_vue(), 1);
|
|
3118
|
+
var _sfc_main112 = {
|
|
3097
3119
|
name: "IconStyle",
|
|
3098
3120
|
title: "\u6837\u5F0F"
|
|
3099
|
-
},
|
|
3121
|
+
}, _hoisted_1112 = {
|
|
3100
3122
|
class: "icon",
|
|
3101
3123
|
viewBox: "0 0 1035 1024",
|
|
3102
3124
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3103
3125
|
width: "202.148",
|
|
3104
3126
|
height: "200"
|
|
3105
|
-
},
|
|
3106
|
-
|
|
3127
|
+
}, _hoisted_2112 = /* @__PURE__ */ (0, import_vue112.createElementVNode)("path", { d: "M1025.886 973.593 830.227 778.522a29.378 29.378 0 0 0-41.717 0 29.378 29.378 0 0 0 0 41.717l195.66 195.07a29.378 29.378 0 0 0 41.716 0 28.203 28.203 0 0 0 0-41.716zm-27.028-426.571-229.15-207.998 8.226-309.058a27.615 27.615 0 0 0-14.101-25.853 30.553 30.553 0 0 0-29.378 0l-270.28 152.179L172.156 52.88a29.966 29.966 0 0 0-29.378 5.288 28.79 28.79 0 0 0-9.401 28.203l62.282 302.595L6.463 633.981A29.378 29.378 0 0 0 2.35 663.36a30.553 30.553 0 0 0 24.09 17.627l308.471 34.666 176.27 254.416a31.14 31.14 0 0 0 27.027 12.926 29.966 29.966 0 0 0 24.09-17.04l128.09-281.442 297.894-87.547a29.966 29.966 0 0 0 20.565-21.153 31.14 31.14 0 0 0-9.989-28.79zM659.834 631.63a29.966 29.966 0 0 0-18.215 16.452l-112.812 246.19-153.941-223.274a27.615 27.615 0 0 0-22.328-12.34l-270.28-30.552 168.044-213.874a29.378 29.378 0 0 0 5.876-24.09L201.534 125.74l255.59 90.484a28.203 28.203 0 0 0 24.678 0L716.828 82.846l-6.464 269.692a29.966 29.966 0 0 0 9.401 22.328l200.36 182.732z" }, null, -1), _hoisted_3111 = [
|
|
3128
|
+
_hoisted_2112
|
|
3107
3129
|
];
|
|
3108
|
-
function
|
|
3109
|
-
return (0,
|
|
3130
|
+
function _sfc_render112(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3131
|
+
return (0, import_vue112.openBlock)(), (0, import_vue112.createElementBlock)("svg", _hoisted_1112, _hoisted_3111);
|
|
3110
3132
|
}
|
|
3111
|
-
var icon_style_default = /* @__PURE__ */ export_helper_default(
|
|
3133
|
+
var icon_style_default = /* @__PURE__ */ export_helper_default(_sfc_main112, [["render", _sfc_render112], ["__file", "icon-style.vue"]]);
|
|
3112
3134
|
|
|
3113
3135
|
// src/components/icon-model-select.vue
|
|
3114
|
-
var
|
|
3115
|
-
var
|
|
3136
|
+
var import_vue113 = __toESM(require_vue(), 1);
|
|
3137
|
+
var _sfc_main113 = {
|
|
3116
3138
|
name: "IconModelSelect",
|
|
3117
3139
|
title: "\u6A21\u578B\u62FE\u53D6"
|
|
3118
|
-
},
|
|
3140
|
+
}, _hoisted_1113 = {
|
|
3119
3141
|
width: "16",
|
|
3120
3142
|
height: "16",
|
|
3121
3143
|
viewBox: "0 0 16 16",
|
|
3122
3144
|
fill: "none",
|
|
3123
3145
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3124
|
-
},
|
|
3146
|
+
}, _hoisted_2113 = /* @__PURE__ */ (0, import_vue113.createElementVNode)("path", {
|
|
3125
3147
|
"fill-rule": "evenodd",
|
|
3126
3148
|
"clip-rule": "evenodd",
|
|
3127
3149
|
d: "m8 .977 7 2.153v8.69l-7 3.23-7-3.23V3.13L8 .977Zm-6 3.25v6.953l5.5 2.538V6.343L2 4.228Zm6.5 2.116v7.375L14 11.18V4.228L8.5 6.343Zm4.47-2.79L8 2.022l-4.97 1.53L8 5.463l4.97-1.912Z",
|
|
3128
3150
|
fill: "currentColor"
|
|
3129
|
-
}, null, -1),
|
|
3130
|
-
|
|
3151
|
+
}, null, -1), _hoisted_3112 = [
|
|
3152
|
+
_hoisted_2113
|
|
3131
3153
|
];
|
|
3132
|
-
function
|
|
3133
|
-
return (0,
|
|
3154
|
+
function _sfc_render113(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3155
|
+
return (0, import_vue113.openBlock)(), (0, import_vue113.createElementBlock)("svg", _hoisted_1113, _hoisted_3112);
|
|
3134
3156
|
}
|
|
3135
|
-
var icon_model_select_default = /* @__PURE__ */ export_helper_default(
|
|
3157
|
+
var icon_model_select_default = /* @__PURE__ */ export_helper_default(_sfc_main113, [["render", _sfc_render113], ["__file", "icon-model-select.vue"]]);
|
|
3136
3158
|
|
|
3137
3159
|
// src/components/icon-measure-model-area.vue
|
|
3138
|
-
var
|
|
3139
|
-
var
|
|
3160
|
+
var import_vue114 = __toESM(require_vue(), 1);
|
|
3161
|
+
var _sfc_main114 = {
|
|
3140
3162
|
name: "IconMeasureModelArea",
|
|
3141
3163
|
title: "\u6A21\u578B\u8868\u9762\u79EF\u6D4B\u91CF"
|
|
3142
|
-
},
|
|
3164
|
+
}, _hoisted_1114 = {
|
|
3143
3165
|
width: "24",
|
|
3144
3166
|
height: "24",
|
|
3145
3167
|
viewBox: "0 0 24 24",
|
|
3146
3168
|
fill: "none",
|
|
3147
3169
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3148
|
-
},
|
|
3170
|
+
}, _hoisted_2114 = /* @__PURE__ */ (0, import_vue114.createElementVNode)("path", {
|
|
3149
3171
|
"fill-rule": "evenodd",
|
|
3150
3172
|
"clip-rule": "evenodd",
|
|
3151
3173
|
d: "m16.6 11.2-.7-.5c0-.1 0-.1-.1-.1-.3-.7-.5-1.7-.8-2.7-.1-.4-.2-.7-.3-1.1-.4-1.4-.9-3-1.5-4.1-.3-.6-.6-1.1-1-1.6-.4-.4-1-.8-1.7-.8C9.8.2 9.3.6 9 1c-.3.4-.5.9-.7 1.4-.4 1-.7 2.4-.9 3.8C7.3 7 7.1 8 7 8.9c-.1.5-.2 1-.2 1.5 0 .1 0 .2-.1.3-.1.1-.1.2-.2.3-.1.2-.3.4-.4.6-.2.3-.4.6-.6.8L0 16l4.5 2.9 7.5 4.8L24 16l-7.4-4.8zM4.2 16.3l-.5-.3.9-.6c.1.1.3.1.4.1-.3.3-.5.6-.8.8zm8.3-9.8h-.2c-.2-.7-.3-1.3-.4-1.9.2.6.4 1.2.6 1.9zm-2.5 0c0-.2.1-.4.1-.6.1.5.3 1.1.4 1.7-.3.4-.6.9-.8 1.4-.1.1-.2.4-.3.6 0 0 0-.1-.1-.1.3-1 .5-2 .7-3zM7.5 17c-.3.4-.5.7-.8.9l-.7-.5c.8-.9 1.7-2 2-3.2 0 0 0-.2.1-.3.1.2.1.4.2.6 0 0 0 .1.1.1-.3 1.1-.6 1.9-.9 2.4zm1.7 2.4-.8-.4c.2-.3.5-.6.7-.9.2-.3.4-.6.5-1 .1.1.1.2.2.4-.1.8-.3 1.4-.6 1.9zm1.2-5c0-.1 0-.2.1-.4.1-1.1.3-2 .5-2.8l.4-.3.3 1.2c.1.3.2.5.2.8-.3.3-.6.6-.8 1-.2.3-.3.6-.5.9 0-.1-.1-.2-.2-.4zm1.6 7-1.2-.8c.2-.4.4-.8.6-1.1.2.2.4.5.6.7l.1.1.7.7-.8.4zm2.5-1.6c-.1-.1-.1-.2-.2-.2-.2-.2-.5-.5-.7-.8-.6-.6-1-1.1-1.2-1.3-.1-.1-.2-.3-.3-.4.2-.6.4-1.2.7-1.8.2.6.5 1.2.7 1.8.3.7.6 1.3.9 1.7.2.3.4.5.6.7l-.5.3zm2.3-1.5-.3-.2-.1-.1c-.1-.1-.2-.2-.3-.4-.2-.4-.5-.8-.8-1.5l-.6-1.5c.1.1.2.1.2.2l.1.1c0 .1.1.1.1.2.1.1.2.2.3.4.4.5.7 1 1.1 1.3.3.3.8.5 1.3.8l-1 .7zm2.6-2.2c-.3-.1-.5-.3-.7-.4.2-.1.5-.2.7-.3l.9.6-.5.3-.4-.2z",
|
|
3152
3174
|
fill: "currentColor"
|
|
3153
|
-
}, null, -1),
|
|
3154
|
-
|
|
3175
|
+
}, null, -1), _hoisted_3113 = [
|
|
3176
|
+
_hoisted_2114
|
|
3155
3177
|
];
|
|
3156
|
-
function
|
|
3157
|
-
return (0,
|
|
3178
|
+
function _sfc_render114(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3179
|
+
return (0, import_vue114.openBlock)(), (0, import_vue114.createElementBlock)("svg", _hoisted_1114, _hoisted_3113);
|
|
3158
3180
|
}
|
|
3159
|
-
var icon_measure_model_area_default = /* @__PURE__ */ export_helper_default(
|
|
3181
|
+
var icon_measure_model_area_default = /* @__PURE__ */ export_helper_default(_sfc_main114, [["render", _sfc_render114], ["__file", "icon-measure-model-area.vue"]]);
|
|
3160
3182
|
|
|
3161
3183
|
// src/components/icon-template.vue
|
|
3162
|
-
var
|
|
3163
|
-
var
|
|
3184
|
+
var import_vue115 = __toESM(require_vue(), 1);
|
|
3185
|
+
var _sfc_main115 = {
|
|
3164
3186
|
name: "IconTemplate",
|
|
3165
3187
|
title: "\u6A21\u7248"
|
|
3166
|
-
},
|
|
3188
|
+
}, _hoisted_1115 = {
|
|
3167
3189
|
class: "icon",
|
|
3168
3190
|
viewBox: "0 0 1048 1024",
|
|
3169
3191
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3170
3192
|
width: "204.688",
|
|
3171
3193
|
height: "200"
|
|
3172
|
-
},
|
|
3173
|
-
|
|
3194
|
+
}, _hoisted_2115 = /* @__PURE__ */ (0, import_vue115.createElementVNode)("path", { d: "M499.237 0H29.681A29.681 29.681 0 0 0 0 29.681V573.44a29.681 29.681 0 0 0 29.681 29.681h469.556a29.681 29.681 0 0 0 29.681-29.681V29.681A29.681 29.681 0 0 0 499.238 0zm-29.681 543.759H59.362V59.362h410.194zm549.101 198.27H29.681A29.681 29.681 0 0 0 0 771.71v222.61A29.681 29.681 0 0 0 29.681 1024h988.976a29.681 29.681 0 0 0 29.682-29.681V771.71a29.681 29.681 0 0 0-29.682-29.681zm-29.68 222.609H59.361V801.39h929.614zM1018.656 0h-321.15a29.681 29.681 0 0 0-29.68 29.681v197.677a29.681 29.681 0 0 0 29.68 29.68h321.15a29.681 29.681 0 0 0 29.682-29.68V29.68A29.681 29.681 0 0 0 1018.657 0zm-29.68 197.677H727.187V59.362h261.788zm29.68 148.405h-321.15a29.681 29.681 0 0 0-29.68 29.681V573.44a29.681 29.681 0 0 0 29.68 29.681h321.15a29.681 29.681 0 0 0 29.682-29.681V375.763a29.681 29.681 0 0 0-29.682-29.68zm-29.68 197.677H727.187V405.445h261.788z" }, null, -1), _hoisted_3114 = [
|
|
3195
|
+
_hoisted_2115
|
|
3174
3196
|
];
|
|
3175
|
-
function
|
|
3176
|
-
return (0,
|
|
3197
|
+
function _sfc_render115(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3198
|
+
return (0, import_vue115.openBlock)(), (0, import_vue115.createElementBlock)("svg", _hoisted_1115, _hoisted_3114);
|
|
3177
3199
|
}
|
|
3178
|
-
var icon_template_default = /* @__PURE__ */ export_helper_default(
|
|
3200
|
+
var icon_template_default = /* @__PURE__ */ export_helper_default(_sfc_main115, [["render", _sfc_render115], ["__file", "icon-template.vue"]]);
|
|
3179
3201
|
|
|
3180
3202
|
// src/components/icon-forward-geocoding.vue
|
|
3181
|
-
var
|
|
3182
|
-
var
|
|
3203
|
+
var import_vue116 = __toESM(require_vue(), 1);
|
|
3204
|
+
var _sfc_main116 = {
|
|
3183
3205
|
name: "IconForwardGeocoding",
|
|
3184
3206
|
title: "\u6B63\u5411\u5730\u7406\u7F16\u7801"
|
|
3185
|
-
},
|
|
3207
|
+
}, _hoisted_1116 = {
|
|
3186
3208
|
class: "icon",
|
|
3187
3209
|
viewBox: "0 0 1102 1024",
|
|
3188
3210
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3189
3211
|
width: "215.234",
|
|
3190
3212
|
height: "200"
|
|
3191
|
-
},
|
|
3192
|
-
|
|
3193
|
-
|
|
3213
|
+
}, _hoisted_2116 = /* @__PURE__ */ (0, import_vue116.createElementVNode)("path", { d: "M512 945.23H118.154a39.385 39.385 0 0 0 0 78.77H512a39.385 39.385 0 0 0 0-78.77zM708.923 0a393.846 393.846 0 0 0-315.077 157.538H39.385A39.385 39.385 0 0 0 0 196.923v472.615a39.385 39.385 0 0 0 39.385 39.385h118.153v118.154a39.385 39.385 0 0 0 22.056 35.446 40.172 40.172 0 0 0 41.748-4.726l186.683-148.874h64.59a2171.668 2171.668 0 0 0 236.308 236.308s393.846-333.982 393.846-551.385A393.846 393.846 0 0 0 708.923 0zM393.846 630.154a40.172 40.172 0 0 0-24.418 8.664l-133.12 106.339v-78.77a39.385 39.385 0 0 0-39.385-36.233H78.77V236.308h269.39a382.818 382.818 0 0 0-25.206 78.769h-126.03a39.385 39.385 0 0 0 0 78.77h118.153a264.665 264.665 0 0 0 14.178 78.768H196.923a39.385 39.385 0 0 0 0 78.77h166.99a911.36 911.36 0 0 0 51.2 78.769zm452.923 68.53C799.508 751.457 752.246 798.72 716.8 832.59l-7.877 7.089-7.877-7.09c-35.446-33.87-82.708-78.768-129.97-133.907a1102.77 1102.77 0 0 1-126.818-166.99 295.385 295.385 0 0 1-50.412-137.847 315.077 315.077 0 0 1 630.154 0 295.385 295.385 0 0 1-50.412 137.846 1102.77 1102.77 0 0 1-126.819 166.991z" }, null, -1), _hoisted_3115 = /* @__PURE__ */ (0, import_vue116.createElementVNode)("path", { d: "M708.923 236.308a157.538 157.538 0 1 0 157.539 157.538 157.538 157.538 0 0 0-157.539-157.538zm0 236.307a78.77 78.77 0 1 1 78.77-78.769 78.77 78.77 0 0 1-78.77 78.77z" }, null, -1), _hoisted_448 = [
|
|
3214
|
+
_hoisted_2116,
|
|
3215
|
+
_hoisted_3115
|
|
3194
3216
|
];
|
|
3195
|
-
function
|
|
3196
|
-
return (0,
|
|
3217
|
+
function _sfc_render116(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3218
|
+
return (0, import_vue116.openBlock)(), (0, import_vue116.createElementBlock)("svg", _hoisted_1116, _hoisted_448);
|
|
3197
3219
|
}
|
|
3198
|
-
var icon_forward_geocoding_default = /* @__PURE__ */ export_helper_default(
|
|
3220
|
+
var icon_forward_geocoding_default = /* @__PURE__ */ export_helper_default(_sfc_main116, [["render", _sfc_render116], ["__file", "icon-forward-geocoding.vue"]]);
|
|
3199
3221
|
|
|
3200
3222
|
// src/components/icon-scale.vue
|
|
3201
|
-
var
|
|
3202
|
-
var
|
|
3223
|
+
var import_vue117 = __toESM(require_vue(), 1);
|
|
3224
|
+
var _sfc_main117 = {
|
|
3203
3225
|
name: "IconScale",
|
|
3204
3226
|
title: "\u6BD4\u4F8B\u5C3A"
|
|
3205
|
-
},
|
|
3227
|
+
}, _hoisted_1117 = {
|
|
3206
3228
|
width: "16",
|
|
3207
3229
|
height: "16",
|
|
3208
3230
|
viewBox: "0 0 16 16",
|
|
3209
3231
|
fill: "none",
|
|
3210
3232
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3211
|
-
},
|
|
3233
|
+
}, _hoisted_2117 = /* @__PURE__ */ (0, import_vue117.createElementVNode)("path", {
|
|
3212
3234
|
"fill-rule": "evenodd",
|
|
3213
3235
|
"clip-rule": "evenodd",
|
|
3214
3236
|
d: "M0 11v-1h16v1H0Z",
|
|
3215
3237
|
fill: "currentColor"
|
|
3216
|
-
}, null, -1),
|
|
3238
|
+
}, null, -1), _hoisted_3116 = /* @__PURE__ */ (0, import_vue117.createElementVNode)("path", {
|
|
3217
3239
|
d: "M4 10h1V7H4v3Zm-4 0h1V5H0v5Zm8 0h1V5H8v5Zm4 0h1V7h-1v3Zm3 0h1V5h-1v5Z",
|
|
3218
3240
|
fill: "currentColor"
|
|
3219
3241
|
}, null, -1), _hoisted_449 = [
|
|
3220
|
-
|
|
3221
|
-
|
|
3242
|
+
_hoisted_2117,
|
|
3243
|
+
_hoisted_3116
|
|
3222
3244
|
];
|
|
3223
|
-
function
|
|
3224
|
-
return (0,
|
|
3245
|
+
function _sfc_render117(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3246
|
+
return (0, import_vue117.openBlock)(), (0, import_vue117.createElementBlock)("svg", _hoisted_1117, _hoisted_449);
|
|
3225
3247
|
}
|
|
3226
|
-
var icon_scale_default = /* @__PURE__ */ export_helper_default(
|
|
3248
|
+
var icon_scale_default = /* @__PURE__ */ export_helper_default(_sfc_main117, [["render", _sfc_render117], ["__file", "icon-scale.vue"]]);
|
|
3227
3249
|
|
|
3228
3250
|
// src/components/icon-scale-location.vue
|
|
3229
|
-
var
|
|
3230
|
-
var
|
|
3251
|
+
var import_vue118 = __toESM(require_vue(), 1);
|
|
3252
|
+
var _sfc_main118 = {
|
|
3231
3253
|
name: "IconScaleLocation",
|
|
3232
3254
|
title: "\u6BD4\u4F8B\u5C3A\u5B9A\u4F4D"
|
|
3233
|
-
},
|
|
3255
|
+
}, _hoisted_1118 = {
|
|
3234
3256
|
width: "16",
|
|
3235
3257
|
height: "16",
|
|
3236
3258
|
viewBox: "0 0 16 16",
|
|
3237
3259
|
fill: "none",
|
|
3238
3260
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3239
|
-
},
|
|
3261
|
+
}, _hoisted_2118 = /* @__PURE__ */ (0, import_vue118.createElementVNode)("path", {
|
|
3240
3262
|
"fill-rule": "evenodd",
|
|
3241
3263
|
"clip-rule": "evenodd",
|
|
3242
3264
|
d: "M11 3.5c-1.413 0-2.5 1.07-2.5 2.364 0 .903.623 1.813 1.355 2.55A9.49 9.49 0 0 0 11 9.393a9.49 9.49 0 0 0 1.145-.977c.732-.738 1.355-1.648 1.355-2.551C13.5 4.57 12.413 3.5 11 3.5Zm0 6.5-.269.422v-.001l-.003-.002-.009-.005-.028-.019a9.665 9.665 0 0 1-.462-.33 10.494 10.494 0 0 1-1.084-.946C8.377 8.346 7.5 7.187 7.5 5.864 7.5 3.974 9.08 2.5 11 2.5s3.5 1.475 3.5 3.364c0 1.323-.877 2.482-1.645 3.255a10.496 10.496 0 0 1-1.546 1.276l-.028.019-.009.005-.002.002h-.001L11 10Zm0 0 .269.421a.502.502 0 0 1-.538 0L11 10Z",
|
|
3243
3265
|
fill: "currentColor"
|
|
3244
|
-
}, null, -1),
|
|
3266
|
+
}, null, -1), _hoisted_3117 = /* @__PURE__ */ (0, import_vue118.createElementVNode)("path", {
|
|
3245
3267
|
"fill-rule": "evenodd",
|
|
3246
3268
|
"clip-rule": "evenodd",
|
|
3247
3269
|
d: "M11 5.5a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1ZM9.5 6a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0ZM0 13v-1h16v1H0Z",
|
|
3248
3270
|
fill: "currentColor"
|
|
3249
|
-
}, null, -1), _hoisted_450 = /* @__PURE__ */ (0,
|
|
3271
|
+
}, null, -1), _hoisted_450 = /* @__PURE__ */ (0, import_vue118.createElementVNode)("path", {
|
|
3250
3272
|
d: "M4 12h1V9H4v3Zm-4 0h1V7H0v5Zm8 0h1v-2H8v2Zm4 0h1v-1h-1v1Zm3 0h1V7h-1v5Z",
|
|
3251
3273
|
fill: "currentColor"
|
|
3252
3274
|
}, null, -1), _hoisted_511 = [
|
|
3253
|
-
|
|
3254
|
-
|
|
3275
|
+
_hoisted_2118,
|
|
3276
|
+
_hoisted_3117,
|
|
3255
3277
|
_hoisted_450
|
|
3256
3278
|
];
|
|
3257
|
-
function
|
|
3258
|
-
return (0,
|
|
3279
|
+
function _sfc_render118(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3280
|
+
return (0, import_vue118.openBlock)(), (0, import_vue118.createElementBlock)("svg", _hoisted_1118, _hoisted_511);
|
|
3259
3281
|
}
|
|
3260
|
-
var icon_scale_location_default = /* @__PURE__ */ export_helper_default(
|
|
3282
|
+
var icon_scale_location_default = /* @__PURE__ */ export_helper_default(_sfc_main118, [["render", _sfc_render118], ["__file", "icon-scale-location.vue"]]);
|
|
3261
3283
|
|
|
3262
3284
|
// src/components/icon-measure-horizontal-distance.vue
|
|
3263
|
-
var
|
|
3264
|
-
var
|
|
3285
|
+
var import_vue119 = __toESM(require_vue(), 1);
|
|
3286
|
+
var _sfc_main119 = {
|
|
3265
3287
|
name: "IconMeasureHorizontalDistance",
|
|
3266
3288
|
title: "\u6C34\u5E73\u8DDD\u79BB\u6D4B\u91CF"
|
|
3267
|
-
},
|
|
3289
|
+
}, _hoisted_1119 = {
|
|
3268
3290
|
width: "24",
|
|
3269
3291
|
height: "24",
|
|
3270
3292
|
viewBox: "0 0 24 24",
|
|
3271
3293
|
fill: "none",
|
|
3272
3294
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3273
|
-
},
|
|
3295
|
+
}, _hoisted_2119 = /* @__PURE__ */ (0, import_vue119.createElementVNode)("path", {
|
|
3274
3296
|
"fill-rule": "evenodd",
|
|
3275
3297
|
"clip-rule": "evenodd",
|
|
3276
3298
|
d: "M3.637 6.604c-.714 2.344-1.317 5.177-1.652 7.07a1 1 0 0 1-1.97-.348c.344-1.94.963-4.857 1.709-7.305.37-1.217.787-2.364 1.234-3.225.223-.427.478-.833.775-1.147C4.014 1.352 4.466 1 5.074 1c.576 0 1.047.267 1.394.563.346.296.642.682.895 1.08.506.796.955 1.825 1.34 2.803.212.537.436 1.142.638 1.689.145.394.28.758.39 1.043.107.278.202.511.286.698l.12-.07c.302-.18.635-.406 1.027-.67.241-.164.504-.342.796-.534 1.4-.922 3.368-2.102 5.336-2.102 1.025 0 1.894.553 2.573 1.212.69.67 1.3 1.558 1.823 2.484 1.047 1.86 1.848 4.062 2.269 5.528a1 1 0 1 1-1.922.552c-.393-1.367-1.141-3.415-2.09-5.098-.475-.843-.976-1.549-1.472-2.03-.508-.493-.901-.648-1.18-.648-1.292 0-2.788.82-4.238 1.773-.232.153-.47.313-.702.47-.432.291-.849.573-1.193.78-.27.16-.569.322-.86.419-.24.08-.77.218-1.271-.09a1.583 1.583 0 0 1-.461-.454 3.603 3.603 0 0 1-.254-.438 12.793 12.793 0 0 1-.453-1.06c-.147-.38-.285-.756-.428-1.144a70.014 70.014 0 0 0-.594-1.577c-.379-.96-.77-1.837-1.168-2.463-.199-.313-.371-.517-.507-.633a1.048 1.048 0 0 0-.02-.017 3.5 3.5 0 0 0-.415.654c-.363.696-.737 1.705-1.096 2.884Zm6 2.45s.008-.003.022-.005a.084.084 0 0 1-.022.005Z",
|
|
3277
3299
|
fill: "currentColor"
|
|
3278
|
-
}, null, -1),
|
|
3300
|
+
}, null, -1), _hoisted_3118 = /* @__PURE__ */ (0, import_vue119.createElementVNode)("path", {
|
|
3279
3301
|
"fill-rule": "evenodd",
|
|
3280
3302
|
"clip-rule": "evenodd",
|
|
3281
3303
|
d: "M2 6.067V5h2v1.067H2Zm0 3.2V7.133h2v2.134H2Zm0 3.2v-2.134h2v2.134H2Zm0 3.2v-2.134h2v2.134H2Zm0 3.2v-2.134h2v2.134H2ZM2 21v-1.067h2V21H2ZM18 9.083V8h2v1.083h-2Zm0 3.25v-2.166h2v2.166h-2Zm0 3.25v-2.166h2v2.166h-2Zm0 3.25v-2.166h2v2.166h-2ZM18 21v-1.083h2V21h-2Z",
|
|
3282
3304
|
fill: "currentColor"
|
|
3283
|
-
}, null, -1), _hoisted_451 = /* @__PURE__ */ (0,
|
|
3305
|
+
}, null, -1), _hoisted_451 = /* @__PURE__ */ (0, import_vue119.createElementVNode)("path", {
|
|
3284
3306
|
"fill-rule": "evenodd",
|
|
3285
3307
|
"clip-rule": "evenodd",
|
|
3286
3308
|
d: "M2 18h18v2H2v-2Z",
|
|
3287
3309
|
fill: "currentColor"
|
|
3288
|
-
}, null, -1), _hoisted_512 = /* @__PURE__ */ (0,
|
|
3310
|
+
}, null, -1), _hoisted_512 = /* @__PURE__ */ (0, import_vue119.createElementVNode)("path", {
|
|
3289
3311
|
d: "M5 7a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm16 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z",
|
|
3290
3312
|
fill: "currentColor"
|
|
3291
3313
|
}, null, -1), _hoisted_63 = [
|
|
3292
|
-
|
|
3293
|
-
|
|
3314
|
+
_hoisted_2119,
|
|
3315
|
+
_hoisted_3118,
|
|
3294
3316
|
_hoisted_451,
|
|
3295
3317
|
_hoisted_512
|
|
3296
3318
|
];
|
|
3297
|
-
function
|
|
3298
|
-
return (0,
|
|
3319
|
+
function _sfc_render119(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3320
|
+
return (0, import_vue119.openBlock)(), (0, import_vue119.createElementBlock)("svg", _hoisted_1119, _hoisted_63);
|
|
3299
3321
|
}
|
|
3300
|
-
var icon_measure_horizontal_distance_default = /* @__PURE__ */ export_helper_default(
|
|
3322
|
+
var icon_measure_horizontal_distance_default = /* @__PURE__ */ export_helper_default(_sfc_main119, [["render", _sfc_render119], ["__file", "icon-measure-horizontal-distance.vue"]]);
|
|
3301
3323
|
|
|
3302
3324
|
// src/components/icon-measure-horizontal-area.vue
|
|
3303
|
-
var
|
|
3304
|
-
var
|
|
3325
|
+
var import_vue120 = __toESM(require_vue(), 1);
|
|
3326
|
+
var _sfc_main120 = {
|
|
3305
3327
|
name: "IconMeasureHorizontalArea",
|
|
3306
3328
|
title: "\u6C34\u5E73\u9762\u79EF\u6D4B\u91CF"
|
|
3307
|
-
},
|
|
3329
|
+
}, _hoisted_1120 = {
|
|
3308
3330
|
width: "24",
|
|
3309
3331
|
height: "24",
|
|
3310
3332
|
viewBox: "0 0 24 24",
|
|
3311
3333
|
fill: "none",
|
|
3312
3334
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3313
|
-
},
|
|
3335
|
+
}, _hoisted_2120 = /* @__PURE__ */ (0, import_vue120.createElementVNode)("path", {
|
|
3314
3336
|
"fill-rule": "evenodd",
|
|
3315
3337
|
"clip-rule": "evenodd",
|
|
3316
3338
|
d: "M2.13 20h19.526c-.498-1.184-1.335-2.11-2.306-2.786-1.293-.902-2.767-1.321-3.85-1.321-2.392 0-4.043-.95-5.187-2.393-1.095-1.379-1.69-3.164-2.15-4.78-.116-.414-.224-.813-.328-1.196-.323-1.198-.605-2.242-1.003-3.082-.252-.532-.513-.891-.785-1.114a1.382 1.382 0 0 0-.685-.307 2.136 2.136 0 0 0-.025.044c-.156.286-.338.754-.534 1.405-.388 1.287-.775 3.091-1.138 5.106C3.03 13.1 2.484 17.166 2.13 20ZM4.071 1.434C4.272 1.239 4.611 1 5.074 1c.881 0 1.628.28 2.24.78.588.482 1.006 1.13 1.326 1.807.482 1.018.83 2.309 1.163 3.547.095.353.19.702.285 1.04.456 1.606.967 3.044 1.791 4.083.774.975 1.854 1.636 3.621 1.636 1.524 0 3.393.563 4.994 1.68 1.619 1.129 3.02 2.864 3.487 5.234L24.216 22H-.13l.136-1.12c.34-2.805.954-7.579 1.69-11.658.366-2.035.769-3.93 1.191-5.33.209-.693.438-1.316.693-1.784a2.8 2.8 0 0 1 .49-.674Z",
|
|
3317
3339
|
fill: "currentColor"
|
|
3318
|
-
}, null, -1),
|
|
3340
|
+
}, null, -1), _hoisted_3119 = /* @__PURE__ */ (0, import_vue120.createElementVNode)("path", {
|
|
3319
3341
|
"fill-rule": "evenodd",
|
|
3320
3342
|
"clip-rule": "evenodd",
|
|
3321
3343
|
d: "m7.361 13-3.2 4H16.64l3.2-4H7.36ZM6.4 11 0 19h17.6l6.4-8H6.4Z",
|
|
3322
3344
|
fill: "currentColor"
|
|
3323
3345
|
}, null, -1), _hoisted_452 = [
|
|
3324
|
-
|
|
3325
|
-
|
|
3346
|
+
_hoisted_2120,
|
|
3347
|
+
_hoisted_3119
|
|
3326
3348
|
];
|
|
3327
|
-
function
|
|
3328
|
-
return (0,
|
|
3349
|
+
function _sfc_render120(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3350
|
+
return (0, import_vue120.openBlock)(), (0, import_vue120.createElementBlock)("svg", _hoisted_1120, _hoisted_452);
|
|
3329
3351
|
}
|
|
3330
|
-
var icon_measure_horizontal_area_default = /* @__PURE__ */ export_helper_default(
|
|
3352
|
+
var icon_measure_horizontal_area_default = /* @__PURE__ */ export_helper_default(_sfc_main120, [["render", _sfc_render120], ["__file", "icon-measure-horizontal-area.vue"]]);
|
|
3331
3353
|
|
|
3332
3354
|
// src/components/icon-measure-2d.vue
|
|
3333
|
-
var
|
|
3334
|
-
var
|
|
3355
|
+
var import_vue121 = __toESM(require_vue(), 1);
|
|
3356
|
+
var _sfc_main121 = {
|
|
3335
3357
|
name: "IconMeasure2D",
|
|
3336
3358
|
title: "\u6D4B\u91CF"
|
|
3337
|
-
},
|
|
3359
|
+
}, _hoisted_1121 = {
|
|
3338
3360
|
class: "icon",
|
|
3339
3361
|
viewBox: "0 0 1024 1024",
|
|
3340
3362
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3341
3363
|
width: "200",
|
|
3342
3364
|
height: "200"
|
|
3343
|
-
},
|
|
3344
|
-
|
|
3365
|
+
}, _hoisted_2121 = /* @__PURE__ */ (0, import_vue121.createElementVNode)("path", { d: "M999.306 884.983 139.188 24.052A81.297 81.297 0 0 0 .17 81.772v860.931A81.297 81.297 0 0 0 81.467 1024h860.931a81.297 81.297 0 0 0 56.908-139.017zM81.467 861.407h81.297v81.296H81.467zm650.373 81.296V820.758a40.648 40.648 0 0 0-81.297 0v121.945H487.95V820.758a40.648 40.648 0 0 0-81.297 0v121.945H244.06V820.758a40.648 40.648 0 0 0-40.648-40.648H81.467V617.517h113.815a45.526 45.526 0 0 0 48.778-40.648 45.526 45.526 0 0 0-48.778-40.649H81.467V373.627h113.815a45.526 45.526 0 0 0 48.778-40.648 45.526 45.526 0 0 0-48.778-40.649H81.467V81.772l860.931 860.931z" }, null, -1), _hoisted_3120 = [
|
|
3366
|
+
_hoisted_2121
|
|
3345
3367
|
];
|
|
3346
|
-
function
|
|
3347
|
-
return (0,
|
|
3368
|
+
function _sfc_render121(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3369
|
+
return (0, import_vue121.openBlock)(), (0, import_vue121.createElementBlock)("svg", _hoisted_1121, _hoisted_3120);
|
|
3348
3370
|
}
|
|
3349
|
-
var icon_measure_2d_default = /* @__PURE__ */ export_helper_default(
|
|
3371
|
+
var icon_measure_2d_default = /* @__PURE__ */ export_helper_default(_sfc_main121, [["render", _sfc_render121], ["__file", "icon-measure-2d.vue"]]);
|
|
3350
3372
|
|
|
3351
3373
|
// src/components/icon-flood-analysis.vue
|
|
3352
|
-
var
|
|
3353
|
-
var
|
|
3374
|
+
var import_vue122 = __toESM(require_vue(), 1);
|
|
3375
|
+
var _sfc_main122 = {
|
|
3354
3376
|
name: "IconFloodAnalysis",
|
|
3355
3377
|
title: "\u6DF9\u6CA1\u5206\u6790"
|
|
3356
|
-
},
|
|
3378
|
+
}, _hoisted_1122 = {
|
|
3357
3379
|
width: "16",
|
|
3358
3380
|
height: "16",
|
|
3359
3381
|
viewBox: "0 0 16 16",
|
|
3360
3382
|
fill: "none",
|
|
3361
3383
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3362
|
-
},
|
|
3384
|
+
}, _hoisted_2122 = /* @__PURE__ */ (0, import_vue122.createElementVNode)("g", {
|
|
3363
3385
|
"clip-path": "url(#a)",
|
|
3364
3386
|
fill: "currentColor"
|
|
3365
3387
|
}, [
|
|
3366
|
-
/* @__PURE__ */ (0,
|
|
3367
|
-
/* @__PURE__ */ (0,
|
|
3368
|
-
], -1),
|
|
3369
|
-
|
|
3388
|
+
/* @__PURE__ */ (0, import_vue122.createElementVNode)("path", { d: "M14.314 13.242a1.608 1.608 0 0 0-2.013 0l-.563.45a.516.516 0 0 1-.64 0l-.564-.45a1.616 1.616 0 0 0-1.006-.355 1.62 1.62 0 0 0-1.007.356l-.563.449a.524.524 0 0 1-.641 0l-.564-.45a1.622 1.622 0 0 0-1.007-.355c-.363 0-.72.127-1.006.356l-.562.449a.526.526 0 0 1-.642 0l-.562-.45a1.608 1.608 0 0 0-2.014 0l-.735.587a.619.619 0 0 0-.11.837.56.56 0 0 0 .795.116l.735-.586a.518.518 0 0 1 .641 0l.563.449a1.608 1.608 0 0 0 2.014 0l.562-.45a.518.518 0 0 1 .642 0l.56.45a1.601 1.601 0 0 0 2.016 0l.563-.45a.52.52 0 0 1 .641 0l.563.45a1.608 1.608 0 0 0 2.014 0l.562-.45a.518.518 0 0 1 .641 0l.563.45a.55.55 0 0 0 .795-.116.613.613 0 0 0 .111-.442.605.605 0 0 0-.218-.395l-.564-.45ZM16 4.394l-8.661-3.36L7.254 1 4.1 11.177a.257.257 0 0 1-.055.008.512.512 0 0 1-.321-.113l-.563-.45a1.63 1.63 0 0 0-2.014.001l-.734.587a.621.621 0 0 0-.11.837c.108.15.273.238.453.238a.552.552 0 0 0 .342-.122l.734-.587a.518.518 0 0 1 .642 0l.562.45a1.608 1.608 0 0 0 2.014-.001l.563-.449a.519.519 0 0 1 .641 0l.561.45a1.608 1.608 0 0 0 2.016-.001l.563-.45a.528.528 0 0 1 .64 0l.563.45a1.608 1.608 0 0 0 2.014 0l.563-.449a.518.518 0 0 1 .641 0l.563.45a.548.548 0 0 0 .794-.116.62.62 0 0 0-.107-.838l-.563-.45a1.544 1.544 0 0 0-.532-.264l2-5.878.03-.086Zm-1.459.71-1.896 5.43a.603.603 0 0 1-.035.018.614.614 0 0 0-.121.071l-.563.45a.517.517 0 0 1-.641 0l-.563-.45a1.615 1.615 0 0 0-1.006-.355c-.363 0-.72.126-1.008.355l-.562.45a.524.524 0 0 1-.642 0l-.563-.45a1.624 1.624 0 0 0-1.007-.355c-.108 0-.218.013-.332.039l2.328-7.77 6.611 2.567Z" }),
|
|
3389
|
+
/* @__PURE__ */ (0, import_vue122.createElementVNode)("path", { d: "m10.588 5.783-1.49-.604L8.7 6.368l1.492.604.396-1.19Zm2.83 1.145-1.491-.603-.397 1.188 1.49.604.398-1.189Zm-2.246-3.324L9.682 3l-.397 1.189 1.49.604.397-1.189ZM14 4.749l-1.49-.603-.396 1.188 1.49.604L14 4.75ZM9.886 7.76l-1.49-.604L8 8.345l1.49.604.396-1.19ZM12.303 10l.398-1.19-1.49-.603-.399 1.19 1.49.603Z" })
|
|
3390
|
+
], -1), _hoisted_3121 = [
|
|
3391
|
+
_hoisted_2122
|
|
3370
3392
|
];
|
|
3371
|
-
function
|
|
3372
|
-
return (0,
|
|
3393
|
+
function _sfc_render122(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3394
|
+
return (0, import_vue122.openBlock)(), (0, import_vue122.createElementBlock)("svg", _hoisted_1122, _hoisted_3121);
|
|
3373
3395
|
}
|
|
3374
|
-
var icon_flood_analysis_default = /* @__PURE__ */ export_helper_default(
|
|
3396
|
+
var icon_flood_analysis_default = /* @__PURE__ */ export_helper_default(_sfc_main122, [["render", _sfc_render122], ["__file", "icon-flood-analysis.vue"]]);
|
|
3375
3397
|
|
|
3376
3398
|
// src/components/icon-add-data.vue
|
|
3377
|
-
var
|
|
3378
|
-
var
|
|
3399
|
+
var import_vue123 = __toESM(require_vue(), 1);
|
|
3400
|
+
var _sfc_main123 = {
|
|
3379
3401
|
name: "IconAddData",
|
|
3380
3402
|
title: "\u6DFB\u52A0\u6570\u636E"
|
|
3381
|
-
},
|
|
3403
|
+
}, _hoisted_1123 = {
|
|
3382
3404
|
width: "16",
|
|
3383
3405
|
height: "16",
|
|
3384
3406
|
viewBox: "0 0 16 16",
|
|
3385
3407
|
fill: "none",
|
|
3386
3408
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3387
|
-
},
|
|
3409
|
+
}, _hoisted_2123 = /* @__PURE__ */ (0, import_vue123.createElementVNode)("path", {
|
|
3388
3410
|
"fill-rule": "evenodd",
|
|
3389
3411
|
"clip-rule": "evenodd",
|
|
3390
3412
|
d: "M12 2H2v2h10V2ZM1 1v4h12V1H1Zm11 6H2v2h9v1H1V6h12v2h-1V7Zm-3 4v1H2v2h7v1H1v-4h8Zm4.5 1V9.5h-1V12H10v1h2.5v2.5h1V13H16v-1h-2.5Z",
|
|
3391
3413
|
fill: "currentColor"
|
|
3392
|
-
}, null, -1),
|
|
3393
|
-
|
|
3414
|
+
}, null, -1), _hoisted_3122 = [
|
|
3415
|
+
_hoisted_2123
|
|
3394
3416
|
];
|
|
3395
|
-
function
|
|
3396
|
-
return (0,
|
|
3417
|
+
function _sfc_render123(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3418
|
+
return (0, import_vue123.openBlock)(), (0, import_vue123.createElementBlock)("svg", _hoisted_1123, _hoisted_3122);
|
|
3397
3419
|
}
|
|
3398
|
-
var icon_add_data_default = /* @__PURE__ */ export_helper_default(
|
|
3420
|
+
var icon_add_data_default = /* @__PURE__ */ export_helper_default(_sfc_main123, [["render", _sfc_render123], ["__file", "icon-add-data.vue"]]);
|
|
3399
3421
|
|
|
3400
3422
|
// src/components/icon-folder-add.vue
|
|
3401
|
-
var
|
|
3402
|
-
var
|
|
3423
|
+
var import_vue124 = __toESM(require_vue(), 1);
|
|
3424
|
+
var _sfc_main124 = {
|
|
3403
3425
|
name: "IconFolderAdd",
|
|
3404
3426
|
title: "\u6DFB\u52A0\u6587\u4EF6\u5939"
|
|
3405
|
-
},
|
|
3427
|
+
}, _hoisted_1124 = {
|
|
3406
3428
|
class: "icon",
|
|
3407
3429
|
viewBox: "0 0 1075 1024",
|
|
3408
3430
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3409
3431
|
width: "209.961",
|
|
3410
3432
|
height: "200"
|
|
3411
|
-
},
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
|
-
];
|
|
3415
|
-
function _sfc_render123(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3416
|
-
return (0, import_vue123.openBlock)(), (0, import_vue123.createElementBlock)("svg", _hoisted_1123, _hoisted_453);
|
|
3417
|
-
}
|
|
3418
|
-
var icon_folder_add_default = /* @__PURE__ */ export_helper_default(_sfc_main123, [["render", _sfc_render123], ["__file", "icon-folder-add.vue"]]);
|
|
3419
|
-
|
|
3420
|
-
// src/components/icon-clear-element.vue
|
|
3421
|
-
var import_vue124 = __toESM(require_vue(), 1);
|
|
3422
|
-
var _sfc_main124 = {
|
|
3423
|
-
name: "IconClearElement",
|
|
3424
|
-
title: "\u6E05\u695A\u6240\u9009\u5143\u7D20"
|
|
3425
|
-
}, _hoisted_1124 = {
|
|
3426
|
-
class: "icon",
|
|
3427
|
-
viewBox: "0 0 1195 1024",
|
|
3428
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3429
|
-
width: "233.398",
|
|
3430
|
-
height: "200"
|
|
3431
|
-
}, _hoisted_2124 = /* @__PURE__ */ (0, import_vue124.createElementVNode)("path", {
|
|
3432
|
-
d: "M39.844 0A39.844 39.844 0 0 0 0 39.844v22.313a39.844 39.844 0 0 0 39.844 39.845A40.641 40.641 0 0 0 79.69 74.907a39.844 39.844 0 0 0 18.328-35.063A39.844 39.844 0 0 0 58.173 0zm167.347 0a39.844 39.844 0 0 0-39.845 39.844 39.844 39.844 0 0 0 39.845 39.845h37.453a39.844 39.844 0 0 0 0-79.689zm185.674 0a39.844 39.844 0 0 0 0 79.689h37.454a39.844 39.844 0 0 0 39.844-39.845A39.844 39.844 0 0 0 430.32 0zm186.472 0a39.844 39.844 0 0 0-39.844 39.844 39.844 39.844 0 0 0 39.844 39.845h36.657a39.844 39.844 0 0 0 39.844-39.845A39.844 39.844 0 0 0 615.994 0zm185.675 0a39.844 39.844 0 0 0-39.845 39.844 39.844 39.844 0 0 0 39.845 39.845h37.453a39.844 39.844 0 0 0 0-79.689zm185.674 0a39.844 39.844 0 0 0 0 79.689h37.454a39.844 39.844 0 0 0 39.844-39.845A39.844 39.844 0 0 0 988.14 0zm186.472 0a39.844 39.844 0 0 0-39.844 39.844 38.25 38.25 0 0 0 23.906 36.657 41.438 41.438 0 0 0 34.266 19.125 39.844 39.844 0 0 0 39.845-39.844V39.844A39.844 39.844 0 0 0 1155.486 0zm58.173 183.284a39.844 39.844 0 0 0-79.689 0v31.876a39.844 39.844 0 0 0 79.689 0zM79.689 239.066a39.844 39.844 0 0 0-79.689 0v44.626a39.844 39.844 0 1 0 79.689 0zM1195.33 342.661a39.844 39.844 0 0 0-79.689 0V358.6a39.844 39.844 0 0 0 79.689 0zM79.689 455.82a39.844 39.844 0 0 0-79.689 0v44.626a39.047 39.047 0 0 0 39.844 39.048 39.047 39.047 0 0 0 39.845-39.048zm0 219.941a39.844 39.844 0 0 0-39.845-38.25A39.844 39.844 0 0 0 0 677.354v39.844a39.844 39.844 0 0 0 39.844 39.845 39.844 39.844 0 0 0 39.845-39.845zm-39.845 179.3a39.047 39.047 0 0 1 39.845 21.516 39.047 39.047 0 0 1 27.094 37.454 39.844 39.844 0 0 1-39.844 39.844H39.844A39.844 39.844 0 0 1 0 914.03v-21.516a39.844 39.844 0 0 1 39.844-37.454zm215.16 21.516a39.844 39.844 0 1 0 0 79.689h47.813a39.844 39.844 0 1 0 0-79.69zm239.066 0a39.844 39.844 0 1 0 0 79.689h23.907a39.844 39.844 0 0 0 0-79.69zm159.377 91.642 206.394-211.175-210.378-211.175 55.782-55.782L916.42 700.464l211.175-210.378 55.782 55.782L973 757.043l210.378 211.175-55.782 55.782L916.42 813.622 705.245 1024z",
|
|
3433
|
-
fill: "currentColor"
|
|
3434
|
-
}, null, -1), _hoisted_3123 = [
|
|
3435
|
-
_hoisted_2124
|
|
3433
|
+
}, _hoisted_2124 = /* @__PURE__ */ (0, import_vue124.createElementVNode)("path", { d: "M695.535 551.385H577.382V433.23a39.385 39.385 0 0 0-78.77 0v118.154H380.46a39.385 39.385 0 0 0 0 78.769h118.153v118.154a39.385 39.385 0 0 0 78.77 0V630.154h118.153a39.385 39.385 0 0 0 0-78.77z" }, null, -1), _hoisted_3123 = /* @__PURE__ */ (0, import_vue124.createElementVNode)("path", { d: "M984.619 157.538H556.114L437.172 14.178A41.748 41.748 0 0 0 406.452 0H91.375A91.372 91.372 0 0 0 .003 92.16v839.68A91.372 91.372 0 0 0 91.375 1024H984.62a91.372 91.372 0 0 0 91.372-92.16V249.698a91.372 91.372 0 0 0-91.372-92.16zm12.603 774.302a12.603 12.603 0 0 1-12.603 13.39H91.375a12.603 12.603 0 0 1-12.603-13.39V92.16a12.603 12.603 0 0 1 12.603-13.39h296.96l119.73 143.36a38.597 38.597 0 0 0 29.932 14.178h446.622a12.603 12.603 0 0 1 12.603 13.39z" }, null, -1), _hoisted_453 = [
|
|
3434
|
+
_hoisted_2124,
|
|
3435
|
+
_hoisted_3123
|
|
3436
3436
|
];
|
|
3437
3437
|
function _sfc_render124(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3438
|
-
return (0, import_vue124.openBlock)(), (0, import_vue124.createElementBlock)("svg", _hoisted_1124,
|
|
3438
|
+
return (0, import_vue124.openBlock)(), (0, import_vue124.createElementBlock)("svg", _hoisted_1124, _hoisted_453);
|
|
3439
3439
|
}
|
|
3440
|
-
var
|
|
3440
|
+
var icon_folder_add_default = /* @__PURE__ */ export_helper_default(_sfc_main124, [["render", _sfc_render124], ["__file", "icon-folder-add.vue"]]);
|
|
3441
3441
|
|
|
3442
3442
|
// src/components/icon-filter.vue
|
|
3443
3443
|
var import_vue125 = __toESM(require_vue(), 1);
|