@kq_npm/client_icons_vue 0.8.9-beta → 0.9.0-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/global.cjs CHANGED
@@ -125,10 +125,14 @@ __export(global_exports, {
125
125
  IconGradient: () => icon_gradient_default,
126
126
  IconGradient2: () => icon_gradient2_default,
127
127
  IconGraphicProjectionConversion: () => icon_graphic_projection_conversion_default,
128
+ IconGridAlgebraicOperation: () => icon_grid_algebraic_operation_default,
129
+ IconGridConditionalOperation: () => icon_grid_conditional_operation_default,
128
130
  IconGridDown: () => icon_grid_down_default,
129
131
  IconGridFunction: () => icon_grid_function_default,
132
+ IconGridFunctionOperation: () => icon_grid_function_operation_default,
130
133
  IconGridLeft: () => icon_grid_left_default,
131
134
  IconGridLeftDown: () => icon_grid_left_down_default,
135
+ IconGridLogicOperation: () => icon_grid_logic_operation_default,
132
136
  IconGridRightDown: () => icon_grid_right_down_default,
133
137
  IconGridRightUp: () => icon_grid_right_up_default,
134
138
  IconGridTile: () => icon_grid_tile_default,
@@ -217,6 +221,7 @@ __export(global_exports, {
217
221
  IconPlottingPause: () => icon_plotting_pause_default,
218
222
  IconPlottingPlay: () => icon_plotting_play_default,
219
223
  IconPlottingPlayScratch: () => icon_plotting_play_scratch_default,
224
+ IconPlottingProject: () => icon_plotting_project_default,
220
225
  IconPlottingProjectList: () => icon_plotting_project_list_default,
221
226
  IconPlottingProjectTree: () => icon_plotting_project_tree_default,
222
227
  IconPlottingReduce: () => icon_plotting_reduce_default,
@@ -447,10 +452,14 @@ __export(components_exports, {
447
452
  IconGradient: () => icon_gradient_default,
448
453
  IconGradient2: () => icon_gradient2_default,
449
454
  IconGraphicProjectionConversion: () => icon_graphic_projection_conversion_default,
455
+ IconGridAlgebraicOperation: () => icon_grid_algebraic_operation_default,
456
+ IconGridConditionalOperation: () => icon_grid_conditional_operation_default,
450
457
  IconGridDown: () => icon_grid_down_default,
451
458
  IconGridFunction: () => icon_grid_function_default,
459
+ IconGridFunctionOperation: () => icon_grid_function_operation_default,
452
460
  IconGridLeft: () => icon_grid_left_default,
453
461
  IconGridLeftDown: () => icon_grid_left_down_default,
462
+ IconGridLogicOperation: () => icon_grid_logic_operation_default,
454
463
  IconGridRightDown: () => icon_grid_right_down_default,
455
464
  IconGridRightUp: () => icon_grid_right_up_default,
456
465
  IconGridTile: () => icon_grid_tile_default,
@@ -539,6 +548,7 @@ __export(components_exports, {
539
548
  IconPlottingPause: () => icon_plotting_pause_default,
540
549
  IconPlottingPlay: () => icon_plotting_play_default,
541
550
  IconPlottingPlayScratch: () => icon_plotting_play_scratch_default,
551
+ IconPlottingProject: () => icon_plotting_project_default,
542
552
  IconPlottingProjectList: () => icon_plotting_project_list_default,
543
553
  IconPlottingProjectTree: () => icon_plotting_project_tree_default,
544
554
  IconPlottingReduce: () => icon_plotting_reduce_default,
@@ -5605,2885 +5615,2985 @@ function _sfc_render199(_ctx, _cache, $props, $setup, $data, $options) {
5605
5615
  }
5606
5616
  var icon_view_properties_default = /* @__PURE__ */ export_helper_default(_sfc_main199, [["render", _sfc_render199], ["__file", "icon-view-properties.vue"]]);
5607
5617
 
5608
- // src/components/icon-grid-function.vue
5618
+ // src/components/icon-grid-algebraic-operation.vue
5609
5619
  var import_vue200 = require("vue");
5610
5620
  var _sfc_main200 = {
5621
+ name: "IconGridAlgebraicOperation",
5622
+ title: "\u6805\u683C\u4EE3\u6570\u8FD0\u7B97"
5623
+ }, _hoisted_1201 = {
5624
+ width: "16",
5625
+ height: "16",
5626
+ viewBox: "0 0 16 16",
5627
+ fill: "none",
5628
+ xmlns: "http://www.w3.org/2000/svg"
5629
+ }, _hoisted_2200 = /* @__PURE__ */ (0, import_vue200.createStaticVNode)('<rect x="2.5" y="2.5" width="11" height="11" rx=".5" stroke="currentColor"></rect><path fill="currentColor" d="M3 5h10v1H3z"></path><path fill="currentColor" d="M6 3h1v10H6zm4 0h1v3h-1z"></path><path fill="currentColor" d="M3 9h4v1H3z"></path><path d="M8.5 9.5h3M10 8v3" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path>', 5), _hoisted_72 = [
5630
+ _hoisted_2200
5631
+ ];
5632
+ function _sfc_render200(_ctx, _cache, $props, $setup, $data, $options) {
5633
+ return (0, import_vue200.openBlock)(), (0, import_vue200.createElementBlock)("svg", _hoisted_1201, _hoisted_72);
5634
+ }
5635
+ var icon_grid_algebraic_operation_default = /* @__PURE__ */ export_helper_default(_sfc_main200, [["render", _sfc_render200], ["__file", "icon-grid-algebraic-operation.vue"]]);
5636
+
5637
+ // src/components/icon-grid-function.vue
5638
+ var import_vue201 = require("vue");
5639
+ var _sfc_main201 = {
5611
5640
  name: "IconGridFunction",
5612
5641
  title: "\u6805\u683C\u51FD\u6570"
5613
- }, _hoisted_1201 = {
5642
+ }, _hoisted_1202 = {
5614
5643
  class: "icon",
5615
5644
  viewBox: "0 0 1024 1024",
5616
5645
  xmlns: "http://www.w3.org/2000/svg",
5617
5646
  width: "200",
5618
5647
  height: "200"
5619
- }, _hoisted_2200 = /* @__PURE__ */ (0, import_vue200.createElementVNode)("path", {
5648
+ }, _hoisted_2201 = /* @__PURE__ */ (0, import_vue201.createElementVNode)("path", {
5620
5649
  d: "M879.96 961.945H143.985A82.04 82.04 0 0 1 62 879.96V143.984A82.04 82.04 0 0 1 143.984 62H879.96a82.04 82.04 0 0 1 81.984 81.984V879.96a82.04 82.04 0 0 1-81.984 81.984zM143.985 100.672a43.312 43.312 0 0 0-43.312 43.312V879.96a43.312 43.312 0 0 0 43.312 43.312H879.96a43.312 43.312 0 0 0 43.312-43.312V143.984a43.312 43.312 0 0 0-43.312-43.312z",
5621
5650
  fill: "currentColor"
5622
- }, null, -1), _hoisted_3192 = /* @__PURE__ */ (0, import_vue200.createElementVNode)("path", {
5651
+ }, null, -1), _hoisted_3192 = /* @__PURE__ */ (0, import_vue201.createElementVNode)("path", {
5623
5652
  d: "M753.063 766.1a16.574 16.574 0 0 1-11.712-4.861L589.979 609.867a16.585 16.585 0 0 1 23.479-23.424L764.775 737.76a16.574 16.574 0 0 1-11.712 28.34z",
5624
5653
  fill: "currentColor"
5625
- }, null, -1), _hoisted_4100 = /* @__PURE__ */ (0, import_vue200.createElementVNode)("path", {
5654
+ }, null, -1), _hoisted_4100 = /* @__PURE__ */ (0, import_vue201.createElementVNode)("path", {
5626
5655
  d: "M601.746 766.1a16.574 16.574 0 0 1-11.767-28.34L741.35 586.443a16.574 16.574 0 0 1 23.424 23.424L613.458 761.239a16.574 16.574 0 0 1-11.712 4.861zM382.809 427.502a16.574 16.574 0 0 1 0-33.147l229.489-.939a16.574 16.574 0 0 1 0 33.147l-229.489.94z",
5627
5656
  fill: "currentColor"
5628
- }, null, -1), _hoisted_528 = /* @__PURE__ */ (0, import_vue200.createElementVNode)("path", {
5657
+ }, null, -1), _hoisted_528 = /* @__PURE__ */ (0, import_vue201.createElementVNode)("path", {
5629
5658
  d: "M348.667 827.865a89.773 89.773 0 0 1-23.147-3.26c-67.676-18.507-71.1-98.226-71.211-101.596a16.585 16.585 0 0 1 33.147-1.16c0 2.376 2.873 58.78 46.792 70.77 38.672 10.551 54.196-24.861 56.627-31.214l125.02-469.585c1.326-4.585 30.827-101.43 102.866-95.63 58.947 4.807 74.968 69.83 75.19 103.53a16.574 16.574 0 0 1-16.574 16.574 16.574 16.574 0 0 1-16.574-16.574c0-1.105-1.436-67.233-44.693-70.769-44.694-3.59-68.118 70.824-68.339 71.819L422.696 770.354l-.331 1.216c-7.514 21.711-31.545 56.295-73.698 56.295z",
5630
5659
  fill: "currentColor"
5631
5660
  }, null, -1), _hoisted_69 = [
5632
- _hoisted_2200,
5661
+ _hoisted_2201,
5633
5662
  _hoisted_3192,
5634
5663
  _hoisted_4100,
5635
5664
  _hoisted_528
5636
5665
  ];
5637
- function _sfc_render200(_ctx, _cache, $props, $setup, $data, $options) {
5638
- return (0, import_vue200.openBlock)(), (0, import_vue200.createElementBlock)("svg", _hoisted_1201, _hoisted_69);
5666
+ function _sfc_render201(_ctx, _cache, $props, $setup, $data, $options) {
5667
+ return (0, import_vue201.openBlock)(), (0, import_vue201.createElementBlock)("svg", _hoisted_1202, _hoisted_69);
5639
5668
  }
5640
- var icon_grid_function_default = /* @__PURE__ */ export_helper_default(_sfc_main200, [["render", _sfc_render200], ["__file", "icon-grid-function.vue"]]);
5669
+ var icon_grid_function_default = /* @__PURE__ */ export_helper_default(_sfc_main201, [["render", _sfc_render201], ["__file", "icon-grid-function.vue"]]);
5670
+
5671
+ // src/components/icon-grid-function-operation.vue
5672
+ var import_vue202 = require("vue");
5673
+ var _sfc_main202 = {
5674
+ name: "IconGridFunctionOperation",
5675
+ title: "\u6805\u683C\u51FD\u6570\u8FD0\u7B97"
5676
+ }, _hoisted_1203 = {
5677
+ width: "16",
5678
+ height: "16",
5679
+ viewBox: "0 0 16 16",
5680
+ fill: "none",
5681
+ xmlns: "http://www.w3.org/2000/svg"
5682
+ }, _hoisted_2202 = /* @__PURE__ */ (0, import_vue202.createStaticVNode)('<rect x="2.5" y="2.5" width="11" height="11" rx=".5" stroke="currentColor"></rect><path fill="currentColor" d="M3 5h10v1H3z"></path><path fill="currentColor" d="M6 3h1v10H6zm4 0h1v3h-1z"></path><path fill="currentColor" d="M3 9h4v1H3z"></path><path d="M12 10.5 10.5 12m0-1.5L12 12m-1-4.5s-.5-.5-1 0c-.79.791-.218 3.722-1 4.502C8.5 12.5 8 12 8 12m.5-3H11" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path>', 5), _hoisted_73 = [
5683
+ _hoisted_2202
5684
+ ];
5685
+ function _sfc_render202(_ctx, _cache, $props, $setup, $data, $options) {
5686
+ return (0, import_vue202.openBlock)(), (0, import_vue202.createElementBlock)("svg", _hoisted_1203, _hoisted_73);
5687
+ }
5688
+ var icon_grid_function_operation_default = /* @__PURE__ */ export_helper_default(_sfc_main202, [["render", _sfc_render202], ["__file", "icon-grid-function-operation.vue"]]);
5689
+
5690
+ // src/components/icon-grid-conditional-operation.vue
5691
+ var import_vue203 = require("vue");
5692
+ var _sfc_main203 = {
5693
+ name: "IconGridConditionalOperation",
5694
+ title: "\u6805\u683C\u6761\u4EF6\u8FD0\u7B97"
5695
+ }, _hoisted_1204 = {
5696
+ width: "16",
5697
+ height: "16",
5698
+ viewBox: "0 0 16 16",
5699
+ fill: "none",
5700
+ xmlns: "http://www.w3.org/2000/svg"
5701
+ }, _hoisted_2203 = /* @__PURE__ */ (0, import_vue203.createStaticVNode)('<rect x="2.5" y="2.5" width="11" height="11" rx=".5" stroke="currentColor"></rect><path fill="currentColor" d="M3 5h10v1H3z"></path><path fill="currentColor" d="M6 3h1v10H6zm4 0h1v3h-1z"></path><path fill="currentColor" d="M3 9h4v1H3z"></path><path d="m8.5 9-1 1 1 1M11 9l1 1-1 1m-1-1.5-.5 1" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path>', 5), _hoisted_74 = [
5702
+ _hoisted_2203
5703
+ ];
5704
+ function _sfc_render203(_ctx, _cache, $props, $setup, $data, $options) {
5705
+ return (0, import_vue203.openBlock)(), (0, import_vue203.createElementBlock)("svg", _hoisted_1204, _hoisted_74);
5706
+ }
5707
+ var icon_grid_conditional_operation_default = /* @__PURE__ */ export_helper_default(_sfc_main203, [["render", _sfc_render203], ["__file", "icon-grid-conditional-operation.vue"]]);
5708
+
5709
+ // src/components/icon-grid-logic-operation.vue
5710
+ var import_vue204 = require("vue");
5711
+ var _sfc_main204 = {
5712
+ name: "IconGridLogicOperation",
5713
+ title: "\u6805\u683C\u903B\u8F91\u8FD0\u7B97"
5714
+ }, _hoisted_1205 = {
5715
+ width: "16",
5716
+ height: "16",
5717
+ viewBox: "0 0 16 16",
5718
+ fill: "none",
5719
+ xmlns: "http://www.w3.org/2000/svg"
5720
+ }, _hoisted_2204 = /* @__PURE__ */ (0, import_vue204.createStaticVNode)('<rect x="2.5" y="2.5" width="11" height="11" rx=".5" stroke="currentColor"></rect><path fill="currentColor" d="M3 5h10v1H3z"></path><path fill="currentColor" d="M6 3h1v10H6zm4 0h1v3h-1z"></path><path fill="currentColor" d="M3 9h4v1H3z"></path><path d="M8.5 8 11 9l-2.5 1m2.5.5-2.5 1" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path>', 5), _hoisted_75 = [
5721
+ _hoisted_2204
5722
+ ];
5723
+ function _sfc_render204(_ctx, _cache, $props, $setup, $data, $options) {
5724
+ return (0, import_vue204.openBlock)(), (0, import_vue204.createElementBlock)("svg", _hoisted_1205, _hoisted_75);
5725
+ }
5726
+ var icon_grid_logic_operation_default = /* @__PURE__ */ export_helper_default(_sfc_main204, [["render", _sfc_render204], ["__file", "icon-grid-logic-operation.vue"]]);
5727
+
5728
+ // src/components/icon-plotting-project.vue
5729
+ var import_vue205 = require("vue");
5730
+ var _sfc_main205 = {
5731
+ name: "IconPlottingProject",
5732
+ title: "\u6807\u7ED8\u5DE5\u7A0B"
5733
+ }, _hoisted_1206 = {
5734
+ class: "icon",
5735
+ viewBox: "0 0 1175 1024",
5736
+ version: "1.1",
5737
+ xmlns: "http://www.w3.org/2000/svg",
5738
+ id: "mx_n_1740015234223",
5739
+ width: "229.492",
5740
+ height: "200"
5741
+ }, _hoisted_2205 = /* @__PURE__ */ (0, import_vue205.createElementVNode)("path", {
5742
+ d: "M918.719 895.79h-659.18c-64.453 0-117.187-52.735-117.187-117.188V230.75c0-55.664 43.945-99.61 99.609-99.61 52.734 0 96.68 43.946 99.61 96.68v26.368h208.007c14.649 0 23.438 11.718 23.438 23.437 0 14.648-11.72 23.438-23.438 23.437H341.57v483.399c0 11.719-11.718 23.437-23.437 23.437s-23.438-8.789-23.438-23.437c-2.93-29.297-26.367-52.734-52.734-52.734-14.649 0-29.297 5.859-41.016 20.507-11.718 17.579-5.86 43.946-2.93 52.735 11.72 23.437 35.157 35.156 61.524 35.156h659.18c38.086 0 67.383-32.227 67.383-70.313V374.305c0-17.578-2.93-70.313-52.735-70.313-14.648 0-23.437-11.719-23.437-23.437 0-14.649 11.718-23.438 23.437-23.438 61.524 0 102.54 46.875 102.54 117.188v404.297c0 64.453-52.735 117.187-117.188 117.187zM241.96 690.71c20.508 0 38.086 5.86 52.734 14.65V230.75c-2.93-26.367-26.367-49.805-52.734-49.805-29.297 0-49.805 23.438-49.805 49.805v474.61c14.649-8.79 29.297-14.65 49.805-14.65zm585.937 61.524H479.266c-14.649 0-23.438-11.718-23.438-23.437 0-14.649 11.719-23.438 23.438-23.438h348.632c26.368 0 46.875-20.507 46.875-46.875 0-26.367-20.507-46.875-46.875-46.875h-87.89c-14.649 0-23.438-11.718-23.438-23.437 0-14.649 11.72-23.438 23.438-23.438h87.89c52.735 0 96.68 43.946 96.68 96.68 0 49.805-43.945 90.82-96.68 90.82zm-73.242-287.109-2.93 2.93c-2.93 2.93-8.789 5.86-14.648 5.86s-14.648-2.93-17.578-8.79c-20.508-17.578-108.398-93.75-120.117-196.29-2.93-32.226 5.86-61.522 23.437-84.96 29.297-38.086 67.383-58.594 117.188-58.594 49.804 0 87.89 20.508 117.187 58.594 17.578 23.438 26.367 52.734 23.438 84.96-11.719 90.821-90.82 166.993-125.977 196.29zm61.524-251.953c-20.508-26.367-46.875-38.086-79.102-38.086s-58.594 11.719-76.172 38.086c-8.789 14.648-14.648 32.226-11.718 49.805 5.859 70.312 61.523 128.906 87.89 152.343 29.297-29.297 84.961-90.82 90.82-152.343 2.93-17.579-2.93-35.157-11.718-49.805zM488.055 558.875h149.414c14.648 0 23.437 11.719 23.437 23.437 0 14.649-11.718 23.438-23.437 23.438H488.055c-52.735 0-96.68-43.945-96.68-96.68 0-52.734 43.945-96.68 96.68-96.68h102.539c14.648 0 23.437 11.72 23.437 23.438 0 14.649-11.718 23.438-23.437 23.438h-102.54c-26.366 0-46.874 20.507-46.874 46.875-2.93 32.226 20.508 52.734 46.875 52.734z",
5743
+ fill: "currentColor"
5744
+ }, null, -1), _hoisted_3193 = [
5745
+ _hoisted_2205
5746
+ ];
5747
+ function _sfc_render205(_ctx, _cache, $props, $setup, $data, $options) {
5748
+ return (0, import_vue205.openBlock)(), (0, import_vue205.createElementBlock)("svg", _hoisted_1206, _hoisted_3193);
5749
+ }
5750
+ var icon_plotting_project_default = /* @__PURE__ */ export_helper_default(_sfc_main205, [["render", _sfc_render205], ["__file", "icon-plotting-project.vue"]]);
5641
5751
 
5642
5752
  // src/components/icon-plotting-project-tree.vue
5643
- var import_vue201 = require("vue");
5644
- var _sfc_main201 = {
5753
+ var import_vue206 = require("vue");
5754
+ var _sfc_main206 = {
5645
5755
  name: "IconPlottingProjectTree",
5646
5756
  title: "\u6807\u7ED8\u5DE5\u7A0B\u6811"
5647
- }, _hoisted_1202 = {
5757
+ }, _hoisted_1207 = {
5648
5758
  class: "icon",
5649
5759
  viewBox: "0 0 1024 1024",
5650
5760
  xmlns: "http://www.w3.org/2000/svg",
5651
5761
  width: "200",
5652
5762
  height: "200"
5653
- }, _hoisted_2201 = /* @__PURE__ */ (0, import_vue201.createElementVNode)("path", {
5763
+ }, _hoisted_2206 = /* @__PURE__ */ (0, import_vue206.createElementVNode)("path", {
5654
5764
  d: "M987.682 461.21c0-4.916-.546-10.377-2.73-15.292-1.639-3.823-3.277-7.646-5.462-11.469-4.369-6.007-7.646-9.284-13.653-13.653-3.277-2.185-7.646-3.823-11.469-5.462-4.37-1.638-8.738-1.638-13.107-2.184H498.893c-8.738.546-18.023 2.73-25.122 8.192-6.008 4.369-8.738 7.1-13.108 13.107-2.73 3.277-4.369 7.646-5.46 11.469-3.278 8.738-2.185 19.115-2.185 28.399v19.66H297.37V314.3h39.321c7.1-.546 13.107-2.185 19.661-4.915 1.638-.547 2.73-1.639 3.823-2.185 2.73-2.185 6.007-4.37 8.738-7.1 8.192-9.284 13.107-20.207 13.107-32.222v-31.13h70.451v27.307c0 16.384 8.739 31.13 22.392 40.414 7.1 4.916 16.384 7.1 25.122 7.1h442.368c8.192-.546 17.476-2.73 24.03-7.646 4.915-3.277 7.646-6.007 11.469-10.376 3.277-4.37 5.461-8.738 7.646-14.2s2.184-11.469 2.184-16.93V150.46c0-4.915-.546-10.377-2.73-15.292-1.639-3.823-3.277-7.646-5.462-11.469-4.369-6.007-7.646-9.284-13.653-13.653-3.277-2.185-7.646-3.823-11.469-5.461-4.37-1.639-8.738-1.639-13.107-2.185H498.893c-8.738.546-18.023 2.73-25.122 8.192-6.008 4.37-8.738 7.1-13.108 13.107-2.73 3.277-4.369 7.646-5.46 11.469-3.278 8.738-2.185 19.115-2.185 28.399v21.3h-71.544v-30.584c0-8.192-2.184-15.292-5.461-22.392-.546-1.638-1.639-2.73-2.73-4.369-2.185-2.73-4.37-6.007-7.1-8.192-5.462-4.915-11.47-8.192-18.57-10.923-4.368-1.638-9.283-2.184-14.199-2.184H81.101c-7.646.546-14.2 2.184-21.3 5.461-1.638.546-2.73 1.639-3.822 2.185-2.731 2.73-6.008 4.915-8.192 7.646-8.192 8.738-12.561 20.207-12.561 32.222v113.595c0 20.753 13.653 39.322 33.86 45.33 8.192 2.73 18.568 2.184 27.307 2.184h15.291v505.173c0 13.654 11.47 25.668 25.669 25.668H452.47v30.038c0 16.384 8.739 31.13 22.392 40.414 7.1 4.915 16.384 7.1 25.122 7.1h442.368c8.192-.547 17.476-2.731 24.03-7.646 4.915-3.277 7.646-6.008 11.469-10.377 3.277-4.37 5.461-8.738 7.646-14.2s2.184-11.468 2.184-16.93V762.13c0-4.915-.546-10.376-2.73-15.292-1.639-3.823-3.277-7.646-5.462-11.468-4.369-6.008-7.646-9.285-13.653-13.654-3.277-2.184-7.646-3.823-11.469-5.461-4.37-1.639-8.738-1.639-13.107-2.185H498.893c-8.738.546-18.023 2.731-25.122 8.192-6.008 4.37-8.738 7.1-13.108 13.108-2.73 3.276-4.369 7.645-5.46 11.468-3.278 8.738-2.185 19.115-2.185 28.4v18.568H162.475v-478.96h84.104v205.347c0 13.653 11.469 25.668 25.668 25.668h180.77v28.945c0 16.384 8.739 31.13 22.392 40.414 7.1 4.915 16.384 7.1 25.122 7.1H942.9c8.192-.546 17.476-2.73 24.03-7.646 4.915-3.277 7.646-6.007 11.469-10.376 3.277-4.37 5.461-8.739 7.646-14.2s2.184-11.469 2.184-16.93V468.309c-.546-2.73-.546-4.915-.546-7.1zM503.808 152.644h433.084v105.95h-433.63v-97.212c.546-2.73.546-6.007.546-8.738zm-1.092 613.308h433.083v105.95H502.716v-105.95zM74.547 259.686V153.737h269.244v105.95H74.547zm862.345 311.296h-433.63V465.033h433.084v96.665c.546 2.73.546 6.008.546 9.284z",
5655
5765
  fill: "currentColor"
5656
- }, null, -1), _hoisted_3193 = [
5657
- _hoisted_2201
5766
+ }, null, -1), _hoisted_3194 = [
5767
+ _hoisted_2206
5658
5768
  ];
5659
- function _sfc_render201(_ctx, _cache, $props, $setup, $data, $options) {
5660
- return (0, import_vue201.openBlock)(), (0, import_vue201.createElementBlock)("svg", _hoisted_1202, _hoisted_3193);
5769
+ function _sfc_render206(_ctx, _cache, $props, $setup, $data, $options) {
5770
+ return (0, import_vue206.openBlock)(), (0, import_vue206.createElementBlock)("svg", _hoisted_1207, _hoisted_3194);
5661
5771
  }
5662
- var icon_plotting_project_tree_default = /* @__PURE__ */ export_helper_default(_sfc_main201, [["render", _sfc_render201], ["__file", "icon-plotting-project-tree.vue"]]);
5772
+ var icon_plotting_project_tree_default = /* @__PURE__ */ export_helper_default(_sfc_main206, [["render", _sfc_render206], ["__file", "icon-plotting-project-tree.vue"]]);
5663
5773
 
5664
5774
  // src/components/icon-plotting-project-list.vue
5665
- var import_vue202 = require("vue");
5666
- var _sfc_main202 = {
5775
+ var import_vue207 = require("vue");
5776
+ var _sfc_main207 = {
5667
5777
  name: "IconPlottingProjectList",
5668
5778
  title: "\u6807\u7ED8\u5DE5\u7A0B\u7EC4\u5217\u8868"
5669
- }, _hoisted_1203 = {
5779
+ }, _hoisted_1208 = {
5670
5780
  class: "icon",
5671
5781
  viewBox: "0 0 1024 1024",
5672
5782
  xmlns: "http://www.w3.org/2000/svg",
5673
5783
  width: "200",
5674
5784
  height: "200"
5675
- }, _hoisted_2202 = /* @__PURE__ */ (0, import_vue202.createElementVNode)("path", {
5785
+ }, _hoisted_2207 = /* @__PURE__ */ (0, import_vue207.createElementVNode)("path", {
5676
5786
  d: "M118.987 732.032c-47.072.128-85.12 38.39-84.992 85.45.128 46.891 38.112 84.875 84.992 84.993 47.072 2.496 87.253-33.632 89.749-80.704 2.496-47.072-33.632-87.254-80.704-89.75a82.537 82.537 0 0 0-9.045.011zm0 127.84c-23.531 0-42.614-19.083-42.614-42.613 0-23.531 19.083-42.614 42.614-42.614 23.53 0 42.613 19.083 42.613 42.614.096 23.434-18.816 42.517-42.25 42.613h-.363zm0-738.475c-46.87-.202-85.024 37.632-85.227 84.512v.662c-.555 48.085 37.184 87.914 85.227 89.952 46.869.202 85.024-37.632 85.226-84.512v-.715c.395-47.968-37.301-87.616-85.226-89.653v-.246zm0 127.84c-23.531 0-42.614-19.082-42.614-42.613 0-23.53 19.083-42.613 42.614-42.613 23.53 0 42.613 19.082 42.613 42.613.096 23.435-18.816 42.517-42.25 42.613h-.363zm785.866 175.179h-520.8c-47.072-.128-85.333 37.93-85.45 84.992-.128 47.072 37.93 85.333 84.992 85.45h521.194c47.072.129 85.334-37.93 85.451-84.991.128-47.072-37.93-85.334-84.992-85.451h-.459.064zm0 132.555h-520.8c-23.53.064-42.666-18.966-42.73-42.496-.064-23.531 18.965-42.667 42.496-42.731h520.97c23.531-.064 42.667 18.965 42.731 42.496.064 23.53-18.965 42.667-42.496 42.73h-.235.064zm0 175.178h-520.8c-47.072-.128-85.333 37.931-85.45 84.992-.128 47.072 37.93 85.334 84.992 85.451h521.194c47.072.128 85.334-37.93 85.451-84.992.128-47.072-37.93-85.333-84.992-85.45h-.459.064zm0 127.84h-520.8c-23.53.064-42.666-18.965-42.73-42.496-.064-23.53 18.965-42.666 42.496-42.73h520.97c23.531-.064 42.667 18.965 42.731 42.496.064 23.53-18.965 42.666-42.496 42.73h-.235.064zM379.392 296.63h520.981c47.051-1.237 84.192-40.384 82.955-87.434-1.195-45.312-37.643-81.76-82.955-82.955H379.328c-47.05-1.237-86.197 35.904-87.435 82.955-1.237 47.05 35.904 86.197 82.955 87.434 1.493.043 2.987.043 4.48 0h.064zm0-132.554h520.981c23.531.064 42.56 19.189 42.496 42.73-.064 23.446-19.05 42.432-42.496 42.496H379.328c-23.53.064-42.667-18.965-42.73-42.496-.065-23.53 18.965-42.666 42.495-42.73h.299zm-260.405 260.34c-47.072 0-85.227 38.155-85.227 85.227s38.155 85.226 85.227 85.226 85.226-38.154 85.226-85.226c.203-46.87-37.632-85.024-84.512-85.227h-.714zm0 132.555c-23.531 0-42.614-19.083-42.614-42.614 0-23.53 19.083-42.613 42.614-42.613 23.53 0 42.613 19.083 42.613 42.613.096 23.435-18.816 42.518-42.25 42.614h-.363z",
5677
5787
  fill: "currentColor"
5678
- }, null, -1), _hoisted_3194 = [
5679
- _hoisted_2202
5788
+ }, null, -1), _hoisted_3195 = [
5789
+ _hoisted_2207
5680
5790
  ];
5681
- function _sfc_render202(_ctx, _cache, $props, $setup, $data, $options) {
5682
- return (0, import_vue202.openBlock)(), (0, import_vue202.createElementBlock)("svg", _hoisted_1203, _hoisted_3194);
5791
+ function _sfc_render207(_ctx, _cache, $props, $setup, $data, $options) {
5792
+ return (0, import_vue207.openBlock)(), (0, import_vue207.createElementBlock)("svg", _hoisted_1208, _hoisted_3195);
5683
5793
  }
5684
- var icon_plotting_project_list_default = /* @__PURE__ */ export_helper_default(_sfc_main202, [["render", _sfc_render202], ["__file", "icon-plotting-project-list.vue"]]);
5794
+ var icon_plotting_project_list_default = /* @__PURE__ */ export_helper_default(_sfc_main207, [["render", _sfc_render207], ["__file", "icon-plotting-project-list.vue"]]);
5685
5795
 
5686
5796
  // src/components/icon-plotting-symbol-tree.vue
5687
- var import_vue203 = require("vue");
5688
- var _sfc_main203 = {
5797
+ var import_vue208 = require("vue");
5798
+ var _sfc_main208 = {
5689
5799
  name: "IconPlottingSymbolTree",
5690
5800
  title: "\u6807\u7ED8\u7B26\u53F7\u6811"
5691
- }, _hoisted_1204 = {
5801
+ }, _hoisted_1209 = {
5692
5802
  class: "icon",
5693
5803
  viewBox: "0 0 1024 1024",
5694
5804
  xmlns: "http://www.w3.org/2000/svg",
5695
5805
  width: "200",
5696
5806
  height: "200"
5697
- }, _hoisted_2203 = /* @__PURE__ */ (0, import_vue203.createElementVNode)("path", {
5807
+ }, _hoisted_2208 = /* @__PURE__ */ (0, import_vue208.createElementVNode)("path", {
5698
5808
  d: "M244.07 606.196c0 44.264 71.762 80.144 160.287 80.144s160.288-35.88 160.288-80.144c0-25.17-23.212-47.625-59.51-62.318 3.934 6.96 6.081 14.447 6.081 22.247 0 36.885-47.842 66.787-106.858 66.787S297.5 603.01 297.5 566.124c0-7.8 2.147-15.287 6.08-22.247-36.3 14.693-59.51 37.15-59.51 62.318zm187-267.145c27.966-20.24 79.727-35.183 136.675-11.297C751.566 408.056 831.79 226.27 831.79 226.27s-120.293 41.723-167.447-18.144v-.003C574.107 71.905 404.356 98.62 404.356 98.62h-26.715v480.863h53.428V339.051zm0-172.141s103.5-19.68 160.287 38.569c56.79 58.248 133.574 80.143 133.574 80.143s-76.206 32.248-187.004-26.715c-32.032-13.287-91.127 15.455-106.857 26.715V166.91zm495.27 164.782-147.98 34.073v53.43l106.858-26.716V805.49l-236.453 67.853-277.153-75-234.402 68.712V445.909l160.287-80.144v-53.428L83.781 424.275l.013.024h-.013v502.473h40.515v-.01l243.084-77.059 272.87 77.07 298.29-85.824h.108V363.97l-12.307-32.276z",
5699
5809
  fill: "currentColor"
5700
- }, null, -1), _hoisted_3195 = [
5701
- _hoisted_2203
5810
+ }, null, -1), _hoisted_3196 = [
5811
+ _hoisted_2208
5702
5812
  ];
5703
- function _sfc_render203(_ctx, _cache, $props, $setup, $data, $options) {
5704
- return (0, import_vue203.openBlock)(), (0, import_vue203.createElementBlock)("svg", _hoisted_1204, _hoisted_3195);
5813
+ function _sfc_render208(_ctx, _cache, $props, $setup, $data, $options) {
5814
+ return (0, import_vue208.openBlock)(), (0, import_vue208.createElementBlock)("svg", _hoisted_1209, _hoisted_3196);
5705
5815
  }
5706
- var icon_plotting_symbol_tree_default = /* @__PURE__ */ export_helper_default(_sfc_main203, [["render", _sfc_render203], ["__file", "icon-plotting-symbol-tree.vue"]]);
5816
+ var icon_plotting_symbol_tree_default = /* @__PURE__ */ export_helper_default(_sfc_main208, [["render", _sfc_render208], ["__file", "icon-plotting-symbol-tree.vue"]]);
5707
5817
 
5708
5818
  // src/components/icon-plotting-symbol-manage.vue
5709
- var import_vue204 = require("vue");
5710
- var _sfc_main204 = {
5819
+ var import_vue209 = require("vue");
5820
+ var _sfc_main209 = {
5711
5821
  name: "IconPlottingSymbolManage",
5712
5822
  title: "\u6807\u7ED8\u7B26\u53F7\u7BA1\u7406"
5713
- }, _hoisted_1205 = {
5823
+ }, _hoisted_1210 = {
5714
5824
  class: "icon",
5715
5825
  viewBox: "0 0 1024 1024",
5716
5826
  xmlns: "http://www.w3.org/2000/svg",
5717
5827
  width: "200",
5718
5828
  height: "200"
5719
- }, _hoisted_2204 = /* @__PURE__ */ (0, import_vue204.createElementVNode)("path", {
5829
+ }, _hoisted_2209 = /* @__PURE__ */ (0, import_vue209.createElementVNode)("path", {
5720
5830
  d: "M733.286 656.077a78.9 78.9 0 1 0 79.002 78.899 79.002 79.002 0 0 0-79.002-78.9zm0 117.197a37.478 37.478 0 1 1 38.298-38.298 38.298 38.298 0 0 1-38.298 38.144zM942.08 693.81c-2.97-15.667-13.005-25.6-25.6-25.6h-1.843a44.749 44.749 0 0 1-44.698-44.646 51.2 51.2 0 0 1 3.891-16.896 32.666 32.666 0 0 0-12.134-39.987l-52.48-29.082a35.84 35.84 0 0 0-38.246 7.629c-6.452 6.758-23.757 20.48-35.84 20.48s-29.492-14.131-35.84-20.941a35.38 35.38 0 0 0-38.144-7.936l-1.024.41-53.197 29.235-1.229.768a32.256 32.256 0 0 0-11.06 39.065 52.02 52.02 0 0 1 3.943 17.05 44.749 44.749 0 0 1-44.749 44.595h-2.099c-12.595 0-22.63 10.24-25.6 25.856a261.58 261.58 0 0 0-4.403 41.472 264.038 264.038 0 0 0 4.403 41.472c2.97 15.616 13.005 25.6 25.907 25.6h1.741a44.851 44.851 0 0 1 44.8 44.698 51.2 51.2 0 0 1-3.942 16.896 32.614 32.614 0 0 0 12.134 39.936l51.2 28.57a34.765 34.765 0 0 0 38.4-8.039c6.349-6.81 24.32-21.811 36.557-21.811s30.106 15.001 36.762 22.22a34.918 34.918 0 0 0 25.6 10.906 32.358 32.358 0 0 0 14.182-3.277l51.917-28.518 1.229-.87a32.256 32.256 0 0 0 11.008-39.015 52.429 52.429 0 0 1-3.943-16.998 44.749 44.749 0 0 1 44.698-44.698h2.099c12.595 0 22.63-10.24 25.6-25.6a281.19 281.19 0 0 0 4.352-41.472 262.4 262.4 0 0 0-4.403-41.472zm-38.86 68.762a85.35 85.35 0 0 0-74.24 84.633 84.224 84.224 0 0 0 4.556 25.6l-37.427 20.48a146.33 146.33 0 0 0-15.36-13.158c-16.538-12.237-32.563-18.534-47.616-18.534s-30.72 6.144-47.258 18.124a153.907 153.907 0 0 0-15.36 12.954l-35.84-19.968a86.528 86.528 0 0 0 4.557-25.907 85.248 85.248 0 0 0-74.24-84.583 203.315 203.315 0 0 1-2.56-27.29 197.376 197.376 0 0 1 2.56-27.289 85.402 85.402 0 0 0 74.24-84.633 83.917 83.917 0 0 0-4.557-25.6l38.656-21.248a136.755 136.755 0 0 0 15.36 12.697c16.23 11.623 31.847 17.408 46.541 17.408s29.9-5.785 46.08-17.1a150.067 150.067 0 0 0 15.36-12.34l37.018 20.48a82.227 82.227 0 0 0-4.608 25.6 85.402 85.402 0 0 0 74.24 84.634 201.318 201.318 0 0 1 2.56 27.34 200.5 200.5 0 0 1-2.56 27.29zM197.682 878.13v-44.697c0-152.013 117.3-277.197 266.65-291.328h.358c9.165-.82 18.432-1.332 27.802-1.332h4.25c33.023-2.56 82.995-10.24 109.158-33.587l12.8-9.984a201.933 201.933 0 0 0 78.643-159.744 204.8 204.8 0 0 0-409.6 0 201.728 201.728 0 0 0 78.49 159.795l12.646 9.984-15.053 5.94a343.45 343.45 0 0 0-218.931 320.256v70.86a26.266 26.266 0 0 0 26.368 26.061h385.69a267.06 267.06 0 0 1-31.898-52.224zM340.43 337.46a152.064 152.064 0 1 1 152.064 150.989A151.706 151.706 0 0 1 340.43 337.46z",
5721
5831
  fill: "currentColor"
5722
- }, null, -1), _hoisted_3196 = [
5723
- _hoisted_2204
5832
+ }, null, -1), _hoisted_3197 = [
5833
+ _hoisted_2209
5724
5834
  ];
5725
- function _sfc_render204(_ctx, _cache, $props, $setup, $data, $options) {
5726
- return (0, import_vue204.openBlock)(), (0, import_vue204.createElementBlock)("svg", _hoisted_1205, _hoisted_3196);
5835
+ function _sfc_render209(_ctx, _cache, $props, $setup, $data, $options) {
5836
+ return (0, import_vue209.openBlock)(), (0, import_vue209.createElementBlock)("svg", _hoisted_1210, _hoisted_3197);
5727
5837
  }
5728
- var icon_plotting_symbol_manage_default = /* @__PURE__ */ export_helper_default(_sfc_main204, [["render", _sfc_render204], ["__file", "icon-plotting-symbol-manage.vue"]]);
5838
+ var icon_plotting_symbol_manage_default = /* @__PURE__ */ export_helper_default(_sfc_main209, [["render", _sfc_render209], ["__file", "icon-plotting-symbol-manage.vue"]]);
5729
5839
 
5730
5840
  // src/components/icon-mark.vue
5731
- var import_vue205 = require("vue");
5732
- var _sfc_main205 = {
5841
+ var import_vue210 = require("vue");
5842
+ var _sfc_main210 = {
5733
5843
  name: "IconMark",
5734
5844
  title: "\u6807\u8BB0"
5735
- }, _hoisted_1206 = {
5845
+ }, _hoisted_1211 = {
5736
5846
  class: "icon",
5737
5847
  viewBox: "0 0 1024 1024",
5738
5848
  xmlns: "http://www.w3.org/2000/svg",
5739
5849
  width: "200",
5740
5850
  height: "200"
5741
- }, _hoisted_2205 = /* @__PURE__ */ (0, import_vue205.createElementVNode)("path", {
5851
+ }, _hoisted_2210 = /* @__PURE__ */ (0, import_vue210.createElementVNode)("path", {
5742
5852
  d: "M192 96a32 32 0 0 1 64 0v32h245.632a64 64 0 0 1 20.224 3.264l172.288 57.472A64 64 0 0 0 714.368 192H864a32 32 0 0 1 32 32v448a32 32 0 0 1-32 32H714.368a64 64 0 0 1-20.224-3.264l-172.288-57.472A64 64 0 0 0 501.632 640H256v256h96a32 32 0 0 1 0 64H96a32 32 0 0 1 0-64h96V96zm64 480h245.632a128 128 0 0 1 40.448 6.592L714.368 640H832V256H714.368a128 128 0 0 1-40.448-6.592L501.632 192H256v384z",
5743
5853
  fill: "currentColor"
5744
- }, null, -1), _hoisted_3197 = [
5745
- _hoisted_2205
5854
+ }, null, -1), _hoisted_3198 = [
5855
+ _hoisted_2210
5746
5856
  ];
5747
- function _sfc_render205(_ctx, _cache, $props, $setup, $data, $options) {
5748
- return (0, import_vue205.openBlock)(), (0, import_vue205.createElementBlock)("svg", _hoisted_1206, _hoisted_3197);
5857
+ function _sfc_render210(_ctx, _cache, $props, $setup, $data, $options) {
5858
+ return (0, import_vue210.openBlock)(), (0, import_vue210.createElementBlock)("svg", _hoisted_1211, _hoisted_3198);
5749
5859
  }
5750
- var icon_mark_default = /* @__PURE__ */ export_helper_default(_sfc_main205, [["render", _sfc_render205], ["__file", "icon-mark.vue"]]);
5860
+ var icon_mark_default = /* @__PURE__ */ export_helper_default(_sfc_main210, [["render", _sfc_render210], ["__file", "icon-mark.vue"]]);
5751
5861
 
5752
5862
  // src/components/icon-style.vue
5753
- var import_vue206 = require("vue");
5754
- var _sfc_main206 = {
5863
+ var import_vue211 = require("vue");
5864
+ var _sfc_main211 = {
5755
5865
  name: "IconStyle",
5756
5866
  title: "\u6837\u5F0F"
5757
- }, _hoisted_1207 = {
5867
+ }, _hoisted_1212 = {
5758
5868
  class: "icon",
5759
5869
  viewBox: "0 0 1035 1024",
5760
5870
  xmlns: "http://www.w3.org/2000/svg",
5761
5871
  width: "202.148",
5762
5872
  height: "200"
5763
- }, _hoisted_2206 = /* @__PURE__ */ (0, import_vue206.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_3198 = [
5764
- _hoisted_2206
5873
+ }, _hoisted_2211 = /* @__PURE__ */ (0, import_vue211.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_3199 = [
5874
+ _hoisted_2211
5765
5875
  ];
5766
- function _sfc_render206(_ctx, _cache, $props, $setup, $data, $options) {
5767
- return (0, import_vue206.openBlock)(), (0, import_vue206.createElementBlock)("svg", _hoisted_1207, _hoisted_3198);
5876
+ function _sfc_render211(_ctx, _cache, $props, $setup, $data, $options) {
5877
+ return (0, import_vue211.openBlock)(), (0, import_vue211.createElementBlock)("svg", _hoisted_1212, _hoisted_3199);
5768
5878
  }
5769
- var icon_style_default = /* @__PURE__ */ export_helper_default(_sfc_main206, [["render", _sfc_render206], ["__file", "icon-style.vue"]]);
5879
+ var icon_style_default = /* @__PURE__ */ export_helper_default(_sfc_main211, [["render", _sfc_render211], ["__file", "icon-style.vue"]]);
5770
5880
 
5771
5881
  // src/components/icon-model-smoothing.vue
5772
- var import_vue207 = require("vue");
5773
- var _sfc_main207 = {
5882
+ var import_vue212 = require("vue");
5883
+ var _sfc_main212 = {
5774
5884
  name: "IconModelSmoothing",
5775
5885
  title: "\u6A21\u578B\u5E73\u6574"
5776
- }, _hoisted_1208 = {
5886
+ }, _hoisted_1213 = {
5777
5887
  class: "icon",
5778
5888
  viewBox: "0 0 1024 1024",
5779
5889
  xmlns: "http://www.w3.org/2000/svg",
5780
5890
  width: "200",
5781
5891
  height: "200"
5782
- }, _hoisted_2207 = /* @__PURE__ */ (0, import_vue207.createElementVNode)("path", {
5892
+ }, _hoisted_2212 = /* @__PURE__ */ (0, import_vue212.createElementVNode)("path", {
5783
5893
  d: "M512 32a32 32 0 0 1 32 32v306.752l73.344-73.408a32 32 0 0 1 45.312 45.312l-128 128a32 32 0 0 1-45.312 0l-128-128a32 32 0 1 1 45.312-45.312L480 370.752V64a32 32 0 0 1 32-32zM96 736a64 64 0 0 1 64-64h704a64 64 0 0 1 64 64v128a64 64 0 0 1-64 64H160a64 64 0 0 1-64-64V736zm64 0v128h704V736H160zm-32-192a32 32 0 0 0 0 64h32a32 32 0 0 0 0-64h-32zm160 0a32 32 0 0 0 0 64h64a32 32 0 0 0 0-64h-64zm192 0a32 32 0 0 0 0 64h64a32 32 0 0 0 0-64h-64zm192 0a32 32 0 0 0 0 64h64a32 32 0 0 0 0-64h-64zm192 0a32 32 0 0 0 0 64h32a32 32 0 0 0 0-64h-32z",
5784
5894
  fill: "currentColor"
5785
- }, null, -1), _hoisted_3199 = [
5786
- _hoisted_2207
5895
+ }, null, -1), _hoisted_3200 = [
5896
+ _hoisted_2212
5787
5897
  ];
5788
- function _sfc_render207(_ctx, _cache, $props, $setup, $data, $options) {
5789
- return (0, import_vue207.openBlock)(), (0, import_vue207.createElementBlock)("svg", _hoisted_1208, _hoisted_3199);
5898
+ function _sfc_render212(_ctx, _cache, $props, $setup, $data, $options) {
5899
+ return (0, import_vue212.openBlock)(), (0, import_vue212.createElementBlock)("svg", _hoisted_1213, _hoisted_3200);
5790
5900
  }
5791
- var icon_model_smoothing_default = /* @__PURE__ */ export_helper_default(_sfc_main207, [["render", _sfc_render207], ["__file", "icon-model-smoothing.vue"]]);
5901
+ var icon_model_smoothing_default = /* @__PURE__ */ export_helper_default(_sfc_main212, [["render", _sfc_render212], ["__file", "icon-model-smoothing.vue"]]);
5792
5902
 
5793
5903
  // src/components/icon-model-excavation.vue
5794
- var import_vue208 = require("vue");
5795
- var _sfc_main208 = {
5904
+ var import_vue213 = require("vue");
5905
+ var _sfc_main213 = {
5796
5906
  name: "IconModelExcavation",
5797
5907
  title: "\u6A21\u578B\u5F00\u6316"
5798
- }, _hoisted_1209 = {
5908
+ }, _hoisted_1214 = {
5799
5909
  class: "icon",
5800
5910
  viewBox: "0 0 1024 1024",
5801
5911
  xmlns: "http://www.w3.org/2000/svg",
5802
5912
  width: "200",
5803
5913
  height: "200"
5804
- }, _hoisted_2208 = /* @__PURE__ */ (0, import_vue208.createElementVNode)("path", {
5914
+ }, _hoisted_2213 = /* @__PURE__ */ (0, import_vue213.createElementVNode)("path", {
5805
5915
  d: "M864 736H160c-32 0-64 32-64 64v128c0 32 32 64 64 64h704c32 0 64-32 64-64V800c0-38.4-32-64-64-64zM160 928V800h166.4l-83.2 128H160zm153.6 0 83.2-128H512l-83.2 128H313.6zm192 0 83.2-128H704l-83.2 128H505.6zm358.4 0H697.6l83.2-128h76.8v128zm-12.8-761.6-128-128c-12.8-12.8-32-12.8-44.8 0-12.8 12.8-12.8 32 0 44.8l44.8 44.8-192 192-89.6-89.6c-12.8-12.8-32-12.8-44.8 0L281.6 345.6c-76.8 76.8-76.8 198.4 0 268.8 76.8 76.8 198.4 76.8 268.8 0l115.2-115.2c12.8-12.8 12.8-32 0-44.8L576 364.8l192-192 44.8 38.4c12.8 12.8 32 12.8 44.8 0 6.4-6.4 6.4-32-6.4-44.8zM595.2 480l-89.6 89.6c-51.2 51.2-128 51.2-179.2 0-51.2-51.2-51.2-128 0-179.2l89.6-89.6 70.4 70.4-57.6 51.2c-12.8 12.8-12.8 32 0 44.8 12.8 12.8 32 12.8 44.8 0l57.6-57.6 64 70.4z",
5806
5916
  fill: "currentColor"
5807
- }, null, -1), _hoisted_3200 = [
5808
- _hoisted_2208
5917
+ }, null, -1), _hoisted_3201 = [
5918
+ _hoisted_2213
5809
5919
  ];
5810
- function _sfc_render208(_ctx, _cache, $props, $setup, $data, $options) {
5811
- return (0, import_vue208.openBlock)(), (0, import_vue208.createElementBlock)("svg", _hoisted_1209, _hoisted_3200);
5920
+ function _sfc_render213(_ctx, _cache, $props, $setup, $data, $options) {
5921
+ return (0, import_vue213.openBlock)(), (0, import_vue213.createElementBlock)("svg", _hoisted_1214, _hoisted_3201);
5812
5922
  }
5813
- var icon_model_excavation_default = /* @__PURE__ */ export_helper_default(_sfc_main208, [["render", _sfc_render208], ["__file", "icon-model-excavation.vue"]]);
5923
+ var icon_model_excavation_default = /* @__PURE__ */ export_helper_default(_sfc_main213, [["render", _sfc_render213], ["__file", "icon-model-excavation.vue"]]);
5814
5924
 
5815
5925
  // src/components/icon-model-select.vue
5816
- var import_vue209 = require("vue");
5817
- var _sfc_main209 = {
5926
+ var import_vue214 = require("vue");
5927
+ var _sfc_main214 = {
5818
5928
  name: "IconModelSelect",
5819
5929
  title: "\u6A21\u578B\u62FE\u53D6"
5820
- }, _hoisted_1210 = {
5930
+ }, _hoisted_1215 = {
5821
5931
  width: "16",
5822
5932
  height: "16",
5823
5933
  viewBox: "0 0 16 16",
5824
5934
  fill: "none",
5825
5935
  xmlns: "http://www.w3.org/2000/svg"
5826
- }, _hoisted_2209 = /* @__PURE__ */ (0, import_vue209.createElementVNode)("path", {
5936
+ }, _hoisted_2214 = /* @__PURE__ */ (0, import_vue214.createElementVNode)("path", {
5827
5937
  "fill-rule": "evenodd",
5828
5938
  "clip-rule": "evenodd",
5829
5939
  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",
5830
5940
  fill: "currentColor"
5831
- }, null, -1), _hoisted_3201 = [
5832
- _hoisted_2209
5941
+ }, null, -1), _hoisted_3202 = [
5942
+ _hoisted_2214
5833
5943
  ];
5834
- function _sfc_render209(_ctx, _cache, $props, $setup, $data, $options) {
5835
- return (0, import_vue209.openBlock)(), (0, import_vue209.createElementBlock)("svg", _hoisted_1210, _hoisted_3201);
5944
+ function _sfc_render214(_ctx, _cache, $props, $setup, $data, $options) {
5945
+ return (0, import_vue214.openBlock)(), (0, import_vue214.createElementBlock)("svg", _hoisted_1215, _hoisted_3202);
5836
5946
  }
5837
- var icon_model_select_default = /* @__PURE__ */ export_helper_default(_sfc_main209, [["render", _sfc_render209], ["__file", "icon-model-select.vue"]]);
5947
+ var icon_model_select_default = /* @__PURE__ */ export_helper_default(_sfc_main214, [["render", _sfc_render214], ["__file", "icon-model-select.vue"]]);
5838
5948
 
5839
5949
  // src/components/icon-measure-model-area.vue
5840
- var import_vue210 = require("vue");
5841
- var _sfc_main210 = {
5950
+ var import_vue215 = require("vue");
5951
+ var _sfc_main215 = {
5842
5952
  name: "IconMeasureModelArea",
5843
5953
  title: "\u6A21\u578B\u8868\u9762\u79EF\u6D4B\u91CF"
5844
- }, _hoisted_1211 = {
5954
+ }, _hoisted_1216 = {
5845
5955
  width: "24",
5846
5956
  height: "24",
5847
5957
  viewBox: "0 0 24 24",
5848
5958
  fill: "none",
5849
5959
  xmlns: "http://www.w3.org/2000/svg"
5850
- }, _hoisted_2210 = /* @__PURE__ */ (0, import_vue210.createElementVNode)("path", {
5960
+ }, _hoisted_2215 = /* @__PURE__ */ (0, import_vue215.createElementVNode)("path", {
5851
5961
  "fill-rule": "evenodd",
5852
5962
  "clip-rule": "evenodd",
5853
5963
  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",
5854
5964
  fill: "currentColor"
5855
- }, null, -1), _hoisted_3202 = [
5856
- _hoisted_2210
5965
+ }, null, -1), _hoisted_3203 = [
5966
+ _hoisted_2215
5857
5967
  ];
5858
- function _sfc_render210(_ctx, _cache, $props, $setup, $data, $options) {
5859
- return (0, import_vue210.openBlock)(), (0, import_vue210.createElementBlock)("svg", _hoisted_1211, _hoisted_3202);
5968
+ function _sfc_render215(_ctx, _cache, $props, $setup, $data, $options) {
5969
+ return (0, import_vue215.openBlock)(), (0, import_vue215.createElementBlock)("svg", _hoisted_1216, _hoisted_3203);
5860
5970
  }
5861
- var icon_measure_model_area_default = /* @__PURE__ */ export_helper_default(_sfc_main210, [["render", _sfc_render210], ["__file", "icon-measure-model-area.vue"]]);
5971
+ var icon_measure_model_area_default = /* @__PURE__ */ export_helper_default(_sfc_main215, [["render", _sfc_render215], ["__file", "icon-measure-model-area.vue"]]);
5862
5972
 
5863
5973
  // src/components/icon-model-filtering.vue
5864
- var import_vue211 = require("vue");
5865
- var _sfc_main211 = {
5974
+ var import_vue216 = require("vue");
5975
+ var _sfc_main216 = {
5866
5976
  name: "IconModelFiltering",
5867
5977
  title: "\u6A21\u578B\u8FC7\u6EE4"
5868
- }, _hoisted_1212 = {
5978
+ }, _hoisted_1217 = {
5869
5979
  class: "icon",
5870
5980
  viewBox: "0 0 1024 1024",
5871
5981
  xmlns: "http://www.w3.org/2000/svg",
5872
5982
  width: "200",
5873
5983
  height: "200"
5874
- }, _hoisted_2211 = /* @__PURE__ */ (0, import_vue211.createElementVNode)("path", {
5984
+ }, _hoisted_2216 = /* @__PURE__ */ (0, import_vue216.createElementVNode)("path", {
5875
5985
  d: "M512 217.6 224 364.8v294.4l288 147.2 288-140.8V364.8L512 217.6zm-32 499.2-192-96V435.2l192 96v185.6zM326.4 384 512 294.4 697.6 384 512 473.6 326.4 384zM736 620.8l-192 96V531.2l192-96v185.6zM576 902.4V832H448v70.4l-12.8 19.2L448 928v32h57.6l6.4 6.4 6.4-6.4H576v-32l12.8-6.4-12.8-19.2zm172.8-147.2-121.6 70.4 32 57.6 121.6-70.4-32-57.6zm-473.6 0-32 57.6 121.6 70.4 32-57.6-121.6-70.4zM864 640v44.8l-44.8 25.6 32 57.6 76.8-44.8V640h-64zm-704 44.8V640H96v83.2l76.8 44.8 32-57.6-44.8-25.6zM864 448v128h64V448h-64zm-768 0v128h64V448H96zm736-192v38.4l-12.8 19.2L832 320v64h128V256H832zm-640 38.4V256H64v128h128v-64l12.8-6.4-12.8-19.2zm172.8-147.2-121.6 70.4 32 57.6 121.6-70.4-32-57.6zm294.4 0-32 51.2 121.6 70.4 32-57.6-121.6-64zM512 57.6l-76.8 44.8 32 57.6 44.8-25.6 44.8 25.6 32-57.6L512 57.6z",
5876
5986
  fill: "currentColor"
5877
- }, null, -1), _hoisted_3203 = [
5878
- _hoisted_2211
5987
+ }, null, -1), _hoisted_3204 = [
5988
+ _hoisted_2216
5879
5989
  ];
5880
- function _sfc_render211(_ctx, _cache, $props, $setup, $data, $options) {
5881
- return (0, import_vue211.openBlock)(), (0, import_vue211.createElementBlock)("svg", _hoisted_1212, _hoisted_3203);
5990
+ function _sfc_render216(_ctx, _cache, $props, $setup, $data, $options) {
5991
+ return (0, import_vue216.openBlock)(), (0, import_vue216.createElementBlock)("svg", _hoisted_1217, _hoisted_3204);
5882
5992
  }
5883
- var icon_model_filtering_default = /* @__PURE__ */ export_helper_default(_sfc_main211, [["render", _sfc_render211], ["__file", "icon-model-filtering.vue"]]);
5993
+ var icon_model_filtering_default = /* @__PURE__ */ export_helper_default(_sfc_main216, [["render", _sfc_render216], ["__file", "icon-model-filtering.vue"]]);
5884
5994
 
5885
5995
  // src/components/icon-template.vue
5886
- var import_vue212 = require("vue");
5887
- var _sfc_main212 = {
5996
+ var import_vue217 = require("vue");
5997
+ var _sfc_main217 = {
5888
5998
  name: "IconTemplate",
5889
5999
  title: "\u6A21\u7248"
5890
- }, _hoisted_1213 = {
6000
+ }, _hoisted_1218 = {
5891
6001
  class: "icon",
5892
6002
  viewBox: "0 0 1048 1024",
5893
6003
  xmlns: "http://www.w3.org/2000/svg",
5894
6004
  width: "204.688",
5895
6005
  height: "200"
5896
- }, _hoisted_2212 = /* @__PURE__ */ (0, import_vue212.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_3204 = [
5897
- _hoisted_2212
6006
+ }, _hoisted_2217 = /* @__PURE__ */ (0, import_vue217.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_3205 = [
6007
+ _hoisted_2217
5898
6008
  ];
5899
- function _sfc_render212(_ctx, _cache, $props, $setup, $data, $options) {
5900
- return (0, import_vue212.openBlock)(), (0, import_vue212.createElementBlock)("svg", _hoisted_1213, _hoisted_3204);
6009
+ function _sfc_render217(_ctx, _cache, $props, $setup, $data, $options) {
6010
+ return (0, import_vue217.openBlock)(), (0, import_vue217.createElementBlock)("svg", _hoisted_1218, _hoisted_3205);
5901
6011
  }
5902
- var icon_template_default = /* @__PURE__ */ export_helper_default(_sfc_main212, [["render", _sfc_render212], ["__file", "icon-template.vue"]]);
6012
+ var icon_template_default = /* @__PURE__ */ export_helper_default(_sfc_main217, [["render", _sfc_render217], ["__file", "icon-template.vue"]]);
5903
6013
 
5904
6014
  // src/components/icon-forward-geocoding.vue
5905
- var import_vue213 = require("vue");
5906
- var _sfc_main213 = {
6015
+ var import_vue218 = require("vue");
6016
+ var _sfc_main218 = {
5907
6017
  name: "IconForwardGeocoding",
5908
6018
  title: "\u6B63\u5411\u5730\u7406\u7F16\u7801"
5909
- }, _hoisted_1214 = {
6019
+ }, _hoisted_1219 = {
5910
6020
  class: "icon",
5911
6021
  viewBox: "0 0 1102 1024",
5912
6022
  xmlns: "http://www.w3.org/2000/svg",
5913
6023
  width: "215.234",
5914
6024
  height: "200"
5915
- }, _hoisted_2213 = /* @__PURE__ */ (0, import_vue213.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_3205 = /* @__PURE__ */ (0, import_vue213.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_4101 = [
5916
- _hoisted_2213,
5917
- _hoisted_3205
6025
+ }, _hoisted_2218 = /* @__PURE__ */ (0, import_vue218.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_3206 = /* @__PURE__ */ (0, import_vue218.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_4101 = [
6026
+ _hoisted_2218,
6027
+ _hoisted_3206
5918
6028
  ];
5919
- function _sfc_render213(_ctx, _cache, $props, $setup, $data, $options) {
5920
- return (0, import_vue213.openBlock)(), (0, import_vue213.createElementBlock)("svg", _hoisted_1214, _hoisted_4101);
6029
+ function _sfc_render218(_ctx, _cache, $props, $setup, $data, $options) {
6030
+ return (0, import_vue218.openBlock)(), (0, import_vue218.createElementBlock)("svg", _hoisted_1219, _hoisted_4101);
5921
6031
  }
5922
- var icon_forward_geocoding_default = /* @__PURE__ */ export_helper_default(_sfc_main213, [["render", _sfc_render213], ["__file", "icon-forward-geocoding.vue"]]);
6032
+ var icon_forward_geocoding_default = /* @__PURE__ */ export_helper_default(_sfc_main218, [["render", _sfc_render218], ["__file", "icon-forward-geocoding.vue"]]);
5923
6033
 
5924
6034
  // src/components/icon-normal-triple-speed.vue
5925
- var import_vue214 = require("vue");
5926
- var _sfc_main214 = {
6035
+ var import_vue219 = require("vue");
6036
+ var _sfc_main219 = {
5927
6037
  name: "IconNormalTripleSpeed",
5928
6038
  title: "\u6B63\u5E38\u500D\u901F"
5929
- }, _hoisted_1215 = {
6039
+ }, _hoisted_1220 = {
5930
6040
  class: "icon",
5931
6041
  viewBox: "0 0 1024 1024",
5932
6042
  xmlns: "http://www.w3.org/2000/svg",
5933
6043
  width: "200",
5934
6044
  height: "200"
5935
- }, _hoisted_2214 = /* @__PURE__ */ (0, import_vue214.createElementVNode)("path", {
6045
+ }, _hoisted_2219 = /* @__PURE__ */ (0, import_vue219.createElementVNode)("path", {
5936
6046
  d: "M511.1 962s-1.8 0 0 0C280.7 962 89 788.75 62.9 562.4c-1.8-18.9 12.15-36.45 31.05-38.25 18.9-1.8 36.45 12.15 38.25 31.05 22.5 192.15 183.6 337.5 377.1 337.5h1.8c209.25 0 380.7-169.65 380.7-378.9 0-102.15-39.6-197.1-110.7-270-72.9-72.9-167.85-112.5-268.2-112.5-38.25 0-74.25 5.4-108.9 15.75-18.9 5.4-38.25-5.4-43.2-22.5-5.4-17.1 5.4-38.25 22.5-43.2 41.4-12.15 86.4-18.9 129.6-18.9 119.25 0 233.55 46.8 316.8 133.2 84.6 84.6 131.4 198.9 131.4 318.6C959.3 761.3 758.6 962 511.1 962z",
5937
6047
  fill: "currentColor"
5938
- }, null, -1), _hoisted_3206 = /* @__PURE__ */ (0, import_vue214.createElementVNode)("path", {
6048
+ }, null, -1), _hoisted_3207 = /* @__PURE__ */ (0, import_vue219.createElementVNode)("path", {
5939
6049
  d: "M268.55 124.1 97.1 264.5c-3.6 3.6-5.4 8.55-1.8 12.15 0 1.8 1.8 1.8 3.6 1.8l60.75 27.9c3.6 1.8 6.75 6.75 3.6 12.15l-63.9 131.4c-3.6 8.55 6.75 17.1 13.95 10.35l180-178.2c3.6-3.6 3.6-8.55-1.8-12.15 0 0-1.8-1.8-3.6-1.8l-58.95-18.9c-5.4-1.8-6.75-5.4-5.4-10.35v-1.8L278.9 136.7c7.2-10.8-1.8-17.55-10.35-12.6z",
5940
6050
  fill: "currentColor"
5941
6051
  }, null, -1), _hoisted_4102 = [
5942
- _hoisted_2214,
5943
- _hoisted_3206
6052
+ _hoisted_2219,
6053
+ _hoisted_3207
5944
6054
  ];
5945
- function _sfc_render214(_ctx, _cache, $props, $setup, $data, $options) {
5946
- return (0, import_vue214.openBlock)(), (0, import_vue214.createElementBlock)("svg", _hoisted_1215, _hoisted_4102);
6055
+ function _sfc_render219(_ctx, _cache, $props, $setup, $data, $options) {
6056
+ return (0, import_vue219.openBlock)(), (0, import_vue219.createElementBlock)("svg", _hoisted_1220, _hoisted_4102);
5947
6057
  }
5948
- var icon_normal_triple_speed_default = /* @__PURE__ */ export_helper_default(_sfc_main214, [["render", _sfc_render214], ["__file", "icon-normal-triple-speed.vue"]]);
6058
+ var icon_normal_triple_speed_default = /* @__PURE__ */ export_helper_default(_sfc_main219, [["render", _sfc_render219], ["__file", "icon-normal-triple-speed.vue"]]);
5949
6059
 
5950
6060
  // src/components/icon-scale.vue
5951
- var import_vue215 = require("vue");
5952
- var _sfc_main215 = {
6061
+ var import_vue220 = require("vue");
6062
+ var _sfc_main220 = {
5953
6063
  name: "IconScale",
5954
6064
  title: "\u6BD4\u4F8B\u5C3A"
5955
- }, _hoisted_1216 = {
6065
+ }, _hoisted_1221 = {
5956
6066
  width: "16",
5957
6067
  height: "16",
5958
6068
  viewBox: "0 0 16 16",
5959
6069
  fill: "none",
5960
6070
  xmlns: "http://www.w3.org/2000/svg"
5961
- }, _hoisted_2215 = /* @__PURE__ */ (0, import_vue215.createElementVNode)("path", {
6071
+ }, _hoisted_2220 = /* @__PURE__ */ (0, import_vue220.createElementVNode)("path", {
5962
6072
  "fill-rule": "evenodd",
5963
6073
  "clip-rule": "evenodd",
5964
6074
  d: "M0 11v-1h16v1H0Z",
5965
6075
  fill: "currentColor"
5966
- }, null, -1), _hoisted_3207 = /* @__PURE__ */ (0, import_vue215.createElementVNode)("path", {
6076
+ }, null, -1), _hoisted_3208 = /* @__PURE__ */ (0, import_vue220.createElementVNode)("path", {
5967
6077
  d: "M4 10h1V7H4v3Zm-4 0h1V5H0v5Zm8 0h1V5H8v5Zm4 0h1V7h-1v3Zm3 0h1V5h-1v5Z",
5968
6078
  fill: "currentColor"
5969
6079
  }, null, -1), _hoisted_4103 = [
5970
- _hoisted_2215,
5971
- _hoisted_3207
6080
+ _hoisted_2220,
6081
+ _hoisted_3208
5972
6082
  ];
5973
- function _sfc_render215(_ctx, _cache, $props, $setup, $data, $options) {
5974
- return (0, import_vue215.openBlock)(), (0, import_vue215.createElementBlock)("svg", _hoisted_1216, _hoisted_4103);
6083
+ function _sfc_render220(_ctx, _cache, $props, $setup, $data, $options) {
6084
+ return (0, import_vue220.openBlock)(), (0, import_vue220.createElementBlock)("svg", _hoisted_1221, _hoisted_4103);
5975
6085
  }
5976
- var icon_scale_default = /* @__PURE__ */ export_helper_default(_sfc_main215, [["render", _sfc_render215], ["__file", "icon-scale.vue"]]);
6086
+ var icon_scale_default = /* @__PURE__ */ export_helper_default(_sfc_main220, [["render", _sfc_render220], ["__file", "icon-scale.vue"]]);
5977
6087
 
5978
6088
  // src/components/icon-scale-location.vue
5979
- var import_vue216 = require("vue");
5980
- var _sfc_main216 = {
6089
+ var import_vue221 = require("vue");
6090
+ var _sfc_main221 = {
5981
6091
  name: "IconScaleLocation",
5982
6092
  title: "\u6BD4\u4F8B\u5C3A\u5B9A\u4F4D"
5983
- }, _hoisted_1217 = {
6093
+ }, _hoisted_1222 = {
5984
6094
  width: "16",
5985
6095
  height: "16",
5986
6096
  viewBox: "0 0 16 16",
5987
6097
  fill: "none",
5988
6098
  xmlns: "http://www.w3.org/2000/svg"
5989
- }, _hoisted_2216 = /* @__PURE__ */ (0, import_vue216.createElementVNode)("path", {
6099
+ }, _hoisted_2221 = /* @__PURE__ */ (0, import_vue221.createElementVNode)("path", {
5990
6100
  "fill-rule": "evenodd",
5991
6101
  "clip-rule": "evenodd",
5992
6102
  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",
5993
6103
  fill: "currentColor"
5994
- }, null, -1), _hoisted_3208 = /* @__PURE__ */ (0, import_vue216.createElementVNode)("path", {
6104
+ }, null, -1), _hoisted_3209 = /* @__PURE__ */ (0, import_vue221.createElementVNode)("path", {
5995
6105
  "fill-rule": "evenodd",
5996
6106
  "clip-rule": "evenodd",
5997
6107
  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",
5998
6108
  fill: "currentColor"
5999
- }, null, -1), _hoisted_4104 = /* @__PURE__ */ (0, import_vue216.createElementVNode)("path", {
6109
+ }, null, -1), _hoisted_4104 = /* @__PURE__ */ (0, import_vue221.createElementVNode)("path", {
6000
6110
  d: "M4 12h1V9H4v3Zm-4 0h1V7H0v5Zm8 0h1v-2H8v2Zm4 0h1v-1h-1v1Zm3 0h1V7h-1v5Z",
6001
6111
  fill: "currentColor"
6002
6112
  }, null, -1), _hoisted_529 = [
6003
- _hoisted_2216,
6004
- _hoisted_3208,
6113
+ _hoisted_2221,
6114
+ _hoisted_3209,
6005
6115
  _hoisted_4104
6006
6116
  ];
6007
- function _sfc_render216(_ctx, _cache, $props, $setup, $data, $options) {
6008
- return (0, import_vue216.openBlock)(), (0, import_vue216.createElementBlock)("svg", _hoisted_1217, _hoisted_529);
6117
+ function _sfc_render221(_ctx, _cache, $props, $setup, $data, $options) {
6118
+ return (0, import_vue221.openBlock)(), (0, import_vue221.createElementBlock)("svg", _hoisted_1222, _hoisted_529);
6009
6119
  }
6010
- var icon_scale_location_default = /* @__PURE__ */ export_helper_default(_sfc_main216, [["render", _sfc_render216], ["__file", "icon-scale-location.vue"]]);
6120
+ var icon_scale_location_default = /* @__PURE__ */ export_helper_default(_sfc_main221, [["render", _sfc_render221], ["__file", "icon-scale-location.vue"]]);
6011
6121
 
6012
6122
  // src/components/icon-weather-effects.vue
6013
- var import_vue217 = require("vue");
6014
- var _sfc_main217 = {
6123
+ var import_vue222 = require("vue");
6124
+ var _sfc_main222 = {
6015
6125
  name: "IconWeatherEffects",
6016
6126
  title: "\u6C14\u8C61\u6548\u679C"
6017
- }, _hoisted_1218 = {
6127
+ }, _hoisted_1223 = {
6018
6128
  class: "icon",
6019
6129
  viewBox: "0 0 1024 1024",
6020
6130
  xmlns: "http://www.w3.org/2000/svg",
6021
6131
  width: "200",
6022
6132
  height: "200"
6023
- }, _hoisted_2217 = /* @__PURE__ */ (0, import_vue217.createElementVNode)("path", {
6133
+ }, _hoisted_2222 = /* @__PURE__ */ (0, import_vue222.createElementVNode)("path", {
6024
6134
  d: "M869.51 588.369c-12.385 7.012-28.163 2.68-35.186-9.776-38.78-68.71-110.156-111.397-186.305-111.397-57.565 0-111.728 23.42-152.541 65.937a25.86 25.86 0 0 1-4.645 3.844c-43.621 43.267-100.623 67.017-161.187 67.017-71.663 0-138.344-33.458-182.938-91.778-8.678-11.343-6.545-27.6 4.764-36.298 11.308-8.706 27.514-6.565 36.192 4.78 34.748 45.457 86.5 71.517 141.982 71.517 48.382 0 93.917-19.688 128.22-55.438a25.19 25.19 0 0 1 4.611-3.817c50.13-50.062 115.778-77.545 185.542-77.545 94.698 0 183.297 52.75 231.236 137.659 7.023 12.44 2.655 28.249-9.746 35.295zm0-239.203c-12.385 7.038-28.163 2.697-35.186-9.777-38.78-68.718-110.156-111.404-186.305-111.404-57.549 0-111.728 23.42-152.541 65.954a25.93 25.93 0 0 1-4.654 3.835c-43.62 43.267-100.624 67.017-161.178 67.017-71.672 0-138.353-33.45-182.946-91.778-8.67-11.352-6.537-27.6 4.772-36.306 11.3-8.689 27.514-6.564 36.192 4.787 34.74 45.451 86.492 71.517 141.982 71.517 48.373 0 93.908-19.687 128.22-55.445a25.848 25.848 0 0 1 4.611-3.81c50.13-50.06 115.778-77.551 185.542-77.551 94.698 0 183.297 52.757 231.236 137.683 7.023 12.44 2.655 28.24-9.746 35.278zM151.471 719.698c11.308-8.698 27.514-6.556 36.192 4.787 34.748 45.46 86.5 71.517 141.982 71.517 48.365 0 93.9-19.687 128.22-55.437a26.35 26.35 0 0 1 4.611-3.827c50.122-50.043 115.778-77.533 185.542-77.533 94.698 0 183.297 52.757 231.236 137.656 7.023 12.44 2.655 28.252-9.746 35.298-12.384 7.01-28.162 2.677-35.185-9.776-38.78-68.721-110.156-111.398-186.305-111.398-57.565 0-111.737 23.411-152.541 65.938a24.97 24.97 0 0 1-4.654 3.842c-43.629 43.27-100.63 67.017-161.178 67.017-71.663 0-138.344-33.456-182.938-91.776-8.678-11.345-6.545-27.594 4.764-36.308z",
6025
6135
  fill: "currentColor"
6026
- }, null, -1), _hoisted_3209 = [
6027
- _hoisted_2217
6136
+ }, null, -1), _hoisted_3210 = [
6137
+ _hoisted_2222
6028
6138
  ];
6029
- function _sfc_render217(_ctx, _cache, $props, $setup, $data, $options) {
6030
- return (0, import_vue217.openBlock)(), (0, import_vue217.createElementBlock)("svg", _hoisted_1218, _hoisted_3209);
6139
+ function _sfc_render222(_ctx, _cache, $props, $setup, $data, $options) {
6140
+ return (0, import_vue222.openBlock)(), (0, import_vue222.createElementBlock)("svg", _hoisted_1223, _hoisted_3210);
6031
6141
  }
6032
- var icon_weather_effects_default = /* @__PURE__ */ export_helper_default(_sfc_main217, [["render", _sfc_render217], ["__file", "icon-weather-effects.vue"]]);
6142
+ var icon_weather_effects_default = /* @__PURE__ */ export_helper_default(_sfc_main222, [["render", _sfc_render222], ["__file", "icon-weather-effects.vue"]]);
6033
6143
 
6034
6144
  // src/components/icon-measure-horizontal-distance.vue
6035
- var import_vue218 = require("vue");
6036
- var _sfc_main218 = {
6145
+ var import_vue223 = require("vue");
6146
+ var _sfc_main223 = {
6037
6147
  name: "IconMeasureHorizontalDistance",
6038
6148
  title: "\u6C34\u5E73\u8DDD\u79BB\u6D4B\u91CF"
6039
- }, _hoisted_1219 = {
6149
+ }, _hoisted_1224 = {
6040
6150
  width: "24",
6041
6151
  height: "24",
6042
6152
  viewBox: "0 0 24 24",
6043
6153
  fill: "none",
6044
6154
  xmlns: "http://www.w3.org/2000/svg"
6045
- }, _hoisted_2218 = /* @__PURE__ */ (0, import_vue218.createElementVNode)("path", {
6155
+ }, _hoisted_2223 = /* @__PURE__ */ (0, import_vue223.createElementVNode)("path", {
6046
6156
  "fill-rule": "evenodd",
6047
6157
  "clip-rule": "evenodd",
6048
6158
  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",
6049
6159
  fill: "currentColor"
6050
- }, null, -1), _hoisted_3210 = /* @__PURE__ */ (0, import_vue218.createElementVNode)("path", {
6160
+ }, null, -1), _hoisted_3211 = /* @__PURE__ */ (0, import_vue223.createElementVNode)("path", {
6051
6161
  "fill-rule": "evenodd",
6052
6162
  "clip-rule": "evenodd",
6053
6163
  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",
6054
6164
  fill: "currentColor"
6055
- }, null, -1), _hoisted_4105 = /* @__PURE__ */ (0, import_vue218.createElementVNode)("path", {
6165
+ }, null, -1), _hoisted_4105 = /* @__PURE__ */ (0, import_vue223.createElementVNode)("path", {
6056
6166
  "fill-rule": "evenodd",
6057
6167
  "clip-rule": "evenodd",
6058
6168
  d: "M2 18h18v2H2v-2Z",
6059
6169
  fill: "currentColor"
6060
- }, null, -1), _hoisted_530 = /* @__PURE__ */ (0, import_vue218.createElementVNode)("path", {
6170
+ }, null, -1), _hoisted_530 = /* @__PURE__ */ (0, import_vue223.createElementVNode)("path", {
6061
6171
  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",
6062
6172
  fill: "currentColor"
6063
6173
  }, null, -1), _hoisted_610 = [
6064
- _hoisted_2218,
6065
- _hoisted_3210,
6174
+ _hoisted_2223,
6175
+ _hoisted_3211,
6066
6176
  _hoisted_4105,
6067
6177
  _hoisted_530
6068
6178
  ];
6069
- function _sfc_render218(_ctx, _cache, $props, $setup, $data, $options) {
6070
- return (0, import_vue218.openBlock)(), (0, import_vue218.createElementBlock)("svg", _hoisted_1219, _hoisted_610);
6179
+ function _sfc_render223(_ctx, _cache, $props, $setup, $data, $options) {
6180
+ return (0, import_vue223.openBlock)(), (0, import_vue223.createElementBlock)("svg", _hoisted_1224, _hoisted_610);
6071
6181
  }
6072
- var icon_measure_horizontal_distance_default = /* @__PURE__ */ export_helper_default(_sfc_main218, [["render", _sfc_render218], ["__file", "icon-measure-horizontal-distance.vue"]]);
6182
+ var icon_measure_horizontal_distance_default = /* @__PURE__ */ export_helper_default(_sfc_main223, [["render", _sfc_render223], ["__file", "icon-measure-horizontal-distance.vue"]]);
6073
6183
 
6074
6184
  // src/components/icon-measure-horizontal-area.vue
6075
- var import_vue219 = require("vue");
6076
- var _sfc_main219 = {
6185
+ var import_vue224 = require("vue");
6186
+ var _sfc_main224 = {
6077
6187
  name: "IconMeasureHorizontalArea",
6078
6188
  title: "\u6C34\u5E73\u9762\u79EF\u6D4B\u91CF"
6079
- }, _hoisted_1220 = {
6189
+ }, _hoisted_1225 = {
6080
6190
  width: "24",
6081
6191
  height: "24",
6082
6192
  viewBox: "0 0 24 24",
6083
6193
  fill: "none",
6084
6194
  xmlns: "http://www.w3.org/2000/svg"
6085
- }, _hoisted_2219 = /* @__PURE__ */ (0, import_vue219.createElementVNode)("path", {
6195
+ }, _hoisted_2224 = /* @__PURE__ */ (0, import_vue224.createElementVNode)("path", {
6086
6196
  "fill-rule": "evenodd",
6087
6197
  "clip-rule": "evenodd",
6088
6198
  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",
6089
6199
  fill: "currentColor"
6090
- }, null, -1), _hoisted_3211 = /* @__PURE__ */ (0, import_vue219.createElementVNode)("path", {
6200
+ }, null, -1), _hoisted_3212 = /* @__PURE__ */ (0, import_vue224.createElementVNode)("path", {
6091
6201
  "fill-rule": "evenodd",
6092
6202
  "clip-rule": "evenodd",
6093
6203
  d: "m7.361 13-3.2 4H16.64l3.2-4H7.36ZM6.4 11 0 19h17.6l6.4-8H6.4Z",
6094
6204
  fill: "currentColor"
6095
6205
  }, null, -1), _hoisted_4106 = [
6096
- _hoisted_2219,
6097
- _hoisted_3211
6206
+ _hoisted_2224,
6207
+ _hoisted_3212
6098
6208
  ];
6099
- function _sfc_render219(_ctx, _cache, $props, $setup, $data, $options) {
6100
- return (0, import_vue219.openBlock)(), (0, import_vue219.createElementBlock)("svg", _hoisted_1220, _hoisted_4106);
6209
+ function _sfc_render224(_ctx, _cache, $props, $setup, $data, $options) {
6210
+ return (0, import_vue224.openBlock)(), (0, import_vue224.createElementBlock)("svg", _hoisted_1225, _hoisted_4106);
6101
6211
  }
6102
- var icon_measure_horizontal_area_default = /* @__PURE__ */ export_helper_default(_sfc_main219, [["render", _sfc_render219], ["__file", "icon-measure-horizontal-area.vue"]]);
6212
+ var icon_measure_horizontal_area_default = /* @__PURE__ */ export_helper_default(_sfc_main224, [["render", _sfc_render224], ["__file", "icon-measure-horizontal-area.vue"]]);
6103
6213
 
6104
6214
  // src/components/icon-note.vue
6105
- var import_vue220 = require("vue");
6106
- var _sfc_main220 = {
6215
+ var import_vue225 = require("vue");
6216
+ var _sfc_main225 = {
6107
6217
  name: "IconNote",
6108
6218
  title: "\u6CE8\u8BB0"
6109
- }, _hoisted_1221 = {
6219
+ }, _hoisted_1226 = {
6110
6220
  class: "icon",
6111
6221
  viewBox: "0 0 1024 1024",
6112
6222
  xmlns: "http://www.w3.org/2000/svg",
6113
6223
  width: "200",
6114
6224
  height: "200"
6115
- }, _hoisted_2220 = /* @__PURE__ */ (0, import_vue220.createElementVNode)("path", {
6225
+ }, _hoisted_2225 = /* @__PURE__ */ (0, import_vue225.createElementVNode)("path", {
6116
6226
  d: "m963.341 815.03-6.413 36.677c-15.461 1.318-28.946 1.933-40.542 1.933a565.827 565.827 0 0 1-60.483-3.865q-60.483-6.413-76.56-6.413a621.918 621.918 0 0 0-83.015 8.345 793.44 793.44 0 0 0 33.47-105.417q9.62-39.268 20.6-135.11-75.154-.659-233.192 3.207-163.88 249.575-240.044 313.572T132.214 992q-35.974 0-53.72-13.836a43.397 43.397 0 0 1-17.569-35.71 38.829 38.829 0 0 1 10.322-27.672 33.821 33.821 0 0 1 25.74-10.937 125.93 125.93 0 0 1 24.421 3.206q38.61 9.049 51.48 9.005 43.088 0 95.226-48.888 84.861-79.81 250.761-334.568 187.775-288.228 304.13-419.517-158.698 14.188-197.922 27.014-53.938 17.57-80.951 51.478t-27.014 69.488a98.126 98.126 0 0 0 8.39 32.811c5.974 15.9 9.004 27.453 9.004 34.744a34.568 34.568 0 0 1-10.937 25.124 36.105 36.105 0 0 1-26.354 10.937 42.694 42.694 0 0 1-35.14-16.427q-13.176-16.384-13.176-49.239a182.592 182.592 0 0 1 24.158-89.736 205.168 205.168 0 0 1 68.828-72.563Q586.957 107.417 654.512 92q34.744-8.346 122.24-14.802 76.033-6.457 95.36-12.255a146.31 146.31 0 0 0 57.979-32.811q-19.37 79.063-27.716 138.36l-50.293 371.903-28.77 266.355a346.603 346.603 0 0 0 85.563 12.21 285.505 285.505 0 0 0 54.466-5.93zM756.152 563.48q30.747-261.215 61.801-381.567-81.567 108.272-100.805 136.56L551.818 563.48q53.28 1.888 152.284 1.932 24.466 0 52.05-1.932z",
6117
6227
  fill: "currentColor"
6118
- }, null, -1), _hoisted_3212 = [
6119
- _hoisted_2220
6228
+ }, null, -1), _hoisted_3213 = [
6229
+ _hoisted_2225
6120
6230
  ];
6121
- function _sfc_render220(_ctx, _cache, $props, $setup, $data, $options) {
6122
- return (0, import_vue220.openBlock)(), (0, import_vue220.createElementBlock)("svg", _hoisted_1221, _hoisted_3212);
6231
+ function _sfc_render225(_ctx, _cache, $props, $setup, $data, $options) {
6232
+ return (0, import_vue225.openBlock)(), (0, import_vue225.createElementBlock)("svg", _hoisted_1226, _hoisted_3213);
6123
6233
  }
6124
- var icon_note_default = /* @__PURE__ */ export_helper_default(_sfc_main220, [["render", _sfc_render220], ["__file", "icon-note.vue"]]);
6234
+ var icon_note_default = /* @__PURE__ */ export_helper_default(_sfc_main225, [["render", _sfc_render225], ["__file", "icon-note.vue"]]);
6125
6235
 
6126
6236
  // src/components/icon-measure-2d.vue
6127
- var import_vue221 = require("vue");
6128
- var _sfc_main221 = {
6237
+ var import_vue226 = require("vue");
6238
+ var _sfc_main226 = {
6129
6239
  name: "IconMeasure2D",
6130
6240
  title: "\u6D4B\u91CF"
6131
- }, _hoisted_1222 = {
6241
+ }, _hoisted_1227 = {
6132
6242
  class: "icon",
6133
6243
  viewBox: "0 0 1024 1024",
6134
6244
  xmlns: "http://www.w3.org/2000/svg",
6135
6245
  width: "200",
6136
6246
  height: "200"
6137
- }, _hoisted_2221 = /* @__PURE__ */ (0, import_vue221.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_3213 = [
6138
- _hoisted_2221
6247
+ }, _hoisted_2226 = /* @__PURE__ */ (0, import_vue226.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_3214 = [
6248
+ _hoisted_2226
6139
6249
  ];
6140
- function _sfc_render221(_ctx, _cache, $props, $setup, $data, $options) {
6141
- return (0, import_vue221.openBlock)(), (0, import_vue221.createElementBlock)("svg", _hoisted_1222, _hoisted_3213);
6250
+ function _sfc_render226(_ctx, _cache, $props, $setup, $data, $options) {
6251
+ return (0, import_vue226.openBlock)(), (0, import_vue226.createElementBlock)("svg", _hoisted_1227, _hoisted_3214);
6142
6252
  }
6143
- var icon_measure_2d_default = /* @__PURE__ */ export_helper_default(_sfc_main221, [["render", _sfc_render221], ["__file", "icon-measure-2d.vue"]]);
6253
+ var icon_measure_2d_default = /* @__PURE__ */ export_helper_default(_sfc_main226, [["render", _sfc_render226], ["__file", "icon-measure-2d.vue"]]);
6144
6254
 
6145
6255
  // src/components/icon-sea-chart-tree.vue
6146
- var import_vue222 = require("vue");
6147
- var _sfc_main222 = {
6256
+ var import_vue227 = require("vue");
6257
+ var _sfc_main227 = {
6148
6258
  name: "IconSeaChartTree",
6149
6259
  title: "\u6D77\u56FE\u6811"
6150
- }, _hoisted_1223 = {
6260
+ }, _hoisted_1228 = {
6151
6261
  class: "icon",
6152
6262
  viewBox: "0 0 1024 1024",
6153
6263
  xmlns: "http://www.w3.org/2000/svg",
6154
6264
  width: "200",
6155
6265
  height: "200"
6156
- }, _hoisted_2222 = /* @__PURE__ */ (0, import_vue222.createElementVNode)("path", {
6266
+ }, _hoisted_2227 = /* @__PURE__ */ (0, import_vue227.createElementVNode)("path", {
6157
6267
  d: "M763.276 256.005h153.607c28.273 0 51.2-22.932 51.2-51.201V51.197c0-28.27-22.927-51.2-51.2-51.2H763.276c-28.27 0-51.2 22.93-51.2 51.2v51.201H555.928c-26.833 0-48.66 21.794-48.66 48.66v335.354H368.3v-76.797c0-28.274-22.932-51.205-51.201-51.205H108.642c-28.27 0-51.201 22.931-51.201 51.205v204.803c0 28.274 22.931 51.205 51.201 51.205h208.457c28.27 0 51.2-22.931 51.2-51.205v-76.797h138.97v335.354c0 26.866 21.826 48.66 48.659 48.66h156.148v51.2c0 28.27 22.93 51.202 51.2 51.202h153.607c28.273 0 51.2-22.932 51.2-51.201V819.229c0-28.27-22.927-51.2-51.2-51.2H763.276c-28.27 0-51.2 22.93-51.2 51.2v51.201h-153.6V537.624H712.08v51.201c0 28.27 22.931 51.201 51.201 51.201h153.607c28.273 0 51.2-22.931 51.2-51.2V435.218c0-28.27-22.927-51.201-51.2-51.201H763.28c-28.27 0-51.2 22.93-51.2 51.2v51.202H558.475V153.603H712.08v51.2c-.003 28.27 22.928 51.202 51.197 51.202zm0-204.808h153.607v153.607H763.276V51.197zM317.102 614.415h-208.46V409.61h208.457v204.804zm446.174 204.807h153.607v153.606H763.276V819.222zm0-384.014h153.607v153.606H763.276V435.208z",
6158
6268
  fill: "currentColor"
6159
- }, null, -1), _hoisted_3214 = [
6160
- _hoisted_2222
6269
+ }, null, -1), _hoisted_3215 = [
6270
+ _hoisted_2227
6161
6271
  ];
6162
- function _sfc_render222(_ctx, _cache, $props, $setup, $data, $options) {
6163
- return (0, import_vue222.openBlock)(), (0, import_vue222.createElementBlock)("svg", _hoisted_1223, _hoisted_3214);
6272
+ function _sfc_render227(_ctx, _cache, $props, $setup, $data, $options) {
6273
+ return (0, import_vue227.openBlock)(), (0, import_vue227.createElementBlock)("svg", _hoisted_1228, _hoisted_3215);
6164
6274
  }
6165
- var icon_sea_chart_tree_default = /* @__PURE__ */ export_helper_default(_sfc_main222, [["render", _sfc_render222], ["__file", "icon-sea-chart-tree.vue"]]);
6275
+ var icon_sea_chart_tree_default = /* @__PURE__ */ export_helper_default(_sfc_main227, [["render", _sfc_render227], ["__file", "icon-sea-chart-tree.vue"]]);
6166
6276
 
6167
6277
  // src/components/icon-sea-chart-set.vue
6168
- var import_vue223 = require("vue");
6169
- var _sfc_main223 = {
6278
+ var import_vue228 = require("vue");
6279
+ var _sfc_main228 = {
6170
6280
  name: "IconSeaChartSet",
6171
6281
  title: "\u6D77\u56FE\u8BBE\u7F6E"
6172
- }, _hoisted_1224 = {
6282
+ }, _hoisted_1229 = {
6173
6283
  class: "icon",
6174
6284
  viewBox: "0 0 1024 1024",
6175
6285
  xmlns: "http://www.w3.org/2000/svg",
6176
6286
  width: "200",
6177
6287
  height: "200"
6178
- }, _hoisted_2223 = /* @__PURE__ */ (0, import_vue223.createElementVNode)("path", {
6288
+ }, _hoisted_2228 = /* @__PURE__ */ (0, import_vue228.createElementVNode)("path", {
6179
6289
  d: "M274.863 388.042c51.2 0 94.316-43.116 94.316-94.316s-43.116-94.315-94.316-94.315-94.316 43.115-94.316 94.315 40.421 94.316 94.316 94.316zm0-148.21c29.642 0 56.59 24.252 56.59 56.59s-26.948 53.894-56.59 53.894-56.59-24.253-56.59-56.59 24.253-53.894 56.59-53.894z",
6180
6290
  fill: "currentColor"
6181
- }, null, -1), _hoisted_3215 = /* @__PURE__ */ (0, import_vue223.createElementVNode)("path", {
6291
+ }, null, -1), _hoisted_3216 = /* @__PURE__ */ (0, import_vue228.createElementVNode)("path", {
6182
6292
  d: "M105.095 379.958c0 2.695 0 2.695 0 0l121.263 164.379c10.779 18.863 26.947 29.642 45.81 29.642s35.032-10.779 45.81-29.642l115.875-150.905v-2.695c16.168-29.642 26.947-61.98 26.947-97.01 0-105.095-83.537-188.632-188.632-188.632S83.537 188.632 83.537 293.726c0 32.337 8.084 59.285 21.558 86.232zM274.863 142.82c83.537 0 150.905 67.368 150.905 150.905 0 26.948-8.084 53.895-21.557 78.148L288.337 522.779v2.695c-2.695 8.084-8.084 13.473-13.474 13.473s-10.779-5.39-13.474-13.473L140.126 363.789c-10.779-21.557-16.168-43.115-16.168-67.368-2.695-86.232 67.368-153.6 150.905-153.6z",
6183
6293
  fill: "currentColor"
6184
- }, null, -1), _hoisted_4107 = /* @__PURE__ */ (0, import_vue223.createElementVNode)("path", {
6294
+ }, null, -1), _hoisted_4107 = /* @__PURE__ */ (0, import_vue228.createElementVNode)("path", {
6185
6295
  d: "M972.8 202.105c-10.779-8.084-21.558-8.084-32.337-5.39l-239.831 78.148c-18.864 5.39-43.116 5.39-61.98 0l-91.62-32.337c-8.085-5.39-18.864 0-21.558 8.085s2.694 21.557 10.779 24.252l91.62 32.337c26.948 10.779 59.285 10.779 86.232 0l237.137-78.147V762.61c0 2.694-2.695 5.389-5.39 8.084l-234.441 91.62c-24.253 8.085-48.506 10.78-72.758 5.39l-261.39-61.979c-29.642-8.084-61.979-5.39-91.62 2.695L72.757 881.18V482.358c0-10.78-8.084-18.863-18.863-18.863s-18.863 8.084-18.863 18.863v396.126c0 10.78 5.39 24.253 16.168 29.642 5.39 5.39 13.474 8.085 21.558 8.085 2.695 0 8.084 0 10.779-2.695l212.884-70.063c21.558-8.085 48.505-8.085 70.063-2.695l264.084 59.284c32.337 8.084 61.98 5.39 94.316-5.39l234.442-86.23c18.863-8.085 29.642-24.254 29.642-43.117V231.747c0-10.779-5.39-24.252-16.168-29.642z",
6186
6296
  fill: "currentColor"
6187
- }, null, -1), _hoisted_531 = /* @__PURE__ */ (0, import_vue223.createElementVNode)("path", {
6297
+ }, null, -1), _hoisted_531 = /* @__PURE__ */ (0, import_vue228.createElementVNode)("path", {
6188
6298
  d: "M315.284 627.874c-5.39 8.084-2.695 21.558 5.39 26.947 40.42 29.642 80.842 43.116 121.263 43.116 48.505 0 99.705-21.558 156.295-61.98 48.505-35.03 97.01-48.504 140.126-43.115 45.81 8.084 91.62 40.421 126.653 91.621 5.389 8.084 16.168 10.78 26.947 5.39 8.084-5.39 10.779-18.864 5.39-26.948-40.422-59.284-94.316-99.705-150.906-107.79-53.895-10.778-113.179 5.39-169.768 48.506-105.095 75.453-169.769 61.979-231.748 18.863-13.473-2.695-24.252-2.695-29.642 5.39z",
6189
6299
  fill: "currentColor"
6190
6300
  }, null, -1), _hoisted_611 = [
6191
- _hoisted_2223,
6192
- _hoisted_3215,
6301
+ _hoisted_2228,
6302
+ _hoisted_3216,
6193
6303
  _hoisted_4107,
6194
6304
  _hoisted_531
6195
6305
  ];
6196
- function _sfc_render223(_ctx, _cache, $props, $setup, $data, $options) {
6197
- return (0, import_vue223.openBlock)(), (0, import_vue223.createElementBlock)("svg", _hoisted_1224, _hoisted_611);
6306
+ function _sfc_render228(_ctx, _cache, $props, $setup, $data, $options) {
6307
+ return (0, import_vue228.openBlock)(), (0, import_vue228.createElementBlock)("svg", _hoisted_1229, _hoisted_611);
6198
6308
  }
6199
- var icon_sea_chart_set_default = /* @__PURE__ */ export_helper_default(_sfc_main223, [["render", _sfc_render223], ["__file", "icon-sea-chart-set.vue"]]);
6309
+ var icon_sea_chart_set_default = /* @__PURE__ */ export_helper_default(_sfc_main228, [["render", _sfc_render228], ["__file", "icon-sea-chart-set.vue"]]);
6200
6310
 
6201
6311
  // src/components/icon-disappear.vue
6202
- var import_vue224 = require("vue");
6203
- var _sfc_main224 = {
6312
+ var import_vue229 = require("vue");
6313
+ var _sfc_main229 = {
6204
6314
  name: "IconDisappear",
6205
6315
  title: "\u6D88\u5931"
6206
- }, _hoisted_1225 = {
6316
+ }, _hoisted_1230 = {
6207
6317
  width: "80",
6208
6318
  height: "80",
6209
6319
  viewBox: "0 0 80 80",
6210
6320
  fill: "none",
6211
6321
  xmlns: "http://www.w3.org/2000/svg"
6212
- }, _hoisted_2224 = /* @__PURE__ */ (0, import_vue224.createElementVNode)("path", {
6322
+ }, _hoisted_2229 = /* @__PURE__ */ (0, import_vue229.createElementVNode)("path", {
6213
6323
  d: "m40 7 8.993 21.622 23.343 1.871L54.55 45.728l5.434 22.779L40 56.3 20.015 68.507l5.434-22.779L7.664 30.493l23.343-1.871L40 7Z",
6214
6324
  fill: "#EFCCCD",
6215
6325
  "fill-opacity": ".05"
6216
- }, null, -1), _hoisted_3216 = /* @__PURE__ */ (0, import_vue224.createElementVNode)("path", {
6326
+ }, null, -1), _hoisted_3217 = /* @__PURE__ */ (0, import_vue229.createElementVNode)("path", {
6217
6327
  d: "m40 8.302 8.532 20.512.117.282.304.024 22.145 1.776-16.872 14.452-.232.199.07.297 5.155 21.61-18.958-11.58-.261-.16-.26.16-18.96 11.58 5.155-21.61.071-.297-.232-.199L8.902 30.896l22.145-1.776.304-.024.117-.282L40 8.302Z",
6218
6328
  stroke: "#E17274",
6219
6329
  "stroke-opacity": ".5"
6220
- }, null, -1), _hoisted_4108 = /* @__PURE__ */ (0, import_vue224.createElementVNode)("path", {
6330
+ }, null, -1), _hoisted_4108 = /* @__PURE__ */ (0, import_vue229.createElementVNode)("path", {
6221
6331
  d: "m40 24.302 4.3 10.337.117.282.304.024 11.16.895-8.503 7.283-.232.199.071.297 2.598 10.89-9.554-5.836-.261-.159-.26.16-9.555 5.835 2.598-10.89.07-.297-.231-.199-8.503-7.283 11.16-.895.304-.024.118-.282L40 24.302Z",
6222
6332
  stroke: "#E17274",
6223
6333
  "stroke-opacity": ".5"
6224
- }, null, -1), _hoisted_532 = /* @__PURE__ */ (0, import_vue224.createElementVNode)("path", {
6334
+ }, null, -1), _hoisted_532 = /* @__PURE__ */ (0, import_vue229.createElementVNode)("path", {
6225
6335
  d: "M42 71h-4l2-8 2 8Zm28.883-22.28-1.368 3.758-6.834-4.615 8.202.857ZM9.368 52.495 8 48.736l8.202-.857-6.834 4.616Zm7.643-35.93 3.065-2.571 3.61 7.414-6.675-4.843ZM58.143 14l3.064 2.57-6.675 4.844L58.142 14Z",
6226
6336
  fill: "#BC4B52"
6227
6337
  }, null, -1), _hoisted_612 = [
6228
- _hoisted_2224,
6229
- _hoisted_3216,
6338
+ _hoisted_2229,
6339
+ _hoisted_3217,
6230
6340
  _hoisted_4108,
6231
6341
  _hoisted_532
6232
6342
  ];
6233
- function _sfc_render224(_ctx, _cache, $props, $setup, $data, $options) {
6234
- return (0, import_vue224.openBlock)(), (0, import_vue224.createElementBlock)("svg", _hoisted_1225, _hoisted_612);
6343
+ function _sfc_render229(_ctx, _cache, $props, $setup, $data, $options) {
6344
+ return (0, import_vue229.openBlock)(), (0, import_vue229.createElementBlock)("svg", _hoisted_1230, _hoisted_612);
6235
6345
  }
6236
- var icon_disappear_default = /* @__PURE__ */ export_helper_default(_sfc_main224, [["render", _sfc_render224], ["__file", "icon-disappear.vue"]]);
6346
+ var icon_disappear_default = /* @__PURE__ */ export_helper_default(_sfc_main229, [["render", _sfc_render229], ["__file", "icon-disappear.vue"]]);
6237
6347
 
6238
6348
  // src/components/icon-flood-analysis.vue
6239
- var import_vue225 = require("vue");
6240
- var _sfc_main225 = {
6349
+ var import_vue230 = require("vue");
6350
+ var _sfc_main230 = {
6241
6351
  name: "IconFloodAnalysis",
6242
6352
  title: "\u6DF9\u6CA1\u5206\u6790"
6243
- }, _hoisted_1226 = {
6353
+ }, _hoisted_1231 = {
6244
6354
  width: "16",
6245
6355
  height: "16",
6246
6356
  viewBox: "0 0 16 16",
6247
6357
  fill: "none",
6248
6358
  xmlns: "http://www.w3.org/2000/svg"
6249
- }, _hoisted_2225 = /* @__PURE__ */ (0, import_vue225.createElementVNode)("g", {
6359
+ }, _hoisted_2230 = /* @__PURE__ */ (0, import_vue230.createElementVNode)("g", {
6250
6360
  "clip-path": "url(#a)",
6251
6361
  fill: "currentColor"
6252
6362
  }, [
6253
- /* @__PURE__ */ (0, import_vue225.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" }),
6254
- /* @__PURE__ */ (0, import_vue225.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" })
6255
- ], -1), _hoisted_3217 = [
6256
- _hoisted_2225
6363
+ /* @__PURE__ */ (0, import_vue230.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" }),
6364
+ /* @__PURE__ */ (0, import_vue230.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" })
6365
+ ], -1), _hoisted_3218 = [
6366
+ _hoisted_2230
6257
6367
  ];
6258
- function _sfc_render225(_ctx, _cache, $props, $setup, $data, $options) {
6259
- return (0, import_vue225.openBlock)(), (0, import_vue225.createElementBlock)("svg", _hoisted_1226, _hoisted_3217);
6368
+ function _sfc_render230(_ctx, _cache, $props, $setup, $data, $options) {
6369
+ return (0, import_vue230.openBlock)(), (0, import_vue230.createElementBlock)("svg", _hoisted_1231, _hoisted_3218);
6260
6370
  }
6261
- var icon_flood_analysis_default = /* @__PURE__ */ export_helper_default(_sfc_main225, [["render", _sfc_render225], ["__file", "icon-flood-analysis.vue"]]);
6371
+ var icon_flood_analysis_default = /* @__PURE__ */ export_helper_default(_sfc_main230, [["render", _sfc_render230], ["__file", "icon-flood-analysis.vue"]]);
6262
6372
 
6263
6373
  // src/components/icon-add-data.vue
6264
- var import_vue226 = require("vue");
6265
- var _sfc_main226 = {
6374
+ var import_vue231 = require("vue");
6375
+ var _sfc_main231 = {
6266
6376
  name: "IconAddData",
6267
6377
  title: "\u6DFB\u52A0\u6570\u636E"
6268
- }, _hoisted_1227 = {
6378
+ }, _hoisted_1232 = {
6269
6379
  width: "16",
6270
6380
  height: "16",
6271
6381
  viewBox: "0 0 16 16",
6272
6382
  fill: "none",
6273
6383
  xmlns: "http://www.w3.org/2000/svg"
6274
- }, _hoisted_2226 = /* @__PURE__ */ (0, import_vue226.createElementVNode)("path", {
6384
+ }, _hoisted_2231 = /* @__PURE__ */ (0, import_vue231.createElementVNode)("path", {
6275
6385
  "fill-rule": "evenodd",
6276
6386
  "clip-rule": "evenodd",
6277
6387
  d: "M12 2H2v2h10V2ZM1 1v4h12V1H1Zm11 6H2v2h9v1H1V6h12v2h-1V7Zm-3 4v1H2v2h7v1H1v-4h8Zm4.5 1V9.5h-1V12H10v1h2.5v2.5h1V13H16v-1h-2.5Z",
6278
6388
  fill: "currentColor"
6279
- }, null, -1), _hoisted_3218 = [
6280
- _hoisted_2226
6389
+ }, null, -1), _hoisted_3219 = [
6390
+ _hoisted_2231
6281
6391
  ];
6282
- function _sfc_render226(_ctx, _cache, $props, $setup, $data, $options) {
6283
- return (0, import_vue226.openBlock)(), (0, import_vue226.createElementBlock)("svg", _hoisted_1227, _hoisted_3218);
6392
+ function _sfc_render231(_ctx, _cache, $props, $setup, $data, $options) {
6393
+ return (0, import_vue231.openBlock)(), (0, import_vue231.createElementBlock)("svg", _hoisted_1232, _hoisted_3219);
6284
6394
  }
6285
- var icon_add_data_default = /* @__PURE__ */ export_helper_default(_sfc_main226, [["render", _sfc_render226], ["__file", "icon-add-data.vue"]]);
6395
+ var icon_add_data_default = /* @__PURE__ */ export_helper_default(_sfc_main231, [["render", _sfc_render231], ["__file", "icon-add-data.vue"]]);
6286
6396
 
6287
6397
  // src/components/icon-folder-add.vue
6288
- var import_vue227 = require("vue");
6289
- var _sfc_main227 = {
6398
+ var import_vue232 = require("vue");
6399
+ var _sfc_main232 = {
6290
6400
  name: "IconFolderAdd",
6291
6401
  title: "\u6DFB\u52A0\u6587\u4EF6\u5939"
6292
- }, _hoisted_1228 = {
6402
+ }, _hoisted_1233 = {
6293
6403
  class: "icon",
6294
6404
  viewBox: "0 0 1075 1024",
6295
6405
  xmlns: "http://www.w3.org/2000/svg",
6296
6406
  width: "209.961",
6297
6407
  height: "200"
6298
- }, _hoisted_2227 = /* @__PURE__ */ (0, import_vue227.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_3219 = /* @__PURE__ */ (0, import_vue227.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_4109 = [
6299
- _hoisted_2227,
6300
- _hoisted_3219
6408
+ }, _hoisted_2232 = /* @__PURE__ */ (0, import_vue232.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_3220 = /* @__PURE__ */ (0, import_vue232.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_4109 = [
6409
+ _hoisted_2232,
6410
+ _hoisted_3220
6301
6411
  ];
6302
- function _sfc_render227(_ctx, _cache, $props, $setup, $data, $options) {
6303
- return (0, import_vue227.openBlock)(), (0, import_vue227.createElementBlock)("svg", _hoisted_1228, _hoisted_4109);
6412
+ function _sfc_render232(_ctx, _cache, $props, $setup, $data, $options) {
6413
+ return (0, import_vue232.openBlock)(), (0, import_vue232.createElementBlock)("svg", _hoisted_1233, _hoisted_4109);
6304
6414
  }
6305
- var icon_folder_add_default = /* @__PURE__ */ export_helper_default(_sfc_main227, [["render", _sfc_render227], ["__file", "icon-folder-add.vue"]]);
6415
+ var icon_folder_add_default = /* @__PURE__ */ export_helper_default(_sfc_main232, [["render", _sfc_render232], ["__file", "icon-folder-add.vue"]]);
6306
6416
 
6307
6417
  // src/components/icon-avoidance-area-en.vue
6308
- var import_vue228 = require("vue");
6309
- var _sfc_main228 = {
6418
+ var import_vue233 = require("vue");
6419
+ var _sfc_main233 = {
6310
6420
  name: "IconAvoidanceAreaEn",
6311
6421
  title: "\u6DFB\u52A0\u89C4\u907F\u533A\u57DF"
6312
- }, _hoisted_1229 = {
6422
+ }, _hoisted_1234 = {
6313
6423
  class: "icon",
6314
6424
  viewBox: "0 0 1024 1024",
6315
6425
  xmlns: "http://www.w3.org/2000/svg",
6316
6426
  width: "200",
6317
6427
  height: "200"
6318
- }, _hoisted_2228 = /* @__PURE__ */ (0, import_vue228.createElementVNode)("path", {
6428
+ }, _hoisted_2233 = /* @__PURE__ */ (0, import_vue233.createElementVNode)("path", {
6319
6429
  d: "M85.333 85.333h853.334v853.334H85.333V85.333z",
6320
6430
  fill: "#FEF0F0"
6321
- }, null, -1), _hoisted_3220 = /* @__PURE__ */ (0, import_vue228.createElementVNode)("path", {
6431
+ }, null, -1), _hoisted_3221 = /* @__PURE__ */ (0, import_vue233.createElementVNode)("path", {
6322
6432
  d: "M85.333 192v-42.667H128V192H85.333zm0-64h21.334v-21.333H128V85.333H85.333V128zm0 768v42.667H128v-21.334h-21.333V896H85.333zM896 938.667h42.667V896h-21.334v21.333H896v21.334zM938.667 128V85.333H896v21.334h21.333V128h21.334zM149.333 85.333V128H192V85.333h-42.667zm85.334 0V128h42.666V85.333h-42.666zm85.333 0V128h42.667V85.333H320zm85.333 0V128H448V85.333h-42.667zm85.334 0V128h42.666V85.333h-42.666zm85.333 0V128h42.667V85.333H576zm85.333 0V128H704V85.333h-42.667zm85.334 0V128h42.666V85.333h-42.666zm85.333 0V128h42.667V85.333H832zm106.667 64H896V192h42.667v-42.667zm0 85.334H896v42.666h42.667v-42.666zm0 85.333H896v42.667h42.667V320zm0 85.333H896V448h42.667v-42.667zm0 85.334H896v42.666h42.667v-42.666zm0 85.333H896v42.667h42.667V576zm0 85.333H896V704h42.667v-42.667zm0 85.334H896v42.666h42.667v-42.666zm0 85.333H896v42.667h42.667V832zm-64 106.667V896H832v42.667h42.667zm-85.334 0V896h-42.666v42.667h42.666zm-85.333 0V896h-42.667v42.667H704zm-85.333 0V896H576v42.667h42.667zm-85.334 0V896h-42.666v42.667h42.666zm-85.333 0V896h-42.667v42.667H448zm-85.333 0V896H320v42.667h42.667zm-85.334 0V896h-42.666v42.667h42.666zm-85.333 0V896h-42.667v42.667H192zm-106.667-64H128V832H85.333v42.667zm0-85.334H128v-42.666H85.333v42.666zm0-85.333H128v-42.667H85.333V704zm0-85.333H128V576H85.333v42.667zm0-85.334H128v-42.666H85.333v42.666zm0-85.333H128v-42.667H85.333V448zm0-85.333H128V320H85.333v42.667zm0-85.334H128v-42.666H85.333v42.666zM512 481.835l155.563-155.606 30.208 30.208L542.165 512l155.606 155.563-30.166 30.208L512 542.165 356.437 697.771l-30.208-30.166L481.835 512 326.229 356.437l30.208-30.208L512 481.835z",
6323
6433
  fill: "currentColor"
6324
- }, null, -1), _hoisted_4110 = /* @__PURE__ */ (0, import_vue228.createElementVNode)("path", {
6434
+ }, null, -1), _hoisted_4110 = /* @__PURE__ */ (0, import_vue233.createElementVNode)("path", {
6325
6435
  d: "M42.667 42.667h128v128h-128zm810.666 0h128v128h-128zM42.667 853.333h128v128h-128zm810.666 0h128v128h-128z",
6326
6436
  fill: "currentColor"
6327
6437
  }, null, -1), _hoisted_533 = [
6328
- _hoisted_2228,
6329
- _hoisted_3220,
6438
+ _hoisted_2233,
6439
+ _hoisted_3221,
6330
6440
  _hoisted_4110
6331
6441
  ];
6332
- function _sfc_render228(_ctx, _cache, $props, $setup, $data, $options) {
6333
- return (0, import_vue228.openBlock)(), (0, import_vue228.createElementBlock)("svg", _hoisted_1229, _hoisted_533);
6442
+ function _sfc_render233(_ctx, _cache, $props, $setup, $data, $options) {
6443
+ return (0, import_vue233.openBlock)(), (0, import_vue233.createElementBlock)("svg", _hoisted_1234, _hoisted_533);
6334
6444
  }
6335
- var icon_avoidance_area_en_default = /* @__PURE__ */ export_helper_default(_sfc_main228, [["render", _sfc_render228], ["__file", "icon-avoidance-area-en.vue"]]);
6445
+ var icon_avoidance_area_en_default = /* @__PURE__ */ export_helper_default(_sfc_main233, [["render", _sfc_render233], ["__file", "icon-avoidance-area-en.vue"]]);
6336
6446
 
6337
6447
  // src/components/icon-avoidance-area.vue
6338
- var import_vue229 = require("vue");
6339
- var _sfc_main229 = {
6448
+ var import_vue234 = require("vue");
6449
+ var _sfc_main234 = {
6340
6450
  name: "IconAvoidanceArea",
6341
6451
  title: "\u6DFB\u52A0\u89C4\u907F\u533A\u57DF"
6342
- }, _hoisted_1230 = {
6452
+ }, _hoisted_1235 = {
6343
6453
  class: "icon",
6344
6454
  viewBox: "0 0 1024 1024",
6345
6455
  xmlns: "http://www.w3.org/2000/svg",
6346
6456
  width: "200",
6347
6457
  height: "200"
6348
- }, _hoisted_2229 = /* @__PURE__ */ (0, import_vue229.createElementVNode)("path", {
6458
+ }, _hoisted_2234 = /* @__PURE__ */ (0, import_vue234.createElementVNode)("path", {
6349
6459
  d: "M69.818 69.818h884.364v884.364H69.818z",
6350
6460
  fill: "#FEF0F0"
6351
- }, null, -1), _hoisted_3221 = /* @__PURE__ */ (0, import_vue229.createElementVNode)("path", {
6461
+ }, null, -1), _hoisted_3222 = /* @__PURE__ */ (0, import_vue234.createElementVNode)("path", {
6352
6462
  d: "M954.182 977.455h-46.546v-46.546h46.546zm-93.091 0h-46.546v-46.546h46.546zm-93.091 0h-46.545v-46.546H768zm-93.09 0h-46.546v-46.546h46.545zm-93.092 0h-46.545v-46.546h46.545zm-93.09 0h-46.546v-46.546h46.545zm-93.092 0h-46.545v-46.546h46.545zm-93.09 0H256v-46.546h46.545zm-93.091 0h-46.546v-46.546h46.546zm-93.091 0H69.818v-46.546h46.546zm861.09-69.819H930.91v-46.545h46.546zm-884.363 0H46.545v-46.545h46.546zm884.364-93.09h-46.546V768h46.546zm-884.364 0H46.545V768h46.546zm884.364-93.091h-46.546v-46.546h46.546zm-884.364 0H46.545v-46.546h46.546zm884.364-93.091h-46.546v-46.546h46.546zm-884.364 0H46.545v-46.546h46.546zm884.364-93.091h-46.546v-46.546h46.546zm-884.364 0H46.545v-46.546h46.546zm884.364-93.091h-46.546v-46.546h46.546zm-884.364 0H46.545v-46.546h46.546zm884.364-93.091h-46.546v-46.546h46.546zm-884.364 0H46.545v-46.546h46.546zM977.455 256h-46.546v-46.545h46.546zM93.09 256H46.545v-46.545h46.546zm884.364-93.09h-46.546v-46.546h46.546zm-884.364 0H46.545v-46.546h46.546zm861.09-69.82h-46.545V46.546h46.546zm-93.09 0h-46.546V46.546h46.546zm-93.091 0h-46.545V46.546H768zm-93.09 0h-46.546V46.546h46.545zm-93.092 0h-46.545V46.546h46.545zm-93.09 0h-46.546V46.546h46.545zm-93.092 0H349.09V46.546h46.545zm-93.09 0H256V46.546h46.545zm-93.091 0h-46.546V46.546h46.546zm-93.091 0H69.818V46.546h46.546zm203.869 640.466-21.411-46.545q26.996-28.858 46.545-46.546V502.691h-41.89v-46.546h81.454v172.219a106.124 106.124 0 0 0 40.494 46.545 139.636 139.636 0 0 0 63.768 13.033H721.92a416.116 416.116 0 0 0-13.964 42.822H479.884a182.458 182.458 0 0 1-67.026-12.568 105.658 105.658 0 0 1-40.494-43.752c-19.55 19.549-36.306 39.098-52.131 59.112zm297.425-65.629v-74.472h-46.545v-34.91h46.545v-51.2H562.27V470.11h73.542c9.309-19.084 20.945-46.545 34.444-75.869l35.84 11.17a3701.235 3701.235 0 0 1-32.582 64.7h42.822v37.235h-57.717v51.2h52.131v36.306h-52.13v74.473zM445.44 654.43V532.015a325.818 325.818 0 0 1-35.375 93.09c-9.309-17.221-16.756-30.254-22.341-38.632A262.982 262.982 0 0 0 416.116 512a535.738 535.738 0 0 0 7.913-103.796v-82.386h126.138v141.964H459.87c0 10.24-2.327 22.807-5.12 37.702h98.211v147.549zm32.582-36.77h40.96v-74.01h-40.96zm119.622-152.204-4.19-9.31c-8.843-21.876-16.29-38.632-22.341-50.734l33.978-11.171c6.05 13.033 14.894 32.116 26.065 57.25v2.328zM461.73 432.407H512v-68.422h-49.804v40.03c0 14.894 0 22.807-.465 28.392zm-93.09-18.617c-13.498-24.669-29.324-51.2-46.545-80.524L358.4 311.39q33.513 53.993 48.873 79.593zm200.145-23.273v-36.305h56.32l-8.378-24.67c-2.327-7.446-4.189-12.566-5.585-16.29l40.494-6.982c0 6.982 5.586 16.756 9.31 28.858s4.654 14.895 6.05 19.084h43.753v36.305z",
6353
6463
  fill: "currentColor"
6354
- }, null, -1), _hoisted_4111 = /* @__PURE__ */ (0, import_vue229.createElementVNode)("path", {
6464
+ }, null, -1), _hoisted_4111 = /* @__PURE__ */ (0, import_vue234.createElementVNode)("path", {
6355
6465
  d: "M0 0h139.636v139.636H0zm884.364 0H1024v139.636H884.364zM0 884.364h139.636V1024H0zm884.364 0H1024V1024H884.364z",
6356
6466
  fill: "currentColor"
6357
6467
  }, null, -1), _hoisted_534 = [
6358
- _hoisted_2229,
6359
- _hoisted_3221,
6468
+ _hoisted_2234,
6469
+ _hoisted_3222,
6360
6470
  _hoisted_4111
6361
6471
  ];
6362
- function _sfc_render229(_ctx, _cache, $props, $setup, $data, $options) {
6363
- return (0, import_vue229.openBlock)(), (0, import_vue229.createElementBlock)("svg", _hoisted_1230, _hoisted_534);
6472
+ function _sfc_render234(_ctx, _cache, $props, $setup, $data, $options) {
6473
+ return (0, import_vue234.openBlock)(), (0, import_vue234.createElementBlock)("svg", _hoisted_1235, _hoisted_534);
6364
6474
  }
6365
- var icon_avoidance_area_default = /* @__PURE__ */ export_helper_default(_sfc_main229, [["render", _sfc_render229], ["__file", "icon-avoidance-area.vue"]]);
6475
+ var icon_avoidance_area_default = /* @__PURE__ */ export_helper_default(_sfc_main234, [["render", _sfc_render234], ["__file", "icon-avoidance-area.vue"]]);
6366
6476
 
6367
6477
  // src/components/icon-obstacle-point-en.vue
6368
- var import_vue230 = require("vue");
6369
- var _sfc_main230 = {
6478
+ var import_vue235 = require("vue");
6479
+ var _sfc_main235 = {
6370
6480
  name: "IconObstaclePointEn",
6371
6481
  title: "\u6DFB\u52A0\u969C\u788D\u70B9"
6372
- }, _hoisted_1231 = {
6482
+ }, _hoisted_1236 = {
6373
6483
  class: "icon",
6374
6484
  viewBox: "0 0 1024 1024",
6375
6485
  xmlns: "http://www.w3.org/2000/svg",
6376
6486
  width: "200",
6377
6487
  height: "200"
6378
- }, _hoisted_2230 = /* @__PURE__ */ (0, import_vue230.createElementVNode)("path", {
6488
+ }, _hoisted_2235 = /* @__PURE__ */ (0, import_vue235.createElementVNode)("path", {
6379
6489
  d: "M384 981.333a128 42.667 0 1 0 256 0 128 42.667 0 1 0-256 0Z",
6380
6490
  fill: "currentColor"
6381
- }, null, -1), _hoisted_3222 = /* @__PURE__ */ (0, import_vue230.createElementVNode)("path", {
6491
+ }, null, -1), _hoisted_3223 = /* @__PURE__ */ (0, import_vue235.createElementVNode)("path", {
6382
6492
  d: "M853.333 341.333C853.333 529.835 512 746.667 512 1024c0-277.333-341.333-494.165-341.333-682.667a341.333 341.333 0 1 1 682.666 0z",
6383
6493
  fill: "currentColor"
6384
- }, null, -1), _hoisted_4112 = /* @__PURE__ */ (0, import_vue230.createElementVNode)("path", {
6494
+ }, null, -1), _hoisted_4112 = /* @__PURE__ */ (0, import_vue235.createElementVNode)("path", {
6385
6495
  d: "m512 311.168 112.896-112.939 30.208 30.208-112.939 112.896L655.104 454.23l-30.165 30.208L512 371.5 399.104 484.437l-30.208-30.165 112.939-112.939-112.939-112.896 30.208-30.208L512 311.168z",
6386
6496
  fill: "#FFF"
6387
6497
  }, null, -1), _hoisted_535 = [
6388
- _hoisted_2230,
6389
- _hoisted_3222,
6498
+ _hoisted_2235,
6499
+ _hoisted_3223,
6390
6500
  _hoisted_4112
6391
6501
  ];
6392
- function _sfc_render230(_ctx, _cache, $props, $setup, $data, $options) {
6393
- return (0, import_vue230.openBlock)(), (0, import_vue230.createElementBlock)("svg", _hoisted_1231, _hoisted_535);
6502
+ function _sfc_render235(_ctx, _cache, $props, $setup, $data, $options) {
6503
+ return (0, import_vue235.openBlock)(), (0, import_vue235.createElementBlock)("svg", _hoisted_1236, _hoisted_535);
6394
6504
  }
6395
- var icon_obstacle_point_en_default = /* @__PURE__ */ export_helper_default(_sfc_main230, [["render", _sfc_render230], ["__file", "icon-obstacle-point-en.vue"]]);
6505
+ var icon_obstacle_point_en_default = /* @__PURE__ */ export_helper_default(_sfc_main235, [["render", _sfc_render235], ["__file", "icon-obstacle-point-en.vue"]]);
6396
6506
 
6397
6507
  // src/components/icon-obstacle-point.vue
6398
- var import_vue231 = require("vue");
6399
- var _sfc_main231 = {
6508
+ var import_vue236 = require("vue");
6509
+ var _sfc_main236 = {
6400
6510
  name: "IconObstaclePoint",
6401
6511
  title: "\u6DFB\u52A0\u969C\u788D\u70B9"
6402
- }, _hoisted_1232 = {
6512
+ }, _hoisted_1237 = {
6403
6513
  class: "icon",
6404
6514
  viewBox: "0 0 1024 1024",
6405
6515
  xmlns: "http://www.w3.org/2000/svg",
6406
6516
  width: "200",
6407
6517
  height: "200"
6408
- }, _hoisted_2231 = /* @__PURE__ */ (0, import_vue231.createElementVNode)("path", {
6518
+ }, _hoisted_2236 = /* @__PURE__ */ (0, import_vue236.createElementVNode)("path", {
6409
6519
  d: "M384 981.333a128 42.667 0 1 0 256 0 128 42.667 0 1 0-256 0Z",
6410
6520
  fill: "currentColor"
6411
- }, null, -1), _hoisted_3223 = /* @__PURE__ */ (0, import_vue231.createElementVNode)("path", {
6521
+ }, null, -1), _hoisted_3224 = /* @__PURE__ */ (0, import_vue236.createElementVNode)("path", {
6412
6522
  d: "M853.333 341.333C853.333 529.92 512 746.667 512 1024c0-277.333-341.333-494.08-341.333-682.667a341.333 341.333 0 0 1 682.666 0z",
6413
6523
  fill: "currentColor"
6414
- }, null, -1), _hoisted_4113 = /* @__PURE__ */ (0, import_vue231.createElementVNode)("path", {
6524
+ }, null, -1), _hoisted_4113 = /* @__PURE__ */ (0, import_vue236.createElementVNode)("path", {
6415
6525
  d: "M334.507 548.693V170.667h113.066v38.4L418.987 317.44a157.867 157.867 0 0 1 29.44 93.44 87.893 87.893 0 0 1-9.387 45.653 42.667 42.667 0 0 1-31.147 19.627 219.307 219.307 0 0 1-24.32 3.413 252.16 252.16 0 0 0-11.093-42.666h20.907a17.92 17.92 0 0 0 15.786-8.107 50.773 50.773 0 0 0 4.694-24.747 124.587 124.587 0 0 0-6.4-39.68 177.493 177.493 0 0 0-21.76-42.666l28.16-115.2H371.2V547.84zm219.733 0v-47.36H444.16v-32h110.507v-26.026h-83.2v-135.68H678.4V441.6h-85.333v27.733h111.36v33.707H593.493v47.36zm-46.507-136.106H640v-25.174H507.733zm0-51.2H640v-23.894H507.733zm-58.453-75.52V253.44H512l-7.253-11.093-14.507-21.76 9.387-2.987h-36.694v-32.853h91.734L542.72 152.32l44.8-4.693a162.56 162.56 0 0 1 6.4 19.2c2.56 8.106 4.693 14.08 5.973 17.92h85.334V217.6H640l20.053 2.56-21.333 33.28h63.573v32.427zm105.387-32.427h42.666a377.6 377.6 0 0 0 21.334-35.84h-85.334z",
6416
6526
  fill: "#FFF"
6417
6527
  }, null, -1), _hoisted_536 = [
6418
- _hoisted_2231,
6419
- _hoisted_3223,
6528
+ _hoisted_2236,
6529
+ _hoisted_3224,
6420
6530
  _hoisted_4113
6421
6531
  ];
6422
- function _sfc_render231(_ctx, _cache, $props, $setup, $data, $options) {
6423
- return (0, import_vue231.openBlock)(), (0, import_vue231.createElementBlock)("svg", _hoisted_1232, _hoisted_536);
6532
+ function _sfc_render236(_ctx, _cache, $props, $setup, $data, $options) {
6533
+ return (0, import_vue236.openBlock)(), (0, import_vue236.createElementBlock)("svg", _hoisted_1237, _hoisted_536);
6424
6534
  }
6425
- var icon_obstacle_point_default = /* @__PURE__ */ export_helper_default(_sfc_main231, [["render", _sfc_render231], ["__file", "icon-obstacle-point.vue"]]);
6535
+ var icon_obstacle_point_default = /* @__PURE__ */ export_helper_default(_sfc_main236, [["render", _sfc_render236], ["__file", "icon-obstacle-point.vue"]]);
6426
6536
 
6427
6537
  // src/components/icon-gradient.vue
6428
- var import_vue232 = require("vue");
6429
- var _sfc_main232 = {
6538
+ var import_vue237 = require("vue");
6539
+ var _sfc_main237 = {
6430
6540
  name: "IconGradient",
6431
6541
  title: "\u6E10\u53D8"
6432
- }, _hoisted_1233 = {
6542
+ }, _hoisted_1238 = {
6433
6543
  width: "80",
6434
6544
  height: "80",
6435
6545
  viewBox: "0 0 80 80",
6436
6546
  fill: "none",
6437
6547
  xmlns: "http://www.w3.org/2000/svg"
6438
- }, _hoisted_2232 = /* @__PURE__ */ (0, import_vue232.createElementVNode)("path", {
6548
+ }, _hoisted_2237 = /* @__PURE__ */ (0, import_vue237.createElementVNode)("path", {
6439
6549
  d: "m30 30 5.29 12.719 13.731 1.1-10.462 8.962 3.197 13.4L30 59l-11.756 7.18 3.197-13.399-10.462-8.961 13.73-1.101L30 30Z",
6440
6550
  fill: "#ACDF99",
6441
6551
  "fill-opacity": ".1"
6442
- }, null, -1), _hoisted_3224 = /* @__PURE__ */ (0, import_vue232.createElementVNode)("path", {
6552
+ }, null, -1), _hoisted_3225 = /* @__PURE__ */ (0, import_vue237.createElementVNode)("path", {
6443
6553
  d: "m30 31.302 4.828 11.609.118.282.304.024 12.533 1.005-9.549 8.18-.232.198.071.297 2.917 12.23-10.73-6.554-.26-.159-.26.16-10.73 6.553 2.917-12.23.07-.297-.231-.199-9.549-8.179 12.533-1.005.304-.024.118-.282L30 31.302Z",
6444
6554
  stroke: "#74B45E",
6445
6555
  "stroke-opacity": ".8"
6446
- }, null, -1), _hoisted_4114 = /* @__PURE__ */ (0, import_vue232.createElementVNode)("path", {
6556
+ }, null, -1), _hoisted_4114 = /* @__PURE__ */ (0, import_vue237.createElementVNode)("path", {
6447
6557
  d: "m40 21.302 4.828 11.609.118.282.304.024 12.533 1.005-9.549 8.18-.232.198.071.297 2.917 12.23-10.73-6.554-.26-.159-.26.16-10.73 6.553 2.917-12.23.07-.297-.231-.199-9.549-8.179 12.533-1.005.304-.024.118-.282L40 21.302Z",
6448
6558
  fill: "#ACDF99",
6449
6559
  stroke: "#74B45E"
6450
- }, null, -1), _hoisted_537 = /* @__PURE__ */ (0, import_vue232.createElementVNode)("path", {
6560
+ }, null, -1), _hoisted_537 = /* @__PURE__ */ (0, import_vue237.createElementVNode)("path", {
6451
6561
  d: "m50 11.302 4.828 11.609.118.282.304.024 12.533 1.005-9.549 8.18-.232.198.071.297 2.917 12.23-10.73-6.554-.26-.159-.26.16-10.73 6.553 2.917-12.23.07-.297-.231-.199-9.549-8.179 12.533-1.005.304-.024.118-.282L50 11.302Z",
6452
6562
  fill: "#65AA4E",
6453
6563
  stroke: "#488332"
6454
6564
  }, null, -1), _hoisted_613 = [
6455
- _hoisted_2232,
6456
- _hoisted_3224,
6565
+ _hoisted_2237,
6566
+ _hoisted_3225,
6457
6567
  _hoisted_4114,
6458
6568
  _hoisted_537
6459
6569
  ];
6460
- function _sfc_render232(_ctx, _cache, $props, $setup, $data, $options) {
6461
- return (0, import_vue232.openBlock)(), (0, import_vue232.createElementBlock)("svg", _hoisted_1233, _hoisted_613);
6570
+ function _sfc_render237(_ctx, _cache, $props, $setup, $data, $options) {
6571
+ return (0, import_vue237.openBlock)(), (0, import_vue237.createElementBlock)("svg", _hoisted_1238, _hoisted_613);
6462
6572
  }
6463
- var icon_gradient_default = /* @__PURE__ */ export_helper_default(_sfc_main232, [["render", _sfc_render232], ["__file", "icon-gradient.vue"]]);
6573
+ var icon_gradient_default = /* @__PURE__ */ export_helper_default(_sfc_main237, [["render", _sfc_render237], ["__file", "icon-gradient.vue"]]);
6464
6574
 
6465
6575
  // src/components/icon-gradient2.vue
6466
- var import_vue233 = require("vue");
6467
- var _sfc_main233 = {
6576
+ var import_vue238 = require("vue");
6577
+ var _sfc_main238 = {
6468
6578
  name: "IconGradient2",
6469
6579
  title: "\u6E10\u53D82"
6470
- }, _hoisted_1234 = {
6580
+ }, _hoisted_1239 = {
6471
6581
  width: "80",
6472
6582
  height: "80",
6473
6583
  viewBox: "0 0 80 80",
6474
6584
  fill: "none",
6475
6585
  xmlns: "http://www.w3.org/2000/svg"
6476
- }, _hoisted_2233 = /* @__PURE__ */ (0, import_vue233.createElementVNode)("path", {
6586
+ }, _hoisted_2238 = /* @__PURE__ */ (0, import_vue238.createElementVNode)("path", {
6477
6587
  d: "m50 30 5.29 12.719 13.731 1.1-10.462 8.962 3.197 13.4L50 59l-11.756 7.18 3.197-13.399-10.462-8.961 13.73-1.101L50 30Z",
6478
6588
  fill: "#E98D94",
6479
6589
  "fill-opacity": ".1"
6480
- }, null, -1), _hoisted_3225 = /* @__PURE__ */ (0, import_vue233.createElementVNode)("path", {
6590
+ }, null, -1), _hoisted_3226 = /* @__PURE__ */ (0, import_vue238.createElementVNode)("path", {
6481
6591
  d: "m50 31.302 4.828 11.609.118.282.304.024 12.533 1.005-9.549 8.18-.232.198.071.297 2.917 12.23-10.73-6.554-.26-.159-.26.16-10.73 6.553 2.917-12.23.07-.297-.231-.199-9.549-8.179 12.533-1.005.304-.024.118-.282L50 31.302Z",
6482
6592
  stroke: "#DE6B74",
6483
6593
  "stroke-opacity": ".8"
6484
- }, null, -1), _hoisted_4115 = /* @__PURE__ */ (0, import_vue233.createElementVNode)("path", {
6594
+ }, null, -1), _hoisted_4115 = /* @__PURE__ */ (0, import_vue238.createElementVNode)("path", {
6485
6595
  d: "m40 21.302 4.828 11.609.118.282.304.024 12.533 1.005-9.549 8.18-.232.198.071.297 2.917 12.23-10.73-6.554-.26-.159-.26.16-10.73 6.553 2.917-12.23.07-.297-.231-.199-9.549-8.179 12.533-1.005.304-.024.118-.282L40 21.302Z",
6486
6596
  fill: "#E98D94",
6487
6597
  stroke: "#DE6B74"
6488
- }, null, -1), _hoisted_538 = /* @__PURE__ */ (0, import_vue233.createElementVNode)("path", {
6598
+ }, null, -1), _hoisted_538 = /* @__PURE__ */ (0, import_vue238.createElementVNode)("path", {
6489
6599
  d: "m30 11.302 4.828 11.609.118.282.304.024 12.533 1.005-9.549 8.18-.232.198.071.297 2.917 12.23-10.73-6.554-.26-.159-.26.16-10.73 6.553 2.917-12.23.07-.297-.231-.199-9.549-8.179 12.533-1.005.304-.024.118-.282L30 11.302Z",
6490
6600
  fill: "#CF525C",
6491
6601
  stroke: "#BE3943"
6492
6602
  }, null, -1), _hoisted_614 = [
6493
- _hoisted_2233,
6494
- _hoisted_3225,
6603
+ _hoisted_2238,
6604
+ _hoisted_3226,
6495
6605
  _hoisted_4115,
6496
6606
  _hoisted_538
6497
6607
  ];
6498
- function _sfc_render233(_ctx, _cache, $props, $setup, $data, $options) {
6499
- return (0, import_vue233.openBlock)(), (0, import_vue233.createElementBlock)("svg", _hoisted_1234, _hoisted_614);
6608
+ function _sfc_render238(_ctx, _cache, $props, $setup, $data, $options) {
6609
+ return (0, import_vue238.openBlock)(), (0, import_vue238.createElementBlock)("svg", _hoisted_1239, _hoisted_614);
6500
6610
  }
6501
- var icon_gradient2_default = /* @__PURE__ */ export_helper_default(_sfc_main233, [["render", _sfc_render233], ["__file", "icon-gradient2.vue"]]);
6611
+ var icon_gradient2_default = /* @__PURE__ */ export_helper_default(_sfc_main238, [["render", _sfc_render238], ["__file", "icon-gradient2.vue"]]);
6502
6612
 
6503
6613
  // src/components/icon-filter.vue
6504
- var import_vue234 = require("vue");
6505
- var _sfc_main234 = {
6614
+ var import_vue239 = require("vue");
6615
+ var _sfc_main239 = {
6506
6616
  name: "IconFilter",
6507
6617
  title: "\u6EE4\u955C"
6508
- }, _hoisted_1235 = {
6618
+ }, _hoisted_1240 = {
6509
6619
  class: "icon",
6510
6620
  viewBox: "0 0 1026 1024",
6511
6621
  xmlns: "http://www.w3.org/2000/svg",
6512
6622
  width: "200.391",
6513
6623
  height: "200"
6514
- }, _hoisted_2234 = /* @__PURE__ */ (0, import_vue234.createElementVNode)("path", { d: "M1013.794 966.126 809.533 761.865a21.107 21.107 0 0 0-6.128-4.766 457.545 457.545 0 1 0-46.299 46.3 21.107 21.107 0 0 0 4.766 6.127l204.261 204.26a33.363 33.363 0 0 0 47.661-47.66zm-554.91-119.152a388.096 388.096 0 1 1 388.097-388.096 388.096 388.096 0 0 1-388.096 388.096z" }, null, -1), _hoisted_3226 = /* @__PURE__ */ (0, import_vue234.createElementVNode)("path", { d: "M458.885 322.704a136.174 136.174 0 1 0 136.174 136.174 136.174 136.174 0 0 0-136.174-136.174zm0 204.26a68.087 68.087 0 1 1 68.087-68.086 68.087 68.087 0 0 1-68.087 68.087z" }, null, -1), _hoisted_4116 = [
6515
- _hoisted_2234,
6516
- _hoisted_3226
6624
+ }, _hoisted_2239 = /* @__PURE__ */ (0, import_vue239.createElementVNode)("path", { d: "M1013.794 966.126 809.533 761.865a21.107 21.107 0 0 0-6.128-4.766 457.545 457.545 0 1 0-46.299 46.3 21.107 21.107 0 0 0 4.766 6.127l204.261 204.26a33.363 33.363 0 0 0 47.661-47.66zm-554.91-119.152a388.096 388.096 0 1 1 388.097-388.096 388.096 388.096 0 0 1-388.096 388.096z" }, null, -1), _hoisted_3227 = /* @__PURE__ */ (0, import_vue239.createElementVNode)("path", { d: "M458.885 322.704a136.174 136.174 0 1 0 136.174 136.174 136.174 136.174 0 0 0-136.174-136.174zm0 204.26a68.087 68.087 0 1 1 68.087-68.086 68.087 68.087 0 0 1-68.087 68.087z" }, null, -1), _hoisted_4116 = [
6625
+ _hoisted_2239,
6626
+ _hoisted_3227
6517
6627
  ];
6518
- function _sfc_render234(_ctx, _cache, $props, $setup, $data, $options) {
6519
- return (0, import_vue234.openBlock)(), (0, import_vue234.createElementBlock)("svg", _hoisted_1235, _hoisted_4116);
6628
+ function _sfc_render239(_ctx, _cache, $props, $setup, $data, $options) {
6629
+ return (0, import_vue239.openBlock)(), (0, import_vue239.createElementBlock)("svg", _hoisted_1240, _hoisted_4116);
6520
6630
  }
6521
- var icon_filter_default = /* @__PURE__ */ export_helper_default(_sfc_main234, [["render", _sfc_render234], ["__file", "icon-filter.vue"]]);
6631
+ var icon_filter_default = /* @__PURE__ */ export_helper_default(_sfc_main239, [["render", _sfc_render239], ["__file", "icon-filter.vue"]]);
6522
6632
 
6523
6633
  // src/components/icon-flame.vue
6524
- var import_vue235 = require("vue");
6525
- var _sfc_main235 = {
6634
+ var import_vue240 = require("vue");
6635
+ var _sfc_main240 = {
6526
6636
  name: "IconFlame",
6527
6637
  title: "\u706B\u7130"
6528
- }, _hoisted_1236 = {
6638
+ }, _hoisted_1241 = {
6529
6639
  width: "24",
6530
6640
  height: "24",
6531
6641
  viewBox: "0 0 24 24",
6532
6642
  fill: "none",
6533
6643
  xmlns: "http://www.w3.org/2000/svg"
6534
- }, _hoisted_2235 = /* @__PURE__ */ (0, import_vue235.createElementVNode)("path", {
6644
+ }, _hoisted_2240 = /* @__PURE__ */ (0, import_vue240.createElementVNode)("path", {
6535
6645
  "fill-rule": "evenodd",
6536
6646
  "clip-rule": "evenodd",
6537
6647
  d: "m18.734 16.84-4.392-5.024c-2.192-2.508-2.678-5.319-2.78-8.334-1.13 1.081-1.674 2.417-1.952 3.802-.23 1.151-.27 2.33-.254 3.436.006.374.016.712.027 1.045l.015.509c.012.459.02.969-.022 1.412l-.344 3.692-2.896-2.315c-.863-.69-1.468-1.606-1.893-2.491A6.27 6.27 0 0 0 4 14.251C4 18.499 7.518 22 12 22s8-3.502 8-7.749c0-1.01-.332-1.736-.913-3.008l-.113-.247c-.31-.681-.642-1.447-.9-2.35a2.827 2.827 0 0 0-.244 1.582l.904 6.612Zm-1.092-10.7c.519-.383 1.168-.704 1.975-.928-.007.758.061 1.43.178 2.04.246 1.28.709 2.285 1.147 3.237C21.49 11.679 22 12.787 22 14.25 22 19.651 17.539 24 12 24S2 19.65 2 14.251c0-1.448.445-3.137 1.323-4.415.464-.674 1.049-1.235 1.753-1.585 0 0 .066.642.283 1.502.047.188.1.386.163.59.338 1.11.913 2.399 1.863 3.158.038-.41.02-.977 0-1.65a36.154 36.154 0 0 1-.02-2.332c.092-2.87.775-6.392 4.172-8.542.584-.37 1.248-.699 2.002-.977v.596c0 .542-.001 1.063.003 1.565.017 2.086.117 3.853.642 5.437a8.27 8.27 0 0 0 1.664 2.901 4.81 4.81 0 0 1 .494-2.86 4.438 4.438 0 0 1 1.3-1.499Z",
6538
6648
  fill: "currentColor"
6539
- }, null, -1), _hoisted_3227 = [
6540
- _hoisted_2235
6649
+ }, null, -1), _hoisted_3228 = [
6650
+ _hoisted_2240
6541
6651
  ];
6542
- function _sfc_render235(_ctx, _cache, $props, $setup, $data, $options) {
6543
- return (0, import_vue235.openBlock)(), (0, import_vue235.createElementBlock)("svg", _hoisted_1236, _hoisted_3227);
6652
+ function _sfc_render240(_ctx, _cache, $props, $setup, $data, $options) {
6653
+ return (0, import_vue240.openBlock)(), (0, import_vue240.createElementBlock)("svg", _hoisted_1241, _hoisted_3228);
6544
6654
  }
6545
- var icon_flame_default = /* @__PURE__ */ export_helper_default(_sfc_main235, [["render", _sfc_render235], ["__file", "icon-flame.vue"]]);
6655
+ var icon_flame_default = /* @__PURE__ */ export_helper_default(_sfc_main240, [["render", _sfc_render240], ["__file", "icon-flame.vue"]]);
6546
6656
 
6547
6657
  // src/components/icon-lighting.vue
6548
- var import_vue236 = require("vue");
6549
- var _sfc_main236 = {
6658
+ var import_vue241 = require("vue");
6659
+ var _sfc_main241 = {
6550
6660
  name: "IconLighting",
6551
6661
  title: "\u706F\u5149"
6552
- }, _hoisted_1237 = {
6662
+ }, _hoisted_1242 = {
6553
6663
  class: "icon",
6554
6664
  viewBox: "0 0 1024 1024",
6555
6665
  xmlns: "http://www.w3.org/2000/svg",
6556
6666
  width: "200",
6557
6667
  height: "200"
6558
- }, _hoisted_2236 = /* @__PURE__ */ (0, import_vue236.createElementVNode)("path", {
6668
+ }, _hoisted_2241 = /* @__PURE__ */ (0, import_vue241.createElementVNode)("path", {
6559
6669
  d: "M985.6 505.6c0-25.6-6.4-44.8-12.8-70.4C915.2 249.6 748.8 108.8 544 96V32h-64v64C275.2 108.8 108.8 249.6 51.2 441.6c-6.4 19.2-12.8 44.8-12.8 64L32 544h192c12.8 140.8 134.4 256 288 256s268.8-115.2 288-256h192l-6.4-38.4zM512 736c-115.2 0-204.8-83.2-224-192h441.6C716.8 652.8 627.2 736 512 736zM108.8 480c0-6.4 6.4-12.8 6.4-25.6C166.4 288 326.4 160 512 160s345.6 128 396.8 294.4c0 6.4 6.4 12.8 6.4 25.6H108.8zM480 832v128h64V832h-64zm-211.2-57.6-96 96 44.8 44.8 96-96-44.8-44.8zm486.4 0-44.8 44.8 96 96 44.8-44.8-96-96z",
6560
6670
  fill: "currentColor"
6561
- }, null, -1), _hoisted_3228 = [
6562
- _hoisted_2236
6671
+ }, null, -1), _hoisted_3229 = [
6672
+ _hoisted_2241
6563
6673
  ];
6564
- function _sfc_render236(_ctx, _cache, $props, $setup, $data, $options) {
6565
- return (0, import_vue236.openBlock)(), (0, import_vue236.createElementBlock)("svg", _hoisted_1237, _hoisted_3228);
6674
+ function _sfc_render241(_ctx, _cache, $props, $setup, $data, $options) {
6675
+ return (0, import_vue241.openBlock)(), (0, import_vue241.createElementBlock)("svg", _hoisted_1242, _hoisted_3229);
6566
6676
  }
6567
- var icon_lighting_default = /* @__PURE__ */ export_helper_default(_sfc_main236, [["render", _sfc_render236], ["__file", "icon-lighting.vue"]]);
6677
+ var icon_lighting_default = /* @__PURE__ */ export_helper_default(_sfc_main241, [["render", _sfc_render241], ["__file", "icon-lighting.vue"]]);
6568
6678
 
6569
6679
  // src/components/icon-point-light-source.vue
6570
- var import_vue237 = require("vue");
6571
- var _sfc_main237 = {
6680
+ var import_vue242 = require("vue");
6681
+ var _sfc_main242 = {
6572
6682
  name: "IconPointLightSource",
6573
6683
  title: "\u70B9\u5149\u6E90"
6574
- }, _hoisted_1238 = {
6684
+ }, _hoisted_1243 = {
6575
6685
  class: "icon",
6576
6686
  viewBox: "0 0 1024 1024",
6577
6687
  xmlns: "http://www.w3.org/2000/svg",
6578
6688
  width: "200",
6579
6689
  height: "200"
6580
- }, _hoisted_2237 = /* @__PURE__ */ (0, import_vue237.createElementVNode)("path", {
6690
+ }, _hoisted_2242 = /* @__PURE__ */ (0, import_vue242.createElementVNode)("path", {
6581
6691
  d: "M469.333 0v128h85.334V0h-85.334zM180.181 119.85l-60.33 60.331 90.453 90.454 60.416-60.288-90.539-90.496zm663.638 0-90.454 90.454 60.288 60.373 90.496-90.496-60.33-60.33zM512 213.334c-164.437 0-298.667 134.23-298.667 298.667 0 118.101 70.656 217.685 170.667 265.984V896c0 46.635 38.699 85.333 85.333 85.333h85.334C601.3 981.333 640 942.635 640 896V777.984C740.01 729.685 810.667 630.101 810.667 512c0-164.437-134.23-298.667-298.667-298.667zm0 85.334A212.65 212.65 0 0 1 725.333 512a212.907 212.907 0 0 1-142.25 200.917l-28.416 9.984V896h-85.334V722.901l-28.416-9.984A212.907 212.907 0 0 1 298.667 512 212.65 212.65 0 0 1 512 298.667zM0 469.333v85.334h128v-85.334H0zm896 0v85.334h128v-85.334H896zm-685.653 283.99-90.496 90.496 60.33 60.33 90.454-90.453-60.288-60.373zm603.306 0-60.33 60.33 90.496 90.496 60.33-60.33-90.453-90.454z",
6582
6692
  fill: "currentColor"
6583
- }, null, -1), _hoisted_3229 = [
6584
- _hoisted_2237
6693
+ }, null, -1), _hoisted_3230 = [
6694
+ _hoisted_2242
6585
6695
  ];
6586
- function _sfc_render237(_ctx, _cache, $props, $setup, $data, $options) {
6587
- return (0, import_vue237.openBlock)(), (0, import_vue237.createElementBlock)("svg", _hoisted_1238, _hoisted_3229);
6696
+ function _sfc_render242(_ctx, _cache, $props, $setup, $data, $options) {
6697
+ return (0, import_vue242.openBlock)(), (0, import_vue242.createElementBlock)("svg", _hoisted_1243, _hoisted_3230);
6588
6698
  }
6589
- var icon_point_light_source_default = /* @__PURE__ */ export_helper_default(_sfc_main237, [["render", _sfc_render237], ["__file", "icon-point-light-source.vue"]]);
6699
+ var icon_point_light_source_default = /* @__PURE__ */ export_helper_default(_sfc_main242, [["render", _sfc_render242], ["__file", "icon-point-light-source.vue"]]);
6590
6700
 
6591
6701
  // src/components/icon-fireworks.vue
6592
- var import_vue238 = require("vue");
6593
- var _sfc_main238 = {
6702
+ var import_vue243 = require("vue");
6703
+ var _sfc_main243 = {
6594
6704
  name: "IconFireworks",
6595
6705
  title: "\u70DF\u706B"
6596
- }, _hoisted_1239 = {
6706
+ }, _hoisted_1244 = {
6597
6707
  width: "24",
6598
6708
  height: "24",
6599
6709
  viewBox: "0 0 24 24",
6600
6710
  fill: "none",
6601
6711
  xmlns: "http://www.w3.org/2000/svg"
6602
- }, _hoisted_2238 = /* @__PURE__ */ (0, import_vue238.createElementVNode)("path", {
6712
+ }, _hoisted_2243 = /* @__PURE__ */ (0, import_vue243.createElementVNode)("path", {
6603
6713
  d: "M11 3h2v7h-2V3Zm0 17h2v-7h-2v7Zm0-20h2v2h-2V0Zm0 23h2v-2h-2v2Zm9.5-12.5v2h-7v-2h7Zm-17 0v2h7v-2h-7Zm20 0v2h-2v-2h2Zm-23 0v2h2v-2h-2Z",
6604
6714
  fill: "currentColor"
6605
- }, null, -1), _hoisted_3230 = /* @__PURE__ */ (0, import_vue238.createElementVNode)("path", {
6715
+ }, null, -1), _hoisted_3231 = /* @__PURE__ */ (0, import_vue243.createElementVNode)("path", {
6606
6716
  d: "m15.384 3.639 1.732 1-3.5 6.062-1.732-1 3.5-6.062Zm-8.5 14.722 1.732 1 3.5-6.062-1.732-1-3.5 6.062Zm10-17.321 1.732 1-1 1.733-1.732-1 1-1.732Zm-11.5 19.92 1.732 1 1-1.733-1.732-1-1 1.732Zm14.477-6.076-1 1.732-6.062-3.5 1-1.732 6.062 3.5Zm-14.722-8.5-1 1.732 6.062 3.5 1-1.732-6.062-3.5Zm17.321 10-1 1.732-1.733-1 1-1.732 1.732 1ZM2.54 4.884l-1 1.732 1.733 1 1-1.732-1.732-1Z",
6607
6717
  fill: "currentColor"
6608
- }, null, -1), _hoisted_4117 = /* @__PURE__ */ (0, import_vue238.createElementVNode)("path", {
6718
+ }, null, -1), _hoisted_4117 = /* @__PURE__ */ (0, import_vue243.createElementVNode)("path", {
6609
6719
  d: "m18.861 6.384 1 1.732-6.062 3.5-1-1.732 6.062-3.5Zm-14.722 8.5 1 1.732 6.062-3.5-1-1.732-6.062 3.5Zm17.321-10 1 1.732-1.733 1-1-1.732 1.732-1Zm-19.92 11.5 1 1.732 1.733-1-1-1.732-1.732 1Zm15.576 1.977-1.732 1-3.5-6.062 1.732-1 3.5 6.062Zm-8.5-14.722-1.732 1 3.5 6.062 1.732-1-3.5-6.062Zm10 17.321-1.732 1-1-1.733 1.732-1 1 1.732ZM7.116 1.04l-1.732 1 1 1.733 1.732-1-1-1.732Z",
6610
6720
  fill: "currentColor"
6611
6721
  }, null, -1), _hoisted_539 = [
6612
- _hoisted_2238,
6613
- _hoisted_3230,
6722
+ _hoisted_2243,
6723
+ _hoisted_3231,
6614
6724
  _hoisted_4117
6615
6725
  ];
6616
- function _sfc_render238(_ctx, _cache, $props, $setup, $data, $options) {
6617
- return (0, import_vue238.openBlock)(), (0, import_vue238.createElementBlock)("svg", _hoisted_1239, _hoisted_539);
6726
+ function _sfc_render243(_ctx, _cache, $props, $setup, $data, $options) {
6727
+ return (0, import_vue243.openBlock)(), (0, import_vue243.createElementBlock)("svg", _hoisted_1244, _hoisted_539);
6618
6728
  }
6619
- var icon_fireworks_default = /* @__PURE__ */ export_helper_default(_sfc_main238, [["render", _sfc_render238], ["__file", "icon-fireworks.vue"]]);
6729
+ var icon_fireworks_default = /* @__PURE__ */ export_helper_default(_sfc_main243, [["render", _sfc_render243], ["__file", "icon-fireworks.vue"]]);
6620
6730
 
6621
6731
  // src/components/icon-smoke.vue
6622
- var import_vue239 = require("vue");
6623
- var _sfc_main239 = {
6732
+ var import_vue244 = require("vue");
6733
+ var _sfc_main244 = {
6624
6734
  name: "IconSmoke",
6625
6735
  title: "\u70DF\u96FE"
6626
- }, _hoisted_1240 = {
6736
+ }, _hoisted_1245 = {
6627
6737
  width: "24",
6628
6738
  height: "24",
6629
6739
  viewBox: "0 0 24 24",
6630
6740
  fill: "none",
6631
6741
  xmlns: "http://www.w3.org/2000/svg"
6632
- }, _hoisted_2239 = /* @__PURE__ */ (0, import_vue239.createElementVNode)("path", {
6742
+ }, _hoisted_2244 = /* @__PURE__ */ (0, import_vue244.createElementVNode)("path", {
6633
6743
  "fill-rule": "evenodd",
6634
6744
  "clip-rule": "evenodd",
6635
6745
  d: "M8 2a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm4.229 2.035a6.076 6.076 0 0 0-1.31 1.858L10.445 7c.197-.002.387.005.566.017.871.06 1.706.26 2.228.432a1 1 0 0 1-.627 1.9 7.613 7.613 0 0 0-1.737-.336c-.72-.05-1.238.047-1.5.22-.335.221-.655.642-.92 1.178a5.916 5.916 0 0 0-.475 1.345 1 1 0 1 1-1.96-.396 7.87 7.87 0 0 1 .642-1.837c.335-.675.85-1.457 1.61-1.959.586-.386 1.293-.527 1.95-.557l-.873-.748c-.472-.405-1.369-.942-2.432-1.154-1.034-.206-2.2-.104-3.336.708-1.02.728-1.242 1.684-1.08 2.72.17 1.095.773 2.19 1.288 2.853l.542.697-.624.624c-.312.311-.742 1.095-.907 2.136-.16 1.01-.046 2.136.558 3.142.347.58 1.056.899 2.083.954.922.05 1.9-.131 2.568-.332-.571-.314-.99-.78-1.279-1.209a5.11 5.11 0 0 1-.7-1.534 1 1 0 1 1 1.94-.49c.05.2.188.565.417.904.231.342.49.563.75.648.303.1.894.102 1.652-.016.713-.11 1.412-.3 1.824-.435a1 1 0 0 1 .626 1.9c-.5.164-1.305.382-2.143.512a8.232 8.232 0 0 1-1.551.109c.79.505 1.89 1.112 3.042 1.56 1.457.565 2.751.777 3.597.495.816-.272 1.4-.974 1.792-1.92.39-.945.524-1.985.524-2.631v-.528c-1.022.853-2.027 1.335-2.526 1.5a1 1 0 1 1-.627-1.9c.316-.104 1.366-.596 2.345-1.566.278-.275.34-.576.294-.913a2.16 2.16 0 0 0-.387-.931 1 1 0 1 1 1.594-1.208c.308.407.667 1.083.775 1.866.113.822-.053 1.8-.869 2.607a9.495 9.495 0 0 1-.351.331l.305-.152c.81-.405 2.618-1.872 2.957-4.247.155-1.082-.19-1.94-.71-2.606-.538-.688-1.244-1.141-1.694-1.334l-.314-.135-.166-.298a11.84 11.84 0 0 0-1.983-2.58C16.227 3.523 15.303 3 14.5 3c-.857 0-1.622.415-2.271 1.035ZM10.847 2.59C11.723 1.752 12.957 1 14.5 1c1.598 0 3.007.978 4.032 1.968.939.906 1.7 1.963 2.178 2.762a6.697 6.697 0 0 1 2.166 1.792c.788 1.01 1.36 2.4 1.114 4.12-.4 2.796-2.252 4.622-3.513 5.445a9.378 9.378 0 0 1-.653 2.808c-.508 1.228-1.424 2.526-3.008 3.054-1.554.518-3.427.063-4.953-.53a19.93 19.93 0 0 1-3.53-1.825c-.819.22-1.912.4-3 .342-1.297-.07-2.838-.501-3.69-1.921C.746 17.52.609 15.897.825 14.53c.153-.968.494-1.875.933-2.562C1.23 11.14.71 10.028.524 8.841.277 7.252.638 5.458 2.42 4.186 4.082 2.998 5.834 2.85 7.308 3.144c.897.179 1.7.521 2.347.897.31-.48.709-.99 1.192-1.451ZM23 4a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-1 16a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM9 23a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM2 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z",
6636
6746
  fill: "currentColor"
6637
- }, null, -1), _hoisted_3231 = [
6638
- _hoisted_2239
6747
+ }, null, -1), _hoisted_3232 = [
6748
+ _hoisted_2244
6639
6749
  ];
6640
- function _sfc_render239(_ctx, _cache, $props, $setup, $data, $options) {
6641
- return (0, import_vue239.openBlock)(), (0, import_vue239.createElementBlock)("svg", _hoisted_1240, _hoisted_3231);
6750
+ function _sfc_render244(_ctx, _cache, $props, $setup, $data, $options) {
6751
+ return (0, import_vue244.openBlock)(), (0, import_vue244.createElementBlock)("svg", _hoisted_1245, _hoisted_3232);
6642
6752
  }
6643
- var icon_smoke_default = /* @__PURE__ */ export_helper_default(_sfc_main239, [["render", _sfc_render239], ["__file", "icon-smoke.vue"]]);
6753
+ var icon_smoke_default = /* @__PURE__ */ export_helper_default(_sfc_main244, [["render", _sfc_render244], ["__file", "icon-smoke.vue"]]);
6644
6754
 
6645
6755
  // src/components/icon-heat-map-3d.vue
6646
- var import_vue240 = require("vue");
6647
- var _sfc_main240 = {
6756
+ var import_vue245 = require("vue");
6757
+ var _sfc_main245 = {
6648
6758
  name: "IconHeatMap3D",
6649
6759
  title: "\u70ED\u529B\u56FE3d"
6650
- }, _hoisted_1241 = {
6760
+ }, _hoisted_1246 = {
6651
6761
  class: "icon",
6652
6762
  viewBox: "0 0 1024 1024",
6653
6763
  xmlns: "http://www.w3.org/2000/svg",
6654
6764
  width: "200",
6655
6765
  height: "200"
6656
- }, _hoisted_2240 = /* @__PURE__ */ (0, import_vue240.createElementVNode)("path", {
6766
+ }, _hoisted_2245 = /* @__PURE__ */ (0, import_vue245.createElementVNode)("path", {
6657
6767
  d: "M598.4 848c-220.8 0-457.6-121.6-457.6-316.8 0-198.4 246.4-352 457.6-352 128 0 281.6 60.8 281.6 352C883.2 745.6 793.6 848 598.4 848zm0-633.6C403.2 214.4 179.2 352 179.2 528c0 188.8 249.6 278.4 419.2 278.4S841.6 723.2 841.6 528c3.2-208-80-313.6-243.2-313.6z",
6658
6768
  fill: "currentColor"
6659
- }, null, -1), _hoisted_3232 = /* @__PURE__ */ (0, import_vue240.createElementVNode)("path", {
6769
+ }, null, -1), _hoisted_3233 = /* @__PURE__ */ (0, import_vue245.createElementVNode)("path", {
6660
6770
  d: "M569.6 742.4c-150.4 0-310.4-83.2-310.4-217.6 0-134.4 166.4-240 310.4-240 89.6 0 195.2 41.6 195.2 240 0 147.2-60.8 217.6-195.2 217.6zm0-422.4c-124.8 0-272 89.6-272 201.6 0 118.4 160 179.2 272 179.2s156.8-51.2 156.8-179.2c0-134.4-51.2-201.6-156.8-201.6z",
6661
6771
  fill: "currentColor"
6662
- }, null, -1), _hoisted_4118 = /* @__PURE__ */ (0, import_vue240.createElementVNode)("path", {
6772
+ }, null, -1), _hoisted_4118 = /* @__PURE__ */ (0, import_vue245.createElementVNode)("path", {
6663
6773
  d: "M537.6 624c-70.4 0-147.2-41.6-147.2-105.6 0-67.2 76.8-115.2 147.2-115.2 35.2 0 96 16 96 115.2 0 70.4-32 105.6-96 105.6zm0-192c-51.2 0-115.2 38.4-115.2 83.2 0 48 67.2 73.6 115.2 73.6 44.8 0 64-19.2 64-73.6 0-73.6-35.2-83.2-64-83.2z",
6664
6774
  fill: "currentColor"
6665
6775
  }, null, -1), _hoisted_540 = [
6666
- _hoisted_2240,
6667
- _hoisted_3232,
6776
+ _hoisted_2245,
6777
+ _hoisted_3233,
6668
6778
  _hoisted_4118
6669
6779
  ];
6670
- function _sfc_render240(_ctx, _cache, $props, $setup, $data, $options) {
6671
- return (0, import_vue240.openBlock)(), (0, import_vue240.createElementBlock)("svg", _hoisted_1241, _hoisted_540);
6780
+ function _sfc_render245(_ctx, _cache, $props, $setup, $data, $options) {
6781
+ return (0, import_vue245.openBlock)(), (0, import_vue245.createElementBlock)("svg", _hoisted_1246, _hoisted_540);
6672
6782
  }
6673
- var icon_heat_map_3d_default = /* @__PURE__ */ export_helper_default(_sfc_main240, [["render", _sfc_render240], ["__file", "icon-heat-map-3d.vue"]]);
6783
+ var icon_heat_map_3d_default = /* @__PURE__ */ export_helper_default(_sfc_main245, [["render", _sfc_render245], ["__file", "icon-heat-map-3d.vue"]]);
6674
6784
 
6675
- // src/components/icon-special-effects.vue
6676
- var import_vue241 = require("vue");
6677
- var _sfc_main241 = {
6785
+ // src/components/icon-special-effects.vue
6786
+ var import_vue246 = require("vue");
6787
+ var _sfc_main246 = {
6678
6788
  name: "IconSpecialEffects",
6679
6789
  title: "\u7279\u6548"
6680
- }, _hoisted_1242 = {
6790
+ }, _hoisted_1247 = {
6681
6791
  width: "80",
6682
6792
  height: "80",
6683
6793
  viewBox: "0 0 80 80",
6684
6794
  fill: "none",
6685
6795
  xmlns: "http://www.w3.org/2000/svg"
6686
- }, _hoisted_2241 = /* @__PURE__ */ (0, import_vue241.createElementVNode)("path", {
6796
+ }, _hoisted_2246 = /* @__PURE__ */ (0, import_vue246.createElementVNode)("path", {
6687
6797
  d: "M20.29 65.52a4.888 4.888 0 0 1-2.628-.77 4.646 4.646 0 0 1-1.745-1.934 4.592 4.592 0 0 1-.42-2.56l2.006-16.599L4.648 32.632a4.641 4.641 0 0 1-1.441-2.171 4.602 4.602 0 0 1-.039-2.598 4.729 4.729 0 0 1 1.368-2.229 4.8 4.8 0 0 1 2.352-1.174l16.77-3.265L30.412 5.85a4.832 4.832 0 0 1 1.69-2.003 4.898 4.898 0 0 1 5.066-.263A4.847 4.847 0 0 1 39.06 5.4l8.36 14.581 17.027 1.537a4.79 4.79 0 0 1 2.469.926 4.725 4.725 0 0 1 1.592 2.085 4.61 4.61 0 0 1-.959 4.886L55.946 41.692l3.76 16.29a4.6 4.6 0 0 1-.145 2.591 4.643 4.643 0 0 1-1.526 2.11 4.893 4.893 0 0 1-5.06.633l-15.529-6.992-14.694 8.53a4.918 4.918 0 0 1-2.463.667ZM8.798 29.416l12.273 10.543a4.856 4.856 0 0 1 1.374 1.926c.291.744.393 1.547.296 2.34l-1.837 15.774 13.957-8.091a5.12 5.12 0 0 1 4.652-.234l14.769 6.615-3.534-15.526a4.819 4.819 0 0 1 .05-2.351 4.853 4.853 0 0 1 1.159-2.053l11.077-11.734-16.259-1.456a5.053 5.053 0 0 1-2.262-.767 4.996 4.996 0 0 1-1.648-1.717L34.894 8.747l-6.45 14.681a4.93 4.93 0 0 1-1.455 1.873 4.993 4.993 0 0 1-2.168.986L8.799 29.415Zm57.666 16.463.034-.034c1.356-1.343 2.71-1.343 4.066 0l6.185 6.126c1.355 1.343 1.355 2.685 0 4.027l-.034.035c-1.356 1.342-2.71 1.342-4.066 0l-6.185-6.127c-1.355-1.342-1.355-2.685 0-4.027ZM60.48 66.012l.034-.034c1.355-1.343 2.71-1.343 4.066 0l6.185 6.126c1.355 1.342 1.355 2.685 0 4.027l-.035.034c-1.355 1.343-2.71 1.343-4.066 0L60.48 70.04c-1.355-1.342-1.355-2.685 0-4.027Z",
6688
6798
  fill: "currentColor"
6689
- }, null, -1), _hoisted_3233 = /* @__PURE__ */ (0, import_vue241.createElementVNode)("path", {
6799
+ }, null, -1), _hoisted_3234 = /* @__PURE__ */ (0, import_vue246.createElementVNode)("path", {
6690
6800
  d: "m37.016 65.322.035-.034c1.355-1.342 2.71-1.342 4.066 0l6.185 6.127c1.355 1.342 1.355 2.684 0 4.027l-.035.034c-1.355 1.342-2.71 1.342-4.065 0l-6.186-6.126c-1.355-1.343-1.355-2.685 0-4.028Z",
6691
6801
  fill: "currentColor"
6692
6802
  }, null, -1), _hoisted_4119 = [
6693
- _hoisted_2241,
6694
- _hoisted_3233
6803
+ _hoisted_2246,
6804
+ _hoisted_3234
6695
6805
  ];
6696
- function _sfc_render241(_ctx, _cache, $props, $setup, $data, $options) {
6697
- return (0, import_vue241.openBlock)(), (0, import_vue241.createElementBlock)("svg", _hoisted_1242, _hoisted_4119);
6806
+ function _sfc_render246(_ctx, _cache, $props, $setup, $data, $options) {
6807
+ return (0, import_vue246.openBlock)(), (0, import_vue246.createElementBlock)("svg", _hoisted_1247, _hoisted_4119);
6698
6808
  }
6699
- var icon_special_effects_default = /* @__PURE__ */ export_helper_default(_sfc_main241, [["render", _sfc_render241], ["__file", "icon-special-effects.vue"]]);
6809
+ var icon_special_effects_default = /* @__PURE__ */ export_helper_default(_sfc_main246, [["render", _sfc_render246], ["__file", "icon-special-effects.vue"]]);
6700
6810
 
6701
6811
  // src/components/icon-tile-server.vue
6702
- var import_vue242 = require("vue");
6703
- var _sfc_main242 = {
6812
+ var import_vue247 = require("vue");
6813
+ var _sfc_main247 = {
6704
6814
  name: "IconTileServer",
6705
6815
  title: "\u74E6\u7247\u670D\u52A1"
6706
- }, _hoisted_1243 = {
6816
+ }, _hoisted_1248 = {
6707
6817
  class: "icon",
6708
6818
  viewBox: "0 0 1024 1024",
6709
6819
  xmlns: "http://www.w3.org/2000/svg",
6710
6820
  width: "200",
6711
6821
  height: "200"
6712
- }, _hoisted_2242 = /* @__PURE__ */ (0, import_vue242.createElementVNode)("path", {
6822
+ }, _hoisted_2247 = /* @__PURE__ */ (0, import_vue247.createElementVNode)("path", {
6713
6823
  d: "M338.748 384.75c53.448 3.787 98.74 20.9 135.331 51.447 20.39 17.003 73.182 12.634 106.533-10.668 33.023-23.12 36.554-54.978-1.238-95.72a54.613 54.613 0 1 1 34.443-15.655c43.8 54.104 36.627 106.97-12.38 141.194-45.51 31.858-116.07 37.72-150.696 8.81-32.84-27.415-74.456-42.015-125.501-43.617a54.613 54.613 0 1 1 13.508-35.972v.182zm109.226 385.425v44.31L11.068 512l81.082-56.106 31.785 22.246L75.038 512l372.936 258.175zM893.728 512l-48.897-33.86 31.785-22.246L957.7 512h-63.97zM447.974 915.811v44.31L11.068 657.636l54.904-38.011 31.822 22.246-22.756 15.765L447.974 915.81zm0-291.271v44.31L11.068 366.363l473.315-327.68L957.7 366.364 747.329 512h-63.971l210.37-145.636L484.383 82.958 75.038 366.364 447.974 624.54zm72.818 251.549H630.02v109.227H520.792V876.089zm0-145.636H630.02V839.68H520.792V730.453zm0-145.635H630.02v109.226H520.792V584.818zm145.636 291.27h109.226v109.228H666.428V876.089zm0-145.635h109.226V839.68H666.428V730.453zM812.063 876.09H921.29v109.227H812.063V876.089zm72.818-327.68h109.227v109.227H884.88V548.409zm4.405 145.635 77.26 77.224-77.26 77.26-77.223-77.297 77.223-77.187zM743.651 548.41l77.26 77.223-77.26 77.26-77.223-77.296 77.223-77.187z",
6714
6824
  fill: "currentColor"
6715
- }, null, -1), _hoisted_3234 = [
6716
- _hoisted_2242
6825
+ }, null, -1), _hoisted_3235 = [
6826
+ _hoisted_2247
6717
6827
  ];
6718
- function _sfc_render242(_ctx, _cache, $props, $setup, $data, $options) {
6719
- return (0, import_vue242.openBlock)(), (0, import_vue242.createElementBlock)("svg", _hoisted_1243, _hoisted_3234);
6828
+ function _sfc_render247(_ctx, _cache, $props, $setup, $data, $options) {
6829
+ return (0, import_vue247.openBlock)(), (0, import_vue247.createElementBlock)("svg", _hoisted_1248, _hoisted_3235);
6720
6830
  }
6721
- var icon_tile_server_default = /* @__PURE__ */ export_helper_default(_sfc_main242, [["render", _sfc_render242], ["__file", "icon-tile-server.vue"]]);
6831
+ var icon_tile_server_default = /* @__PURE__ */ export_helper_default(_sfc_main247, [["render", _sfc_render247], ["__file", "icon-tile-server.vue"]]);
6722
6832
 
6723
6833
  // src/components/icon-growth.vue
6724
- var import_vue243 = require("vue");
6725
- var _sfc_main243 = {
6834
+ var import_vue248 = require("vue");
6835
+ var _sfc_main248 = {
6726
6836
  name: "IconGrowth",
6727
6837
  title: "\u751F\u957F"
6728
- }, _hoisted_1244 = {
6838
+ }, _hoisted_1249 = {
6729
6839
  width: "80",
6730
6840
  height: "80",
6731
6841
  viewBox: "0 0 80 80",
6732
6842
  fill: "none",
6733
6843
  xmlns: "http://www.w3.org/2000/svg"
6734
- }, _hoisted_2243 = /* @__PURE__ */ (0, import_vue243.createStaticVNode)('<path d="M48.5 44.542 6.271 48.296l13.974-7.86.775-.436-.775-.436-13.974-7.86L48.5 35.458v9.084Z" fill="url(#paint0_linear_2117_178564)" stroke="url(#paint1_linear_2117_178564)"></path><path d="m44.456 40.205.092-.205-.092-.205-8.265-18.366L63.12 40 36.191 58.571l8.265-18.366Z" fill="url(#paint2_linear_2117_178564)" stroke="url(#paint3_linear_2117_178564)"></path><path d="M76 40 47 20l4.5 10 15 10-15 10L47 60l29-20Z" fill="url(#paint4_linear_2117_178564)" fill-opacity=".5"></path><path d="M48.191 21.429 75.12 40 48.191 58.571l3.706-8.235 14.88-9.92.624-.416-.624-.416-14.88-9.92-3.706-8.235Z" stroke="url(#paint5_linear_2117_178564)" stroke-opacity=".3"></path><defs><linearGradient id="paint0_linear_2117_178564" x1="49" y1="40" x2="17" y2="40" gradientUnits="userSpaceOnUse"><stop offset=".265" stop-color="#A4DE8F"></stop><stop offset=".8" stop-color="#67A950"></stop></linearGradient><linearGradient id="paint1_linear_2117_178564" x1="4" y1="40" x2="49" y2="40" gradientUnits="userSpaceOnUse"><stop stop-color="#4F843C"></stop><stop offset="1" stop-color="#78B162"></stop></linearGradient><linearGradient id="paint2_linear_2117_178564" x1="64" y1="40" x2="46.222" y2="40" gradientUnits="userSpaceOnUse"><stop offset=".265" stop-color="#A4DE8F"></stop><stop offset=".8" stop-color="#67A950"></stop></linearGradient><linearGradient id="paint3_linear_2117_178564" x1="35" y1="40" x2="64" y2="40" gradientUnits="userSpaceOnUse"><stop stop-color="#4F843C"></stop><stop offset="1" stop-color="#78B162"></stop></linearGradient><linearGradient id="paint4_linear_2117_178564" x1="76" y1="40" x2="58.222" y2="40" gradientUnits="userSpaceOnUse"><stop offset=".265" stop-color="#A4DE8F"></stop><stop offset=".8" stop-color="#67A950"></stop></linearGradient><linearGradient id="paint5_linear_2117_178564" x1="47" y1="40" x2="76" y2="40" gradientUnits="userSpaceOnUse"><stop stop-color="#4F843C"></stop><stop offset="1" stop-color="#78B162"></stop></linearGradient></defs>', 5), _hoisted_72 = [
6735
- _hoisted_2243
6844
+ }, _hoisted_2248 = /* @__PURE__ */ (0, import_vue248.createStaticVNode)('<path d="M48.5 44.542 6.271 48.296l13.974-7.86.775-.436-.775-.436-13.974-7.86L48.5 35.458v9.084Z" fill="url(#paint0_linear_2117_178564)" stroke="url(#paint1_linear_2117_178564)"></path><path d="m44.456 40.205.092-.205-.092-.205-8.265-18.366L63.12 40 36.191 58.571l8.265-18.366Z" fill="url(#paint2_linear_2117_178564)" stroke="url(#paint3_linear_2117_178564)"></path><path d="M76 40 47 20l4.5 10 15 10-15 10L47 60l29-20Z" fill="url(#paint4_linear_2117_178564)" fill-opacity=".5"></path><path d="M48.191 21.429 75.12 40 48.191 58.571l3.706-8.235 14.88-9.92.624-.416-.624-.416-14.88-9.92-3.706-8.235Z" stroke="url(#paint5_linear_2117_178564)" stroke-opacity=".3"></path><defs><linearGradient id="paint0_linear_2117_178564" x1="49" y1="40" x2="17" y2="40" gradientUnits="userSpaceOnUse"><stop offset=".265" stop-color="#A4DE8F"></stop><stop offset=".8" stop-color="#67A950"></stop></linearGradient><linearGradient id="paint1_linear_2117_178564" x1="4" y1="40" x2="49" y2="40" gradientUnits="userSpaceOnUse"><stop stop-color="#4F843C"></stop><stop offset="1" stop-color="#78B162"></stop></linearGradient><linearGradient id="paint2_linear_2117_178564" x1="64" y1="40" x2="46.222" y2="40" gradientUnits="userSpaceOnUse"><stop offset=".265" stop-color="#A4DE8F"></stop><stop offset=".8" stop-color="#67A950"></stop></linearGradient><linearGradient id="paint3_linear_2117_178564" x1="35" y1="40" x2="64" y2="40" gradientUnits="userSpaceOnUse"><stop stop-color="#4F843C"></stop><stop offset="1" stop-color="#78B162"></stop></linearGradient><linearGradient id="paint4_linear_2117_178564" x1="76" y1="40" x2="58.222" y2="40" gradientUnits="userSpaceOnUse"><stop offset=".265" stop-color="#A4DE8F"></stop><stop offset=".8" stop-color="#67A950"></stop></linearGradient><linearGradient id="paint5_linear_2117_178564" x1="47" y1="40" x2="76" y2="40" gradientUnits="userSpaceOnUse"><stop stop-color="#4F843C"></stop><stop offset="1" stop-color="#78B162"></stop></linearGradient></defs>', 5), _hoisted_76 = [
6845
+ _hoisted_2248
6736
6846
  ];
6737
- function _sfc_render243(_ctx, _cache, $props, $setup, $data, $options) {
6738
- return (0, import_vue243.openBlock)(), (0, import_vue243.createElementBlock)("svg", _hoisted_1244, _hoisted_72);
6847
+ function _sfc_render248(_ctx, _cache, $props, $setup, $data, $options) {
6848
+ return (0, import_vue248.openBlock)(), (0, import_vue248.createElementBlock)("svg", _hoisted_1249, _hoisted_76);
6739
6849
  }
6740
- var icon_growth_default = /* @__PURE__ */ export_helper_default(_sfc_main243, [["render", _sfc_render243], ["__file", "icon-growth.vue"]]);
6850
+ var icon_growth_default = /* @__PURE__ */ export_helper_default(_sfc_main248, [["render", _sfc_render248], ["__file", "icon-growth.vue"]]);
6741
6851
 
6742
6852
  // src/components/icon-straight-travel.vue
6743
- var import_vue244 = require("vue");
6744
- var _sfc_main244 = {
6853
+ var import_vue249 = require("vue");
6854
+ var _sfc_main249 = {
6745
6855
  name: "IconStraightTravel",
6746
6856
  title: "\u76F4\u884C"
6747
- }, _hoisted_1245 = {
6857
+ }, _hoisted_1250 = {
6748
6858
  class: "icon",
6749
6859
  viewBox: "0 0 1024 1024",
6750
6860
  xmlns: "http://www.w3.org/2000/svg",
6751
6861
  width: "200",
6752
6862
  height: "200"
6753
- }, _hoisted_2244 = /* @__PURE__ */ (0, import_vue244.createElementVNode)("path", {
6863
+ }, _hoisted_2249 = /* @__PURE__ */ (0, import_vue249.createElementVNode)("path", {
6754
6864
  d: "M804.571 365.714 512 0 219.429 365.714h219.428V1024h146.286V365.714z",
6755
6865
  fill: "currentColor"
6756
- }, null, -1), _hoisted_3235 = [
6757
- _hoisted_2244
6866
+ }, null, -1), _hoisted_3236 = [
6867
+ _hoisted_2249
6758
6868
  ];
6759
- function _sfc_render244(_ctx, _cache, $props, $setup, $data, $options) {
6760
- return (0, import_vue244.openBlock)(), (0, import_vue244.createElementBlock)("svg", _hoisted_1245, _hoisted_3235);
6869
+ function _sfc_render249(_ctx, _cache, $props, $setup, $data, $options) {
6870
+ return (0, import_vue249.openBlock)(), (0, import_vue249.createElementBlock)("svg", _hoisted_1250, _hoisted_3236);
6761
6871
  }
6762
- var icon_straight_travel_default = /* @__PURE__ */ export_helper_default(_sfc_main244, [["render", _sfc_render244], ["__file", "icon-straight-travel.vue"]]);
6872
+ var icon_straight_travel_default = /* @__PURE__ */ export_helper_default(_sfc_main249, [["render", _sfc_render249], ["__file", "icon-straight-travel.vue"]]);
6763
6873
 
6764
6874
  // src/components/icon-mvt-layer.vue
6765
- var import_vue245 = require("vue");
6766
- var _sfc_main245 = {
6875
+ var import_vue250 = require("vue");
6876
+ var _sfc_main250 = {
6767
6877
  name: "IconMvtLayer",
6768
6878
  title: "\u77E2\u91CF\u74E6\u7247\u56FE\u5C42"
6769
- }, _hoisted_1246 = {
6879
+ }, _hoisted_1251 = {
6770
6880
  class: "icon",
6771
6881
  viewBox: "0 0 1024 1024",
6772
6882
  xmlns: "http://www.w3.org/2000/svg",
6773
6883
  width: "200",
6774
6884
  height: "200"
6775
- }, _hoisted_2245 = /* @__PURE__ */ (0, import_vue245.createElementVNode)("path", {
6885
+ }, _hoisted_2250 = /* @__PURE__ */ (0, import_vue250.createElementVNode)("path", {
6776
6886
  d: "M949.977 530.606v2.547l.849-2.123s-.424-.424-.849-.424z",
6777
6887
  fill: "currentColor"
6778
- }, null, -1), _hoisted_3236 = /* @__PURE__ */ (0, import_vue245.createElementVNode)("path", {
6888
+ }, null, -1), _hoisted_3237 = /* @__PURE__ */ (0, import_vue250.createElementVNode)("path", {
6779
6889
  d: "M489.15 208.861a21.223 21.223 0 0 0-30.138 0l-59.991 60.557a21.79 21.79 0 0 0 0 30.137 20.091 20.091 0 0 0 14.149 5.801 22.921 22.921 0 0 0 15.28-5.8l60.133-60.982a21.223 21.223 0 0 0 .566-29.713zM368.883 329.975a21.223 21.223 0 0 0-29.996 0l-60.132 60.557a21.223 21.223 0 0 0 0 29.996 19.525 19.525 0 0 0 14.856 5.942 19.808 19.808 0 0 0 14.149-5.942l60.133-60.557a21.223 21.223 0 0 0 .99-29.996zm581.093 200.63v2.548l.849-2.123s-.424-.424-.849-.424zm-40.749 58.011a21.365 21.365 0 0 0-27.024 13.441l-26.175 80.79a21.223 21.223 0 0 0 14.149 26.6 19.242 19.242 0 0 0 6.791 1.274 21.082 21.082 0 0 0 19.808-14.15l26.6-81.355a20.94 20.94 0 0 0-14.149-26.6zM359.97 759.534l-77.818-34.24a21.506 21.506 0 0 0-28.298 11.036 21.082 21.082 0 0 0 11.036 28.298l78.385 33.815a18.96 18.96 0 0 0 8.489 1.698 21.082 21.082 0 0 0 19.808-12.592 21.223 21.223 0 0 0-11.602-28.015zm155.638 69.046-77.82-34.24a21.082 21.082 0 1 0-17.402 38.485l78.526 34.665a17.969 17.969 0 0 0 8.348 1.698 21.648 21.648 0 0 0 19.525-12.734 21.365 21.365 0 0 0-10.612-27.874z",
6780
6890
  fill: "currentColor"
6781
- }, null, -1), _hoisted_4120 = /* @__PURE__ */ (0, import_vue245.createElementVNode)("path", {
6891
+ }, null, -1), _hoisted_4120 = /* @__PURE__ */ (0, import_vue250.createElementVNode)("path", {
6782
6892
  d: "M968.23 32H56.194A24.053 24.053 0 0 0 32 55.77v912.46A24.053 24.053 0 0 0 56.195 992h912.034a24.053 24.053 0 0 0 24.195-23.77V55.77A24.053 24.053 0 0 0 968.229 32zM550.413 74.447h171.484a87.723 87.723 0 0 1 7.64 36.362v2.547a96.212 96.212 0 0 1-5.094 27.166 92.392 92.392 0 0 1-88.005 63.953 93.1 93.1 0 0 1-75.414-38.626 90.836 90.836 0 0 1-17.261-42.447c0-4.245-.85-8.49-.85-12.734a89.987 89.987 0 0 1 7.5-36.221zM74.447 563.573a90.27 90.27 0 0 1 43.578-11.037 93.524 93.524 0 0 1 93.1 93.666 88.855 88.855 0 0 1-10.895 43.154 92.25 92.25 0 0 1-29.288 32.967 91.26 91.26 0 0 1-96.495 5.942zm604.721 385.98a92.958 92.958 0 0 1 183.935 0zm270.81-416.4v416.4h-44.004a133 133 0 0 0-60.132-99.89l23.77-72.301a21.223 21.223 0 0 0-40.183-14.15l-22.497 68.198a139.65 139.65 0 0 0-35.513-4.669 135.263 135.263 0 0 0-114.747 63.104l-62.538-28.298a21.648 21.648 0 0 0-28.298 11.036 21.365 21.365 0 0 0 11.036 28.298l62.68 28.298a114.04 114.04 0 0 0-3.396 20.233H74.446V774.39a135.546 135.546 0 0 0 179.125-128.188 137.244 137.244 0 0 0-57.586-111.352l52.917-53.765a21.082 21.082 0 0 0 0-29.996 21.79 21.79 0 0 0-30.137 0l-59.425 60.416a8.772 8.772 0 0 0-2.547 4.244 141.488 141.488 0 0 0-38.485-5.518 134.697 134.697 0 0 0-43.861 7.216v-443h431.115a128.33 128.33 0 0 0-4.952 36.362 137.527 137.527 0 0 0 14.149 59.284c.849 1.274 1.273 2.971 2.122 4.245a25.75 25.75 0 0 0 2.971 4.244 134.556 134.556 0 0 0 228.929 8.49 25.75 25.75 0 0 0 5.942 14.149l57.586 62.538a22.214 22.214 0 0 0 15.705 6.791 23.487 23.487 0 0 0 14.149-5.518 21.93 21.93 0 0 0 1.273-29.996l-58.434-62.962a21.365 21.365 0 0 0-26.317-3.82 131.301 131.301 0 0 0 13.158-57.586 128.33 128.33 0 0 0-5.093-36.221h183.227v206.007a136.395 136.395 0 0 0-40.749 26.6l-8.913-9.621a21.082 21.082 0 1 0-30.845 28.297l14.149 14.857a129.886 129.886 0 0 0-16.837 64.66 135.687 135.687 0 0 0 46.974 102.862l-4.245 12.734a21.365 21.365 0 0 0 13.866 27.166 42.447 42.447 0 0 0 6.792.849 20.657 20.657 0 0 0 19.808-14.15v-3.82h.849zm0-204.451v153.656a72.867 72.867 0 0 1-20.658-19.95 92.25 92.25 0 0 1-19.95-56.595 87.864 87.864 0 0 1 5.093-29.996 90.411 90.411 0 0 1 23.77-37.211 63.104 63.104 0 0 1 11.744-9.48z",
6783
6893
  fill: "currentColor"
6784
6894
  }, null, -1), _hoisted_541 = [
6785
- _hoisted_2245,
6786
- _hoisted_3236,
6895
+ _hoisted_2250,
6896
+ _hoisted_3237,
6787
6897
  _hoisted_4120
6788
6898
  ];
6789
- function _sfc_render245(_ctx, _cache, $props, $setup, $data, $options) {
6790
- return (0, import_vue245.openBlock)(), (0, import_vue245.createElementBlock)("svg", _hoisted_1246, _hoisted_541);
6899
+ function _sfc_render250(_ctx, _cache, $props, $setup, $data, $options) {
6900
+ return (0, import_vue250.openBlock)(), (0, import_vue250.createElementBlock)("svg", _hoisted_1251, _hoisted_541);
6791
6901
  }
6792
- var icon_mvt_layer_default = /* @__PURE__ */ export_helper_default(_sfc_main245, [["render", _sfc_render245], ["__file", "icon-mvt-layer.vue"]]);
6902
+ var icon_mvt_layer_default = /* @__PURE__ */ export_helper_default(_sfc_main250, [["render", _sfc_render250], ["__file", "icon-mvt-layer.vue"]]);
6793
6903
 
6794
6904
  // src/components/icon-square.vue
6795
- var import_vue246 = require("vue");
6796
- var _sfc_main246 = {
6905
+ var import_vue251 = require("vue");
6906
+ var _sfc_main251 = {
6797
6907
  name: "IconSquare",
6798
6908
  title: "\u77E9\u5F62"
6799
- }, _hoisted_1247 = {
6909
+ }, _hoisted_1252 = {
6800
6910
  width: "24",
6801
6911
  height: "24",
6802
6912
  viewBox: "0 0 24 24",
6803
6913
  fill: "none",
6804
6914
  xmlns: "http://www.w3.org/2000/svg"
6805
- }, _hoisted_2246 = /* @__PURE__ */ (0, import_vue246.createElementVNode)("path", {
6915
+ }, _hoisted_2251 = /* @__PURE__ */ (0, import_vue251.createElementVNode)("path", {
6806
6916
  "fill-rule": "evenodd",
6807
6917
  "clip-rule": "evenodd",
6808
6918
  d: "M5 4c-.548 0-1 .452-1 1v14c0 .548.452 1 1 1h14c.548 0 1-.452 1-1V5c0-.548-.452-1-1-1H5ZM2 5c0-1.652 1.348-3 3-3h14c1.652 0 3 1.348 3 3v14c0 1.652-1.348 3-3 3H5c-1.652 0-3-1.348-3-3V5Z",
6809
6919
  fill: "currentColor"
6810
- }, null, -1), _hoisted_3237 = [
6811
- _hoisted_2246
6920
+ }, null, -1), _hoisted_3238 = [
6921
+ _hoisted_2251
6812
6922
  ];
6813
- function _sfc_render246(_ctx, _cache, $props, $setup, $data, $options) {
6814
- return (0, import_vue246.openBlock)(), (0, import_vue246.createElementBlock)("svg", _hoisted_1247, _hoisted_3237);
6923
+ function _sfc_render251(_ctx, _cache, $props, $setup, $data, $options) {
6924
+ return (0, import_vue251.openBlock)(), (0, import_vue251.createElementBlock)("svg", _hoisted_1252, _hoisted_3238);
6815
6925
  }
6816
- var icon_square_default = /* @__PURE__ */ export_helper_default(_sfc_main246, [["render", _sfc_render246], ["__file", "icon-square.vue"]]);
6926
+ var icon_square_default = /* @__PURE__ */ export_helper_default(_sfc_main251, [["render", _sfc_render251], ["__file", "icon-square.vue"]]);
6817
6927
 
6818
6928
  // src/components/icon-disable.vue
6819
- var import_vue247 = require("vue");
6820
- var _sfc_main247 = {
6929
+ var import_vue252 = require("vue");
6930
+ var _sfc_main252 = {
6821
6931
  name: "IconDisable",
6822
6932
  title: "\u7981\u7528"
6823
- }, _hoisted_1248 = {
6933
+ }, _hoisted_1253 = {
6824
6934
  class: "icon",
6825
6935
  viewBox: "0 0 1024 1024",
6826
6936
  xmlns: "http://www.w3.org/2000/svg",
6827
6937
  width: "200",
6828
6938
  height: "200"
6829
- }, _hoisted_2247 = /* @__PURE__ */ (0, import_vue247.createElementVNode)("path", {
6939
+ }, _hoisted_2252 = /* @__PURE__ */ (0, import_vue252.createElementVNode)("path", {
6830
6940
  d: "M512.722 0a511.993 511.993 0 1 0 511.279 511.993A511.993 511.993 0 0 0 512.722.001zM72.137 511.994a440.585 440.585 0 1 1 440.585 439.871 440.585 440.585 0 0 1-440.585-439.87zm251.355-239.93a35.704 35.704 0 0 0-50.7 50.7L701.239 751.21a35.704 35.704 0 0 0 50.7-50.7z",
6831
6941
  fill: "currentColor"
6832
- }, null, -1), _hoisted_3238 = [
6833
- _hoisted_2247
6942
+ }, null, -1), _hoisted_3239 = [
6943
+ _hoisted_2252
6834
6944
  ];
6835
- function _sfc_render247(_ctx, _cache, $props, $setup, $data, $options) {
6836
- return (0, import_vue247.openBlock)(), (0, import_vue247.createElementBlock)("svg", _hoisted_1248, _hoisted_3238);
6945
+ function _sfc_render252(_ctx, _cache, $props, $setup, $data, $options) {
6946
+ return (0, import_vue252.openBlock)(), (0, import_vue252.createElementBlock)("svg", _hoisted_1253, _hoisted_3239);
6837
6947
  }
6838
- var icon_disable_default = /* @__PURE__ */ export_helper_default(_sfc_main247, [["render", _sfc_render247], ["__file", "icon-disable.vue"]]);
6948
+ var icon_disable_default = /* @__PURE__ */ export_helper_default(_sfc_main252, [["render", _sfc_render252], ["__file", "icon-disable.vue"]]);
6839
6949
 
6840
6950
  // src/components/icon-delete.vue
6841
- var import_vue248 = require("vue");
6842
- var _sfc_main248 = {
6951
+ var import_vue253 = require("vue");
6952
+ var _sfc_main253 = {
6843
6953
  name: "IconDelete",
6844
6954
  title: "\u79FB\u9664"
6845
- }, _hoisted_1249 = {
6955
+ }, _hoisted_1254 = {
6846
6956
  class: "icon",
6847
6957
  viewBox: "0 0 1024 1024",
6848
6958
  xmlns: "http://www.w3.org/2000/svg",
6849
6959
  width: "200",
6850
6960
  height: "200"
6851
- }, _hoisted_2248 = /* @__PURE__ */ (0, import_vue248.createElementVNode)("path", { d: "M950.857 219.429h-215.04v-88.503a130.926 130.926 0 0 0-38.034-92.892A129.463 129.463 0 0 0 606.354 0H417.646a129.463 129.463 0 0 0-91.429 38.034 130.926 130.926 0 0 0-38.034 92.892v88.503H73.143v73.142h73.143v600.503a134.583 134.583 0 0 0 38.034 92.892A129.463 129.463 0 0 0 275.749 1024H748.25a129.463 129.463 0 0 0 91.429-38.034 134.583 134.583 0 0 0 38.034-92.892V292.571h73.143zM358.4 130.926a58.514 58.514 0 0 1 17.554-41.692 57.051 57.051 0 0 1 41.692-16.091h188.708a57.051 57.051 0 0 1 41.692 17.554A58.514 58.514 0 0 1 665.6 132.39v87.04H358.4zm446.171 762.148a58.514 58.514 0 0 1-58.514 59.246H275.75a58.514 58.514 0 0 1-58.515-59.246V292.571h587.337z" }, null, -1), _hoisted_3239 = /* @__PURE__ */ (0, import_vue248.createElementVNode)("path", { d: "M365.714 438.857h73.143v365.714h-73.143zm219.429 0h73.143v365.714h-73.143z" }, null, -1), _hoisted_4121 = [
6852
- _hoisted_2248,
6853
- _hoisted_3239
6961
+ }, _hoisted_2253 = /* @__PURE__ */ (0, import_vue253.createElementVNode)("path", { d: "M950.857 219.429h-215.04v-88.503a130.926 130.926 0 0 0-38.034-92.892A129.463 129.463 0 0 0 606.354 0H417.646a129.463 129.463 0 0 0-91.429 38.034 130.926 130.926 0 0 0-38.034 92.892v88.503H73.143v73.142h73.143v600.503a134.583 134.583 0 0 0 38.034 92.892A129.463 129.463 0 0 0 275.749 1024H748.25a129.463 129.463 0 0 0 91.429-38.034 134.583 134.583 0 0 0 38.034-92.892V292.571h73.143zM358.4 130.926a58.514 58.514 0 0 1 17.554-41.692 57.051 57.051 0 0 1 41.692-16.091h188.708a57.051 57.051 0 0 1 41.692 17.554A58.514 58.514 0 0 1 665.6 132.39v87.04H358.4zm446.171 762.148a58.514 58.514 0 0 1-58.514 59.246H275.75a58.514 58.514 0 0 1-58.515-59.246V292.571h587.337z" }, null, -1), _hoisted_3240 = /* @__PURE__ */ (0, import_vue253.createElementVNode)("path", { d: "M365.714 438.857h73.143v365.714h-73.143zm219.429 0h73.143v365.714h-73.143z" }, null, -1), _hoisted_4121 = [
6962
+ _hoisted_2253,
6963
+ _hoisted_3240
6854
6964
  ];
6855
- function _sfc_render248(_ctx, _cache, $props, $setup, $data, $options) {
6856
- return (0, import_vue248.openBlock)(), (0, import_vue248.createElementBlock)("svg", _hoisted_1249, _hoisted_4121);
6965
+ function _sfc_render253(_ctx, _cache, $props, $setup, $data, $options) {
6966
+ return (0, import_vue253.openBlock)(), (0, import_vue253.createElementBlock)("svg", _hoisted_1254, _hoisted_4121);
6857
6967
  }
6858
- var icon_delete_default = /* @__PURE__ */ export_helper_default(_sfc_main248, [["render", _sfc_render248], ["__file", "icon-delete.vue"]]);
6968
+ var icon_delete_default = /* @__PURE__ */ export_helper_default(_sfc_main253, [["render", _sfc_render253], ["__file", "icon-delete.vue"]]);
6859
6969
 
6860
6970
  // src/components/icon-spatial-relationship-judgment.vue
6861
- var import_vue249 = require("vue");
6862
- var _sfc_main249 = {
6971
+ var import_vue254 = require("vue");
6972
+ var _sfc_main254 = {
6863
6973
  name: "IconSpatialRelationshipJudgment",
6864
6974
  title: "\u7A7A\u95F4\u5173\u7CFB\u5224\u65AD"
6865
- }, _hoisted_1250 = {
6975
+ }, _hoisted_1255 = {
6866
6976
  class: "icon",
6867
6977
  viewBox: "0 0 1026 1024",
6868
6978
  xmlns: "http://www.w3.org/2000/svg",
6869
6979
  width: "200.391",
6870
6980
  height: "200"
6871
- }, _hoisted_2249 = /* @__PURE__ */ (0, import_vue249.createElementVNode)("path", { d: "M891.192 512.01a915.239 915.239 0 0 0 92.233-167.123 460.378 460.378 0 0 0 41.781-164.76A176.584 176.584 0 0 0 976.331 47.69 177.372 177.372 0 0 0 843.893.391a461.955 461.955 0 0 0-165.547 39.416A1049.253 1049.253 0 0 0 512.01 132.04a1024.815 1024.815 0 0 0-167.124-92.233A458.014 458.014 0 0 0 180.128.391a176.584 176.584 0 0 0-132.438 47.3A176.584 176.584 0 0 0 .391 180.127a458.014 458.014 0 0 0 39.416 164.759 1024.815 1024.815 0 0 0 92.234 167.123 1049.253 1049.253 0 0 0-92.234 166.336A461.955 461.955 0 0 0 .391 843.893a177.372 177.372 0 0 0 47.3 132.437 177.372 177.372 0 0 0 132.437 47.3 460.378 460.378 0 0 0 164.759-40.205 915.239 915.239 0 0 0 167.124-92.233 910.509 910.509 0 0 0 166.335 92.233 464.32 464.32 0 0 0 165.547 40.204 177.372 177.372 0 0 0 132.438-47.299 177.372 177.372 0 0 0 48.875-132.437 464.32 464.32 0 0 0-40.204-165.547 936.523 936.523 0 0 0-93.81-166.336zM709.88 113.12a389.43 389.43 0 0 1 134.8-33.896 98.54 98.54 0 0 1 78.832 23.65 103.27 103.27 0 0 1 24.438 78.831A394.16 394.16 0 0 1 910.9 315.72a867.151 867.151 0 0 1-69.373 128.496A1508.055 1508.055 0 0 0 718.55 304.682a1521.456 1521.456 0 0 0-138.744-122.978 830.1 830.1 0 0 1 130.073-68.583zm-596.76 202.6a394.16 394.16 0 0 1-33.897-137.17 100.117 100.117 0 0 1 23.65-78.832 100.117 100.117 0 0 1 78.832-23.65 394.16 394.16 0 0 1 134.014 37.052 861.633 861.633 0 0 1 128.496 68.583 1541.953 1541.953 0 0 0-262.51 261.722A861.633 861.633 0 0 1 113.12 315.72zM315.718 910.9a394.16 394.16 0 0 1-137.168 35.475 103.27 103.27 0 0 1-78.831-24.438 98.54 98.54 0 0 1-23.65-78.832 389.43 389.43 0 0 1 37.051-133.226 830.1 830.1 0 0 1 68.584-130.072A1422.916 1422.916 0 0 0 304.683 718.55a1508.055 1508.055 0 0 0 138.744 122.978A867.151 867.151 0 0 1 315.719 910.9zm45.723-247.531A1504.113 1504.113 0 0 1 229.004 512.01 1443.413 1443.413 0 0 1 512.01 229.004a1504.113 1504.113 0 0 1 151.357 131.649 1327.53 1327.53 0 0 1 130.86 151.357 1399.267 1399.267 0 0 1-130.86 151.358 1327.53 1327.53 0 0 1-151.357 130.86 1327.53 1327.53 0 0 1-151.358-130.86zM921.148 920.36a101.693 101.693 0 0 1-78.832 24.438A389.43 389.43 0 0 1 709.88 910.9a838.772 838.772 0 0 1-129.285-69.372A1325.953 1325.953 0 0 0 718.55 718.55a1325.953 1325.953 0 0 0 122.978-138.744A838.772 838.772 0 0 1 910.9 709.878a389.43 389.43 0 0 1 35.474 134.803 101.693 101.693 0 0 1-26.014 75.679z" }, null, -1), _hoisted_3240 = [
6872
- _hoisted_2249
6981
+ }, _hoisted_2254 = /* @__PURE__ */ (0, import_vue254.createElementVNode)("path", { d: "M891.192 512.01a915.239 915.239 0 0 0 92.233-167.123 460.378 460.378 0 0 0 41.781-164.76A176.584 176.584 0 0 0 976.331 47.69 177.372 177.372 0 0 0 843.893.391a461.955 461.955 0 0 0-165.547 39.416A1049.253 1049.253 0 0 0 512.01 132.04a1024.815 1024.815 0 0 0-167.124-92.233A458.014 458.014 0 0 0 180.128.391a176.584 176.584 0 0 0-132.438 47.3A176.584 176.584 0 0 0 .391 180.127a458.014 458.014 0 0 0 39.416 164.759 1024.815 1024.815 0 0 0 92.234 167.123 1049.253 1049.253 0 0 0-92.234 166.336A461.955 461.955 0 0 0 .391 843.893a177.372 177.372 0 0 0 47.3 132.437 177.372 177.372 0 0 0 132.437 47.3 460.378 460.378 0 0 0 164.759-40.205 915.239 915.239 0 0 0 167.124-92.233 910.509 910.509 0 0 0 166.335 92.233 464.32 464.32 0 0 0 165.547 40.204 177.372 177.372 0 0 0 132.438-47.299 177.372 177.372 0 0 0 48.875-132.437 464.32 464.32 0 0 0-40.204-165.547 936.523 936.523 0 0 0-93.81-166.336zM709.88 113.12a389.43 389.43 0 0 1 134.8-33.896 98.54 98.54 0 0 1 78.832 23.65 103.27 103.27 0 0 1 24.438 78.831A394.16 394.16 0 0 1 910.9 315.72a867.151 867.151 0 0 1-69.373 128.496A1508.055 1508.055 0 0 0 718.55 304.682a1521.456 1521.456 0 0 0-138.744-122.978 830.1 830.1 0 0 1 130.073-68.583zm-596.76 202.6a394.16 394.16 0 0 1-33.897-137.17 100.117 100.117 0 0 1 23.65-78.832 100.117 100.117 0 0 1 78.832-23.65 394.16 394.16 0 0 1 134.014 37.052 861.633 861.633 0 0 1 128.496 68.583 1541.953 1541.953 0 0 0-262.51 261.722A861.633 861.633 0 0 1 113.12 315.72zM315.718 910.9a394.16 394.16 0 0 1-137.168 35.475 103.27 103.27 0 0 1-78.831-24.438 98.54 98.54 0 0 1-23.65-78.832 389.43 389.43 0 0 1 37.051-133.226 830.1 830.1 0 0 1 68.584-130.072A1422.916 1422.916 0 0 0 304.683 718.55a1508.055 1508.055 0 0 0 138.744 122.978A867.151 867.151 0 0 1 315.719 910.9zm45.723-247.531A1504.113 1504.113 0 0 1 229.004 512.01 1443.413 1443.413 0 0 1 512.01 229.004a1504.113 1504.113 0 0 1 151.357 131.649 1327.53 1327.53 0 0 1 130.86 151.357 1399.267 1399.267 0 0 1-130.86 151.358 1327.53 1327.53 0 0 1-151.357 130.86 1327.53 1327.53 0 0 1-151.358-130.86zM921.148 920.36a101.693 101.693 0 0 1-78.832 24.438A389.43 389.43 0 0 1 709.88 910.9a838.772 838.772 0 0 1-129.285-69.372A1325.953 1325.953 0 0 0 718.55 718.55a1325.953 1325.953 0 0 0 122.978-138.744A838.772 838.772 0 0 1 910.9 709.878a389.43 389.43 0 0 1 35.474 134.803 101.693 101.693 0 0 1-26.014 75.679z" }, null, -1), _hoisted_3241 = [
6982
+ _hoisted_2254
6873
6983
  ];
6874
- function _sfc_render249(_ctx, _cache, $props, $setup, $data, $options) {
6875
- return (0, import_vue249.openBlock)(), (0, import_vue249.createElementBlock)("svg", _hoisted_1250, _hoisted_3240);
6984
+ function _sfc_render254(_ctx, _cache, $props, $setup, $data, $options) {
6985
+ return (0, import_vue254.openBlock)(), (0, import_vue254.createElementBlock)("svg", _hoisted_1255, _hoisted_3241);
6876
6986
  }
6877
- var icon_spatial_relationship_judgment_default = /* @__PURE__ */ export_helper_default(_sfc_main249, [["render", _sfc_render249], ["__file", "icon-spatial-relationship-judgment.vue"]]);
6987
+ var icon_spatial_relationship_judgment_default = /* @__PURE__ */ export_helper_default(_sfc_main254, [["render", _sfc_render254], ["__file", "icon-spatial-relationship-judgment.vue"]]);
6878
6988
 
6879
6989
  // src/components/icon-isoline-analysis.vue
6880
- var import_vue250 = require("vue");
6881
- var _sfc_main250 = {
6990
+ var import_vue255 = require("vue");
6991
+ var _sfc_main255 = {
6882
6992
  name: "IconIsolineAnalysis",
6883
6993
  title: "\u7B49\u503C\u7EBF\u5206\u6790"
6884
- }, _hoisted_1251 = {
6994
+ }, _hoisted_1256 = {
6885
6995
  width: "16",
6886
6996
  height: "16",
6887
6997
  viewBox: "0 0 16 16",
6888
6998
  fill: "none",
6889
6999
  xmlns: "http://www.w3.org/2000/svg"
6890
- }, _hoisted_2250 = /* @__PURE__ */ (0, import_vue250.createElementVNode)("path", {
7000
+ }, _hoisted_2255 = /* @__PURE__ */ (0, import_vue255.createElementVNode)("path", {
6891
7001
  d: "M1 1v14h14V1H1Zm1 1.079h12v2.872c-1.119.516-2.348.642-3.664.373a7.072 7.072 0 0 1-2.086-.776l-.01-.007c-.95-.56-1.937-.91-2.93-1.038a6.784 6.784 0 0 0-3.312.393V2.079H2Zm12 8.686c-1.119.516-2.348.642-3.664.373a7.07 7.07 0 0 1-2.086-.777l-.01-.006c-.95-.56-1.935-.91-2.928-1.039A6.813 6.813 0 0 0 2 9.709V7.721a6.08 6.08 0 0 1 1.134-.38c1.55-.353 3.106-.077 4.623.815.094.06 1.016.61 2.357.891a7.501 7.501 0 0 0 1.53.163c.294 0 .584-.018.87-.055A6.386 6.386 0 0 0 14 8.778v1.987Zm-3.664-2.77a7.072 7.072 0 0 1-2.086-.777l-.01-.006c-.95-.56-1.935-.91-2.928-1.039A6.784 6.784 0 0 0 2 6.566V5.052a5.93 5.93 0 0 1 1.175-.39c1.538-.338 3.078-.06 4.581.825.094.06 1.016.61 2.357.891a7.215 7.215 0 0 0 2.4.108A6.386 6.386 0 0 0 14 6.109v1.513c-1.119.516-2.348.642-3.664.373ZM14 13.921H2v-3.057c.297-.135.68-.276 1.133-.38 1.55-.353 3.106-.077 4.623.815.094.057 1.016.61 2.357.89a7.499 7.499 0 0 0 1.53.164c.294 0 .584-.018.87-.056A6.388 6.388 0 0 0 14 11.921v2Z",
6892
7002
  fill: "currentColor"
6893
- }, null, -1), _hoisted_3241 = [
6894
- _hoisted_2250
7003
+ }, null, -1), _hoisted_3242 = [
7004
+ _hoisted_2255
6895
7005
  ];
6896
- function _sfc_render250(_ctx, _cache, $props, $setup, $data, $options) {
6897
- return (0, import_vue250.openBlock)(), (0, import_vue250.createElementBlock)("svg", _hoisted_1251, _hoisted_3241);
7006
+ function _sfc_render255(_ctx, _cache, $props, $setup, $data, $options) {
7007
+ return (0, import_vue255.openBlock)(), (0, import_vue255.createElementBlock)("svg", _hoisted_1256, _hoisted_3242);
6898
7008
  }
6899
- var icon_isoline_analysis_default = /* @__PURE__ */ export_helper_default(_sfc_main250, [["render", _sfc_render250], ["__file", "icon-isoline-analysis.vue"]]);
7009
+ var icon_isoline_analysis_default = /* @__PURE__ */ export_helper_default(_sfc_main255, [["render", _sfc_render255], ["__file", "icon-isoline-analysis.vue"]]);
6900
7010
 
6901
7011
  // src/components/icon-particle-effect.vue
6902
- var import_vue251 = require("vue");
6903
- var _sfc_main251 = {
7012
+ var import_vue256 = require("vue");
7013
+ var _sfc_main256 = {
6904
7014
  name: "IconParticleEffect",
6905
7015
  title: "\u7C92\u5B50\u7279\u6548"
6906
- }, _hoisted_1252 = {
7016
+ }, _hoisted_1257 = {
6907
7017
  width: "16",
6908
7018
  height: "16",
6909
7019
  viewBox: "0 0 16 16",
6910
7020
  fill: "none",
6911
7021
  xmlns: "http://www.w3.org/2000/svg"
6912
- }, _hoisted_2251 = /* @__PURE__ */ (0, import_vue251.createElementVNode)("path", {
7022
+ }, _hoisted_2256 = /* @__PURE__ */ (0, import_vue256.createElementVNode)("path", {
6913
7023
  "fill-rule": "evenodd",
6914
7024
  "clip-rule": "evenodd",
6915
7025
  d: "M3.5 7a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 1 0v-1a.5.5 0 0 0-.5-.5Zm0 6a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 1 0v-1a.5.5 0 0 0-.5-.5ZM1 10.5a.5.5 0 0 1 1 0v1a.5.5 0 0 1-1 0v-1ZM6.5 13a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 1 0v-1a.5.5 0 0 0-.5-.5ZM6 7.5a.5.5 0 0 1 1 0v1a.5.5 0 0 1-1 0v-1ZM4.5 10a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 1 0v-1a.5.5 0 0 0-.5-.5ZM9 13.5a.5.5 0 0 1 1 0v1a.5.5 0 0 1-1 0v-1ZM9.5 7a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 1 0v-1a.5.5 0 0 0-.5-.5ZM7 10.5a.5.5 0 0 1 1 0v1a.5.5 0 0 1-1 0v-1Zm5.5 2.5a.5.5 0 0 0-.5.5v1a.5.5 0 1 0 1 0v-1a.5.5 0 0 0-.5-.5ZM12 7.5a.5.5 0 1 1 1 0v1a.5.5 0 0 1-1 0v-1ZM10.5 10a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 1 0v-1a.5.5 0 0 0-.5-.5ZM3.117 2.676a.6.6 0 0 1 .424-.176H14.76a.6.6 0 0 1 .424 1.024l-2.3 2.3A.6.6 0 0 1 12.46 6H1.24a.6.6 0 0 1-.424-1.024l2.3-2.3Zm.59.824L2.207 5h10.086l1.5-1.5H3.707Z",
6916
7026
  fill: "currentColor"
6917
- }, null, -1), _hoisted_3242 = [
6918
- _hoisted_2251
7027
+ }, null, -1), _hoisted_3243 = [
7028
+ _hoisted_2256
6919
7029
  ];
6920
- function _sfc_render251(_ctx, _cache, $props, $setup, $data, $options) {
6921
- return (0, import_vue251.openBlock)(), (0, import_vue251.createElementBlock)("svg", _hoisted_1252, _hoisted_3242);
7030
+ function _sfc_render256(_ctx, _cache, $props, $setup, $data, $options) {
7031
+ return (0, import_vue256.openBlock)(), (0, import_vue256.createElementBlock)("svg", _hoisted_1257, _hoisted_3243);
6922
7032
  }
6923
- var icon_particle_effect_default = /* @__PURE__ */ export_helper_default(_sfc_main251, [["render", _sfc_render251], ["__file", "icon-particle-effect.vue"]]);
7033
+ var icon_particle_effect_default = /* @__PURE__ */ export_helper_default(_sfc_main256, [["render", _sfc_render256], ["__file", "icon-particle-effect.vue"]]);
6924
7034
 
6925
7035
  // src/components/icon-line.vue
6926
- var import_vue252 = require("vue");
6927
- var _sfc_main252 = {
7036
+ var import_vue257 = require("vue");
7037
+ var _sfc_main257 = {
6928
7038
  name: "IconLine",
6929
7039
  title: "\u7EBF"
6930
- }, _hoisted_1253 = {
7040
+ }, _hoisted_1258 = {
6931
7041
  width: "24",
6932
7042
  height: "24",
6933
7043
  viewBox: "0 0 24 24",
6934
7044
  fill: "none",
6935
7045
  xmlns: "http://www.w3.org/2000/svg"
6936
- }, _hoisted_2252 = /* @__PURE__ */ (0, import_vue252.createElementVNode)("g", { "clip-path": "url(#a)" }, [
6937
- /* @__PURE__ */ (0, import_vue252.createElementVNode)("path", {
7046
+ }, _hoisted_2257 = /* @__PURE__ */ (0, import_vue257.createElementVNode)("g", { "clip-path": "url(#a)" }, [
7047
+ /* @__PURE__ */ (0, import_vue257.createElementVNode)("path", {
6938
7048
  "fill-rule": "evenodd",
6939
7049
  "clip-rule": "evenodd",
6940
7050
  d: "M.577 19.906a1 1 0 0 0 1.33-.483L8 6.365l6.094 13.058a1 1 0 0 0 1.812 0l7-15a1 1 0 0 0-1.812-.846L15 16.635 8.906 3.577a1 1 0 0 0-1.812 0l-7 15a1 1 0 0 0 .483 1.33Z",
6941
7051
  fill: "currentColor"
6942
7052
  })
6943
- ], -1), _hoisted_3243 = /* @__PURE__ */ (0, import_vue252.createElementVNode)("defs", null, [
6944
- /* @__PURE__ */ (0, import_vue252.createElementVNode)("clipPath", { id: "a" }, [
6945
- /* @__PURE__ */ (0, import_vue252.createElementVNode)("path", {
7053
+ ], -1), _hoisted_3244 = /* @__PURE__ */ (0, import_vue257.createElementVNode)("defs", null, [
7054
+ /* @__PURE__ */ (0, import_vue257.createElementVNode)("clipPath", { id: "a" }, [
7055
+ /* @__PURE__ */ (0, import_vue257.createElementVNode)("path", {
6946
7056
  fill: "#fff",
6947
7057
  d: "M0 0h24v24H0z"
6948
7058
  })
6949
7059
  ])
6950
7060
  ], -1), _hoisted_4122 = [
6951
- _hoisted_2252,
6952
- _hoisted_3243
7061
+ _hoisted_2257,
7062
+ _hoisted_3244
6953
7063
  ];
6954
- function _sfc_render252(_ctx, _cache, $props, $setup, $data, $options) {
6955
- return (0, import_vue252.openBlock)(), (0, import_vue252.createElementBlock)("svg", _hoisted_1253, _hoisted_4122);
7064
+ function _sfc_render257(_ctx, _cache, $props, $setup, $data, $options) {
7065
+ return (0, import_vue257.openBlock)(), (0, import_vue257.createElementBlock)("svg", _hoisted_1258, _hoisted_4122);
6956
7066
  }
6957
- var icon_line_default = /* @__PURE__ */ export_helper_default(_sfc_main252, [["render", _sfc_render252], ["__file", "icon-line.vue"]]);
7067
+ var icon_line_default = /* @__PURE__ */ export_helper_default(_sfc_main257, [["render", _sfc_render257], ["__file", "icon-line.vue"]]);
6958
7068
 
6959
7069
  // src/components/icon-wireframe-sketch.vue
6960
- var import_vue253 = require("vue");
6961
- var _sfc_main253 = {
7070
+ var import_vue258 = require("vue");
7071
+ var _sfc_main258 = {
6962
7072
  name: "IconWireframeSketch",
6963
7073
  title: "\u7EBF\u6846\u8349\u56FE"
6964
- }, _hoisted_1254 = {
7074
+ }, _hoisted_1259 = {
6965
7075
  class: "icon",
6966
7076
  viewBox: "0 0 1024 1024",
6967
7077
  xmlns: "http://www.w3.org/2000/svg",
6968
7078
  width: "200",
6969
7079
  height: "200"
6970
- }, _hoisted_2253 = /* @__PURE__ */ (0, import_vue253.createElementVNode)("path", {
7080
+ }, _hoisted_2258 = /* @__PURE__ */ (0, import_vue258.createElementVNode)("path", {
6971
7081
  d: "M825.6 704 768 684.8c-19.2-6.4-32 6.4-38.4 25.6-6.4 19.2 6.4 32 25.6 38.4l57.6 12.8c19.2 6.4 32-6.4 38.4-25.6 0-12.8-6.4-32-25.6-32zM320 684.8c-6.4-19.2-25.6-25.6-38.4-19.2l-64 19.2c-19.2 6.4-25.6 25.6-19.2 38.4 6.4 19.2 25.6 25.6 38.4 19.2l64-19.2c12.8-6.4 25.6-25.6 19.2-38.4zm166.4-70.4L480 608c0-19.2-12.8-32-32-32s-32 12.8-32 32v6.4h-12.8c-12.8 12.8-25.6 32-19.2 44.8 6.4 19.2 25.6 25.6 38.4 19.2L448 672l19.2 6.4c19.2 6.4 32-6.4 38.4-25.6 6.4-12.8-6.4-32-19.2-38.4zM448 192c-19.2 0-32 12.8-32 32v64c0 19.2 12.8 32 32 32s32-12.8 32-32v-64c0-19.2-12.8-32-32-32zm0 0c-19.2 0-32 12.8-32 32v64c0 19.2 12.8 32 32 32s32-12.8 32-32v-64c0-19.2-12.8-32-32-32zm377.6 512L768 684.8c-19.2-6.4-32 6.4-38.4 25.6-6.4 19.2 6.4 32 25.6 38.4l57.6 12.8c19.2 6.4 32-6.4 38.4-25.6 0-12.8-6.4-32-25.6-32zm-339.2-89.6L480 608c0-19.2-12.8-32-32-32s-32 12.8-32 32v6.4h-12.8c-12.8 12.8-25.6 32-19.2 44.8 6.4 19.2 25.6 25.6 38.4 19.2L448 672l19.2 6.4c19.2 6.4 32-6.4 38.4-25.6 6.4-12.8-6.4-32-19.2-38.4zM320 684.8c-6.4-19.2-25.6-25.6-38.4-19.2l-64 19.2c-19.2 6.4-25.6 25.6-19.2 38.4 6.4 19.2 25.6 25.6 38.4 19.2l64-19.2c12.8-6.4 25.6-25.6 19.2-38.4zm0 0c-6.4-19.2-25.6-25.6-38.4-19.2l-64 19.2c-19.2 6.4-25.6 25.6-19.2 38.4 6.4 19.2 25.6 25.6 38.4 19.2l64-19.2c12.8-6.4 25.6-25.6 19.2-38.4zM448 192c-19.2 0-32 12.8-32 32v64c0 19.2 12.8 32 32 32s32-12.8 32-32v-64c0-19.2-12.8-32-32-32zm38.4 422.4L480 608c0-19.2-12.8-32-32-32s-32 12.8-32 32v6.4h-12.8c-12.8 12.8-25.6 32-19.2 44.8 6.4 19.2 25.6 25.6 38.4 19.2L448 672l19.2 6.4c19.2 6.4 32-6.4 38.4-25.6 6.4-12.8-6.4-32-19.2-38.4zM825.6 704 768 684.8c-19.2-6.4-32 6.4-38.4 25.6-6.4 19.2 6.4 32 25.6 38.4l57.6 12.8c19.2 6.4 32-6.4 38.4-25.6 0-12.8-6.4-32-25.6-32zm0 0L768 684.8c-19.2-6.4-32 6.4-38.4 25.6-6.4 19.2 6.4 32 25.6 38.4l57.6 12.8c19.2 6.4 32-6.4 38.4-25.6 0-12.8-6.4-32-25.6-32zM448 192c-19.2 0-32 12.8-32 32v64c0 19.2 12.8 32 32 32s32-12.8 32-32v-64c0-19.2-12.8-32-32-32zm38.4 422.4L480 608c0-19.2-12.8-32-32-32s-32 12.8-32 32v6.4h-12.8c-12.8 12.8-25.6 32-19.2 44.8 6.4 19.2 25.6 25.6 38.4 19.2L448 672l19.2 6.4c19.2 6.4 32-6.4 38.4-25.6 6.4-12.8-6.4-32-19.2-38.4zm-211.2 51.2-64 19.2c-19.2 6.4-25.6 25.6-19.2 38.4 6.4 19.2 25.6 25.6 38.4 19.2l64-19.2c19.2-6.4 25.6-25.6 19.2-38.4 0-19.2-19.2-25.6-38.4-19.2zM992 710.4V313.6c19.2-12.8 32-32 32-57.6 0-32-32-64-64-64-12.8 0-32 6.4-38.4 12.8L512 51.2C505.6 25.6 480 0 448 0s-64 25.6-64 57.6L96 204.8c-6.4-6.4-19.2-12.8-32-12.8-32 0-64 25.6-64 64 0 25.6 12.8 44.8 32 57.6v403.2C12.8 723.2 0 742.4 0 768c0 32 32 64 64 64 12.8 0 32-6.4 38.4-12.8L512 972.8c6.4 25.6 32 51.2 64 51.2s64-25.6 64-57.6l288-140.8c12.8 6.4 19.2 12.8 32 12.8 32 0 64-32 64-64s-12.8-51.2-32-64zm-448 192-6.4 6.4L128 755.2v-12.8c0-6.4-6.4-6.4-6.4-12.8-6.4-6.4-12.8-19.2-19.2-25.6V313.6l6.4-6.4 313.6 115.2V480c-6.4 19.2 6.4 32 25.6 32s32-12.8 32-32v-32l32 12.8c0 19.2 12.8 38.4 32 44.8v396.8zm-6.4-505.6L140.8 249.6l268.8-134.4c12.8 6.4 25.6 12.8 38.4 12.8l38.4-12.8 390.4 147.2L608 396.8c-6.4-6.4-19.2-12.8-32-12.8s-32 6.4-38.4 12.8zM928 710.4c-19.2 12.8-32 32-32 51.2L608 902.4v-192l32 6.4c19.2 6.4 32-6.4 38.4-25.6 6.4-19.2-6.4-32-25.6-38.4L608 640V505.6c19.2-12.8 32-32 32-51.2l288-140.8v396.8zM825.6 704 768 684.8c-19.2-6.4-32 6.4-38.4 25.6-6.4 19.2 6.4 32 25.6 38.4l57.6 12.8c19.2 6.4 32-6.4 38.4-25.6 0-12.8-6.4-32-25.6-32zm-339.2-89.6L480 608c0-19.2-12.8-32-32-32s-32 12.8-32 32v6.4h-12.8c-12.8 12.8-25.6 32-19.2 44.8 6.4 19.2 25.6 25.6 38.4 19.2L448 672l19.2 6.4c19.2 6.4 32-6.4 38.4-25.6 6.4-12.8-6.4-32-19.2-38.4zM448 192c-19.2 0-32 12.8-32 32v64c0 19.2 12.8 32 32 32s32-12.8 32-32v-64c0-19.2-12.8-32-32-32zM275.2 665.6l-64 19.2c-19.2 6.4-25.6 25.6-19.2 38.4 6.4 19.2 25.6 25.6 38.4 19.2l64-19.2c19.2-6.4 25.6-25.6 19.2-38.4 0-19.2-19.2-25.6-38.4-19.2zm44.8 19.2c-6.4-19.2-25.6-25.6-38.4-19.2l-64 19.2c-19.2 6.4-25.6 25.6-19.2 38.4 6.4 19.2 25.6 25.6 38.4 19.2l64-19.2c12.8-6.4 25.6-25.6 19.2-38.4zm166.4-70.4L480 608c0-19.2-12.8-32-32-32s-32 12.8-32 32v6.4h-12.8c-12.8 12.8-25.6 32-19.2 44.8 6.4 19.2 25.6 25.6 38.4 19.2L448 672l19.2 6.4c19.2 6.4 32-6.4 38.4-25.6 6.4-12.8-6.4-32-19.2-38.4zM448 192c-19.2 0-32 12.8-32 32v64c0 19.2 12.8 32 32 32s32-12.8 32-32v-64c0-19.2-12.8-32-32-32zm377.6 512L768 684.8c-19.2-6.4-32 6.4-38.4 25.6-6.4 19.2 6.4 32 25.6 38.4l57.6 12.8c19.2 6.4 32-6.4 38.4-25.6 0-12.8-6.4-32-25.6-32zm0 0L768 684.8c-19.2-6.4-32 6.4-38.4 25.6-6.4 19.2 6.4 32 25.6 38.4l57.6 12.8c19.2 6.4 32-6.4 38.4-25.6 0-12.8-6.4-32-25.6-32zm-339.2-89.6L480 608c0-19.2-12.8-32-32-32s-32 12.8-32 32v6.4h-12.8c-12.8 12.8-25.6 32-19.2 44.8 6.4 19.2 25.6 25.6 38.4 19.2L448 672l19.2 6.4c19.2 6.4 32-6.4 38.4-25.6 6.4-12.8-6.4-32-19.2-38.4zM448 192c-19.2 0-32 12.8-32 32v64c0 19.2 12.8 32 32 32s32-12.8 32-32v-64c0-19.2-12.8-32-32-32zM320 684.8c-6.4-19.2-25.6-25.6-38.4-19.2l-64 19.2c-19.2 6.4-25.6 25.6-19.2 38.4 6.4 19.2 25.6 25.6 38.4 19.2l64-19.2c12.8-6.4 25.6-25.6 19.2-38.4z",
6972
7082
  fill: "currentColor"
6973
- }, null, -1), _hoisted_3244 = [
6974
- _hoisted_2253
7083
+ }, null, -1), _hoisted_3245 = [
7084
+ _hoisted_2258
6975
7085
  ];
6976
- function _sfc_render253(_ctx, _cache, $props, $setup, $data, $options) {
6977
- return (0, import_vue253.openBlock)(), (0, import_vue253.createElementBlock)("svg", _hoisted_1254, _hoisted_3244);
7086
+ function _sfc_render258(_ctx, _cache, $props, $setup, $data, $options) {
7087
+ return (0, import_vue258.openBlock)(), (0, import_vue258.createElementBlock)("svg", _hoisted_1259, _hoisted_3245);
6978
7088
  }
6979
- var icon_wireframe_sketch_default = /* @__PURE__ */ export_helper_default(_sfc_main253, [["render", _sfc_render253], ["__file", "icon-wireframe-sketch.vue"]]);
7089
+ var icon_wireframe_sketch_default = /* @__PURE__ */ export_helper_default(_sfc_main258, [["render", _sfc_render258], ["__file", "icon-wireframe-sketch.vue"]]);
6980
7090
 
6981
7091
  // src/components/icon-plotting-end.vue
6982
- var import_vue254 = require("vue");
6983
- var _sfc_main254 = {
7092
+ var import_vue259 = require("vue");
7093
+ var _sfc_main259 = {
6984
7094
  name: "IconPlottingEnd",
6985
7095
  title: "\u7ED3\u675F"
6986
- }, _hoisted_1255 = {
7096
+ }, _hoisted_1260 = {
6987
7097
  class: "icon",
6988
7098
  viewBox: "0 0 1024 1024",
6989
7099
  xmlns: "http://www.w3.org/2000/svg",
6990
7100
  width: "200",
6991
7101
  height: "200"
6992
- }, _hoisted_2254 = /* @__PURE__ */ (0, import_vue254.createElementVNode)("path", {
7102
+ }, _hoisted_2259 = /* @__PURE__ */ (0, import_vue259.createElementVNode)("path", {
6993
7103
  d: "M213.312 213.312v597.312h597.312V213.312H213.312z",
6994
7104
  fill: "currentColor"
6995
- }, null, -1), _hoisted_3245 = [
6996
- _hoisted_2254
7105
+ }, null, -1), _hoisted_3246 = [
7106
+ _hoisted_2259
6997
7107
  ];
6998
- function _sfc_render254(_ctx, _cache, $props, $setup, $data, $options) {
6999
- return (0, import_vue254.openBlock)(), (0, import_vue254.createElementBlock)("svg", _hoisted_1255, _hoisted_3245);
7108
+ function _sfc_render259(_ctx, _cache, $props, $setup, $data, $options) {
7109
+ return (0, import_vue259.openBlock)(), (0, import_vue259.createElementBlock)("svg", _hoisted_1260, _hoisted_3246);
7000
7110
  }
7001
- var icon_plotting_end_default = /* @__PURE__ */ export_helper_default(_sfc_main254, [["render", _sfc_render254], ["__file", "icon-plotting-end.vue"]]);
7111
+ var icon_plotting_end_default = /* @__PURE__ */ export_helper_default(_sfc_main259, [["render", _sfc_render259], ["__file", "icon-plotting-end.vue"]]);
7002
7112
 
7003
7113
  // src/components/icon-draw.vue
7004
- var import_vue255 = require("vue");
7005
- var _sfc_main255 = {
7114
+ var import_vue260 = require("vue");
7115
+ var _sfc_main260 = {
7006
7116
  name: "IconDraw",
7007
7117
  title: "\u7ED8\u5236"
7008
- }, _hoisted_1256 = {
7118
+ }, _hoisted_1261 = {
7009
7119
  width: "16",
7010
7120
  height: "16",
7011
7121
  viewBox: "0 0 16 16",
7012
7122
  fill: "none",
7013
7123
  xmlns: "http://www.w3.org/2000/svg"
7014
- }, _hoisted_2255 = /* @__PURE__ */ (0, import_vue255.createElementVNode)("path", {
7124
+ }, _hoisted_2260 = /* @__PURE__ */ (0, import_vue260.createElementVNode)("path", {
7015
7125
  "fill-rule": "evenodd",
7016
7126
  "clip-rule": "evenodd",
7017
7127
  d: "M12.9 7.6a.5.5 0 0 1 .354.146l2 2a.5.5 0 0 1 0 .708l-4.7 4.7a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 0-.707l4.7-4.7A.5.5 0 0 1 12.9 7.6Zm-3.993 5.2 1.293 1.293 3.993-3.993L12.9 8.807 8.907 12.8Z",
7018
7128
  fill: "currentColor"
7019
- }, null, -1), _hoisted_3246 = /* @__PURE__ */ (0, import_vue255.createElementVNode)("path", {
7129
+ }, null, -1), _hoisted_3247 = /* @__PURE__ */ (0, import_vue260.createElementVNode)("path", {
7020
7130
  "fill-rule": "evenodd",
7021
7131
  "clip-rule": "evenodd",
7022
7132
  d: "M1.146 1.146a.5.5 0 0 1 .47-.132l9.7 2.3a.5.5 0 0 1 .374.388l1 5a.5.5 0 0 1-.136.452l-3.4 3.4a.5.5 0 0 1-.452.136l-5-1a.5.5 0 0 1-.389-.375l-2.3-9.7a.5.5 0 0 1 .133-.469Zm1.028 1.028 2.039 8.599 4.423.884 3.021-3.021-.884-4.423-8.6-2.04Z",
7023
7133
  fill: "currentColor"
7024
- }, null, -1), _hoisted_4123 = /* @__PURE__ */ (0, import_vue255.createElementVNode)("path", {
7134
+ }, null, -1), _hoisted_4123 = /* @__PURE__ */ (0, import_vue260.createElementVNode)("path", {
7025
7135
  "fill-rule": "evenodd",
7026
7136
  "clip-rule": "evenodd",
7027
7137
  d: "M1.146 1.146a.5.5 0 0 1 .708 0l5.1 5.1a.5.5 0 1 1-.708.708l-5.1-5.1a.5.5 0 0 1 0-.708Z",
7028
7138
  fill: "currentColor"
7029
- }, null, -1), _hoisted_542 = /* @__PURE__ */ (0, import_vue255.createElementVNode)("path", {
7139
+ }, null, -1), _hoisted_542 = /* @__PURE__ */ (0, import_vue260.createElementVNode)("path", {
7030
7140
  "fill-rule": "evenodd",
7031
7141
  "clip-rule": "evenodd",
7032
7142
  d: "M7.5 6.7a.8.8 0 1 0 0 1.6.8.8 0 0 0 0-1.6Zm-1.8.8a1.8 1.8 0 1 1 3.6 0 1.8 1.8 0 0 1-3.6 0Z",
7033
7143
  fill: "currentColor"
7034
7144
  }, null, -1), _hoisted_615 = [
7035
- _hoisted_2255,
7036
- _hoisted_3246,
7145
+ _hoisted_2260,
7146
+ _hoisted_3247,
7037
7147
  _hoisted_4123,
7038
7148
  _hoisted_542
7039
7149
  ];
7040
- function _sfc_render255(_ctx, _cache, $props, $setup, $data, $options) {
7041
- return (0, import_vue255.openBlock)(), (0, import_vue255.createElementBlock)("svg", _hoisted_1256, _hoisted_615);
7150
+ function _sfc_render260(_ctx, _cache, $props, $setup, $data, $options) {
7151
+ return (0, import_vue260.openBlock)(), (0, import_vue260.createElementBlock)("svg", _hoisted_1261, _hoisted_615);
7042
7152
  }
7043
- var icon_draw_default = /* @__PURE__ */ export_helper_default(_sfc_main255, [["render", _sfc_render255], ["__file", "icon-draw.vue"]]);
7153
+ var icon_draw_default = /* @__PURE__ */ export_helper_default(_sfc_main260, [["render", _sfc_render260], ["__file", "icon-draw.vue"]]);
7044
7154
 
7045
7155
  // src/components/icon-buffer-analysis.vue
7046
- var import_vue256 = require("vue");
7047
- var _sfc_main256 = {
7156
+ var import_vue261 = require("vue");
7157
+ var _sfc_main261 = {
7048
7158
  name: "IconBufferAnalysis",
7049
7159
  title: "\u7F13\u51B2\u5206\u6790"
7050
- }, _hoisted_1257 = {
7160
+ }, _hoisted_1262 = {
7051
7161
  width: "16",
7052
7162
  height: "16",
7053
7163
  viewBox: "0 0 16 16",
7054
7164
  fill: "none",
7055
7165
  xmlns: "http://www.w3.org/2000/svg"
7056
- }, _hoisted_2256 = /* @__PURE__ */ (0, import_vue256.createElementVNode)("g", { "clip-path": "url(#a)" }, [
7057
- /* @__PURE__ */ (0, import_vue256.createElementVNode)("path", {
7166
+ }, _hoisted_2261 = /* @__PURE__ */ (0, import_vue261.createElementVNode)("g", { "clip-path": "url(#a)" }, [
7167
+ /* @__PURE__ */ (0, import_vue261.createElementVNode)("path", {
7058
7168
  d: "M8 12c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4Zm0-7C6.3 5 5 6.3 5 8s1.3 3 3 3 3-1.3 3-3-1.3-3-3-3Zm0 10.5c-.4 0-.7 0-1.1-.1l.1-1c.3 0 .6.1.9.1v1H8Zm1.1-.1-.1-1c.3 0 .6-.1.9-.2l.3 1c-.4.1-.8.2-1.1.2Zm-3.2-.2c-.3-.1-.7-.2-1-.4l.4-.9.9.3-.3 1Zm5.2-.4-.4-.9c.3-.1.6-.3.8-.4l.5.8c-.2.2-.6.4-.9.5Zm-7.2-.5-.9-.6.7-.8c.2.2.5.4.7.6l-.5.8Zm9-.6-.7-.8c.2-.2.5-.4.7-.7l.8.7-.8.8Zm-10.6-.8-.6-.9.8-.5c.2.3.4.5.6.7l-.8.7Zm12-.8-.8-.5c.2-.3.3-.5.4-.8l.9.4c-.1.2-.3.6-.5.9Zm-13.1-1c-.1-.3-.3-.7-.4-1l1-.3.3.9-.9.4Zm14-1-1-.3c.1-.3.2-.6.2-.9l1 .1c0 .4-.1.8-.2 1.1ZM.6 9.1C.6 8.8.5 8.4.5 8h1c0 .3 0 .6.1.9l-1 .2ZM15.5 8h-1c0-.3 0-.6-.1-.9l1-.1c.1.3.1.6.1 1ZM1.6 7.1.6 7c.1-.4.1-.7.2-1l1 .3c-.1.2-.2.5-.2.8Zm12.6-.9-.3-.9.9-.4c.1.3.3.7.4 1l-1 .3ZM2.1 5.3l-.9-.4c.1-.3.3-.6.5-.9l.8.5c-.1.2-.3.5-.4.8Zm11.4-.8c-.2-.3-.4-.5-.6-.7l.8-.7.6.9-.8.5ZM3.1 3.7l-.8-.6c.2-.3.5-.5.8-.8l.7.8c-.3.2-.5.4-.7.6Zm9.2-.6c-.2-.2-.5-.4-.7-.6l.5-.8.9.6-.7.8Zm-7.8-.6-.6-.8c.3-.2.6-.4.9-.5l.4.9c-.2.1-.5.3-.7.4Zm6.2-.4c-.3-.1-.6-.3-.9-.3l.3-1c.3.1.7.2 1 .4l-.4.9Zm-4.5-.3-.3-1c.3-.1.7-.2 1-.2l.1 1c-.2 0-.5.1-.8.2Zm2.7-.2c-.3-.1-.6-.1-.9-.1v-1c.4 0 .7 0 1.1.1l-.2 1Z",
7059
7169
  fill: "currentColor"
7060
7170
  })
7061
- ], -1), _hoisted_3247 = /* @__PURE__ */ (0, import_vue256.createElementVNode)("defs", null, [
7062
- /* @__PURE__ */ (0, import_vue256.createElementVNode)("clipPath", { id: "a" }, [
7063
- /* @__PURE__ */ (0, import_vue256.createElementVNode)("path", {
7171
+ ], -1), _hoisted_3248 = /* @__PURE__ */ (0, import_vue261.createElementVNode)("defs", null, [
7172
+ /* @__PURE__ */ (0, import_vue261.createElementVNode)("clipPath", { id: "a" }, [
7173
+ /* @__PURE__ */ (0, import_vue261.createElementVNode)("path", {
7064
7174
  fill: "#fff",
7065
7175
  d: "M0 0h16v16H0z"
7066
7176
  })
7067
7177
  ])
7068
7178
  ], -1), _hoisted_4124 = [
7069
- _hoisted_2256,
7070
- _hoisted_3247
7179
+ _hoisted_2261,
7180
+ _hoisted_3248
7071
7181
  ];
7072
- function _sfc_render256(_ctx, _cache, $props, $setup, $data, $options) {
7073
- return (0, import_vue256.openBlock)(), (0, import_vue256.createElementBlock)("svg", _hoisted_1257, _hoisted_4124);
7182
+ function _sfc_render261(_ctx, _cache, $props, $setup, $data, $options) {
7183
+ return (0, import_vue261.openBlock)(), (0, import_vue261.createElementBlock)("svg", _hoisted_1262, _hoisted_4124);
7074
7184
  }
7075
- var icon_buffer_analysis_default = /* @__PURE__ */ export_helper_default(_sfc_main256, [["render", _sfc_render256], ["__file", "icon-buffer-analysis.vue"]]);
7185
+ var icon_buffer_analysis_default = /* @__PURE__ */ export_helper_default(_sfc_main261, [["render", _sfc_render261], ["__file", "icon-buffer-analysis.vue"]]);
7076
7186
 
7077
7187
  // src/components/icon-edit.vue
7078
- var import_vue257 = require("vue");
7079
- var _sfc_main257 = {
7188
+ var import_vue262 = require("vue");
7189
+ var _sfc_main262 = {
7080
7190
  name: "IconEdit",
7081
7191
  title: "\u7F16\u8F91"
7082
- }, _hoisted_1258 = {
7192
+ }, _hoisted_1263 = {
7083
7193
  width: "24",
7084
7194
  height: "24",
7085
7195
  viewBox: "0 0 24 24",
7086
7196
  fill: "none",
7087
7197
  xmlns: "http://www.w3.org/2000/svg"
7088
- }, _hoisted_2257 = /* @__PURE__ */ (0, import_vue257.createElementVNode)("path", {
7198
+ }, _hoisted_2262 = /* @__PURE__ */ (0, import_vue262.createElementVNode)("path", {
7089
7199
  "clip-rule": "evenodd",
7090
7200
  d: "M21 21h-9v-2h9v2ZM18 3.879c-.297 0-.583.118-.793.328L4.903 16.511l-.529 2.115 2.115-.529L18.793 5.793A1.123 1.123 0 0 0 18 3.879Zm-2.207-1.086a3.121 3.121 0 0 1 4.414 4.414l-12.5 12.5a1 1 0 0 1-.464.263l-4 1a1 1 0 0 1-1.213-1.213l1-4a1 1 0 0 1 .263-.464l12.5-12.5Z",
7091
7201
  fill: "currentColor"
7092
- }, null, -1), _hoisted_3248 = [
7093
- _hoisted_2257
7202
+ }, null, -1), _hoisted_3249 = [
7203
+ _hoisted_2262
7094
7204
  ];
7095
- function _sfc_render257(_ctx, _cache, $props, $setup, $data, $options) {
7096
- return (0, import_vue257.openBlock)(), (0, import_vue257.createElementBlock)("svg", _hoisted_1258, _hoisted_3248);
7205
+ function _sfc_render262(_ctx, _cache, $props, $setup, $data, $options) {
7206
+ return (0, import_vue262.openBlock)(), (0, import_vue262.createElementBlock)("svg", _hoisted_1263, _hoisted_3249);
7097
7207
  }
7098
- var icon_edit_default = /* @__PURE__ */ export_helper_default(_sfc_main257, [["render", _sfc_render257], ["__file", "icon-edit.vue"]]);
7208
+ var icon_edit_default = /* @__PURE__ */ export_helper_default(_sfc_main262, [["render", _sfc_render262], ["__file", "icon-edit.vue"]]);
7099
7209
 
7100
7210
  // src/components/icon-edit3.vue
7101
- var import_vue258 = require("vue");
7102
- var _sfc_main258 = {
7211
+ var import_vue263 = require("vue");
7212
+ var _sfc_main263 = {
7103
7213
  name: "IconEdit3",
7104
7214
  title: "\u7F16\u8F913"
7105
- }, _hoisted_1259 = {
7215
+ }, _hoisted_1264 = {
7106
7216
  class: "icon",
7107
7217
  viewBox: "0 0 1024 1024",
7108
7218
  xmlns: "http://www.w3.org/2000/svg",
7109
7219
  width: "200",
7110
7220
  height: "200"
7111
- }, _hoisted_2258 = /* @__PURE__ */ (0, import_vue258.createElementVNode)("path", {
7221
+ }, _hoisted_2263 = /* @__PURE__ */ (0, import_vue263.createElementVNode)("path", {
7112
7222
  d: "M94.982 83.57A83.57 83.57 0 0 1 178.552 0h666.412a83.57 83.57 0 0 1 83.57 83.57v237.85a35.713 35.713 0 0 1-35.714 35.714 35.713 35.713 0 0 1-35.713-35.713V83.569a12.143 12.143 0 0 0-12.143-12.142H178.551a11.428 11.428 0 0 0-12.142 12.142v857.123a11.428 11.428 0 0 0 12.142 11.428h142.854a36.428 36.428 0 0 1 35.714 35.714 35.713 35.713 0 0 1-35.714 35.713H178.551a82.855 82.855 0 0 1-83.57-82.855zM892.82 690.697a35.713 35.713 0 0 1 35.714 35.713v214.281a83.57 83.57 0 0 1-83.57 82.855H689.968a35.713 35.713 0 0 1-35.714-35.713 36.428 36.428 0 0 1 35.714-35.714h154.996a12.143 12.143 0 0 0 12.143-11.428v-214.28a35.713 35.713 0 0 1 35.713-35.714zm-571.415-404.99a35.713 35.713 0 0 0 0 71.426h332.85a35.713 35.713 0 0 0 0-71.426zm593.557 174.995a35 35 0 0 1 5.715 50l-404.99 499.987a35.713 35.713 0 0 1-55.714-44.999l404.99-499.988a35 35 0 0 1 50-5zm-593.557 15.714a35.713 35.713 0 0 0-35.713 35.714 35.713 35.713 0 0 0 35.713 35.713h189.996a35.713 35.713 0 0 0 35.713-35.713 35.713 35.713 0 0 0-35.713-35.714z",
7113
7223
  fill: "currentColor"
7114
- }, null, -1), _hoisted_3249 = [
7115
- _hoisted_2258
7224
+ }, null, -1), _hoisted_3250 = [
7225
+ _hoisted_2263
7116
7226
  ];
7117
- function _sfc_render258(_ctx, _cache, $props, $setup, $data, $options) {
7118
- return (0, import_vue258.openBlock)(), (0, import_vue258.createElementBlock)("svg", _hoisted_1259, _hoisted_3249);
7227
+ function _sfc_render263(_ctx, _cache, $props, $setup, $data, $options) {
7228
+ return (0, import_vue263.openBlock)(), (0, import_vue263.createElementBlock)("svg", _hoisted_1264, _hoisted_3250);
7119
7229
  }
7120
- var icon_edit3_default = /* @__PURE__ */ export_helper_default(_sfc_main258, [["render", _sfc_render258], ["__file", "icon-edit3.vue"]]);
7230
+ var icon_edit3_default = /* @__PURE__ */ export_helper_default(_sfc_main263, [["render", _sfc_render263], ["__file", "icon-edit3.vue"]]);
7121
7231
 
7122
7232
  // src/components/icon-plotting-reduce.vue
7123
- var import_vue259 = require("vue");
7124
- var _sfc_main259 = {
7233
+ var import_vue264 = require("vue");
7234
+ var _sfc_main264 = {
7125
7235
  name: "IconPlottingReduce",
7126
7236
  title: "\u7F29\u5C0F"
7127
- }, _hoisted_1260 = {
7237
+ }, _hoisted_1265 = {
7128
7238
  class: "icon",
7129
7239
  viewBox: "0 0 1024 1024",
7130
7240
  xmlns: "http://www.w3.org/2000/svg",
7131
7241
  width: "200",
7132
7242
  height: "200"
7133
- }, _hoisted_2259 = /* @__PURE__ */ (0, import_vue259.createElementVNode)("path", {
7243
+ }, _hoisted_2264 = /* @__PURE__ */ (0, import_vue264.createElementVNode)("path", {
7134
7244
  d: "M512 85.312a426.688 426.688 0 1 0 0 853.312 426.688 426.688 0 0 0 0-853.312zm170.624 469.312H341.312v-85.312h341.312v85.312z",
7135
7245
  fill: "currentColor"
7136
- }, null, -1), _hoisted_3250 = [
7137
- _hoisted_2259
7246
+ }, null, -1), _hoisted_3251 = [
7247
+ _hoisted_2264
7138
7248
  ];
7139
- function _sfc_render259(_ctx, _cache, $props, $setup, $data, $options) {
7140
- return (0, import_vue259.openBlock)(), (0, import_vue259.createElementBlock)("svg", _hoisted_1260, _hoisted_3250);
7249
+ function _sfc_render264(_ctx, _cache, $props, $setup, $data, $options) {
7250
+ return (0, import_vue264.openBlock)(), (0, import_vue264.createElementBlock)("svg", _hoisted_1265, _hoisted_3251);
7141
7251
  }
7142
- var icon_plotting_reduce_default = /* @__PURE__ */ export_helper_default(_sfc_main259, [["render", _sfc_render259], ["__file", "icon-plotting-reduce.vue"]]);
7252
+ var icon_plotting_reduce_default = /* @__PURE__ */ export_helper_default(_sfc_main264, [["render", _sfc_render264], ["__file", "icon-plotting-reduce.vue"]]);
7143
7253
 
7144
7254
  // src/components/icon-zoom-out.vue
7145
- var import_vue260 = require("vue");
7146
- var _sfc_main260 = {
7255
+ var import_vue265 = require("vue");
7256
+ var _sfc_main265 = {
7147
7257
  name: "IconZoomOut",
7148
7258
  title: "\u7F29\u5C0F"
7149
- }, _hoisted_1261 = {
7259
+ }, _hoisted_1266 = {
7150
7260
  width: "16",
7151
7261
  height: "16",
7152
7262
  viewBox: "0 0 16 16",
7153
7263
  fill: "none",
7154
7264
  xmlns: "http://www.w3.org/2000/svg"
7155
- }, _hoisted_2260 = /* @__PURE__ */ (0, import_vue260.createElementVNode)("path", {
7265
+ }, _hoisted_2265 = /* @__PURE__ */ (0, import_vue265.createElementVNode)("path", {
7156
7266
  "fill-rule": "evenodd",
7157
7267
  "clip-rule": "evenodd",
7158
7268
  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",
7159
7269
  fill: "currentColor"
7160
- }, null, -1), _hoisted_3251 = /* @__PURE__ */ (0, import_vue260.createElementVNode)("path", {
7270
+ }, null, -1), _hoisted_3252 = /* @__PURE__ */ (0, import_vue265.createElementVNode)("path", {
7161
7271
  "fill-rule": "evenodd",
7162
7272
  "clip-rule": "evenodd",
7163
7273
  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-.707ZM8.5 6a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 1 .5-.5Z",
7164
7274
  fill: "currentColor"
7165
- }, null, -1), _hoisted_4125 = /* @__PURE__ */ (0, import_vue260.createElementVNode)("path", {
7275
+ }, null, -1), _hoisted_4125 = /* @__PURE__ */ (0, import_vue265.createElementVNode)("path", {
7166
7276
  "fill-rule": "evenodd",
7167
7277
  "clip-rule": "evenodd",
7168
7278
  d: "M6 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",
7169
7279
  fill: "currentColor"
7170
7280
  }, null, -1), _hoisted_543 = [
7171
- _hoisted_2260,
7172
- _hoisted_3251,
7281
+ _hoisted_2265,
7282
+ _hoisted_3252,
7173
7283
  _hoisted_4125
7174
7284
  ];
7175
- function _sfc_render260(_ctx, _cache, $props, $setup, $data, $options) {
7176
- return (0, import_vue260.openBlock)(), (0, import_vue260.createElementBlock)("svg", _hoisted_1261, _hoisted_543);
7285
+ function _sfc_render265(_ctx, _cache, $props, $setup, $data, $options) {
7286
+ return (0, import_vue265.openBlock)(), (0, import_vue265.createElementBlock)("svg", _hoisted_1266, _hoisted_543);
7177
7287
  }
7178
- var icon_zoom_out_default = /* @__PURE__ */ export_helper_default(_sfc_main260, [["render", _sfc_render260], ["__file", "icon-zoom-out.vue"]]);
7288
+ var icon_zoom_out_default = /* @__PURE__ */ export_helper_default(_sfc_main265, [["render", _sfc_render265], ["__file", "icon-zoom-out.vue"]]);
7179
7289
 
7180
7290
  // src/components/icon-plotting-scale.vue
7181
- var import_vue261 = require("vue");
7182
- var _sfc_main261 = {
7291
+ var import_vue266 = require("vue");
7292
+ var _sfc_main266 = {
7183
7293
  name: "IconPlottingScale",
7184
7294
  title: "\u7F29\u653E"
7185
- }, _hoisted_1262 = {
7295
+ }, _hoisted_1267 = {
7186
7296
  width: "80",
7187
7297
  height: "80",
7188
7298
  viewBox: "0 0 80 80",
7189
7299
  fill: "none",
7190
7300
  xmlns: "http://www.w3.org/2000/svg"
7191
- }, _hoisted_2261 = /* @__PURE__ */ (0, import_vue261.createStaticVNode)('<path d="m40 7 8.993 21.622 23.343 1.871L54.55 45.728l5.434 22.779L40 56.3 20.015 68.507l5.434-22.779L7.664 30.493l23.343-1.871L40 7Z" fill="#ACDF99" fill-opacity=".1"></path><path d="m40 8.302 8.532 20.512.117.282.304.024 22.145 1.776-16.872 14.452-.232.199.07.297 5.155 21.61-18.958-11.58-.261-.16-.26.16-18.96 11.58 5.155-21.61.071-.297-.232-.199L8.902 30.896l22.145-1.776.304-.024.117-.282L40 8.302Z" stroke="#74B45E" stroke-opacity=".4"></path><path d="m40 21.302 5.093 12.245.117.282.305.024 13.219 1.06-10.072 8.628-.232.198.071.297 3.077 12.9-11.317-6.913-.261-.159-.26.16-11.318 6.912 3.077-12.9.07-.297-.231-.198-10.072-8.628 13.22-1.06.304-.024.117-.282L40 21.302Z" fill="#9BCE87" stroke="url(#paint0_linear_2117_178595)"></path><path d="m21.718 20.253-.354-.353-.354.353-1.267 1.268v-6.778h6.778l-1.268 1.268-.354.353.354.354 3.89 3.889-3.536 3.535-3.89-3.889Z" fill="url(#paint1_linear_2117_178595)" stroke="url(#paint2_linear_2117_178595)"></path><path d="m54.718 16.718.353-.354-.353-.354-1.268-1.267h6.778v6.778l-1.268-1.268-.353-.354-.354.354-3.889 3.89-3.535-3.536 3.889-3.89Z" fill="url(#paint3_linear_2117_178595)" stroke="url(#paint4_linear_2117_178595)"></path><path d="m66.546 47.341.47.171.17-.47.614-1.684 2.864 6.143-6.143 2.864.613-1.684.171-.47-.47-.171-5.168-1.881 1.71-4.699 5.169 1.881Z" fill="url(#paint5_linear_2117_178595)" stroke="url(#paint6_linear_2117_178595)"></path><path d="m15.546 52.04-.47.17.17.47.614 1.685-6.143-2.864 2.864-6.143.614 1.684.17.47.47-.17 5.169-1.882 1.71 4.699-5.168 1.88Z" fill="url(#paint7_linear_2117_178595)" stroke="url(#paint8_linear_2117_178595)"></path><defs><linearGradient id="paint0_linear_2117_178595" x1="19" y1="41" x2="61" y2="41" gradientUnits="userSpaceOnUse"><stop stop-color="#78B162"></stop><stop offset="1" stop-color="#4F843C"></stop></linearGradient><linearGradient id="paint1_linear_2117_178595" x1="19.243" y1="14.243" x2="27.728" y2="22.728" gradientUnits="userSpaceOnUse"><stop offset=".265" stop-color="#F8FFF6"></stop><stop offset=".7" stop-color="#67A950"></stop></linearGradient><linearGradient id="paint2_linear_2117_178595" x1="19.95" y1="22.021" x2="27.021" y2="14.95" gradientUnits="userSpaceOnUse"><stop stop-color="#78B162"></stop><stop offset="1" stop-color="#4F843C"></stop></linearGradient><linearGradient id="paint3_linear_2117_178595" x1="60.728" y1="14.243" x2="52.243" y2="22.728" gradientUnits="userSpaceOnUse"><stop offset=".265" stop-color="#F8FFF6"></stop><stop offset=".7" stop-color="#67A950"></stop></linearGradient><linearGradient id="paint4_linear_2117_178595" x1="52.95" y1="14.95" x2="60.021" y2="22.021" gradientUnits="userSpaceOnUse"><stop stop-color="#78B162"></stop><stop offset="1" stop-color="#4F843C"></stop></linearGradient><linearGradient id="paint5_linear_2117_178595" x1="71.329" y1="51.743" x2="60.052" y2="47.638" gradientUnits="userSpaceOnUse"><stop offset=".265" stop-color="#F8FFF6"></stop><stop offset=".7" stop-color="#67A950"></stop></linearGradient><linearGradient id="paint6_linear_2117_178595" x1="67.401" y1="44.992" x2="63.98" y2="54.389" gradientUnits="userSpaceOnUse"><stop stop-color="#78B162"></stop><stop offset="1" stop-color="#4F843C"></stop></linearGradient><linearGradient id="paint7_linear_2117_178595" x1="9.052" y1="51.743" x2="20.329" y2="47.639" gradientUnits="userSpaceOnUse"><stop offset=".265" stop-color="#F8FFF6"></stop><stop offset=".7" stop-color="#67A950"></stop></linearGradient><linearGradient id="paint8_linear_2117_178595" x1="16.401" y1="54.389" x2="12.98" y2="44.992" gradientUnits="userSpaceOnUse"><stop stop-color="#78B162"></stop><stop offset="1" stop-color="#4F843C"></stop></linearGradient></defs>', 8), _hoisted_10 = [
7192
- _hoisted_2261
7301
+ }, _hoisted_2266 = /* @__PURE__ */ (0, import_vue266.createStaticVNode)('<path d="m40 7 8.993 21.622 23.343 1.871L54.55 45.728l5.434 22.779L40 56.3 20.015 68.507l5.434-22.779L7.664 30.493l23.343-1.871L40 7Z" fill="#ACDF99" fill-opacity=".1"></path><path d="m40 8.302 8.532 20.512.117.282.304.024 22.145 1.776-16.872 14.452-.232.199.07.297 5.155 21.61-18.958-11.58-.261-.16-.26.16-18.96 11.58 5.155-21.61.071-.297-.232-.199L8.902 30.896l22.145-1.776.304-.024.117-.282L40 8.302Z" stroke="#74B45E" stroke-opacity=".4"></path><path d="m40 21.302 5.093 12.245.117.282.305.024 13.219 1.06-10.072 8.628-.232.198.071.297 3.077 12.9-11.317-6.913-.261-.159-.26.16-11.318 6.912 3.077-12.9.07-.297-.231-.198-10.072-8.628 13.22-1.06.304-.024.117-.282L40 21.302Z" fill="#9BCE87" stroke="url(#paint0_linear_2117_178595)"></path><path d="m21.718 20.253-.354-.353-.354.353-1.267 1.268v-6.778h6.778l-1.268 1.268-.354.353.354.354 3.89 3.889-3.536 3.535-3.89-3.889Z" fill="url(#paint1_linear_2117_178595)" stroke="url(#paint2_linear_2117_178595)"></path><path d="m54.718 16.718.353-.354-.353-.354-1.268-1.267h6.778v6.778l-1.268-1.268-.353-.354-.354.354-3.889 3.89-3.535-3.536 3.889-3.89Z" fill="url(#paint3_linear_2117_178595)" stroke="url(#paint4_linear_2117_178595)"></path><path d="m66.546 47.341.47.171.17-.47.614-1.684 2.864 6.143-6.143 2.864.613-1.684.171-.47-.47-.171-5.168-1.881 1.71-4.699 5.169 1.881Z" fill="url(#paint5_linear_2117_178595)" stroke="url(#paint6_linear_2117_178595)"></path><path d="m15.546 52.04-.47.17.17.47.614 1.685-6.143-2.864 2.864-6.143.614 1.684.17.47.47-.17 5.169-1.882 1.71 4.699-5.168 1.88Z" fill="url(#paint7_linear_2117_178595)" stroke="url(#paint8_linear_2117_178595)"></path><defs><linearGradient id="paint0_linear_2117_178595" x1="19" y1="41" x2="61" y2="41" gradientUnits="userSpaceOnUse"><stop stop-color="#78B162"></stop><stop offset="1" stop-color="#4F843C"></stop></linearGradient><linearGradient id="paint1_linear_2117_178595" x1="19.243" y1="14.243" x2="27.728" y2="22.728" gradientUnits="userSpaceOnUse"><stop offset=".265" stop-color="#F8FFF6"></stop><stop offset=".7" stop-color="#67A950"></stop></linearGradient><linearGradient id="paint2_linear_2117_178595" x1="19.95" y1="22.021" x2="27.021" y2="14.95" gradientUnits="userSpaceOnUse"><stop stop-color="#78B162"></stop><stop offset="1" stop-color="#4F843C"></stop></linearGradient><linearGradient id="paint3_linear_2117_178595" x1="60.728" y1="14.243" x2="52.243" y2="22.728" gradientUnits="userSpaceOnUse"><stop offset=".265" stop-color="#F8FFF6"></stop><stop offset=".7" stop-color="#67A950"></stop></linearGradient><linearGradient id="paint4_linear_2117_178595" x1="52.95" y1="14.95" x2="60.021" y2="22.021" gradientUnits="userSpaceOnUse"><stop stop-color="#78B162"></stop><stop offset="1" stop-color="#4F843C"></stop></linearGradient><linearGradient id="paint5_linear_2117_178595" x1="71.329" y1="51.743" x2="60.052" y2="47.638" gradientUnits="userSpaceOnUse"><stop offset=".265" stop-color="#F8FFF6"></stop><stop offset=".7" stop-color="#67A950"></stop></linearGradient><linearGradient id="paint6_linear_2117_178595" x1="67.401" y1="44.992" x2="63.98" y2="54.389" gradientUnits="userSpaceOnUse"><stop stop-color="#78B162"></stop><stop offset="1" stop-color="#4F843C"></stop></linearGradient><linearGradient id="paint7_linear_2117_178595" x1="9.052" y1="51.743" x2="20.329" y2="47.639" gradientUnits="userSpaceOnUse"><stop offset=".265" stop-color="#F8FFF6"></stop><stop offset=".7" stop-color="#67A950"></stop></linearGradient><linearGradient id="paint8_linear_2117_178595" x1="16.401" y1="54.389" x2="12.98" y2="44.992" gradientUnits="userSpaceOnUse"><stop stop-color="#78B162"></stop><stop offset="1" stop-color="#4F843C"></stop></linearGradient></defs>', 8), _hoisted_10 = [
7302
+ _hoisted_2266
7193
7303
  ];
7194
- function _sfc_render261(_ctx, _cache, $props, $setup, $data, $options) {
7195
- return (0, import_vue261.openBlock)(), (0, import_vue261.createElementBlock)("svg", _hoisted_1262, _hoisted_10);
7304
+ function _sfc_render266(_ctx, _cache, $props, $setup, $data, $options) {
7305
+ return (0, import_vue266.openBlock)(), (0, import_vue266.createElementBlock)("svg", _hoisted_1267, _hoisted_10);
7196
7306
  }
7197
- var icon_plotting_scale_default = /* @__PURE__ */ export_helper_default(_sfc_main261, [["render", _sfc_render261], ["__file", "icon-plotting-scale.vue"]]);
7307
+ var icon_plotting_scale_default = /* @__PURE__ */ export_helper_default(_sfc_main266, [["render", _sfc_render266], ["__file", "icon-plotting-scale.vue"]]);
7198
7308
 
7199
7309
  // src/components/icon-plotting-scale2.vue
7200
- var import_vue262 = require("vue");
7201
- var _sfc_main262 = {
7310
+ var import_vue267 = require("vue");
7311
+ var _sfc_main267 = {
7202
7312
  name: "IconPlottingScale2",
7203
7313
  title: "\u7F29\u653E2"
7204
- }, _hoisted_1263 = {
7314
+ }, _hoisted_1268 = {
7205
7315
  width: "80",
7206
7316
  height: "80",
7207
7317
  viewBox: "0 0 80 80",
7208
7318
  fill: "none",
7209
7319
  xmlns: "http://www.w3.org/2000/svg"
7210
- }, _hoisted_2262 = /* @__PURE__ */ (0, import_vue262.createStaticVNode)('<path d="m40 7 8.993 21.622 23.343 1.871L54.55 45.728l5.434 22.779L40 56.3 20.015 68.507l5.434-22.779L7.664 30.493l23.343-1.871L40 7Z" fill="#E98D94" fill-opacity=".1"></path><path d="m40 8.302 8.532 20.512.117.282.304.024 22.145 1.776-16.872 14.452-.232.199.07.297 5.155 21.61-18.958-11.58-.261-.16-.26.16-18.96 11.58 5.155-21.61.071-.297-.232-.199L8.902 30.896l22.145-1.776.304-.024.117-.282L40 8.302Z" stroke="#C0565E" stroke-opacity=".4"></path><path d="m40 21.302 5.093 12.245.117.282.305.024 13.219 1.06-10.072 8.628-.232.198.071.297 3.077 12.9-11.317-6.913-.261-.159-.26.16-11.318 6.912 3.077-12.9.07-.297-.231-.198-10.072-8.628 13.22-1.06.304-.024.117-.282L40 21.302Z" fill="#E98D94" stroke="#C0565E"></path><path d="m25.253 16.718.354.353.353-.353 1.268-1.268v6.778H20.45l1.268-1.268.353-.353-.353-.354-3.89-3.889 3.536-3.536 3.89 3.89Z" fill="#D25E60" stroke="url(#paint0_linear_2117_178663)"></path><path d="m58.253 20.253-.353.354.353.353 1.268 1.268h-6.778V15.45l1.267 1.268.354.353.354-.353 3.889-3.89 3.535 3.536-3.889 3.89Z" fill="#D25E60" stroke="url(#paint1_linear_2117_178663)"></path><path d="m64.835 52.04-.47-.171-.17.47-.614 1.684-2.864-6.143 6.143-2.864-.614 1.684-.17.47.47.171 5.168 1.881-1.71 4.699-5.169-1.881Z" fill="#D25E60" stroke="url(#paint2_linear_2117_178663)"></path><path d="m13.835 47.341.47-.171-.17-.47-.614-1.685 6.143 2.865-2.865 6.143-.613-1.685-.17-.47-.47.171-5.169 1.882-1.71-4.699 5.168-1.881Z" fill="#D25E60" stroke="url(#paint3_linear_2117_178663)"></path><defs><linearGradient id="paint0_linear_2117_178663" x1="27.728" y1="22.728" x2="19.243" y2="14.243" gradientUnits="userSpaceOnUse"><stop stop-color="#8F3531"></stop><stop offset="1" stop-color="#BE5755"></stop></linearGradient><linearGradient id="paint1_linear_2117_178663" x1="52.243" y1="22.728" x2="60.728" y2="14.243" gradientUnits="userSpaceOnUse"><stop stop-color="#8F3531"></stop><stop offset="1" stop-color="#BE5755"></stop></linearGradient><linearGradient id="paint2_linear_2117_178663" x1="60.052" y1="47.638" x2="71.328" y2="51.742" gradientUnits="userSpaceOnUse"><stop stop-color="#8F3531"></stop><stop offset="1" stop-color="#BE5755"></stop></linearGradient><linearGradient id="paint3_linear_2117_178663" x1="20.328" y1="47.638" x2="9.052" y2="51.742" gradientUnits="userSpaceOnUse"><stop stop-color="#8F3531"></stop><stop offset="1" stop-color="#BE5755"></stop></linearGradient></defs>', 8), _hoisted_102 = [
7211
- _hoisted_2262
7320
+ }, _hoisted_2267 = /* @__PURE__ */ (0, import_vue267.createStaticVNode)('<path d="m40 7 8.993 21.622 23.343 1.871L54.55 45.728l5.434 22.779L40 56.3 20.015 68.507l5.434-22.779L7.664 30.493l23.343-1.871L40 7Z" fill="#E98D94" fill-opacity=".1"></path><path d="m40 8.302 8.532 20.512.117.282.304.024 22.145 1.776-16.872 14.452-.232.199.07.297 5.155 21.61-18.958-11.58-.261-.16-.26.16-18.96 11.58 5.155-21.61.071-.297-.232-.199L8.902 30.896l22.145-1.776.304-.024.117-.282L40 8.302Z" stroke="#C0565E" stroke-opacity=".4"></path><path d="m40 21.302 5.093 12.245.117.282.305.024 13.219 1.06-10.072 8.628-.232.198.071.297 3.077 12.9-11.317-6.913-.261-.159-.26.16-11.318 6.912 3.077-12.9.07-.297-.231-.198-10.072-8.628 13.22-1.06.304-.024.117-.282L40 21.302Z" fill="#E98D94" stroke="#C0565E"></path><path d="m25.253 16.718.354.353.353-.353 1.268-1.268v6.778H20.45l1.268-1.268.353-.353-.353-.354-3.89-3.889 3.536-3.536 3.89 3.89Z" fill="#D25E60" stroke="url(#paint0_linear_2117_178663)"></path><path d="m58.253 20.253-.353.354.353.353 1.268 1.268h-6.778V15.45l1.267 1.268.354.353.354-.353 3.889-3.89 3.535 3.536-3.889 3.89Z" fill="#D25E60" stroke="url(#paint1_linear_2117_178663)"></path><path d="m64.835 52.04-.47-.171-.17.47-.614 1.684-2.864-6.143 6.143-2.864-.614 1.684-.17.47.47.171 5.168 1.881-1.71 4.699-5.169-1.881Z" fill="#D25E60" stroke="url(#paint2_linear_2117_178663)"></path><path d="m13.835 47.341.47-.171-.17-.47-.614-1.685 6.143 2.865-2.865 6.143-.613-1.685-.17-.47-.47.171-5.169 1.882-1.71-4.699 5.168-1.881Z" fill="#D25E60" stroke="url(#paint3_linear_2117_178663)"></path><defs><linearGradient id="paint0_linear_2117_178663" x1="27.728" y1="22.728" x2="19.243" y2="14.243" gradientUnits="userSpaceOnUse"><stop stop-color="#8F3531"></stop><stop offset="1" stop-color="#BE5755"></stop></linearGradient><linearGradient id="paint1_linear_2117_178663" x1="52.243" y1="22.728" x2="60.728" y2="14.243" gradientUnits="userSpaceOnUse"><stop stop-color="#8F3531"></stop><stop offset="1" stop-color="#BE5755"></stop></linearGradient><linearGradient id="paint2_linear_2117_178663" x1="60.052" y1="47.638" x2="71.328" y2="51.742" gradientUnits="userSpaceOnUse"><stop stop-color="#8F3531"></stop><stop offset="1" stop-color="#BE5755"></stop></linearGradient><linearGradient id="paint3_linear_2117_178663" x1="20.328" y1="47.638" x2="9.052" y2="51.742" gradientUnits="userSpaceOnUse"><stop stop-color="#8F3531"></stop><stop offset="1" stop-color="#BE5755"></stop></linearGradient></defs>', 8), _hoisted_102 = [
7321
+ _hoisted_2267
7212
7322
  ];
7213
- function _sfc_render262(_ctx, _cache, $props, $setup, $data, $options) {
7214
- return (0, import_vue262.openBlock)(), (0, import_vue262.createElementBlock)("svg", _hoisted_1263, _hoisted_102);
7323
+ function _sfc_render267(_ctx, _cache, $props, $setup, $data, $options) {
7324
+ return (0, import_vue267.openBlock)(), (0, import_vue267.createElementBlock)("svg", _hoisted_1268, _hoisted_102);
7215
7325
  }
7216
- var icon_plotting_scale2_default = /* @__PURE__ */ export_helper_default(_sfc_main262, [["render", _sfc_render262], ["__file", "icon-plotting-scale2.vue"]]);
7326
+ var icon_plotting_scale2_default = /* @__PURE__ */ export_helper_default(_sfc_main267, [["render", _sfc_render267], ["__file", "icon-plotting-scale2.vue"]]);
7217
7327
 
7218
7328
  // src/components/icon-zoom-to.vue
7219
- var import_vue263 = require("vue");
7220
- var _sfc_main263 = {
7329
+ var import_vue268 = require("vue");
7330
+ var _sfc_main268 = {
7221
7331
  name: "IconZoomTo",
7222
7332
  title: "\u7F29\u653E\u81F3"
7223
- }, _hoisted_1264 = {
7333
+ }, _hoisted_1269 = {
7224
7334
  class: "icon",
7225
7335
  viewBox: "0 0 1024 1024",
7226
7336
  xmlns: "http://www.w3.org/2000/svg",
7227
7337
  width: "200",
7228
7338
  height: "200"
7229
- }, _hoisted_2263 = /* @__PURE__ */ (0, import_vue263.createElementVNode)("path", { d: "M987.429 475.429A36.571 36.571 0 0 0 950.857 512v402.286a36.571 36.571 0 0 1-36.571 36.571H109.714a36.571 36.571 0 0 1-36.571-36.571V109.714a36.571 36.571 0 0 1 36.571-36.571H512a36.571 36.571 0 0 0 36.571-36.572A36.571 36.571 0 0 0 512 0H109.714A109.714 109.714 0 0 0 0 109.714v804.572A109.714 109.714 0 0 0 109.714 1024h804.572A109.714 109.714 0 0 0 1024 914.286V512a36.571 36.571 0 0 0-36.571-36.571z" }, null, -1), _hoisted_3252 = /* @__PURE__ */ (0, import_vue263.createElementVNode)("path", { d: "M914.286 0h-256a36.571 36.571 0 0 0-36.572 36.571 36.571 36.571 0 0 0 36.572 36.572h240.64L438.857 533.21V329.143a36.571 36.571 0 0 0-73.143 0v292.571a36.571 36.571 0 0 0 36.572 36.572h292.571a36.571 36.571 0 0 0 0-73.143H490.79l460.068-460.069v240.64a36.571 36.571 0 0 0 73.143 0v-256A109.714 109.714 0 0 0 914.286 0z" }, null, -1), _hoisted_4126 = [
7230
- _hoisted_2263,
7231
- _hoisted_3252
7339
+ }, _hoisted_2268 = /* @__PURE__ */ (0, import_vue268.createElementVNode)("path", { d: "M987.429 475.429A36.571 36.571 0 0 0 950.857 512v402.286a36.571 36.571 0 0 1-36.571 36.571H109.714a36.571 36.571 0 0 1-36.571-36.571V109.714a36.571 36.571 0 0 1 36.571-36.571H512a36.571 36.571 0 0 0 36.571-36.572A36.571 36.571 0 0 0 512 0H109.714A109.714 109.714 0 0 0 0 109.714v804.572A109.714 109.714 0 0 0 109.714 1024h804.572A109.714 109.714 0 0 0 1024 914.286V512a36.571 36.571 0 0 0-36.571-36.571z" }, null, -1), _hoisted_3253 = /* @__PURE__ */ (0, import_vue268.createElementVNode)("path", { d: "M914.286 0h-256a36.571 36.571 0 0 0-36.572 36.571 36.571 36.571 0 0 0 36.572 36.572h240.64L438.857 533.21V329.143a36.571 36.571 0 0 0-73.143 0v292.571a36.571 36.571 0 0 0 36.572 36.572h292.571a36.571 36.571 0 0 0 0-73.143H490.79l460.068-460.069v240.64a36.571 36.571 0 0 0 73.143 0v-256A109.714 109.714 0 0 0 914.286 0z" }, null, -1), _hoisted_4126 = [
7340
+ _hoisted_2268,
7341
+ _hoisted_3253
7232
7342
  ];
7233
- function _sfc_render263(_ctx, _cache, $props, $setup, $data, $options) {
7234
- return (0, import_vue263.openBlock)(), (0, import_vue263.createElementBlock)("svg", _hoisted_1264, _hoisted_4126);
7343
+ function _sfc_render268(_ctx, _cache, $props, $setup, $data, $options) {
7344
+ return (0, import_vue268.openBlock)(), (0, import_vue268.createElementBlock)("svg", _hoisted_1269, _hoisted_4126);
7235
7345
  }
7236
- var icon_zoom_to_default = /* @__PURE__ */ export_helper_default(_sfc_main263, [["render", _sfc_render263], ["__file", "icon-zoom-to.vue"]]);
7346
+ var icon_zoom_to_default = /* @__PURE__ */ export_helper_default(_sfc_main268, [["render", _sfc_render268], ["__file", "icon-zoom-to.vue"]]);
7237
7347
 
7238
7348
  // src/components/icon-compass-3d.vue
7239
- var import_vue264 = require("vue");
7240
- var _sfc_main264 = {
7349
+ var import_vue269 = require("vue");
7350
+ var _sfc_main269 = {
7241
7351
  name: "IconCompass3D",
7242
7352
  title: "\u7F57\u76D8"
7243
- }, _hoisted_1265 = {
7353
+ }, _hoisted_1270 = {
7244
7354
  width: "16",
7245
7355
  height: "16",
7246
7356
  viewBox: "0 0 16 16",
7247
7357
  fill: "none",
7248
7358
  xmlns: "http://www.w3.org/2000/svg"
7249
- }, _hoisted_2264 = /* @__PURE__ */ (0, import_vue264.createElementVNode)("path", {
7359
+ }, _hoisted_2269 = /* @__PURE__ */ (0, import_vue269.createElementVNode)("path", {
7250
7360
  "fill-rule": "evenodd",
7251
7361
  "clip-rule": "evenodd",
7252
7362
  d: "M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0Zm-1 0A7 7 0 1 1 1 8a7 7 0 0 1 14 0Zm-6.555 4.736a.5.5 0 0 1-.898-.012l-2.136-4.51a.5.5 0 0 1 0-.428l2.137-4.51a.5.5 0 0 1 .897-.012l2.295 4.51a.5.5 0 0 1-.009.47l-2.286 4.492ZM9.478 8.5l-1.463 2.876L6.653 8.5h2.825Z",
7253
7363
  fill: "currentColor"
7254
- }, null, -1), _hoisted_3253 = [
7255
- _hoisted_2264
7364
+ }, null, -1), _hoisted_3254 = [
7365
+ _hoisted_2269
7256
7366
  ];
7257
- function _sfc_render264(_ctx, _cache, $props, $setup, $data, $options) {
7258
- return (0, import_vue264.openBlock)(), (0, import_vue264.createElementBlock)("svg", _hoisted_1265, _hoisted_3253);
7367
+ function _sfc_render269(_ctx, _cache, $props, $setup, $data, $options) {
7368
+ return (0, import_vue269.openBlock)(), (0, import_vue269.createElementBlock)("svg", _hoisted_1270, _hoisted_3254);
7259
7369
  }
7260
- var icon_compass_3d_default = /* @__PURE__ */ export_helper_default(_sfc_main264, [["render", _sfc_render264], ["__file", "icon-compass-3d.vue"]]);
7370
+ var icon_compass_3d_default = /* @__PURE__ */ export_helper_default(_sfc_main269, [["render", _sfc_render269], ["__file", "icon-compass-3d.vue"]]);
7261
7371
 
7262
7372
  // src/components/icon-compass.vue
7263
- var import_vue265 = require("vue");
7264
- var _sfc_main265 = {
7373
+ var import_vue270 = require("vue");
7374
+ var _sfc_main270 = {
7265
7375
  name: "IconCompass",
7266
7376
  title: "\u7F57\u76D8"
7267
- }, _hoisted_1266 = {
7377
+ }, _hoisted_1271 = {
7268
7378
  width: "16",
7269
7379
  height: "16",
7270
7380
  viewBox: "0 0 16 16",
7271
7381
  fill: "none",
7272
7382
  xmlns: "http://www.w3.org/2000/svg"
7273
- }, _hoisted_2265 = /* @__PURE__ */ (0, import_vue265.createElementVNode)("path", {
7383
+ }, _hoisted_2270 = /* @__PURE__ */ (0, import_vue270.createElementVNode)("path", {
7274
7384
  "fill-rule": "evenodd",
7275
7385
  "clip-rule": "evenodd",
7276
7386
  d: "M8.2 2a6.2 6.2 0 1 0 0 12.4A6.2 6.2 0 0 0 8.2 2ZM1 8.2a7.2 7.2 0 1 1 14.4 0A7.2 7.2 0 0 1 1 8.2Z",
7277
7387
  fill: "currentColor"
7278
- }, null, -1), _hoisted_3254 = /* @__PURE__ */ (0, import_vue265.createElementVNode)("path", {
7388
+ }, null, -1), _hoisted_3255 = /* @__PURE__ */ (0, import_vue270.createElementVNode)("path", {
7279
7389
  "fill-rule": "evenodd",
7280
7390
  "clip-rule": "evenodd",
7281
7391
  d: "M11.348 4.941a.5.5 0 0 1 .127.514l-1.4 4.3a.5.5 0 0 1-.32.32l-4.3 1.4a.5.5 0 0 1-.626-.643l1.5-4.2a.5.5 0 0 1 .303-.303l4.2-1.5a.5.5 0 0 1 .516.112Zm-4.157 2.25L6.113 10.21l3.09-1.006 1.006-3.09-3.018 1.078Z",
7282
7392
  fill: "currentColor"
7283
7393
  }, null, -1), _hoisted_4127 = [
7284
- _hoisted_2265,
7285
- _hoisted_3254
7394
+ _hoisted_2270,
7395
+ _hoisted_3255
7286
7396
  ];
7287
- function _sfc_render265(_ctx, _cache, $props, $setup, $data, $options) {
7288
- return (0, import_vue265.openBlock)(), (0, import_vue265.createElementBlock)("svg", _hoisted_1266, _hoisted_4127);
7397
+ function _sfc_render270(_ctx, _cache, $props, $setup, $data, $options) {
7398
+ return (0, import_vue270.openBlock)(), (0, import_vue270.createElementBlock)("svg", _hoisted_1271, _hoisted_4127);
7289
7399
  }
7290
- var icon_compass_default = /* @__PURE__ */ export_helper_default(_sfc_main265, [["render", _sfc_render265], ["__file", "icon-compass.vue"]]);
7400
+ var icon_compass_default = /* @__PURE__ */ export_helper_default(_sfc_main270, [["render", _sfc_render270], ["__file", "icon-compass.vue"]]);
7291
7401
 
7292
7402
  // src/components/icon-spotlight.vue
7293
- var import_vue266 = require("vue");
7294
- var _sfc_main266 = {
7403
+ var import_vue271 = require("vue");
7404
+ var _sfc_main271 = {
7295
7405
  name: "IconSpotlight",
7296
7406
  title: "\u805A\u5149\u706F"
7297
- }, _hoisted_1267 = {
7407
+ }, _hoisted_1272 = {
7298
7408
  class: "icon",
7299
7409
  viewBox: "0 0 1024 1024",
7300
7410
  xmlns: "http://www.w3.org/2000/svg",
7301
7411
  width: "200",
7302
7412
  height: "200"
7303
- }, _hoisted_2266 = /* @__PURE__ */ (0, import_vue266.createElementVNode)("path", {
7413
+ }, _hoisted_2271 = /* @__PURE__ */ (0, import_vue271.createElementVNode)("path", {
7304
7414
  d: "M203.35 682.667 512 168.277l308.65 514.39h-617.3zm363.52-588.8a64 64 0 0 0-109.74 0L110.806 671.06A64 64 0 0 0 165.675 768h692.65a64 64 0 0 0 54.87-96.939L566.869 93.867zm-97.537 759.466V1024h85.334V853.333h-85.334zM652.501 883.5l60.331-60.331L833.536 943.83l-60.373 60.374L652.5 883.499zM303.83 823.168 183.168 943.787l60.33 60.373L364.16 883.456l-60.33-60.33z",
7305
7415
  fill: "currentColor"
7306
- }, null, -1), _hoisted_3255 = [
7307
- _hoisted_2266
7416
+ }, null, -1), _hoisted_3256 = [
7417
+ _hoisted_2271
7308
7418
  ];
7309
- function _sfc_render266(_ctx, _cache, $props, $setup, $data, $options) {
7310
- return (0, import_vue266.openBlock)(), (0, import_vue266.createElementBlock)("svg", _hoisted_1267, _hoisted_3255);
7419
+ function _sfc_render271(_ctx, _cache, $props, $setup, $data, $options) {
7420
+ return (0, import_vue271.openBlock)(), (0, import_vue271.createElementBlock)("svg", _hoisted_1272, _hoisted_3256);
7311
7421
  }
7312
- var icon_spotlight_default = /* @__PURE__ */ export_helper_default(_sfc_main266, [["render", _sfc_render266], ["__file", "icon-spotlight.vue"]]);
7422
+ var icon_spotlight_default = /* @__PURE__ */ export_helper_default(_sfc_main271, [["render", _sfc_render271], ["__file", "icon-spotlight.vue"]]);
7313
7423
 
7314
7424
  // src/components/icon-free-curve.vue
7315
- var import_vue267 = require("vue");
7316
- var _sfc_main267 = {
7425
+ var import_vue272 = require("vue");
7426
+ var _sfc_main272 = {
7317
7427
  name: "IconFreeCurve",
7318
7428
  title: "\u81EA\u7531\u66F2\u7EBF"
7319
- }, _hoisted_1268 = {
7429
+ }, _hoisted_1273 = {
7320
7430
  width: "80",
7321
7431
  height: "80",
7322
7432
  viewBox: "0 0 80 80",
7323
7433
  fill: "none",
7324
7434
  xmlns: "http://www.w3.org/2000/svg"
7325
- }, _hoisted_2267 = /* @__PURE__ */ (0, import_vue267.createStaticVNode)('<path d="M30.284 18c-5.585 4.19-15.639 13.829-11.17 18.857 4.468 5.029 18.352-2.619 24.736-7.071 1.843-1.286 4.309-1.257 5.585 0 1.596 1.571 1.596 3.928-1.596 6.285-3.191 2.358-14.362 7.858-11.968 11.786 2.393 3.929 12.766-4.714 16.756 0S55.021 54.93 63 62" stroke="#CCC" stroke-width="2" stroke-linecap="round"></path><circle cx="30" cy="18" r="3" fill="url(#paint0_radial_2117_178694)"></circle><circle cx="30" cy="18" r="2.5" stroke="#000" stroke-opacity=".15"></circle><circle cx="19" cy="36" r="3" fill="url(#paint1_radial_2117_178694)"></circle><circle cx="19" cy="36" r="2.5" stroke="#000" stroke-opacity=".15"></circle><circle cx="36" cy="48" r="3" fill="url(#paint2_radial_2117_178694)"></circle><circle cx="36" cy="48" r="2.5" stroke="#000" stroke-opacity=".15"></circle><circle cx="50" cy="46" r="3" fill="url(#paint3_radial_2117_178694)"></circle><circle cx="50" cy="46" r="2.5" stroke="#000" stroke-opacity=".15"></circle><circle cx="50" cy="30" r="3" fill="url(#paint4_radial_2117_178694)"></circle><circle cx="50" cy="30" r="2.5" stroke="#000" stroke-opacity=".15"></circle><circle cx="63" cy="62" r="3" fill="url(#paint5_radial_2117_178694)"></circle><circle cx="63" cy="62" r="2.5" stroke="#000" stroke-opacity=".15"></circle><defs><radialGradient id="paint0_radial_2117_178694" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3 3 -3 3 29 17)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint1_radial_2117_178694" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3 3 -3 3 18 35)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint2_radial_2117_178694" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3 3 -3 3 35 47)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint3_radial_2117_178694" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3 3 -3 3 49 45)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint4_radial_2117_178694" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3 3 -3 3 49 29)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint5_radial_2117_178694" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3 3 -3 3 62 61)"><stop stop-color="#FF9798"></stop><stop offset="1" stop-color="#D53D40"></stop></radialGradient></defs>', 14), _hoisted_1610 = [
7326
- _hoisted_2267
7435
+ }, _hoisted_2272 = /* @__PURE__ */ (0, import_vue272.createStaticVNode)('<path d="M30.284 18c-5.585 4.19-15.639 13.829-11.17 18.857 4.468 5.029 18.352-2.619 24.736-7.071 1.843-1.286 4.309-1.257 5.585 0 1.596 1.571 1.596 3.928-1.596 6.285-3.191 2.358-14.362 7.858-11.968 11.786 2.393 3.929 12.766-4.714 16.756 0S55.021 54.93 63 62" stroke="#CCC" stroke-width="2" stroke-linecap="round"></path><circle cx="30" cy="18" r="3" fill="url(#paint0_radial_2117_178694)"></circle><circle cx="30" cy="18" r="2.5" stroke="#000" stroke-opacity=".15"></circle><circle cx="19" cy="36" r="3" fill="url(#paint1_radial_2117_178694)"></circle><circle cx="19" cy="36" r="2.5" stroke="#000" stroke-opacity=".15"></circle><circle cx="36" cy="48" r="3" fill="url(#paint2_radial_2117_178694)"></circle><circle cx="36" cy="48" r="2.5" stroke="#000" stroke-opacity=".15"></circle><circle cx="50" cy="46" r="3" fill="url(#paint3_radial_2117_178694)"></circle><circle cx="50" cy="46" r="2.5" stroke="#000" stroke-opacity=".15"></circle><circle cx="50" cy="30" r="3" fill="url(#paint4_radial_2117_178694)"></circle><circle cx="50" cy="30" r="2.5" stroke="#000" stroke-opacity=".15"></circle><circle cx="63" cy="62" r="3" fill="url(#paint5_radial_2117_178694)"></circle><circle cx="63" cy="62" r="2.5" stroke="#000" stroke-opacity=".15"></circle><defs><radialGradient id="paint0_radial_2117_178694" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3 3 -3 3 29 17)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint1_radial_2117_178694" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3 3 -3 3 18 35)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint2_radial_2117_178694" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3 3 -3 3 35 47)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint3_radial_2117_178694" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3 3 -3 3 49 45)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint4_radial_2117_178694" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3 3 -3 3 49 29)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint5_radial_2117_178694" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3 3 -3 3 62 61)"><stop stop-color="#FF9798"></stop><stop offset="1" stop-color="#D53D40"></stop></radialGradient></defs>', 14), _hoisted_1610 = [
7436
+ _hoisted_2272
7327
7437
  ];
7328
- function _sfc_render267(_ctx, _cache, $props, $setup, $data, $options) {
7329
- return (0, import_vue267.openBlock)(), (0, import_vue267.createElementBlock)("svg", _hoisted_1268, _hoisted_1610);
7438
+ function _sfc_render272(_ctx, _cache, $props, $setup, $data, $options) {
7439
+ return (0, import_vue272.openBlock)(), (0, import_vue272.createElementBlock)("svg", _hoisted_1273, _hoisted_1610);
7330
7440
  }
7331
- var icon_free_curve_default = /* @__PURE__ */ export_helper_default(_sfc_main267, [["render", _sfc_render267], ["__file", "icon-free-curve.vue"]]);
7441
+ var icon_free_curve_default = /* @__PURE__ */ export_helper_default(_sfc_main272, [["render", _sfc_render272], ["__file", "icon-free-curve.vue"]]);
7332
7442
 
7333
7443
  // src/components/icon-blending-layer.vue
7334
- var import_vue268 = require("vue");
7335
- var _sfc_main268 = {
7444
+ var import_vue273 = require("vue");
7445
+ var _sfc_main273 = {
7336
7446
  name: "IconBlendingLayer",
7337
7447
  title: "\u878D\u5408\u56FE\u5C42"
7338
- }, _hoisted_1269 = {
7448
+ }, _hoisted_1274 = {
7339
7449
  class: "icon",
7340
7450
  viewBox: "0 0 1024 1024",
7341
7451
  xmlns: "http://www.w3.org/2000/svg",
7342
7452
  width: "200",
7343
7453
  height: "200"
7344
- }, _hoisted_2268 = /* @__PURE__ */ (0, import_vue268.createElementVNode)("path", {
7454
+ }, _hoisted_2273 = /* @__PURE__ */ (0, import_vue273.createElementVNode)("path", {
7345
7455
  d: "M948.907 38.684a36.409 36.409 0 0 1 36.409 36.41v873.813a36.409 36.409 0 0 1-36.41 36.409H75.094a36.409 36.409 0 0 1-36.409-36.41V75.094a36.409 36.409 0 0 1 36.41-36.409h873.813zm0 36.41H75.093v873.813h873.814V75.093z",
7346
7456
  fill: "currentColor"
7347
- }, null, -1), _hoisted_3256 = /* @__PURE__ */ (0, import_vue268.createElementVNode)("path", {
7457
+ }, null, -1), _hoisted_3257 = /* @__PURE__ */ (0, import_vue273.createElementVNode)("path", {
7348
7458
  d: "M366.364 657.636v327.68H75.094a36.409 36.409 0 0 1-36.41-36.41v-291.27h327.68zm-36.408 36.408H75.093v254.863h254.863V694.044zm618.95-655.36a36.409 36.409 0 0 1 36.41 36.41v291.27h-327.68V38.684h291.27zm0 36.41H694.045v254.862h254.863V75.093z",
7349
7459
  fill: "currentColor"
7350
- }, null, -1), _hoisted_4128 = /* @__PURE__ */ (0, import_vue268.createElementVNode)("path", {
7460
+ }, null, -1), _hoisted_4128 = /* @__PURE__ */ (0, import_vue273.createElementVNode)("path", {
7351
7461
  d: "M694.044 329.956v364.088H329.956V329.956h364.088zm-36.408 36.408H366.364v291.272h291.272V366.364z",
7352
7462
  fill: "currentColor"
7353
- }, null, -1), _hoisted_544 = /* @__PURE__ */ (0, import_vue268.createElementVNode)("path", {
7463
+ }, null, -1), _hoisted_544 = /* @__PURE__ */ (0, import_vue273.createElementVNode)("path", {
7354
7464
  d: "M329.956 329.956h364.088v364.088H329.956z",
7355
7465
  fill: "currentColor",
7356
7466
  "fill-opacity": ".2"
7357
7467
  }, null, -1), _hoisted_616 = [
7358
- _hoisted_2268,
7359
- _hoisted_3256,
7468
+ _hoisted_2273,
7469
+ _hoisted_3257,
7360
7470
  _hoisted_4128,
7361
7471
  _hoisted_544
7362
7472
  ];
7363
- function _sfc_render268(_ctx, _cache, $props, $setup, $data, $options) {
7364
- return (0, import_vue268.openBlock)(), (0, import_vue268.createElementBlock)("svg", _hoisted_1269, _hoisted_616);
7473
+ function _sfc_render273(_ctx, _cache, $props, $setup, $data, $options) {
7474
+ return (0, import_vue273.openBlock)(), (0, import_vue273.createElementBlock)("svg", _hoisted_1274, _hoisted_616);
7365
7475
  }
7366
- var icon_blending_layer_default = /* @__PURE__ */ export_helper_default(_sfc_main268, [["render", _sfc_render268], ["__file", "icon-blending-layer.vue"]]);
7476
+ var icon_blending_layer_default = /* @__PURE__ */ export_helper_default(_sfc_main273, [["render", _sfc_render273], ["__file", "icon-blending-layer.vue"]]);
7367
7477
 
7368
7478
  // src/components/icon-XZQ-nav.vue
7369
- var import_vue269 = require("vue");
7370
- var _sfc_main269 = {
7479
+ var import_vue274 = require("vue");
7480
+ var _sfc_main274 = {
7371
7481
  name: "IconXZQNav",
7372
7482
  title: "\u884C\u653F\u533A\u5BFC\u822A"
7373
- }, _hoisted_1270 = {
7483
+ }, _hoisted_1275 = {
7374
7484
  width: "16",
7375
7485
  height: "16",
7376
7486
  viewBox: "0 0 16 16",
7377
7487
  fill: "none",
7378
7488
  xmlns: "http://www.w3.org/2000/svg"
7379
- }, _hoisted_2269 = /* @__PURE__ */ (0, import_vue269.createElementVNode)("path", {
7489
+ }, _hoisted_2274 = /* @__PURE__ */ (0, import_vue274.createElementVNode)("path", {
7380
7490
  "fill-rule": "evenodd",
7381
7491
  "clip-rule": "evenodd",
7382
7492
  d: "M12.303 7.698C13.271 6.757 14 5.68 14 4.682 14 3.265 12.75 2 11 2S8 3.265 8 4.682c0 .998.729 2.075 1.697 3.016.458.445.92.811 1.27 1.067.01.009.022.017.033.025l.034-.025a12.31 12.31 0 0 0 1.27-1.067ZM11 10s4-2.455 4-5.318C15 2.636 13.222 1 11 1S7 2.636 7 4.682C7 7.545 11 10 11 10Z",
7383
7493
  fill: "currentColor"
7384
- }, null, -1), _hoisted_3257 = /* @__PURE__ */ (0, import_vue269.createElementVNode)("path", {
7494
+ }, null, -1), _hoisted_3258 = /* @__PURE__ */ (0, import_vue274.createElementVNode)("path", {
7385
7495
  "fill-rule": "evenodd",
7386
7496
  "clip-rule": "evenodd",
7387
7497
  d: "M14.608 7.863v4.864a.5.5 0 0 1-.254.436l-4.191 2.363a.5.5 0 0 1-.47.012l-4.488-2.245-3.96 2.233a.5.5 0 0 1-.745-.435V5.455a.5.5 0 0 1 .247-.432L4.938 2.57a.5.5 0 0 1 .484-.013l.858.446A4.129 4.129 0 0 0 6.03 4l-.824-.428L1.5 5.74v8.494l3.445-1.943a.5.5 0 0 1 .47-.012l4.488 2.245 3.705-2.09V8.96c.345-.335.687-.703 1-1.096Z",
7388
7498
  fill: "currentColor"
7389
- }, null, -1), _hoisted_4129 = /* @__PURE__ */ (0, import_vue269.createElementVNode)("path", {
7499
+ }, null, -1), _hoisted_4129 = /* @__PURE__ */ (0, import_vue274.createElementVNode)("path", {
7390
7500
  "fill-rule": "evenodd",
7391
7501
  "clip-rule": "evenodd",
7392
7502
  d: "M11 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm2-1a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z",
7393
7503
  fill: "currentColor"
7394
7504
  }, null, -1), _hoisted_545 = [
7395
- _hoisted_2269,
7396
- _hoisted_3257,
7505
+ _hoisted_2274,
7506
+ _hoisted_3258,
7397
7507
  _hoisted_4129
7398
7508
  ];
7399
- function _sfc_render269(_ctx, _cache, $props, $setup, $data, $options) {
7400
- return (0, import_vue269.openBlock)(), (0, import_vue269.createElementBlock)("svg", _hoisted_1270, _hoisted_545);
7509
+ function _sfc_render274(_ctx, _cache, $props, $setup, $data, $options) {
7510
+ return (0, import_vue274.openBlock)(), (0, import_vue274.createElementBlock)("svg", _hoisted_1275, _hoisted_545);
7401
7511
  }
7402
- var icon_XZQ_nav_default = /* @__PURE__ */ export_helper_default(_sfc_main269, [["render", _sfc_render269], ["__file", "icon-XZQ-nav.vue"]]);
7512
+ var icon_XZQ_nav_default = /* @__PURE__ */ export_helper_default(_sfc_main274, [["render", _sfc_render274], ["__file", "icon-XZQ-nav.vue"]]);
7403
7513
 
7404
7514
  // src/components/icon-XZQ-cover.vue
7405
- var import_vue270 = require("vue");
7406
- var _sfc_main270 = {
7515
+ var import_vue275 = require("vue");
7516
+ var _sfc_main275 = {
7407
7517
  name: "IconXZQCover",
7408
7518
  title: "\u884C\u653F\u533A\u906E\u7F69"
7409
- }, _hoisted_1271 = {
7519
+ }, _hoisted_1276 = {
7410
7520
  width: "16",
7411
7521
  height: "16",
7412
7522
  viewBox: "0 0 16 16",
7413
7523
  fill: "none",
7414
7524
  xmlns: "http://www.w3.org/2000/svg"
7415
- }, _hoisted_2270 = /* @__PURE__ */ (0, import_vue270.createElementVNode)("path", {
7525
+ }, _hoisted_2275 = /* @__PURE__ */ (0, import_vue275.createElementVNode)("path", {
7416
7526
  "fill-rule": "evenodd",
7417
7527
  "clip-rule": "evenodd",
7418
7528
  d: "M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 8 1a7 7 0 0 0 0 14Z",
7419
7529
  fill: "currentColor"
7420
- }, null, -1), _hoisted_3258 = /* @__PURE__ */ (0, import_vue270.createElementVNode)("path", {
7530
+ }, null, -1), _hoisted_3259 = /* @__PURE__ */ (0, import_vue275.createElementVNode)("path", {
7421
7531
  "fill-rule": "evenodd",
7422
7532
  "clip-rule": "evenodd",
7423
7533
  d: "M3.426 2.7c.262-.225.54-.432.834-.618l1.506 3.916a2.995 2.995 0 0 0-.637 1.13L3.426 2.7ZM1.765 4.817c.191-.375.416-.73.67-1.063.013.024.025.05.035.076l4 11 .001.003a6.942 6.942 0 0 1-1.204-.386l-3.502-9.63Zm6.912 10.152a6.912 6.912 0 0 1-.282.021.5.5 0 0 1-.365-.318l-1.577-4.1c.367.22.784.366 1.23.412L8.97 14.33a.5.5 0 0 1-.293.639Zm3.2-1.138a7.134 7.134 0 0 1-.237.15.5.5 0 0 1-.61-.309l-1.252-3.255c.3-.221.558-.497.759-.814l1.433 3.727a.5.5 0 0 1-.094.5Zm2.539-3.025a6.991 6.991 0 0 1-.644 1.156L10.03 1.671a.498.498 0 0 1 .011-.369 7.02 7.02 0 0 1 1.075.428l3.3 9.075ZM7.244 1.04l1.565 4.07A3.002 3.002 0 0 0 7.7 5.015L6.242 1.223c.326-.085.66-.146 1.002-.183Z",
7424
7534
  fill: "currentColor"
7425
- }, null, -1), _hoisted_4130 = /* @__PURE__ */ (0, import_vue270.createElementVNode)("path", {
7535
+ }, null, -1), _hoisted_4130 = /* @__PURE__ */ (0, import_vue275.createElementVNode)("path", {
7426
7536
  "fill-rule": "evenodd",
7427
7537
  "clip-rule": "evenodd",
7428
7538
  d: "M8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z",
7429
7539
  fill: "currentColor"
7430
7540
  }, null, -1), _hoisted_546 = [
7431
- _hoisted_2270,
7432
- _hoisted_3258,
7541
+ _hoisted_2275,
7542
+ _hoisted_3259,
7433
7543
  _hoisted_4130
7434
7544
  ];
7435
- function _sfc_render270(_ctx, _cache, $props, $setup, $data, $options) {
7436
- return (0, import_vue270.openBlock)(), (0, import_vue270.createElementBlock)("svg", _hoisted_1271, _hoisted_546);
7545
+ function _sfc_render275(_ctx, _cache, $props, $setup, $data, $options) {
7546
+ return (0, import_vue275.openBlock)(), (0, import_vue275.createElementBlock)("svg", _hoisted_1276, _hoisted_546);
7437
7547
  }
7438
- var icon_XZQ_cover_default = /* @__PURE__ */ export_helper_default(_sfc_main270, [["render", _sfc_render270], ["__file", "icon-XZQ-cover.vue"]]);
7548
+ var icon_XZQ_cover_default = /* @__PURE__ */ export_helper_default(_sfc_main275, [["render", _sfc_render275], ["__file", "icon-XZQ-cover.vue"]]);
7439
7549
 
7440
7550
  // src/components/icon-feature-storage.vue
7441
- var import_vue271 = require("vue");
7442
- var _sfc_main271 = {
7551
+ var import_vue276 = require("vue");
7552
+ var _sfc_main276 = {
7443
7553
  name: "IconFeatureStorage",
7444
7554
  title: "\u8981\u7D20\u5B58\u50A8"
7445
- }, _hoisted_1272 = {
7555
+ }, _hoisted_1277 = {
7446
7556
  width: "16",
7447
7557
  height: "16",
7448
7558
  viewBox: "0 0 16 16",
7449
7559
  fill: "none",
7450
7560
  xmlns: "http://www.w3.org/2000/svg"
7451
- }, _hoisted_2271 = /* @__PURE__ */ (0, import_vue271.createElementVNode)("path", {
7561
+ }, _hoisted_2276 = /* @__PURE__ */ (0, import_vue276.createElementVNode)("path", {
7452
7562
  "fill-rule": "evenodd",
7453
7563
  "clip-rule": "evenodd",
7454
7564
  d: "M7.084 1.08a1.833 1.833 0 0 1 1.832 0l4.667 2.667c.23.133.428.314.58.53a.501.501 0 0 1 .14.23c.129.255.197.538.197.826v5.334a1.835 1.835 0 0 1-.917 1.586l-.002.001-4.664 2.666h-.001a1.831 1.831 0 0 1-.655.227.498.498 0 0 1-.522 0 1.831 1.831 0 0 1-.655-.227l-4.665-2.666h-.002a1.833 1.833 0 0 1-.917-1.587V5.334c0-.289.069-.573.199-.83a.501.501 0 0 1 .137-.226c.152-.217.35-.398.58-.53l.003-.002L4.61 2.494a.5.5 0 0 1 .318-.182l2.155-1.231.001-.001Zm-2.05 2.324L3.025 4.55 8 7.43l2.004-1.16-4.97-2.865Zm5.97 2.288L6.039 2.829l1.542-.881.002-.001a.833.833 0 0 1 .834 0l4.558 2.604-1.971 1.14Zm2.496-.289-5 2.892v5.711l4.583-2.619a.835.835 0 0 0 .417-.72V5.402Zm-6 8.603v-5.71l-5-2.893v5.264a.833.833 0 0 0 .416.72l4.584 2.62Z",
7455
7565
  fill: "currentColor"
7456
- }, null, -1), _hoisted_3259 = [
7457
- _hoisted_2271
7566
+ }, null, -1), _hoisted_3260 = [
7567
+ _hoisted_2276
7458
7568
  ];
7459
- function _sfc_render271(_ctx, _cache, $props, $setup, $data, $options) {
7460
- return (0, import_vue271.openBlock)(), (0, import_vue271.createElementBlock)("svg", _hoisted_1272, _hoisted_3259);
7569
+ function _sfc_render276(_ctx, _cache, $props, $setup, $data, $options) {
7570
+ return (0, import_vue276.openBlock)(), (0, import_vue276.createElementBlock)("svg", _hoisted_1277, _hoisted_3260);
7461
7571
  }
7462
- var icon_feature_storage_default = /* @__PURE__ */ export_helper_default(_sfc_main271, [["render", _sfc_render271], ["__file", "icon-feature-storage.vue"]]);
7572
+ var icon_feature_storage_default = /* @__PURE__ */ export_helper_default(_sfc_main276, [["render", _sfc_render276], ["__file", "icon-feature-storage.vue"]]);
7463
7573
 
7464
7574
  // src/components/icon-feature-service.vue
7465
- var import_vue272 = require("vue");
7466
- var _sfc_main272 = {
7575
+ var import_vue277 = require("vue");
7576
+ var _sfc_main277 = {
7467
7577
  name: "IconFeatureService",
7468
7578
  title: "\u8981\u7D20\u670D\u52A1"
7469
- }, _hoisted_1273 = {
7579
+ }, _hoisted_1278 = {
7470
7580
  width: "80",
7471
7581
  height: "80",
7472
7582
  viewBox: "0 0 80 80",
7473
7583
  fill: "none",
7474
7584
  xmlns: "http://www.w3.org/2000/svg"
7475
- }, _hoisted_2272 = /* @__PURE__ */ (0, import_vue272.createElementVNode)("path", {
7585
+ }, _hoisted_2277 = /* @__PURE__ */ (0, import_vue277.createElementVNode)("path", {
7476
7586
  d: "M19.644 2C9.9 2 2 9.9 2 19.644c0 9.744 7.9 17.641 17.644 17.641h17.643v-17.64C37.287 9.9 29.387 2 19.644 2Zm12.212 29.857H19.644c-6.734 0-12.213-5.48-12.213-12.213 0-6.736 5.479-12.215 12.213-12.215 6.735 0 12.212 5.48 12.212 12.215v12.213ZM2 60.356C2 70.102 9.9 78 19.644 78c9.743 0 17.643-7.898 17.643-17.644V42.714H19.644C9.9 42.714 2 50.612 2 60.356Zm29.856 0c0 6.736-5.477 12.215-12.212 12.215-6.734 0-12.213-5.479-12.213-12.215 0-6.733 5.48-12.213 12.213-12.213h12.212v12.213Zm28.5-17.642H42.713v17.642c0 9.743 7.9 17.644 17.643 17.644C70.1 78 78 70.1 78 60.356c0-9.744-7.9-17.642-17.644-17.642Zm0 29.857c-6.735 0-12.212-5.479-12.212-12.215V48.143h12.212c6.733 0 12.213 5.48 12.213 12.213 0 6.736-5.48 12.215-12.213 12.215Zm17.643-52.927C77.999 9.9 70.099 2 60.356 2c-9.744 0-17.644 7.9-17.644 17.644v17.641h17.643C70.1 37.285 78 29.388 78 19.645Zm-29.856 0c0-6.736 5.477-12.215 12.212-12.215 6.733 0 12.213 5.48 12.213 12.215 0 6.733-5.48 12.213-12.212 12.213H48.142V19.644Z",
7477
7587
  fill: "currentColor"
7478
- }, null, -1), _hoisted_3260 = [
7479
- _hoisted_2272
7588
+ }, null, -1), _hoisted_3261 = [
7589
+ _hoisted_2277
7480
7590
  ];
7481
- function _sfc_render272(_ctx, _cache, $props, $setup, $data, $options) {
7482
- return (0, import_vue272.openBlock)(), (0, import_vue272.createElementBlock)("svg", _hoisted_1273, _hoisted_3260);
7591
+ function _sfc_render277(_ctx, _cache, $props, $setup, $data, $options) {
7592
+ return (0, import_vue277.openBlock)(), (0, import_vue277.createElementBlock)("svg", _hoisted_1278, _hoisted_3261);
7483
7593
  }
7484
- var icon_feature_service_default = /* @__PURE__ */ export_helper_default(_sfc_main272, [["render", _sfc_render272], ["__file", "icon-feature-service.vue"]]);
7594
+ var icon_feature_service_default = /* @__PURE__ */ export_helper_default(_sfc_main277, [["render", _sfc_render277], ["__file", "icon-feature-service.vue"]]);
7485
7595
 
7486
7596
  // src/components/icon-feature-table.vue
7487
- var import_vue273 = require("vue");
7488
- var _sfc_main273 = {
7597
+ var import_vue278 = require("vue");
7598
+ var _sfc_main278 = {
7489
7599
  name: "IconFeatureTable",
7490
7600
  title: "\u8981\u7D20\u8868\u683C"
7491
- }, _hoisted_1274 = {
7601
+ }, _hoisted_1279 = {
7492
7602
  class: "icon",
7493
7603
  viewBox: "0 0 1024 1024",
7494
7604
  xmlns: "http://www.w3.org/2000/svg",
7495
7605
  width: "200",
7496
7606
  height: "200"
7497
- }, _hoisted_2273 = /* @__PURE__ */ (0, import_vue273.createElementVNode)("path", { d: "M950.857 0H73.143A73.143 73.143 0 0 0 0 73.143v877.714A73.143 73.143 0 0 0 73.143 1024h877.714A73.143 73.143 0 0 0 1024 950.857V73.143A73.143 73.143 0 0 0 950.857 0zM73.143 512H292.57v146.286H73.143zm292.571 0h292.572v146.286H365.714zm0-73.143V292.571h292.572v146.286zm-73.143 0H73.143V292.571H292.57zm-219.428 512V731.43H292.57v219.428zm292.571 0V731.43h292.572v219.428zm585.143 0H731.43V731.43h219.428zm0-292.571H731.43V512h219.428zm0-219.429H731.43V292.571h219.428zM731.43 219.43H73.143V73.143h877.714v146.286z" }, null, -1), _hoisted_3261 = [
7498
- _hoisted_2273
7607
+ }, _hoisted_2278 = /* @__PURE__ */ (0, import_vue278.createElementVNode)("path", { d: "M950.857 0H73.143A73.143 73.143 0 0 0 0 73.143v877.714A73.143 73.143 0 0 0 73.143 1024h877.714A73.143 73.143 0 0 0 1024 950.857V73.143A73.143 73.143 0 0 0 950.857 0zM73.143 512H292.57v146.286H73.143zm292.571 0h292.572v146.286H365.714zm0-73.143V292.571h292.572v146.286zm-73.143 0H73.143V292.571H292.57zm-219.428 512V731.43H292.57v219.428zm292.571 0V731.43h292.572v219.428zm585.143 0H731.43V731.43h219.428zm0-292.571H731.43V512h219.428zm0-219.429H731.43V292.571h219.428zM731.43 219.43H73.143V73.143h877.714v146.286z" }, null, -1), _hoisted_3262 = [
7608
+ _hoisted_2278
7499
7609
  ];
7500
- function _sfc_render273(_ctx, _cache, $props, $setup, $data, $options) {
7501
- return (0, import_vue273.openBlock)(), (0, import_vue273.createElementBlock)("svg", _hoisted_1274, _hoisted_3261);
7610
+ function _sfc_render278(_ctx, _cache, $props, $setup, $data, $options) {
7611
+ return (0, import_vue278.openBlock)(), (0, import_vue278.createElementBlock)("svg", _hoisted_1279, _hoisted_3262);
7502
7612
  }
7503
- var icon_feature_table_default = /* @__PURE__ */ export_helper_default(_sfc_main273, [["render", _sfc_render273], ["__file", "icon-feature-table.vue"]]);
7613
+ var icon_feature_table_default = /* @__PURE__ */ export_helper_default(_sfc_main278, [["render", _sfc_render278], ["__file", "icon-feature-table.vue"]]);
7504
7614
 
7505
7615
  // src/components/icon-feature-identify.vue
7506
- var import_vue274 = require("vue");
7507
- var _sfc_main274 = {
7616
+ var import_vue279 = require("vue");
7617
+ var _sfc_main279 = {
7508
7618
  name: "IconFeatureIdentify",
7509
7619
  title: "\u8981\u7D20\u8BC6\u522B"
7510
- }, _hoisted_1275 = {
7620
+ }, _hoisted_1280 = {
7511
7621
  class: "icon",
7512
7622
  viewBox: "0 0 1024 1024",
7513
7623
  xmlns: "http://www.w3.org/2000/svg",
7514
7624
  width: "200",
7515
7625
  height: "200"
7516
- }, _hoisted_2274 = /* @__PURE__ */ (0, import_vue274.createElementVNode)("path", { d: "M563.2 0h-25.6a493.714 493.714 0 0 0-213.577 51.2A497.371 497.371 0 0 0 59.977 490.057a495.909 495.909 0 0 0 51.2 209.92L0 1024l324.023-111.177a468.846 468.846 0 0 0 213.577 51.2 487.131 487.131 0 0 0 438.857-264.046A460.8 460.8 0 0 0 1024 486.4v-34.377A494.446 494.446 0 0 0 563.2 0zm387.657 486.4a387.657 387.657 0 0 1-46.811 179.931A413.989 413.989 0 0 1 533.943 890.88a386.926 386.926 0 0 1-180.663-43.154 73.143 73.143 0 0 0-56.32-3.657L114.103 906.24l62.171-182.857a73.143 73.143 0 0 0 0-56.32A418.377 418.377 0 0 1 133.12 486.4a422.766 422.766 0 0 1 224.549-371.566A417.646 417.646 0 0 1 537.6 73.143h22.674a421.303 421.303 0 0 1 390.583 381.806z" }, null, -1), _hoisted_3262 = [
7517
- _hoisted_2274
7626
+ }, _hoisted_2279 = /* @__PURE__ */ (0, import_vue279.createElementVNode)("path", { d: "M563.2 0h-25.6a493.714 493.714 0 0 0-213.577 51.2A497.371 497.371 0 0 0 59.977 490.057a495.909 495.909 0 0 0 51.2 209.92L0 1024l324.023-111.177a468.846 468.846 0 0 0 213.577 51.2 487.131 487.131 0 0 0 438.857-264.046A460.8 460.8 0 0 0 1024 486.4v-34.377A494.446 494.446 0 0 0 563.2 0zm387.657 486.4a387.657 387.657 0 0 1-46.811 179.931A413.989 413.989 0 0 1 533.943 890.88a386.926 386.926 0 0 1-180.663-43.154 73.143 73.143 0 0 0-56.32-3.657L114.103 906.24l62.171-182.857a73.143 73.143 0 0 0 0-56.32A418.377 418.377 0 0 1 133.12 486.4a422.766 422.766 0 0 1 224.549-371.566A417.646 417.646 0 0 1 537.6 73.143h22.674a421.303 421.303 0 0 1 390.583 381.806z" }, null, -1), _hoisted_3263 = [
7627
+ _hoisted_2279
7518
7628
  ];
7519
- function _sfc_render274(_ctx, _cache, $props, $setup, $data, $options) {
7520
- return (0, import_vue274.openBlock)(), (0, import_vue274.createElementBlock)("svg", _hoisted_1275, _hoisted_3262);
7629
+ function _sfc_render279(_ctx, _cache, $props, $setup, $data, $options) {
7630
+ return (0, import_vue279.openBlock)(), (0, import_vue279.createElementBlock)("svg", _hoisted_1280, _hoisted_3263);
7521
7631
  }
7522
- var icon_feature_identify_default = /* @__PURE__ */ export_helper_default(_sfc_main274, [["render", _sfc_render274], ["__file", "icon-feature-identify.vue"]]);
7632
+ var icon_feature_identify_default = /* @__PURE__ */ export_helper_default(_sfc_main279, [["render", _sfc_render279], ["__file", "icon-feature-identify.vue"]]);
7523
7633
 
7524
7634
  // src/components/icon-video-projection.vue
7525
- var import_vue275 = require("vue");
7526
- var _sfc_main275 = {
7635
+ var import_vue280 = require("vue");
7636
+ var _sfc_main280 = {
7527
7637
  name: "IconVideoProjection",
7528
7638
  title: "\u89C6\u9891\u6295\u5F71"
7529
- }, _hoisted_1276 = {
7639
+ }, _hoisted_1281 = {
7530
7640
  class: "icon",
7531
7641
  viewBox: "0 0 1024 1024",
7532
7642
  xmlns: "http://www.w3.org/2000/svg",
7533
7643
  width: "200",
7534
7644
  height: "200"
7535
- }, _hoisted_2275 = /* @__PURE__ */ (0, import_vue275.createElementVNode)("path", {
7645
+ }, _hoisted_2280 = /* @__PURE__ */ (0, import_vue280.createElementVNode)("path", {
7536
7646
  d: "M128 202.688a10.688 10.688 0 0 0-10.688 10.688v597.312c0 5.888 4.8 10.688 10.688 10.688h597.312A10.688 10.688 0 0 0 736 810.688V640a32 32 0 0 1 51.2-25.6L906.624 704V341.376l-119.424 89.6a32 32 0 0 1-51.2-25.6v-192a10.688 10.688 0 0 0-10.688-10.688H128zm-74.688 10.688c0-41.28 33.408-74.688 74.688-74.688h597.312c41.216 0 74.688 33.408 74.688 74.688v128l119.424-89.6a32 32 0 0 1 51.2 25.6V768a32 32 0 0 1-51.2 25.6L800 704v106.688c0 41.216-33.472 74.688-74.688 74.688H128a74.688 74.688 0 0 1-74.688-74.688V213.376z",
7537
7647
  fill: "currentColor"
7538
- }, null, -1), _hoisted_3263 = /* @__PURE__ */ (0, import_vue275.createElementVNode)("path", {
7648
+ }, null, -1), _hoisted_3264 = /* @__PURE__ */ (0, import_vue280.createElementVNode)("path", {
7539
7649
  d: "M368.512 377.344a32 32 0 0 1 32.448.832l170.688 106.688a32 32 0 0 1 0 54.272L400.96 645.76A32 32 0 0 1 352 618.624V405.312a32 32 0 0 1 16.512-27.968zM416 463.104v97.792L494.272 512 416 463.04z",
7540
7650
  fill: "currentColor"
7541
7651
  }, null, -1), _hoisted_4131 = [
7542
- _hoisted_2275,
7543
- _hoisted_3263
7652
+ _hoisted_2280,
7653
+ _hoisted_3264
7544
7654
  ];
7545
- function _sfc_render275(_ctx, _cache, $props, $setup, $data, $options) {
7546
- return (0, import_vue275.openBlock)(), (0, import_vue275.createElementBlock)("svg", _hoisted_1276, _hoisted_4131);
7655
+ function _sfc_render280(_ctx, _cache, $props, $setup, $data, $options) {
7656
+ return (0, import_vue280.openBlock)(), (0, import_vue280.createElementBlock)("svg", _hoisted_1281, _hoisted_4131);
7547
7657
  }
7548
- var icon_video_projection_default = /* @__PURE__ */ export_helper_default(_sfc_main275, [["render", _sfc_render275], ["__file", "icon-video-projection.vue"]]);
7658
+ var icon_video_projection_default = /* @__PURE__ */ export_helper_default(_sfc_main280, [["render", _sfc_render280], ["__file", "icon-video-projection.vue"]]);
7549
7659
 
7550
7660
  // src/components/icon-video-fusion.vue
7551
- var import_vue276 = require("vue");
7552
- var _sfc_main276 = {
7661
+ var import_vue281 = require("vue");
7662
+ var _sfc_main281 = {
7553
7663
  name: "IconVideoFusion",
7554
7664
  title: "\u89C6\u9891\u878D\u5408"
7555
- }, _hoisted_1277 = {
7665
+ }, _hoisted_1282 = {
7556
7666
  class: "icon",
7557
7667
  viewBox: "0 0 1024 1024",
7558
7668
  xmlns: "http://www.w3.org/2000/svg",
7559
7669
  width: "200",
7560
7670
  height: "200"
7561
- }, _hoisted_2276 = /* @__PURE__ */ (0, import_vue276.createElementVNode)("path", {
7671
+ }, _hoisted_2281 = /* @__PURE__ */ (0, import_vue281.createElementVNode)("path", {
7562
7672
  d: "M196.48 32.32a32 32 0 0 1 27.2 36.224l-128 896a32 32 0 0 1-63.36-9.088l128-896a32 32 0 0 1 36.224-27.136zm631.04 0a32 32 0 0 1 36.16 27.136l128 896a32 32 0 1 1-63.36 9.088l-128-896a32 32 0 0 1 27.136-36.224zM512 320c-40.576 0-97.92 2.176-172.352 6.592l-1.92-32 1.92 32c-20.416 1.216-43.968 21.888-46.528 58.112-3.456 48.384-5.12 90.368-5.12 126.08 0 36.096 1.728 78.72 5.248 127.808 2.56 35.84 25.6 56.512 45.824 58.048C402.24 701.568 459.904 704 512 704c52.096 0 109.76-2.432 172.992-7.36 20.224-1.536 43.328-22.272 45.824-58.048 3.456-48.768 5.184-91.328 5.184-127.808a1817.6 1817.6 0 0 0-5.056-126.08l31.936-2.176-31.936 2.24c-2.56-36.288-26.112-56.96-46.464-58.24A3121.728 3121.728 0 0 0 512 320zm-176.192-57.344A3176.96 3176.96 0 0 1 512 256c42.432 0 101.312 2.24 176.256 6.656 60.48 3.584 102.4 58.048 106.56 117.632 3.456 49.024 5.184 92.608 5.184 130.496 0 38.4-1.792 82.56-5.312 132.352-4.224 58.88-45.12 112.64-104.768 117.312A2310.144 2310.144 0 0 1 512 768c-54.08 0-113.344-2.56-177.92-7.552-59.52-4.608-100.48-58.432-104.704-117.312l31.936-2.24-31.936 2.24A1887.424 1887.424 0 0 1 224 510.784c0-37.568 1.792-81.152 5.248-130.56 4.224-59.52 46.08-113.92 106.56-117.568z",
7563
7673
  fill: "currentColor"
7564
- }, null, -1), _hoisted_3264 = /* @__PURE__ */ (0, import_vue276.createElementVNode)("path", {
7674
+ }, null, -1), _hoisted_3265 = /* @__PURE__ */ (0, import_vue281.createElementVNode)("path", {
7565
7675
  d: "m503.232 403.84 105.6 70.912a45.824 45.824 0 0 1-.32 76.096l-105.6 69.76A45.76 45.76 0 0 1 432 582.4V441.6a45.696 45.696 0 0 1 71.232-37.888zM496 475.968l54.336 36.48L496 548.416v-72.384z",
7566
7676
  fill: "currentColor"
7567
7677
  }, null, -1), _hoisted_4132 = [
7568
- _hoisted_2276,
7569
- _hoisted_3264
7678
+ _hoisted_2281,
7679
+ _hoisted_3265
7570
7680
  ];
7571
- function _sfc_render276(_ctx, _cache, $props, $setup, $data, $options) {
7572
- return (0, import_vue276.openBlock)(), (0, import_vue276.createElementBlock)("svg", _hoisted_1277, _hoisted_4132);
7681
+ function _sfc_render281(_ctx, _cache, $props, $setup, $data, $options) {
7682
+ return (0, import_vue281.openBlock)(), (0, import_vue281.createElementBlock)("svg", _hoisted_1282, _hoisted_4132);
7573
7683
  }
7574
- var icon_video_fusion_default = /* @__PURE__ */ export_helper_default(_sfc_main276, [["render", _sfc_render276], ["__file", "icon-video-fusion.vue"]]);
7684
+ var icon_video_fusion_default = /* @__PURE__ */ export_helper_default(_sfc_main281, [["render", _sfc_render281], ["__file", "icon-video-fusion.vue"]]);
7575
7685
 
7576
7686
  // src/components/icon-setting.vue
7577
- var import_vue277 = require("vue");
7578
- var _sfc_main277 = {
7687
+ var import_vue282 = require("vue");
7688
+ var _sfc_main282 = {
7579
7689
  name: "IconSetting",
7580
7690
  title: "\u8BBE\u7F6E"
7581
- }, _hoisted_1278 = {
7691
+ }, _hoisted_1283 = {
7582
7692
  class: "icon",
7583
7693
  viewBox: "0 0 1065 1024",
7584
7694
  xmlns: "http://www.w3.org/2000/svg",
7585
7695
  width: "208.008",
7586
7696
  height: "200"
7587
- }, _hoisted_2277 = /* @__PURE__ */ (0, import_vue277.createElementVNode)("path", { d: "M1037.308 354.498a30.65 30.65 0 0 0-29.448-21.035 120.198 120.198 0 0 1-120.198-120.198 120.198 120.198 0 0 1 12.02-52.887 29.448 29.448 0 0 0-6.611-35.458A524.063 524.063 0 0 0 673.71 4.722a29.448 29.448 0 0 0-34.858 15.025A120.198 120.198 0 0 1 530.674 82.85a120.198 120.198 0 0 1-106.976-65.508 29.448 29.448 0 0 0-34.857-16.227A524.063 524.063 0 0 0 169.48 121.314a30.05 30.05 0 0 0-6.611 35.458 120.198 120.198 0 0 1 12.02 52.887A120.198 120.198 0 0 1 54.69 329.857a30.65 30.65 0 0 0-29.449 21.035A540.89 540.89 0 0 0 .001 513.76a525.265 525.265 0 0 0 10.817 106.976 30.05 30.05 0 0 0 32.454 24.04H54.69a120.198 120.198 0 0 1 120.198 120.198 120.198 120.198 0 0 1-28.247 77.527 30.05 30.05 0 0 0 0 39.666 531.876 531.876 0 0 0 232.583 140.631 30.05 30.05 0 0 0 36.66-19.833 120.198 120.198 0 0 1 229.578 0 30.05 30.05 0 0 0 36.66 19.833 528.87 528.87 0 0 0 231.381-141.232 30.05 30.05 0 0 0 0-39.666 120.198 120.198 0 0 1-28.246-77.527 120.198 120.198 0 0 1 120.198-120.198h16.227a30.05 30.05 0 0 0 31.852-24.04 525.265 525.265 0 0 0 10.818-106.976 540.89 540.89 0 0 0-27.045-158.661zm-40.867 229.578a180.297 180.297 0 0 0-144.237 273.45 475.383 475.383 0 0 1-161.667 99.163 180.297 180.297 0 0 0-319.726 0 475.383 475.383 0 0 1-161.666-99.163 174.888 174.888 0 0 0 25.842-93.153 180.297 180.297 0 0 0-170.08-180.297A540.89 540.89 0 0 1 60.1 513.76a473.58 473.58 0 0 1 15.625-120.198 180.297 180.297 0 0 0 159.262-180.297 171.883 171.883 0 0 0-9.615-60.099 469.974 469.974 0 0 1 158.06-86.542 180.297 180.297 0 0 0 147.242 76.326 180.297 180.297 0 0 0 147.243-76.326 469.974 469.974 0 0 1 158.06 88.345 171.883 171.883 0 0 0-9.616 60.1 180.297 180.297 0 0 0 159.262 180.296 473.58 473.58 0 0 1 15.626 120.198 540.89 540.89 0 0 1-4.808 68.513z" }, null, -1), _hoisted_3265 = /* @__PURE__ */ (0, import_vue277.createElementVNode)("path", { d: "M530.674 308.222A205.538 205.538 0 1 0 736.213 513.76a205.538 205.538 0 0 0-205.539-205.538zm0 350.977a145.44 145.44 0 1 1 145.44-145.439 145.44 145.44 0 0 1-145.44 148.444z" }, null, -1), _hoisted_4133 = [
7588
- _hoisted_2277,
7589
- _hoisted_3265
7697
+ }, _hoisted_2282 = /* @__PURE__ */ (0, import_vue282.createElementVNode)("path", { d: "M1037.308 354.498a30.65 30.65 0 0 0-29.448-21.035 120.198 120.198 0 0 1-120.198-120.198 120.198 120.198 0 0 1 12.02-52.887 29.448 29.448 0 0 0-6.611-35.458A524.063 524.063 0 0 0 673.71 4.722a29.448 29.448 0 0 0-34.858 15.025A120.198 120.198 0 0 1 530.674 82.85a120.198 120.198 0 0 1-106.976-65.508 29.448 29.448 0 0 0-34.857-16.227A524.063 524.063 0 0 0 169.48 121.314a30.05 30.05 0 0 0-6.611 35.458 120.198 120.198 0 0 1 12.02 52.887A120.198 120.198 0 0 1 54.69 329.857a30.65 30.65 0 0 0-29.449 21.035A540.89 540.89 0 0 0 .001 513.76a525.265 525.265 0 0 0 10.817 106.976 30.05 30.05 0 0 0 32.454 24.04H54.69a120.198 120.198 0 0 1 120.198 120.198 120.198 120.198 0 0 1-28.247 77.527 30.05 30.05 0 0 0 0 39.666 531.876 531.876 0 0 0 232.583 140.631 30.05 30.05 0 0 0 36.66-19.833 120.198 120.198 0 0 1 229.578 0 30.05 30.05 0 0 0 36.66 19.833 528.87 528.87 0 0 0 231.381-141.232 30.05 30.05 0 0 0 0-39.666 120.198 120.198 0 0 1-28.246-77.527 120.198 120.198 0 0 1 120.198-120.198h16.227a30.05 30.05 0 0 0 31.852-24.04 525.265 525.265 0 0 0 10.818-106.976 540.89 540.89 0 0 0-27.045-158.661zm-40.867 229.578a180.297 180.297 0 0 0-144.237 273.45 475.383 475.383 0 0 1-161.667 99.163 180.297 180.297 0 0 0-319.726 0 475.383 475.383 0 0 1-161.666-99.163 174.888 174.888 0 0 0 25.842-93.153 180.297 180.297 0 0 0-170.08-180.297A540.89 540.89 0 0 1 60.1 513.76a473.58 473.58 0 0 1 15.625-120.198 180.297 180.297 0 0 0 159.262-180.297 171.883 171.883 0 0 0-9.615-60.099 469.974 469.974 0 0 1 158.06-86.542 180.297 180.297 0 0 0 147.242 76.326 180.297 180.297 0 0 0 147.243-76.326 469.974 469.974 0 0 1 158.06 88.345 171.883 171.883 0 0 0-9.616 60.1 180.297 180.297 0 0 0 159.262 180.296 473.58 473.58 0 0 1 15.626 120.198 540.89 540.89 0 0 1-4.808 68.513z" }, null, -1), _hoisted_3266 = /* @__PURE__ */ (0, import_vue282.createElementVNode)("path", { d: "M530.674 308.222A205.538 205.538 0 1 0 736.213 513.76a205.538 205.538 0 0 0-205.539-205.538zm0 350.977a145.44 145.44 0 1 1 145.44-145.439 145.44 145.44 0 0 1-145.44 148.444z" }, null, -1), _hoisted_4133 = [
7698
+ _hoisted_2282,
7699
+ _hoisted_3266
7590
7700
  ];
7591
- function _sfc_render277(_ctx, _cache, $props, $setup, $data, $options) {
7592
- return (0, import_vue277.openBlock)(), (0, import_vue277.createElementBlock)("svg", _hoisted_1278, _hoisted_4133);
7701
+ function _sfc_render282(_ctx, _cache, $props, $setup, $data, $options) {
7702
+ return (0, import_vue282.openBlock)(), (0, import_vue282.createElementBlock)("svg", _hoisted_1283, _hoisted_4133);
7593
7703
  }
7594
- var icon_setting_default = /* @__PURE__ */ export_helper_default(_sfc_main277, [["render", _sfc_render277], ["__file", "icon-setting.vue"]]);
7704
+ var icon_setting_default = /* @__PURE__ */ export_helper_default(_sfc_main282, [["render", _sfc_render282], ["__file", "icon-setting.vue"]]);
7595
7705
 
7596
7706
  // src/components/icon-details.vue
7597
- var import_vue278 = require("vue");
7598
- var _sfc_main278 = {
7707
+ var import_vue283 = require("vue");
7708
+ var _sfc_main283 = {
7599
7709
  name: "IconDetails",
7600
7710
  title: "\u8BE6\u60C5"
7601
- }, _hoisted_1279 = {
7711
+ }, _hoisted_1284 = {
7602
7712
  class: "icon",
7603
7713
  viewBox: "0 0 1024 1024",
7604
7714
  xmlns: "http://www.w3.org/2000/svg",
7605
7715
  width: "200",
7606
7716
  height: "200"
7607
- }, _hoisted_2278 = /* @__PURE__ */ (0, import_vue278.createElementVNode)("path", {
7717
+ }, _hoisted_2283 = /* @__PURE__ */ (0, import_vue283.createElementVNode)("path", {
7608
7718
  d: "M297.774 702.661a47.844 47.844 0 1 0 47.844 47.13 47.844 47.844 0 0 0-47.844-47.13zm0-238.505A47.844 47.844 0 1 0 345.618 512a47.844 47.844 0 0 0-47.844-47.844zm0-237.79a47.844 47.844 0 1 0 47.844 47.843 47.844 47.844 0 0 0-47.844-47.844zm428.452 487.72H440.59a35.704 35.704 0 0 0-35.704 35.705 35.704 35.704 0 0 0 35.704 35.704h285.635a35.704 35.704 0 0 0 35.704-35.704 35.704 35.704 0 0 0-35.704-35.705zm0-237.79H440.59a35.704 35.704 0 0 0 0 71.408h285.635a35.704 35.704 0 0 0 0-71.408zm0-237.791H440.59a35.704 35.704 0 0 0-35.704 35.704 35.704 35.704 0 0 0 35.704 35.705h285.635a35.704 35.704 0 0 0 35.704-35.705 35.704 35.704 0 0 0-35.704-35.704zM845.478 0H178.522a83.548 83.548 0 0 0-82.834 83.548v856.904A83.548 83.548 0 0 0 178.522 1024h666.956a83.548 83.548 0 0 0 82.834-83.548V83.548A83.548 83.548 0 0 0 845.478 0zm11.426 940.452a12.14 12.14 0 0 1-11.426 12.14H178.522a12.14 12.14 0 0 1-11.426-12.14V83.548a12.14 12.14 0 0 1 11.426-12.14h666.956a12.14 12.14 0 0 1 11.426 12.14zM726.226 238.505H440.59a35.704 35.704 0 0 0-35.704 35.704 35.704 35.704 0 0 0 35.704 35.705h285.635a35.704 35.704 0 0 0 35.704-35.705 35.704 35.704 0 0 0-35.704-35.704zm0 237.79H440.59a35.704 35.704 0 0 0 0 71.41h285.635a35.704 35.704 0 0 0 0-71.41zm0 237.791H440.59a35.704 35.704 0 0 0-35.704 35.705 35.704 35.704 0 0 0 35.704 35.704h285.635a35.704 35.704 0 0 0 35.704-35.704 35.704 35.704 0 0 0-35.704-35.705zm-428.452-487.72a47.844 47.844 0 1 0 47.844 47.843 47.844 47.844 0 0 0-47.844-47.844zm0 237.79A47.844 47.844 0 1 0 345.618 512a47.844 47.844 0 0 0-47.844-47.844zm0 238.505a47.844 47.844 0 1 0 47.844 47.13 47.844 47.844 0 0 0-47.844-47.13zm142.817-392.747h285.635a35.704 35.704 0 0 0 35.704-35.705 35.704 35.704 0 0 0-35.704-35.704H440.59a35.704 35.704 0 0 0-35.704 35.704 35.704 35.704 0 0 0 35.704 35.705zm285.635 166.382H440.59a35.704 35.704 0 0 0 0 71.408h285.635a35.704 35.704 0 0 0 0-71.408zm0 237.79H440.59a35.704 35.704 0 0 0-35.704 35.705 35.704 35.704 0 0 0 35.704 35.704h285.635a35.704 35.704 0 0 0 35.704-35.704 35.704 35.704 0 0 0-35.704-35.705zm-428.452-487.72a47.844 47.844 0 1 0 47.844 47.843 47.844 47.844 0 0 0-47.844-47.844zm0 237.79A47.844 47.844 0 1 0 345.618 512a47.844 47.844 0 0 0-47.844-47.844zm0 238.505a47.844 47.844 0 1 0 47.844 47.13 47.844 47.844 0 0 0-47.844-47.13z",
7609
7719
  fill: "currentColor"
7610
- }, null, -1), _hoisted_3266 = [
7611
- _hoisted_2278
7720
+ }, null, -1), _hoisted_3267 = [
7721
+ _hoisted_2283
7612
7722
  ];
7613
- function _sfc_render278(_ctx, _cache, $props, $setup, $data, $options) {
7614
- return (0, import_vue278.openBlock)(), (0, import_vue278.createElementBlock)("svg", _hoisted_1279, _hoisted_3266);
7723
+ function _sfc_render283(_ctx, _cache, $props, $setup, $data, $options) {
7724
+ return (0, import_vue283.openBlock)(), (0, import_vue283.createElementBlock)("svg", _hoisted_1284, _hoisted_3267);
7615
7725
  }
7616
- var icon_details_default = /* @__PURE__ */ export_helper_default(_sfc_main278, [["render", _sfc_render278], ["__file", "icon-details.vue"]]);
7726
+ var icon_details_default = /* @__PURE__ */ export_helper_default(_sfc_main283, [["render", _sfc_render283], ["__file", "icon-details.vue"]]);
7617
7727
 
7618
7728
  // src/components/icon-measure-distance.vue
7619
- var import_vue279 = require("vue");
7620
- var _sfc_main279 = {
7729
+ var import_vue284 = require("vue");
7730
+ var _sfc_main284 = {
7621
7731
  name: "IconMeasureDistance",
7622
7732
  title: "\u8DDD\u79BB\u6D4B\u91CF"
7623
- }, _hoisted_1280 = {
7733
+ }, _hoisted_1285 = {
7624
7734
  xmlns: "http://www.w3.org/2000/svg",
7625
7735
  viewBox: "0 0 24 24",
7626
7736
  style: { "enable-background": "new 0 0 24 24" },
7627
7737
  "xml:space": "preserve"
7628
- }, _hoisted_2279 = /* @__PURE__ */ (0, import_vue279.createElementVNode)("path", {
7738
+ }, _hoisted_2284 = /* @__PURE__ */ (0, import_vue284.createElementVNode)("path", {
7629
7739
  d: "M22 3c-.6 0-1 .4-1 1H3c0-.6-.4-1-1-1s-1 .4-1 1v2c0 .6.4 1 1 1s1-.4 1-1h18c0 .6.4 1 1 1s1-.4 1-1V4c0-.6-.4-1-1-1zm-1 6H3c-1.1 0-2 .9-2 2v7c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2v-7c0-1.1-.9-2-2-2zm0 9H3v-7h2v2c0 .6.4 1 1 1s1-.4 1-1v-2h4v4c0 .6.4 1 1 1s1-.4 1-1v-4h4v2c0 .6.4 1 1 1s1-.4 1-1v-2h2v7z",
7630
7740
  fill: "currentColor"
7631
- }, null, -1), _hoisted_3267 = [
7632
- _hoisted_2279
7741
+ }, null, -1), _hoisted_3268 = [
7742
+ _hoisted_2284
7633
7743
  ];
7634
- function _sfc_render279(_ctx, _cache, $props, $setup, $data, $options) {
7635
- return (0, import_vue279.openBlock)(), (0, import_vue279.createElementBlock)("svg", _hoisted_1280, _hoisted_3267);
7744
+ function _sfc_render284(_ctx, _cache, $props, $setup, $data, $options) {
7745
+ return (0, import_vue284.openBlock)(), (0, import_vue284.createElementBlock)("svg", _hoisted_1285, _hoisted_3268);
7636
7746
  }
7637
- var icon_measure_distance_default = /* @__PURE__ */ export_helper_default(_sfc_main279, [["render", _sfc_render279], ["__file", "icon-measure-distance.vue"]]);
7747
+ var icon_measure_distance_default = /* @__PURE__ */ export_helper_default(_sfc_main284, [["render", _sfc_render284], ["__file", "icon-measure-distance.vue"]]);
7638
7748
 
7639
7749
  // src/components/icon-cheliang.vue
7640
- var import_vue280 = require("vue");
7641
- var _sfc_main280 = {
7750
+ var import_vue285 = require("vue");
7751
+ var _sfc_main285 = {
7642
7752
  name: "IconCheliang",
7643
7753
  title: "\u8F66\u8F86"
7644
- }, _hoisted_1281 = {
7754
+ }, _hoisted_1286 = {
7645
7755
  class: "icon",
7646
7756
  viewBox: "0 0 1024 1024",
7647
7757
  xmlns: "http://www.w3.org/2000/svg",
7648
7758
  width: "200",
7649
7759
  height: "200"
7650
- }, _hoisted_2280 = /* @__PURE__ */ (0, import_vue280.createElementVNode)("path", {
7760
+ }, _hoisted_2285 = /* @__PURE__ */ (0, import_vue285.createElementVNode)("path", {
7651
7761
  d: "M349.09 612.864a38.772 38.772 0 1 0 0-77.591 38.772 38.772 0 0 0 0 77.591zm325.82 0a38.772 38.772 0 1 0 0-77.591 38.772 38.772 0 0 0 0 77.591z",
7652
7762
  fill: "#337ECC"
7653
- }, null, -1), _hoisted_3268 = /* @__PURE__ */ (0, import_vue280.createElementVNode)("path", {
7763
+ }, null, -1), _hoisted_3269 = /* @__PURE__ */ (0, import_vue285.createElementVNode)("path", {
7654
7764
  d: "M360.03 232.727a38.772 38.772 0 0 0-37.796 29.976l-35.84 153.74a23.273 23.273 0 0 1-12.241 15.545l-10.566 5.307a69.818 69.818 0 0 0-38.633 62.464v144.104a23.273 23.273 0 0 0 23.273 23.273h31.046a23.273 23.273 0 0 1 23.272 23.273v15.546a38.772 38.772 0 0 0 77.545 0v-15.546a23.273 23.273 0 0 1 23.273-23.273H620.59a23.273 23.273 0 0 1 23.272 23.273v15.546a38.819 38.819 0 0 0 77.638 0v-15.546a23.273 23.273 0 0 1 23.273-23.273h30.953a23.273 23.273 0 0 0 23.272-23.273V499.712a69.818 69.818 0 0 0-38.586-62.464l-10.566-5.26a23.273 23.273 0 0 1-12.288-15.732l-34.21-153.181a38.772 38.772 0 0 0-37.842-30.348H360.029zm-83.085 19.41a85.318 85.318 0 0 1 83.084-65.955h305.478c39.936 0 74.566 27.74 83.27 66.746l31.79 142.383.652.325a116.364 116.364 0 0 1 64.326 104.076v144.151a69.818 69.818 0 0 1-69.818 69.818h-8.053a85.364 85.364 0 0 1-169.984 0H426.31a85.318 85.318 0 0 1-169.984 0h-8.1a69.818 69.818 0 0 1-69.817-69.818V499.76a116.364 116.364 0 0 1 64.372-104.123l.791-.372 33.373-143.127z",
7655
7765
  fill: "#337ECC"
7656
- }, null, -1), _hoisted_4134 = /* @__PURE__ */ (0, import_vue280.createElementVNode)("path", {
7766
+ }, null, -1), _hoisted_4134 = /* @__PURE__ */ (0, import_vue285.createElementVNode)("path", {
7657
7767
  d: "M359.796 337.315a54.319 54.319 0 0 1 52.97-42.496h198.469c25.46 0 47.476 17.687 53.062 42.496l25.6 115.34A23.273 23.273 0 0 1 667.183 481H356.864a23.273 23.273 0 0 1-22.714-28.346l25.6-115.34zm52.97 4.05a7.773 7.773 0 0 0-7.541 6.05l-19.363 87.04h252.276l-19.316-87.04a7.773 7.773 0 0 0-7.587-6.05h-198.47z",
7658
7768
  fill: "currentColor"
7659
7769
  }, null, -1), _hoisted_547 = [
7660
- _hoisted_2280,
7661
- _hoisted_3268,
7770
+ _hoisted_2285,
7771
+ _hoisted_3269,
7662
7772
  _hoisted_4134
7663
7773
  ];
7664
- function _sfc_render280(_ctx, _cache, $props, $setup, $data, $options) {
7665
- return (0, import_vue280.openBlock)(), (0, import_vue280.createElementBlock)("svg", _hoisted_1281, _hoisted_547);
7774
+ function _sfc_render285(_ctx, _cache, $props, $setup, $data, $options) {
7775
+ return (0, import_vue285.openBlock)(), (0, import_vue285.createElementBlock)("svg", _hoisted_1286, _hoisted_547);
7666
7776
  }
7667
- var icon_cheliang_default = /* @__PURE__ */ export_helper_default(_sfc_main280, [["render", _sfc_render280], ["__file", "icon-cheliang.vue"]]);
7777
+ var icon_cheliang_default = /* @__PURE__ */ export_helper_default(_sfc_main285, [["render", _sfc_render285], ["__file", "icon-cheliang.vue"]]);
7668
7778
 
7669
7779
  // src/components/icon-vehicle-path.vue
7670
- var import_vue281 = require("vue");
7671
- var _sfc_main281 = {
7780
+ var import_vue286 = require("vue");
7781
+ var _sfc_main286 = {
7672
7782
  name: "IconVehiclePath",
7673
7783
  title: "\u8F66\u8F86\u8DEF\u5F84"
7674
- }, _hoisted_1282 = {
7784
+ }, _hoisted_1287 = {
7675
7785
  class: "icon",
7676
7786
  viewBox: "0 0 1024 1024",
7677
7787
  xmlns: "http://www.w3.org/2000/svg",
7678
7788
  width: "200",
7679
7789
  height: "200"
7680
- }, _hoisted_2281 = /* @__PURE__ */ (0, import_vue281.createElementVNode)("path", { d: "M668.338 176.566a167.277 167.277 0 1 1 205.05 162.652V805.59a205.82 205.82 0 1 1-410.87 0V215.11a128.734 128.734 0 1 0-256.698 0v467.142a165.735 165.735 0 1 1-77.086 0V215.109a205.82 205.82 0 1 1 410.87 0V805.59a128.734 128.734 0 1 0 256.697 0V343.072a168.048 168.048 0 0 1-127.963-166.506zm166.506-90.19a90.19 90.19 0 1 0 90.191 90.19 89.42 89.42 0 0 0-90.19-90.19zM167.277 754.712a90.19 90.19 0 1 0 89.42 89.42 89.42 89.42 0 0 0-89.42-89.42z" }, null, -1), _hoisted_3269 = [
7681
- _hoisted_2281
7790
+ }, _hoisted_2286 = /* @__PURE__ */ (0, import_vue286.createElementVNode)("path", { d: "M668.338 176.566a167.277 167.277 0 1 1 205.05 162.652V805.59a205.82 205.82 0 1 1-410.87 0V215.11a128.734 128.734 0 1 0-256.698 0v467.142a165.735 165.735 0 1 1-77.086 0V215.109a205.82 205.82 0 1 1 410.87 0V805.59a128.734 128.734 0 1 0 256.697 0V343.072a168.048 168.048 0 0 1-127.963-166.506zm166.506-90.19a90.19 90.19 0 1 0 90.191 90.19 89.42 89.42 0 0 0-90.19-90.19zM167.277 754.712a90.19 90.19 0 1 0 89.42 89.42 89.42 89.42 0 0 0-89.42-89.42z" }, null, -1), _hoisted_3270 = [
7791
+ _hoisted_2286
7682
7792
  ];
7683
- function _sfc_render281(_ctx, _cache, $props, $setup, $data, $options) {
7684
- return (0, import_vue281.openBlock)(), (0, import_vue281.createElementBlock)("svg", _hoisted_1282, _hoisted_3269);
7793
+ function _sfc_render286(_ctx, _cache, $props, $setup, $data, $options) {
7794
+ return (0, import_vue286.openBlock)(), (0, import_vue286.createElementBlock)("svg", _hoisted_1287, _hoisted_3270);
7685
7795
  }
7686
- var icon_vehicle_path_default = /* @__PURE__ */ export_helper_default(_sfc_main281, [["render", _sfc_render281], ["__file", "icon-vehicle-path.vue"]]);
7796
+ var icon_vehicle_path_default = /* @__PURE__ */ export_helper_default(_sfc_main286, [["render", _sfc_render286], ["__file", "icon-vehicle-path.vue"]]);
7687
7797
 
7688
7798
  // src/components/icon-input-path-point.vue
7689
- var import_vue282 = require("vue");
7690
- var _sfc_main282 = {
7799
+ var import_vue287 = require("vue");
7800
+ var _sfc_main287 = {
7691
7801
  name: "IconInputPathPoint",
7692
7802
  title: "\u8F93\u5165\u8DEF\u5F84\u70B9"
7693
- }, _hoisted_1283 = {
7803
+ }, _hoisted_1288 = {
7694
7804
  width: "81",
7695
7805
  height: "80",
7696
7806
  viewBox: "0 0 81 80",
7697
7807
  fill: "none",
7698
7808
  xmlns: "http://www.w3.org/2000/svg"
7699
- }, _hoisted_2282 = /* @__PURE__ */ (0, import_vue282.createStaticVNode)('<path d="M20.372 19H62.5v24.818H45.266L31.862 61 17.5 38.09" stroke="#CCC" stroke-width="2"></path><circle cx="20.5" cy="19" r="3" fill="url(#paint0_radial_8442_9772)"></circle><circle cx="20.5" cy="19" r="2.5" stroke="#000" stroke-opacity=".15"></circle><circle cx="62.5" cy="19" r="3" fill="url(#paint1_radial_8442_9772)"></circle><circle cx="62.5" cy="19" r="2.5" stroke="#000" stroke-opacity=".15"></circle><circle cx="62.5" cy="43" r="3" fill="url(#paint2_radial_8442_9772)"></circle><circle cx="62.5" cy="43" r="2.5" stroke="#000" stroke-opacity=".15"></circle><circle cx="45.5" cy="43" r="3" fill="url(#paint3_radial_8442_9772)"></circle><circle cx="45.5" cy="43" r="2.5" stroke="#000" stroke-opacity=".15"></circle><circle cx="32.5" cy="61" r="3" fill="url(#paint4_radial_8442_9772)"></circle><circle cx="32.5" cy="61" r="2.5" stroke="#000" stroke-opacity=".15"></circle><circle cx="18.5" cy="39" r="3" fill="url(#paint5_radial_8442_9772)"></circle><circle cx="18.5" cy="39" r="2.5" stroke="#000" stroke-opacity=".15"></circle><rect x="44.5" y="54" width="29" height="19" rx="2" fill="#E5FFDB" stroke="url(#paint6_linear_8442_9772)" stroke-width="2"></rect><circle cx="49" cy="58.5" r="1.5" fill="url(#paint7_radial_8442_9772)"></circle><circle cx="49" cy="63.5" r="1.5" fill="url(#paint8_radial_8442_9772)"></circle><circle cx="54" cy="58.5" r="1.5" fill="url(#paint9_radial_8442_9772)"></circle><circle cx="54" cy="63.5" r="1.5" fill="url(#paint10_radial_8442_9772)"></circle><circle cx="59" cy="58.5" r="1.5" fill="url(#paint11_radial_8442_9772)"></circle><circle cx="59" cy="63.5" r="1.5" fill="url(#paint12_radial_8442_9772)"></circle><circle cx="64" cy="58.5" r="1.5" fill="url(#paint13_radial_8442_9772)"></circle><circle cx="64" cy="63.5" r="1.5" fill="url(#paint14_radial_8442_9772)"></circle><circle cx="69" cy="58.5" r="1.5" fill="url(#paint15_radial_8442_9772)"></circle><circle cx="69" cy="63.5" r="1.5" fill="url(#paint16_radial_8442_9772)"></circle><rect x="51.5" y="67" width="15" height="3" rx="1.5" fill="url(#paint17_radial_8442_9772)"></rect><defs><radialGradient id="paint0_radial_8442_9772" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3 3 -3 3 19.5 18)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint1_radial_8442_9772" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3 3 -3 3 61.5 18)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint2_radial_8442_9772" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3 3 -3 3 61.5 42)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint3_radial_8442_9772" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3 3 -3 3 44.5 42)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint4_radial_8442_9772" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3 3 -3 3 31.5 60)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint5_radial_8442_9772" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3 3 -3 3 17.5 38)"><stop stop-color="#FF9798"></stop><stop offset="1" stop-color="#D53D40"></stop></radialGradient><radialGradient id="paint7_radial_8442_9772" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.5 1.5 -1.5 1.5 48.5 58)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint8_radial_8442_9772" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.5 1.5 -1.5 1.5 48.5 63)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint9_radial_8442_9772" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.5 1.5 -1.5 1.5 53.5 58)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint10_radial_8442_9772" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.5 1.5 -1.5 1.5 53.5 63)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint11_radial_8442_9772" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.5 1.5 -1.5 1.5 58.5 58)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint12_radial_8442_9772" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.5 1.5 -1.5 1.5 58.5 63)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint13_radial_8442_9772" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.5 1.5 -1.5 1.5 63.5 58)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint14_radial_8442_9772" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.5 1.5 -1.5 1.5 63.5 63)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint15_radial_8442_9772" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.5 1.5 -1.5 1.5 68.5 58)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint16_radial_8442_9772" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.5 1.5 -1.5 1.5 68.5 63)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint17_radial_8442_9772" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(7.5 1.5 -.57692 2.88461 56.5 68)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><linearGradient id="paint6_linear_8442_9772" x1="43.5" y1="63.5" x2="74.5" y2="63.5" gradientUnits="userSpaceOnUse"><stop stop-color="#78B162"></stop><stop offset="1" stop-color="#4F843C"></stop></linearGradient></defs>', 26), _hoisted_2810 = [
7700
- _hoisted_2282
7809
+ }, _hoisted_2287 = /* @__PURE__ */ (0, import_vue287.createStaticVNode)('<path d="M20.372 19H62.5v24.818H45.266L31.862 61 17.5 38.09" stroke="#CCC" stroke-width="2"></path><circle cx="20.5" cy="19" r="3" fill="url(#paint0_radial_8442_9772)"></circle><circle cx="20.5" cy="19" r="2.5" stroke="#000" stroke-opacity=".15"></circle><circle cx="62.5" cy="19" r="3" fill="url(#paint1_radial_8442_9772)"></circle><circle cx="62.5" cy="19" r="2.5" stroke="#000" stroke-opacity=".15"></circle><circle cx="62.5" cy="43" r="3" fill="url(#paint2_radial_8442_9772)"></circle><circle cx="62.5" cy="43" r="2.5" stroke="#000" stroke-opacity=".15"></circle><circle cx="45.5" cy="43" r="3" fill="url(#paint3_radial_8442_9772)"></circle><circle cx="45.5" cy="43" r="2.5" stroke="#000" stroke-opacity=".15"></circle><circle cx="32.5" cy="61" r="3" fill="url(#paint4_radial_8442_9772)"></circle><circle cx="32.5" cy="61" r="2.5" stroke="#000" stroke-opacity=".15"></circle><circle cx="18.5" cy="39" r="3" fill="url(#paint5_radial_8442_9772)"></circle><circle cx="18.5" cy="39" r="2.5" stroke="#000" stroke-opacity=".15"></circle><rect x="44.5" y="54" width="29" height="19" rx="2" fill="#E5FFDB" stroke="url(#paint6_linear_8442_9772)" stroke-width="2"></rect><circle cx="49" cy="58.5" r="1.5" fill="url(#paint7_radial_8442_9772)"></circle><circle cx="49" cy="63.5" r="1.5" fill="url(#paint8_radial_8442_9772)"></circle><circle cx="54" cy="58.5" r="1.5" fill="url(#paint9_radial_8442_9772)"></circle><circle cx="54" cy="63.5" r="1.5" fill="url(#paint10_radial_8442_9772)"></circle><circle cx="59" cy="58.5" r="1.5" fill="url(#paint11_radial_8442_9772)"></circle><circle cx="59" cy="63.5" r="1.5" fill="url(#paint12_radial_8442_9772)"></circle><circle cx="64" cy="58.5" r="1.5" fill="url(#paint13_radial_8442_9772)"></circle><circle cx="64" cy="63.5" r="1.5" fill="url(#paint14_radial_8442_9772)"></circle><circle cx="69" cy="58.5" r="1.5" fill="url(#paint15_radial_8442_9772)"></circle><circle cx="69" cy="63.5" r="1.5" fill="url(#paint16_radial_8442_9772)"></circle><rect x="51.5" y="67" width="15" height="3" rx="1.5" fill="url(#paint17_radial_8442_9772)"></rect><defs><radialGradient id="paint0_radial_8442_9772" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3 3 -3 3 19.5 18)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint1_radial_8442_9772" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3 3 -3 3 61.5 18)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint2_radial_8442_9772" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3 3 -3 3 61.5 42)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint3_radial_8442_9772" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3 3 -3 3 44.5 42)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint4_radial_8442_9772" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3 3 -3 3 31.5 60)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint5_radial_8442_9772" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3 3 -3 3 17.5 38)"><stop stop-color="#FF9798"></stop><stop offset="1" stop-color="#D53D40"></stop></radialGradient><radialGradient id="paint7_radial_8442_9772" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.5 1.5 -1.5 1.5 48.5 58)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint8_radial_8442_9772" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.5 1.5 -1.5 1.5 48.5 63)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint9_radial_8442_9772" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.5 1.5 -1.5 1.5 53.5 58)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint10_radial_8442_9772" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.5 1.5 -1.5 1.5 53.5 63)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint11_radial_8442_9772" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.5 1.5 -1.5 1.5 58.5 58)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint12_radial_8442_9772" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.5 1.5 -1.5 1.5 58.5 63)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint13_radial_8442_9772" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.5 1.5 -1.5 1.5 63.5 58)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint14_radial_8442_9772" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.5 1.5 -1.5 1.5 63.5 63)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint15_radial_8442_9772" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.5 1.5 -1.5 1.5 68.5 58)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint16_radial_8442_9772" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.5 1.5 -1.5 1.5 68.5 63)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint17_radial_8442_9772" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(7.5 1.5 -.57692 2.88461 56.5 68)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><linearGradient id="paint6_linear_8442_9772" x1="43.5" y1="63.5" x2="74.5" y2="63.5" gradientUnits="userSpaceOnUse"><stop stop-color="#78B162"></stop><stop offset="1" stop-color="#4F843C"></stop></linearGradient></defs>', 26), _hoisted_2810 = [
7810
+ _hoisted_2287
7701
7811
  ];
7702
- function _sfc_render282(_ctx, _cache, $props, $setup, $data, $options) {
7703
- return (0, import_vue282.openBlock)(), (0, import_vue282.createElementBlock)("svg", _hoisted_1283, _hoisted_2810);
7812
+ function _sfc_render287(_ctx, _cache, $props, $setup, $data, $options) {
7813
+ return (0, import_vue287.openBlock)(), (0, import_vue287.createElementBlock)("svg", _hoisted_1288, _hoisted_2810);
7704
7814
  }
7705
- var icon_input_path_point_default = /* @__PURE__ */ export_helper_default(_sfc_main282, [["render", _sfc_render282], ["__file", "icon-input-path-point.vue"]]);
7815
+ var icon_input_path_point_default = /* @__PURE__ */ export_helper_default(_sfc_main287, [["render", _sfc_render287], ["__file", "icon-input-path-point.vue"]]);
7706
7816
 
7707
7817
  // src/components/icon-filter2.vue
7708
- var import_vue283 = require("vue");
7709
- var _sfc_main283 = {
7818
+ var import_vue288 = require("vue");
7819
+ var _sfc_main288 = {
7710
7820
  name: "IconFilter2",
7711
7821
  title: "\u8FC7\u6EE42"
7712
- }, _hoisted_1284 = {
7822
+ }, _hoisted_1289 = {
7713
7823
  class: "icon",
7714
7824
  viewBox: "0 0 1113 1024",
7715
7825
  xmlns: "http://www.w3.org/2000/svg",
7716
7826
  width: "217.383",
7717
7827
  height: "200"
7718
- }, _hoisted_2283 = /* @__PURE__ */ (0, import_vue283.createElementVNode)("path", { d: "M1109.509 20.351a33.283 33.283 0 0 0-34.67-20.108H34.739A33.283 33.283 0 0 0 3.536 20.35 33.977 33.977 0 0 0 8.39 57.795l407.719 475.672v352.248a35.363 35.363 0 0 0 19.415 31.203l208.02 102.623a33.283 33.283 0 0 0 33.283 0 33.977 33.977 0 0 0 16.642-29.123v-456.95l407.719-475.673a33.977 33.977 0 0 0 8.32-37.444zm-477.06 477.753a34.67 34.67 0 0 0-8.32 22.882v411.88l-138.68-69.34v-346.7a34.67 34.67 0 0 0-8.321-22.882L110.319 69.583h888.94z" }, null, -1), _hoisted_3270 = [
7719
- _hoisted_2283
7828
+ }, _hoisted_2288 = /* @__PURE__ */ (0, import_vue288.createElementVNode)("path", { d: "M1109.509 20.351a33.283 33.283 0 0 0-34.67-20.108H34.739A33.283 33.283 0 0 0 3.536 20.35 33.977 33.977 0 0 0 8.39 57.795l407.719 475.672v352.248a35.363 35.363 0 0 0 19.415 31.203l208.02 102.623a33.283 33.283 0 0 0 33.283 0 33.977 33.977 0 0 0 16.642-29.123v-456.95l407.719-475.673a33.977 33.977 0 0 0 8.32-37.444zm-477.06 477.753a34.67 34.67 0 0 0-8.32 22.882v411.88l-138.68-69.34v-346.7a34.67 34.67 0 0 0-8.321-22.882L110.319 69.583h888.94z" }, null, -1), _hoisted_3271 = [
7829
+ _hoisted_2288
7720
7830
  ];
7721
- function _sfc_render283(_ctx, _cache, $props, $setup, $data, $options) {
7722
- return (0, import_vue283.openBlock)(), (0, import_vue283.createElementBlock)("svg", _hoisted_1284, _hoisted_3270);
7831
+ function _sfc_render288(_ctx, _cache, $props, $setup, $data, $options) {
7832
+ return (0, import_vue288.openBlock)(), (0, import_vue288.createElementBlock)("svg", _hoisted_1289, _hoisted_3271);
7723
7833
  }
7724
- var icon_filter2_default = /* @__PURE__ */ export_helper_default(_sfc_main283, [["render", _sfc_render283], ["__file", "icon-filter2.vue"]]);
7834
+ var icon_filter2_default = /* @__PURE__ */ export_helper_default(_sfc_main288, [["render", _sfc_render288], ["__file", "icon-filter2.vue"]]);
7725
7835
 
7726
7836
  // src/components/icon-retrospective-analysis.vue
7727
- var import_vue284 = require("vue");
7728
- var _sfc_main284 = {
7837
+ var import_vue289 = require("vue");
7838
+ var _sfc_main289 = {
7729
7839
  name: "IconRetrospectiveAnalysis",
7730
7840
  title: "\u8FFD\u6EAF\u5206\u6790"
7731
- }, _hoisted_1285 = {
7841
+ }, _hoisted_1290 = {
7732
7842
  class: "icon",
7733
7843
  viewBox: "0 0 1024 1024",
7734
7844
  xmlns: "http://www.w3.org/2000/svg",
7735
7845
  width: "200",
7736
7846
  height: "200"
7737
- }, _hoisted_2284 = /* @__PURE__ */ (0, import_vue284.createElementVNode)("path", { d: "M252.053 238.005h-84.97a439.844 439.844 0 1 1-95.68 274.188 35.702 35.702 0 0 0-35.701-35.701A35.702 35.702 0 0 0 0 512.193a511.961 511.961 0 1 0 114.96-323.456V100.91a35.702 35.702 0 0 0-35.702-35.702 35.702 35.702 0 0 0-35.702 35.702v172.795a35.702 35.702 0 0 0 35.702 35.702h172.795a35.702 35.702 0 0 0 35.702-35.702 35.702 35.702 0 0 0-35.702-35.701zm295.61-11.425a35.702 35.702 0 0 0-35.702-35.701 35.702 35.702 0 0 0-35.702 35.701v285.613a35.702 35.702 0 0 0 9.997 24.991l202.071 202.071a35.702 35.702 0 0 0 50.696 0 36.416 36.416 0 0 0 0-50.696l-191.36-188.504z" }, null, -1), _hoisted_3271 = [
7738
- _hoisted_2284
7847
+ }, _hoisted_2289 = /* @__PURE__ */ (0, import_vue289.createElementVNode)("path", { d: "M252.053 238.005h-84.97a439.844 439.844 0 1 1-95.68 274.188 35.702 35.702 0 0 0-35.701-35.701A35.702 35.702 0 0 0 0 512.193a511.961 511.961 0 1 0 114.96-323.456V100.91a35.702 35.702 0 0 0-35.702-35.702 35.702 35.702 0 0 0-35.702 35.702v172.795a35.702 35.702 0 0 0 35.702 35.702h172.795a35.702 35.702 0 0 0 35.702-35.702 35.702 35.702 0 0 0-35.702-35.701zm295.61-11.425a35.702 35.702 0 0 0-35.702-35.701 35.702 35.702 0 0 0-35.702 35.701v285.613a35.702 35.702 0 0 0 9.997 24.991l202.071 202.071a35.702 35.702 0 0 0 50.696 0 36.416 36.416 0 0 0 0-50.696l-191.36-188.504z" }, null, -1), _hoisted_3272 = [
7848
+ _hoisted_2289
7739
7849
  ];
7740
- function _sfc_render284(_ctx, _cache, $props, $setup, $data, $options) {
7741
- return (0, import_vue284.openBlock)(), (0, import_vue284.createElementBlock)("svg", _hoisted_1285, _hoisted_3271);
7850
+ function _sfc_render289(_ctx, _cache, $props, $setup, $data, $options) {
7851
+ return (0, import_vue289.openBlock)(), (0, import_vue289.createElementBlock)("svg", _hoisted_1290, _hoisted_3272);
7742
7852
  }
7743
- var icon_retrospective_analysis_default = /* @__PURE__ */ export_helper_default(_sfc_main284, [["render", _sfc_render284], ["__file", "icon-retrospective-analysis.vue"]]);
7853
+ var icon_retrospective_analysis_default = /* @__PURE__ */ export_helper_default(_sfc_main289, [["render", _sfc_render289], ["__file", "icon-retrospective-analysis.vue"]]);
7744
7854
 
7745
7855
  // src/components/icon-reverse-geocoding.vue
7746
- var import_vue285 = require("vue");
7747
- var _sfc_main285 = {
7856
+ var import_vue290 = require("vue");
7857
+ var _sfc_main290 = {
7748
7858
  name: "IconReverseGeocoding",
7749
7859
  title: "\u9006\u5411\u5730\u7406\u7F16\u7801"
7750
- }, _hoisted_1286 = {
7860
+ }, _hoisted_1291 = {
7751
7861
  class: "icon",
7752
7862
  viewBox: "0 0 1097 1024",
7753
7863
  xmlns: "http://www.w3.org/2000/svg",
7754
7864
  width: "214.258",
7755
7865
  height: "200"
7756
- }, _hoisted_2285 = /* @__PURE__ */ (0, import_vue285.createElementVNode)("path", { d: "M465.92 825.783c-34.377 36.571-67.291 68.754-92.891 93.623l-7.315 6.583-7.314-6.583c-32.914-31.452-76.8-73.143-120.686-124.343A1024 1024 0 0 1 119.954 640a274.286 274.286 0 0 1-46.811-128 292.571 292.571 0 0 1 292.571-292.571v-73.143A365.714 365.714 0 0 0 0 512c0 201.874 365.714 512 365.714 512a2073.6 2073.6 0 0 0 152.137-146.286zm-51.2-259.657a73.143 73.143 0 1 1-49.006-127.269v-73.143a146.286 146.286 0 1 0 107.52 245.76zm572.709 165.303H548.57a36.571 36.571 0 0 0 0 73.142h438.86a36.571 36.571 0 0 0 0-73.142zM914.286 292.57H621.714a36.571 36.571 0 0 0 0 73.143h292.572a36.571 36.571 0 0 0 0-73.143zm0-146.285H621.714a36.571 36.571 0 0 0 0 73.143h292.572a36.571 36.571 0 0 0 0-73.143zm-292.572 73.143h292.572a36.571 36.571 0 0 0 0-73.143H621.714a36.571 36.571 0 0 0 0 73.143zm292.572 73.142H621.714a36.571 36.571 0 0 0 0 73.143h292.572a36.571 36.571 0 0 0 0-73.143zM1060.57 0H475.43a36.571 36.571 0 0 0-36.572 36.571V475.43A36.571 36.571 0 0 0 475.43 512h109.714v109.714a36.571 36.571 0 0 0 20.48 36.572 37.303 37.303 0 0 0 38.766-4.389L817.737 512h242.834a36.571 36.571 0 0 0 36.572-36.571V36.57A36.571 36.571 0 0 0 1060.57 0zM1024 438.857H804.571a37.303 37.303 0 0 0-22.674 8.046l-123.611 98.743v-73.143a36.571 36.571 0 0 0-36.572-33.646H512V73.143h512zM621.714 219.43h292.572a36.571 36.571 0 0 0 0-73.143H621.714a36.571 36.571 0 0 0 0 73.143zm0 146.285h292.572a36.571 36.571 0 0 0 0-73.143H621.714a36.571 36.571 0 0 0 0 73.143z" }, null, -1), _hoisted_3272 = [
7757
- _hoisted_2285
7866
+ }, _hoisted_2290 = /* @__PURE__ */ (0, import_vue290.createElementVNode)("path", { d: "M465.92 825.783c-34.377 36.571-67.291 68.754-92.891 93.623l-7.315 6.583-7.314-6.583c-32.914-31.452-76.8-73.143-120.686-124.343A1024 1024 0 0 1 119.954 640a274.286 274.286 0 0 1-46.811-128 292.571 292.571 0 0 1 292.571-292.571v-73.143A365.714 365.714 0 0 0 0 512c0 201.874 365.714 512 365.714 512a2073.6 2073.6 0 0 0 152.137-146.286zm-51.2-259.657a73.143 73.143 0 1 1-49.006-127.269v-73.143a146.286 146.286 0 1 0 107.52 245.76zm572.709 165.303H548.57a36.571 36.571 0 0 0 0 73.142h438.86a36.571 36.571 0 0 0 0-73.142zM914.286 292.57H621.714a36.571 36.571 0 0 0 0 73.143h292.572a36.571 36.571 0 0 0 0-73.143zm0-146.285H621.714a36.571 36.571 0 0 0 0 73.143h292.572a36.571 36.571 0 0 0 0-73.143zm-292.572 73.143h292.572a36.571 36.571 0 0 0 0-73.143H621.714a36.571 36.571 0 0 0 0 73.143zm292.572 73.142H621.714a36.571 36.571 0 0 0 0 73.143h292.572a36.571 36.571 0 0 0 0-73.143zM1060.57 0H475.43a36.571 36.571 0 0 0-36.572 36.571V475.43A36.571 36.571 0 0 0 475.43 512h109.714v109.714a36.571 36.571 0 0 0 20.48 36.572 37.303 37.303 0 0 0 38.766-4.389L817.737 512h242.834a36.571 36.571 0 0 0 36.572-36.571V36.57A36.571 36.571 0 0 0 1060.57 0zM1024 438.857H804.571a37.303 37.303 0 0 0-22.674 8.046l-123.611 98.743v-73.143a36.571 36.571 0 0 0-36.572-33.646H512V73.143h512zM621.714 219.43h292.572a36.571 36.571 0 0 0 0-73.143H621.714a36.571 36.571 0 0 0 0 73.143zm0 146.285h292.572a36.571 36.571 0 0 0 0-73.143H621.714a36.571 36.571 0 0 0 0 73.143z" }, null, -1), _hoisted_3273 = [
7867
+ _hoisted_2290
7758
7868
  ];
7759
- function _sfc_render285(_ctx, _cache, $props, $setup, $data, $options) {
7760
- return (0, import_vue285.openBlock)(), (0, import_vue285.createElementBlock)("svg", _hoisted_1286, _hoisted_3272);
7869
+ function _sfc_render290(_ctx, _cache, $props, $setup, $data, $options) {
7870
+ return (0, import_vue290.openBlock)(), (0, import_vue290.createElementBlock)("svg", _hoisted_1291, _hoisted_3273);
7761
7871
  }
7762
- var icon_reverse_geocoding_default = /* @__PURE__ */ export_helper_default(_sfc_main285, [["render", _sfc_render285], ["__file", "icon-reverse-geocoding.vue"]]);
7872
+ var icon_reverse_geocoding_default = /* @__PURE__ */ export_helper_default(_sfc_main290, [["render", _sfc_render290], ["__file", "icon-reverse-geocoding.vue"]]);
7763
7873
 
7764
7874
  // src/components/icon-reverse-growth.vue
7765
- var import_vue286 = require("vue");
7766
- var _sfc_main286 = {
7875
+ var import_vue291 = require("vue");
7876
+ var _sfc_main291 = {
7767
7877
  name: "IconReverseGrowth",
7768
7878
  title: "\u9006\u751F\u957F"
7769
- }, _hoisted_1287 = {
7879
+ }, _hoisted_1292 = {
7770
7880
  width: "80",
7771
7881
  height: "80",
7772
7882
  viewBox: "0 0 80 80",
7773
7883
  fill: "none",
7774
7884
  xmlns: "http://www.w3.org/2000/svg"
7775
- }, _hoisted_2286 = /* @__PURE__ */ (0, import_vue286.createStaticVNode)('<path d="m31.5 35.458 42.229-3.754-13.974 7.86-.775.436.775.436 13.974 7.86L31.5 44.542v-9.084Z" fill="url(#paint0_linear_2117_178636)" stroke="url(#paint1_linear_2117_178636)"></path><path d="m35.544 39.795-.092.205.092.205 8.265 18.366L16.88 40l26.928-18.571-8.265 18.366Z" fill="url(#paint2_linear_2117_178636)" stroke="url(#paint3_linear_2117_178636)"></path><path d="m4 40 29 20-4.5-10-15-10 15-10L33 20 4 40Z" fill="url(#paint4_linear_2117_178636)" fill-opacity=".5"></path><path d="M31.809 58.571 4.88 40l26.928-18.571-3.706 8.235-14.88 9.92-.624.416.624.416 14.88 9.92 3.706 8.235Z" stroke="url(#paint5_linear_2117_178636)" stroke-opacity=".3"></path><defs><linearGradient id="paint0_linear_2117_178636" x1="31" y1="40" x2="58.586" y2="40" gradientUnits="userSpaceOnUse"><stop offset=".265" stop-color="#F49199"></stop><stop offset=".8" stop-color="#BE3F49"></stop></linearGradient><linearGradient id="paint1_linear_2117_178636" x1="76" y1="40" x2="31" y2="40" gradientUnits="userSpaceOnUse"><stop stop-color="#8F3531"></stop><stop offset="1" stop-color="#BE5755"></stop></linearGradient><linearGradient id="paint2_linear_2117_178636" x1="16" y1="40" x2="33.778" y2="40" gradientUnits="userSpaceOnUse"><stop offset=".265" stop-color="#F49199"></stop><stop offset=".8" stop-color="#BE3F49"></stop></linearGradient><linearGradient id="paint3_linear_2117_178636" x1="45" y1="40" x2="16" y2="40" gradientUnits="userSpaceOnUse"><stop stop-color="#8F3531"></stop><stop offset="1" stop-color="#BE5755"></stop></linearGradient><linearGradient id="paint4_linear_2117_178636" x1="4" y1="40" x2="21.778" y2="40" gradientUnits="userSpaceOnUse"><stop offset=".265" stop-color="#F49199"></stop><stop offset=".8" stop-color="#BE3F49"></stop></linearGradient><linearGradient id="paint5_linear_2117_178636" x1="33" y1="40" x2="4" y2="40" gradientUnits="userSpaceOnUse"><stop stop-color="#8F3531"></stop><stop offset="1" stop-color="#BE5755"></stop></linearGradient></defs>', 5), _hoisted_73 = [
7776
- _hoisted_2286
7885
+ }, _hoisted_2291 = /* @__PURE__ */ (0, import_vue291.createStaticVNode)('<path d="m31.5 35.458 42.229-3.754-13.974 7.86-.775.436.775.436 13.974 7.86L31.5 44.542v-9.084Z" fill="url(#paint0_linear_2117_178636)" stroke="url(#paint1_linear_2117_178636)"></path><path d="m35.544 39.795-.092.205.092.205 8.265 18.366L16.88 40l26.928-18.571-8.265 18.366Z" fill="url(#paint2_linear_2117_178636)" stroke="url(#paint3_linear_2117_178636)"></path><path d="m4 40 29 20-4.5-10-15-10 15-10L33 20 4 40Z" fill="url(#paint4_linear_2117_178636)" fill-opacity=".5"></path><path d="M31.809 58.571 4.88 40l26.928-18.571-3.706 8.235-14.88 9.92-.624.416.624.416 14.88 9.92 3.706 8.235Z" stroke="url(#paint5_linear_2117_178636)" stroke-opacity=".3"></path><defs><linearGradient id="paint0_linear_2117_178636" x1="31" y1="40" x2="58.586" y2="40" gradientUnits="userSpaceOnUse"><stop offset=".265" stop-color="#F49199"></stop><stop offset=".8" stop-color="#BE3F49"></stop></linearGradient><linearGradient id="paint1_linear_2117_178636" x1="76" y1="40" x2="31" y2="40" gradientUnits="userSpaceOnUse"><stop stop-color="#8F3531"></stop><stop offset="1" stop-color="#BE5755"></stop></linearGradient><linearGradient id="paint2_linear_2117_178636" x1="16" y1="40" x2="33.778" y2="40" gradientUnits="userSpaceOnUse"><stop offset=".265" stop-color="#F49199"></stop><stop offset=".8" stop-color="#BE3F49"></stop></linearGradient><linearGradient id="paint3_linear_2117_178636" x1="45" y1="40" x2="16" y2="40" gradientUnits="userSpaceOnUse"><stop stop-color="#8F3531"></stop><stop offset="1" stop-color="#BE5755"></stop></linearGradient><linearGradient id="paint4_linear_2117_178636" x1="4" y1="40" x2="21.778" y2="40" gradientUnits="userSpaceOnUse"><stop offset=".265" stop-color="#F49199"></stop><stop offset=".8" stop-color="#BE3F49"></stop></linearGradient><linearGradient id="paint5_linear_2117_178636" x1="33" y1="40" x2="4" y2="40" gradientUnits="userSpaceOnUse"><stop stop-color="#8F3531"></stop><stop offset="1" stop-color="#BE5755"></stop></linearGradient></defs>', 5), _hoisted_77 = [
7886
+ _hoisted_2291
7777
7887
  ];
7778
- function _sfc_render286(_ctx, _cache, $props, $setup, $data, $options) {
7779
- return (0, import_vue286.openBlock)(), (0, import_vue286.createElementBlock)("svg", _hoisted_1287, _hoisted_73);
7888
+ function _sfc_render291(_ctx, _cache, $props, $setup, $data, $options) {
7889
+ return (0, import_vue291.openBlock)(), (0, import_vue291.createElementBlock)("svg", _hoisted_1292, _hoisted_77);
7780
7890
  }
7781
- var icon_reverse_growth_default = /* @__PURE__ */ export_helper_default(_sfc_main286, [["render", _sfc_render286], ["__file", "icon-reverse-growth.vue"]]);
7891
+ var icon_reverse_growth_default = /* @__PURE__ */ export_helper_default(_sfc_main291, [["render", _sfc_render291], ["__file", "icon-reverse-growth.vue"]]);
7782
7892
 
7783
7893
  // src/components/icon-select.vue
7784
- var import_vue287 = require("vue");
7785
- var _sfc_main287 = {
7894
+ var import_vue292 = require("vue");
7895
+ var _sfc_main292 = {
7786
7896
  name: "IconSelect",
7787
7897
  title: "\u9009\u53D6"
7788
- }, _hoisted_1288 = {
7898
+ }, _hoisted_1293 = {
7789
7899
  width: "24",
7790
7900
  height: "24",
7791
7901
  viewBox: "0 0 24 24",
7792
7902
  fill: "none",
7793
7903
  xmlns: "http://www.w3.org/2000/svg"
7794
- }, _hoisted_2287 = /* @__PURE__ */ (0, import_vue287.createElementVNode)("path", {
7904
+ }, _hoisted_2292 = /* @__PURE__ */ (0, import_vue292.createElementVNode)("path", {
7795
7905
  "fill-rule": "evenodd",
7796
7906
  "clip-rule": "evenodd",
7797
7907
  d: "M2.368 5.264c-.391-1.173.724-2.288 1.897-1.897L21.108 8.98c1.294.431 1.388 2.225.147 2.789l-7.208 3.276-3.276 7.208c-.565 1.24-2.358 1.147-2.789-.147L2.368 5.264Zm2.213.316 4.896 14.687 2.827-6.22a1.5 1.5 0 0 1 .745-.744l6.219-2.827L4.58 5.58Z",
7798
7908
  fill: "currentColor"
7799
- }, null, -1), _hoisted_3273 = [
7800
- _hoisted_2287
7909
+ }, null, -1), _hoisted_3274 = [
7910
+ _hoisted_2292
7801
7911
  ];
7802
- function _sfc_render287(_ctx, _cache, $props, $setup, $data, $options) {
7803
- return (0, import_vue287.openBlock)(), (0, import_vue287.createElementBlock)("svg", _hoisted_1288, _hoisted_3273);
7912
+ function _sfc_render292(_ctx, _cache, $props, $setup, $data, $options) {
7913
+ return (0, import_vue292.openBlock)(), (0, import_vue292.createElementBlock)("svg", _hoisted_1293, _hoisted_3274);
7804
7914
  }
7805
- var icon_select_default = /* @__PURE__ */ export_helper_default(_sfc_main287, [["render", _sfc_render287], ["__file", "icon-select.vue"]]);
7915
+ var icon_select_default = /* @__PURE__ */ export_helper_default(_sfc_main292, [["render", _sfc_render292], ["__file", "icon-select.vue"]]);
7806
7916
 
7807
7917
  // src/components/icon-select-layer.vue
7808
- var import_vue288 = require("vue");
7809
- var _sfc_main288 = {
7918
+ var import_vue293 = require("vue");
7919
+ var _sfc_main293 = {
7810
7920
  name: "IconSelectLayer",
7811
7921
  title: "\u9009\u53D6\u56FE\u5C42"
7812
- }, _hoisted_1289 = {
7922
+ }, _hoisted_1294 = {
7813
7923
  width: "16",
7814
7924
  height: "16",
7815
7925
  viewBox: "0 0 16 16",
7816
7926
  fill: "none",
7817
7927
  xmlns: "http://www.w3.org/2000/svg"
7818
- }, _hoisted_2288 = /* @__PURE__ */ (0, import_vue288.createElementVNode)("path", {
7928
+ }, _hoisted_2293 = /* @__PURE__ */ (0, import_vue293.createElementVNode)("path", {
7819
7929
  "fill-rule": "evenodd",
7820
7930
  "clip-rule": "evenodd",
7821
7931
  d: "M3.842 5.107a1 1 0 0 1 1.265-1.265l9.843 3.281c.862.287.925 1.483.098 1.86l-4.17 1.895-1.896 4.17c-.376.827-1.572.764-1.859-.098L3.842 5.107Zm10.792 2.965L4.791 4.79l3.28 9.843 1.896-4.17a1 1 0 0 1 .497-.497l4.17-1.895Z",
7822
7932
  fill: "currentColor"
7823
- }, null, -1), _hoisted_3274 = /* @__PURE__ */ (0, import_vue288.createElementVNode)("path", {
7933
+ }, null, -1), _hoisted_3275 = /* @__PURE__ */ (0, import_vue293.createElementVNode)("path", {
7824
7934
  "fill-rule": "evenodd",
7825
7935
  "clip-rule": "evenodd",
7826
7936
  d: "M1.926 12.886c.177.074.37.114.574.114h.45v-1H2.5a.497.497 0 0 1-.191-.037l-.383.923ZM11.05 13h.45c.203 0 .397-.04.574-.114l-.383-.923A.497.497 0 0 1 11.5 12h-.45v1ZM13 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-.45V1ZM13 3.85v.9h-1v-.9h1Zm0 1.8v.9h-1v-.9h1ZM9.364 13h.786v-1h-.332l-.454 1ZM12 9.818v.332h1v-.786l-1 .454Zm1 1.232v.45c0 .203-.04.397-.114.574l-.923-.383A.497.497 0 0 0 12 11.5v-.45h1ZM6.55 13h-.9v-1h.9v1Zm-1.8 0h-.9v-1h.9v1Z",
7827
7937
  fill: "currentColor"
7828
7938
  }, null, -1), _hoisted_4135 = [
7829
- _hoisted_2288,
7830
- _hoisted_3274
7939
+ _hoisted_2293,
7940
+ _hoisted_3275
7831
7941
  ];
7832
- function _sfc_render288(_ctx, _cache, $props, $setup, $data, $options) {
7833
- return (0, import_vue288.openBlock)(), (0, import_vue288.createElementBlock)("svg", _hoisted_1289, _hoisted_4135);
7942
+ function _sfc_render293(_ctx, _cache, $props, $setup, $data, $options) {
7943
+ return (0, import_vue293.openBlock)(), (0, import_vue293.createElementBlock)("svg", _hoisted_1294, _hoisted_4135);
7834
7944
  }
7835
- var icon_select_layer_default = /* @__PURE__ */ export_helper_default(_sfc_main288, [["render", _sfc_render288], ["__file", "icon-select-layer.vue"]]);
7945
+ var icon_select_layer_default = /* @__PURE__ */ export_helper_default(_sfc_main293, [["render", _sfc_render293], ["__file", "icon-select-layer.vue"]]);
7836
7946
 
7837
7947
  // src/components/icon-select-path.vue
7838
- var import_vue289 = require("vue");
7839
- var _sfc_main289 = {
7948
+ var import_vue294 = require("vue");
7949
+ var _sfc_main294 = {
7840
7950
  name: "IconSelectPath",
7841
7951
  title: "\u9009\u62E9\u8DEF\u5F84"
7842
- }, _hoisted_1290 = {
7952
+ }, _hoisted_1295 = {
7843
7953
  width: "81",
7844
7954
  height: "80",
7845
7955
  viewBox: "0 0 81 80",
7846
7956
  fill: "none",
7847
7957
  xmlns: "http://www.w3.org/2000/svg"
7848
- }, _hoisted_2289 = /* @__PURE__ */ (0, import_vue289.createStaticVNode)('<g clip-path="url(#clip0_8442_3683)"><path d="M20.372 19H62.5v24.818H45.266L31.862 61 17.5 38.09" stroke="#CCC" stroke-width="2"></path><circle cx="20.5" cy="19" r="3" fill="url(#paint0_radial_8442_3683)"></circle><circle cx="20.5" cy="19" r="2.5" stroke="#000" stroke-opacity=".15"></circle><circle cx="62.5" cy="19" r="3" fill="url(#paint1_radial_8442_3683)"></circle><circle cx="62.5" cy="19" r="2.5" stroke="#000" stroke-opacity=".15"></circle><circle cx="62.5" cy="43" r="3" fill="url(#paint2_radial_8442_3683)"></circle><circle cx="62.5" cy="43" r="2.5" stroke="#000" stroke-opacity=".15"></circle><circle cx="45.5" cy="43" r="3" fill="url(#paint3_radial_8442_3683)"></circle><circle cx="45.5" cy="43" r="2.5" stroke="#000" stroke-opacity=".15"></circle><circle cx="32.5" cy="61" r="3" fill="url(#paint4_radial_8442_3683)"></circle><circle cx="32.5" cy="61" r="2.5" stroke="#000" stroke-opacity=".15"></circle><circle cx="18.5" cy="39" r="3" fill="url(#paint5_radial_8442_3683)"></circle><circle cx="18.5" cy="39" r="2.5" stroke="#000" stroke-opacity=".15"></circle><path d="M45.587 44.396c-.014-.038-.01-.095.046-.15.056-.055.101-.05.123-.041L62.77 51.23l.191-.462-.19.462 16.472 6.802c.022.01.023.016.025.019.004.008.01.031.005.066a.16.16 0 0 1-.128.139l-16.281 3.178c-.457.09-.816.453-.913.902L58.39 78.873l.488.105-.488-.105a.158.158 0 0 1-.133.132.082.082 0 0 1-.048-.005.014.014 0 0 1-.004-.003.083.083 0 0 1-.013-.025l-6.2-17.009-6.405-17.567Z" fill="#E5FFDB" stroke="url(#paint6_linear_8442_3683)"></path></g><defs><radialGradient id="paint0_radial_8442_3683" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3 3 -3 3 19.5 18)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint1_radial_8442_3683" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3 3 -3 3 61.5 18)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint2_radial_8442_3683" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3 3 -3 3 61.5 42)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint3_radial_8442_3683" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3 3 -3 3 44.5 42)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint4_radial_8442_3683" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3 3 -3 3 31.5 60)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint5_radial_8442_3683" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3 3 -3 3 17.5 38)"><stop stop-color="#FF9798"></stop><stop offset="1" stop-color="#D53D40"></stop></radialGradient><linearGradient id="paint6_linear_8442_3683" x1="51.359" y1="61.833" x2="77.64" y2="52.172" gradientUnits="userSpaceOnUse"><stop stop-color="#78B162"></stop><stop offset="1" stop-color="#4F843C"></stop></linearGradient><clipPath id="clip0_8442_3683"><path fill="#fff" transform="translate(.5)" d="M0 0h80v80H0z"></path></clipPath></defs>', 2), _hoisted_4136 = [
7849
- _hoisted_2289
7958
+ }, _hoisted_2294 = /* @__PURE__ */ (0, import_vue294.createStaticVNode)('<g clip-path="url(#clip0_8442_3683)"><path d="M20.372 19H62.5v24.818H45.266L31.862 61 17.5 38.09" stroke="#CCC" stroke-width="2"></path><circle cx="20.5" cy="19" r="3" fill="url(#paint0_radial_8442_3683)"></circle><circle cx="20.5" cy="19" r="2.5" stroke="#000" stroke-opacity=".15"></circle><circle cx="62.5" cy="19" r="3" fill="url(#paint1_radial_8442_3683)"></circle><circle cx="62.5" cy="19" r="2.5" stroke="#000" stroke-opacity=".15"></circle><circle cx="62.5" cy="43" r="3" fill="url(#paint2_radial_8442_3683)"></circle><circle cx="62.5" cy="43" r="2.5" stroke="#000" stroke-opacity=".15"></circle><circle cx="45.5" cy="43" r="3" fill="url(#paint3_radial_8442_3683)"></circle><circle cx="45.5" cy="43" r="2.5" stroke="#000" stroke-opacity=".15"></circle><circle cx="32.5" cy="61" r="3" fill="url(#paint4_radial_8442_3683)"></circle><circle cx="32.5" cy="61" r="2.5" stroke="#000" stroke-opacity=".15"></circle><circle cx="18.5" cy="39" r="3" fill="url(#paint5_radial_8442_3683)"></circle><circle cx="18.5" cy="39" r="2.5" stroke="#000" stroke-opacity=".15"></circle><path d="M45.587 44.396c-.014-.038-.01-.095.046-.15.056-.055.101-.05.123-.041L62.77 51.23l.191-.462-.19.462 16.472 6.802c.022.01.023.016.025.019.004.008.01.031.005.066a.16.16 0 0 1-.128.139l-16.281 3.178c-.457.09-.816.453-.913.902L58.39 78.873l.488.105-.488-.105a.158.158 0 0 1-.133.132.082.082 0 0 1-.048-.005.014.014 0 0 1-.004-.003.083.083 0 0 1-.013-.025l-6.2-17.009-6.405-17.567Z" fill="#E5FFDB" stroke="url(#paint6_linear_8442_3683)"></path></g><defs><radialGradient id="paint0_radial_8442_3683" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3 3 -3 3 19.5 18)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint1_radial_8442_3683" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3 3 -3 3 61.5 18)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint2_radial_8442_3683" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3 3 -3 3 61.5 42)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint3_radial_8442_3683" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3 3 -3 3 44.5 42)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint4_radial_8442_3683" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3 3 -3 3 31.5 60)"><stop stop-color="#85E063"></stop><stop offset="1" stop-color="#48AB2B"></stop></radialGradient><radialGradient id="paint5_radial_8442_3683" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(3 3 -3 3 17.5 38)"><stop stop-color="#FF9798"></stop><stop offset="1" stop-color="#D53D40"></stop></radialGradient><linearGradient id="paint6_linear_8442_3683" x1="51.359" y1="61.833" x2="77.64" y2="52.172" gradientUnits="userSpaceOnUse"><stop stop-color="#78B162"></stop><stop offset="1" stop-color="#4F843C"></stop></linearGradient><clipPath id="clip0_8442_3683"><path fill="#fff" transform="translate(.5)" d="M0 0h80v80H0z"></path></clipPath></defs>', 2), _hoisted_4136 = [
7959
+ _hoisted_2294
7850
7960
  ];
7851
- function _sfc_render289(_ctx, _cache, $props, $setup, $data, $options) {
7852
- return (0, import_vue289.openBlock)(), (0, import_vue289.createElementBlock)("svg", _hoisted_1290, _hoisted_4136);
7961
+ function _sfc_render294(_ctx, _cache, $props, $setup, $data, $options) {
7962
+ return (0, import_vue294.openBlock)(), (0, import_vue294.createElementBlock)("svg", _hoisted_1295, _hoisted_4136);
7853
7963
  }
7854
- var icon_select_path_default = /* @__PURE__ */ export_helper_default(_sfc_main289, [["render", _sfc_render289], ["__file", "icon-select-path.vue"]]);
7964
+ var icon_select_path_default = /* @__PURE__ */ export_helper_default(_sfc_main294, [["render", _sfc_render294], ["__file", "icon-select-path.vue"]]);
7855
7965
 
7856
- // src/components/icon-opacity.vue
7857
- var import_vue290 = require("vue");
7858
- var _sfc_main290 = {
7966
+ // src/components/icon-opacity.vue
7967
+ var import_vue295 = require("vue");
7968
+ var _sfc_main295 = {
7859
7969
  name: "IconOpacity",
7860
7970
  title: "\u900F\u660E\u5EA6"
7861
- }, _hoisted_1291 = {
7971
+ }, _hoisted_1296 = {
7862
7972
  width: "16",
7863
7973
  height: "16",
7864
7974
  viewBox: "0 0 16 16",
7865
7975
  fill: "currentColor",
7866
7976
  xmlns: "http://www.w3.org/2000/svg"
7867
- }, _hoisted_2290 = /* @__PURE__ */ (0, import_vue290.createElementVNode)("path", {
7977
+ }, _hoisted_2295 = /* @__PURE__ */ (0, import_vue295.createElementVNode)("path", {
7868
7978
  "fill-rule": "evenodd",
7869
7979
  "clip-rule": "evenodd",
7870
7980
  d: "M8 1c-.185 0-.368.007-.55.021l.078.997C7.683 2.006 7.84 2 8 2V1Zm0 13c-.16 0-.317-.006-.472-.018l-.078.997c.182.014.365.021.55.021v-1ZM6.365 1.192c-.36.086-.709.2-1.045.34l.384.923c.287-.12.586-.217.894-.29l-.233-.973Zm-2.023.839c-.313.192-.61.408-.888.646l.65.76c.238-.204.493-.39.761-.554l-.523-.852ZM2.677 3.454a7.022 7.022 0 0 0-.646.888l.852.523c.165-.268.35-.523.554-.761l-.76-.65ZM1.531 5.32c-.14.336-.253.685-.34 1.045l.973.233a6.1 6.1 0 0 1 .29-.894l-.923-.384ZM1 8c0-.185.007-.368.021-.55l.997.078a6.093 6.093 0 0 0 0 .944l-.997.078A7.098 7.098 0 0 1 1 8Zm.192 1.635c.086.36.2.709.34 1.045l.923-.383a5.95 5.95 0 0 1-.29-.895l-.973.233Zm.839 2.023c.192.313.408.61.646.888l.76-.65a6.024 6.024 0 0 1-.554-.761l-.852.523Zm1.423 1.665c.278.238.575.454.888.646l.523-.852a6.03 6.03 0 0 1-.761-.554l-.65.76Zm1.866 1.146c.336.14.685.253 1.045.34l.233-.973a5.95 5.95 0 0 1-.894-.29l-.384.923ZM9 13.917A6.002 6.002 0 0 0 9 2.083v11.834Zm0 1.012c-.327.047-.66.071-1 .071V1a7.002 7.002 0 0 1 1 13.93Z"
7871
- }, null, -1), _hoisted_3275 = [
7872
- _hoisted_2290
7981
+ }, null, -1), _hoisted_3276 = [
7982
+ _hoisted_2295
7873
7983
  ];
7874
- function _sfc_render290(_ctx, _cache, $props, $setup, $data, $options) {
7875
- return (0, import_vue290.openBlock)(), (0, import_vue290.createElementBlock)("svg", _hoisted_1291, _hoisted_3275);
7984
+ function _sfc_render295(_ctx, _cache, $props, $setup, $data, $options) {
7985
+ return (0, import_vue295.openBlock)(), (0, import_vue295.createElementBlock)("svg", _hoisted_1296, _hoisted_3276);
7876
7986
  }
7877
- var icon_opacity_default = /* @__PURE__ */ export_helper_default(_sfc_main290, [["render", _sfc_render290], ["__file", "icon-opacity.vue"]]);
7987
+ var icon_opacity_default = /* @__PURE__ */ export_helper_default(_sfc_main295, [["render", _sfc_render295], ["__file", "icon-opacity.vue"]]);
7878
7988
 
7879
7989
  // src/components/icon-waypoint-en.vue
7880
- var import_vue291 = require("vue");
7881
- var _sfc_main291 = {
7990
+ var import_vue296 = require("vue");
7991
+ var _sfc_main296 = {
7882
7992
  name: "IconWaypointEn",
7883
7993
  title: "\u9014\u7ECF\u70B9"
7884
- }, _hoisted_1292 = {
7994
+ }, _hoisted_1297 = {
7885
7995
  class: "icon",
7886
7996
  viewBox: "0 0 1024 1024",
7887
7997
  xmlns: "http://www.w3.org/2000/svg",
7888
7998
  width: "200",
7889
7999
  height: "200"
7890
- }, _hoisted_2291 = /* @__PURE__ */ (0, import_vue291.createElementVNode)("path", {
8000
+ }, _hoisted_2296 = /* @__PURE__ */ (0, import_vue296.createElementVNode)("path", {
7891
8001
  d: "M149.333 45.355V0H192v45.355h-42.667zm0 181.333v-90.667H192v90.667h-42.667zm0 181.333v-90.709H192v90.71h-42.667zm0 181.334v-90.71H192v90.71h-42.667zm0 90.624H192V704h21.333v42.667h-64v-66.688zM384 746.667h-85.333V704H384v42.667zm170.667 0h-85.334V704h85.334v42.667zm170.666 0H640V704h85.333v42.667zm106.667 0h-21.333V704h64v58.667H832v-16zM832 912v-74.667h42.667V912H832zm0 112v-37.333h42.667V1024H832z",
7892
8002
  fill: "currentColor"
7893
- }, null, -1), _hoisted_3276 = /* @__PURE__ */ (0, import_vue291.createElementVNode)("path", {
8003
+ }, null, -1), _hoisted_3277 = /* @__PURE__ */ (0, import_vue296.createElementVNode)("path", {
7894
8004
  d: "M426.667 746.667a85.333 21.333 0 1 0 170.666 0 85.333 21.333 0 1 0-170.666 0Z",
7895
8005
  fill: "currentColor"
7896
- }, null, -1), _hoisted_4137 = /* @__PURE__ */ (0, import_vue291.createElementVNode)("path", {
8006
+ }, null, -1), _hoisted_4137 = /* @__PURE__ */ (0, import_vue296.createElementVNode)("path", {
7897
8007
  d: "M768 256c0 141.397-256 341.333-256 469.333 0-128-256-327.936-256-469.333a256 256 0 1 1 512 0z",
7898
8008
  fill: "currentColor"
7899
- }, null, -1), _hoisted_548 = /* @__PURE__ */ (0, import_vue291.createElementVNode)("path", {
8009
+ }, null, -1), _hoisted_548 = /* @__PURE__ */ (0, import_vue296.createElementVNode)("path", {
7900
8010
  d: "m512 94.677 123.05 147.627-32.767 27.307-68.95-82.646v282.368h-42.666V186.88l-68.95 82.773-32.768-27.306L512 94.677z",
7901
8011
  fill: "#FFF"
7902
8012
  }, null, -1), _hoisted_617 = [
7903
- _hoisted_2291,
7904
- _hoisted_3276,
8013
+ _hoisted_2296,
8014
+ _hoisted_3277,
7905
8015
  _hoisted_4137,
7906
8016
  _hoisted_548
7907
8017
  ];
7908
- function _sfc_render291(_ctx, _cache, $props, $setup, $data, $options) {
7909
- return (0, import_vue291.openBlock)(), (0, import_vue291.createElementBlock)("svg", _hoisted_1292, _hoisted_617);
8018
+ function _sfc_render296(_ctx, _cache, $props, $setup, $data, $options) {
8019
+ return (0, import_vue296.openBlock)(), (0, import_vue296.createElementBlock)("svg", _hoisted_1297, _hoisted_617);
7910
8020
  }
7911
- var icon_waypoint_en_default = /* @__PURE__ */ export_helper_default(_sfc_main291, [["render", _sfc_render291], ["__file", "icon-waypoint-en.vue"]]);
8021
+ var icon_waypoint_en_default = /* @__PURE__ */ export_helper_default(_sfc_main296, [["render", _sfc_render296], ["__file", "icon-waypoint-en.vue"]]);
7912
8022
 
7913
8023
  // src/components/icon-waypoint.vue
7914
- var import_vue292 = require("vue");
7915
- var _sfc_main292 = {
8024
+ var import_vue297 = require("vue");
8025
+ var _sfc_main297 = {
7916
8026
  name: "IconWaypoint",
7917
8027
  title: "\u9014\u7ECF\u70B9"
7918
- }, _hoisted_1293 = {
8028
+ }, _hoisted_1298 = {
7919
8029
  class: "icon",
7920
8030
  viewBox: "0 0 1024 1024",
7921
8031
  xmlns: "http://www.w3.org/2000/svg",
7922
8032
  width: "200",
7923
8033
  height: "200"
7924
- }, _hoisted_2292 = /* @__PURE__ */ (0, import_vue292.createElementVNode)("path", {
8034
+ }, _hoisted_2297 = /* @__PURE__ */ (0, import_vue297.createElementVNode)("path", {
7925
8035
  d: "M66.783 91.715V44.522h89.043v47.193zm0 189.217v-94.386h89.043v94.386zm0 189.218v-94.387h89.043v94.387zm0 189.217v-94.386h89.043v94.386zm0 94.831h89.043v47.193h-4.452v44.522H66.783zm244.87 91.715h-80.14V756.87h80.14zm160.277 0h-80.139V756.87h80.14zm160.279 0h-80.14V756.87h80.14zm160.278 0h-80.14V756.87h80.14zm80.14-44.522h-4.453v55.652h89.043V756.87h-84.59zM868.173 1024v-55.652h89.043V1024z",
7926
8036
  fill: "currentColor"
7927
- }, null, -1), _hoisted_3277 = /* @__PURE__ */ (0, import_vue292.createElementVNode)("path", {
8037
+ }, null, -1), _hoisted_3278 = /* @__PURE__ */ (0, import_vue297.createElementVNode)("path", {
7928
8038
  d: "M823.652 311.652c0 172.3-311.652 400.696-311.652 534.261 0-133.565-311.652-361.962-311.652-534.26a311.652 311.652 0 0 1 623.304 0z",
7929
8039
  fill: "currentColor"
7930
- }, null, -1), _hoisted_4138 = /* @__PURE__ */ (0, import_vue292.createElementVNode)("path", {
8040
+ }, null, -1), _hoisted_4138 = /* @__PURE__ */ (0, import_vue297.createElementVNode)("path", {
7931
8041
  d: "m366.86 472.82-16.92-36.507 36.063-35.617V295.179h-33.836v-35.172h68.118v140.689a75.242 75.242 0 0 0 31.165 27.158 118.428 118.428 0 0 0 44.522 8.459h177.642c-4.452 13.357-8.014 24.932-10.24 34.727-79.249 0-137.572 0-174.525-2.671a125.551 125.551 0 0 1-49.42-10.24 89.043 89.043 0 0 1-34.281-28.494c-7.569 8.459-19.145 22.706-34.727 42.295zm131.338-53.87c0-11.13-4.452-20.926-6.678-30.275h25.823a16.473 16.473 0 0 0 12.91-4.007 18.254 18.254 0 0 0 4.008-13.357v-46.748h-89.044V294.29h89.044v-30.72h-48.084v-20.035q-12.466 9.35-34.727 22.706c-6.233-9.795-12.91-19.59-20.48-29.384a384.223 384.223 0 0 0 65.893-44.522 239.527 239.527 0 0 0 44.521-51.2l38.289 4.007-7.569 11.576a255.555 255.555 0 0 0 44.522 44.521 307.2 307.2 0 0 0 57.433 32.056c-6.233 10.24-12.466 20.48-17.809 31.165-16.027-8.459-28.939-15.582-37.843-21.37v21.37h-49.864v30.72h89.043v30.275h-89.043v54.762a40.07 40.07 0 0 1-8.46 27.603 40.515 40.515 0 0 1-27.603 10.24zm139.353-10.24c-20.034-22.261-36.508-40.96-49.864-52.536l22.706-20.48c14.247 13.802 31.61 31.61 52.09 52.98zm-181.203 0-22.261-23.597a459.91 459.91 0 0 0 50.755-54.316l24.932 18.699a611.283 611.283 0 0 1-53.426 58.768zm44.522-175.416h104.18a225.725 225.725 0 0 1-51.2-51.645 291.172 291.172 0 0 1-53.87 51.2zm-89.044-4.897a752.417 752.417 0 0 0-44.522-61.886l28.94-18.254c0 3.117 5.787 8.014 11.13 14.247 16.473 21.37 27.603 36.508 34.282 44.522z",
7932
8042
  fill: "#FFF"
7933
8043
  }, null, -1), _hoisted_549 = [
7934
- _hoisted_2292,
7935
- _hoisted_3277,
8044
+ _hoisted_2297,
8045
+ _hoisted_3278,
7936
8046
  _hoisted_4138
7937
8047
  ];
7938
- function _sfc_render292(_ctx, _cache, $props, $setup, $data, $options) {
7939
- return (0, import_vue292.openBlock)(), (0, import_vue292.createElementBlock)("svg", _hoisted_1293, _hoisted_549);
8048
+ function _sfc_render297(_ctx, _cache, $props, $setup, $data, $options) {
8049
+ return (0, import_vue297.openBlock)(), (0, import_vue297.createElementBlock)("svg", _hoisted_1298, _hoisted_549);
7940
8050
  }
7941
- var icon_waypoint_default = /* @__PURE__ */ export_helper_default(_sfc_main292, [["render", _sfc_render292], ["__file", "icon-waypoint.vue"]]);
8051
+ var icon_waypoint_default = /* @__PURE__ */ export_helper_default(_sfc_main297, [["render", _sfc_render297], ["__file", "icon-waypoint.vue"]]);
7942
8052
 
7943
8053
  // src/components/icon-sightline-analysis.vue
7944
- var import_vue293 = require("vue");
7945
- var _sfc_main293 = {
8054
+ var import_vue298 = require("vue");
8055
+ var _sfc_main298 = {
7946
8056
  name: "IconSightlineAnalysis",
7947
8057
  title: "\u901A\u89C6\u5206\u6790"
7948
- }, _hoisted_1294 = {
8058
+ }, _hoisted_1299 = {
7949
8059
  width: "16",
7950
8060
  height: "16",
7951
8061
  viewBox: "0 0 16 16",
7952
8062
  fill: "none",
7953
8063
  xmlns: "http://www.w3.org/2000/svg"
7954
- }, _hoisted_2293 = /* @__PURE__ */ (0, import_vue293.createElementVNode)("path", {
8064
+ }, _hoisted_2298 = /* @__PURE__ */ (0, import_vue298.createElementVNode)("path", {
7955
8065
  "fill-rule": "evenodd",
7956
8066
  "clip-rule": "evenodd",
7957
8067
  d: "M5.293 2.5H14v7.681L11.234 13.5H2.5V5.293L5.293 2.5Zm.414 1L4.207 5h6.586l1.5-1.5H5.707ZM13 4.207l-1.5 1.5v5.912l1.5-1.8V4.207ZM10.5 12.5V6h-7v6.5h7Z",
7958
8068
  fill: "currentColor"
7959
- }, null, -1), _hoisted_3278 = /* @__PURE__ */ (0, import_vue293.createElementVNode)("path", {
8069
+ }, null, -1), _hoisted_3279 = /* @__PURE__ */ (0, import_vue298.createElementVNode)("path", {
7960
8070
  "fill-rule": "evenodd",
7961
8071
  "clip-rule": "evenodd",
7962
8072
  d: "M1.5 9.5H1v-1h.5v1Zm2 0h-1v-1h1v1Zm2 0h-1v-1h1v1Zm2 0h-1v-1h1v1Zm2 0h-1v-1h1v1Zm2 0h-1v-1h1v1Zm2 0h-1v-1h1v1Zm1.5 0h-.5v-1h.5v1Z",
7963
8073
  fill: "currentColor"
7964
- }, null, -1), _hoisted_4139 = /* @__PURE__ */ (0, import_vue293.createElementVNode)("path", {
8074
+ }, null, -1), _hoisted_4139 = /* @__PURE__ */ (0, import_vue298.createElementVNode)("path", {
7965
8075
  "fill-rule": "evenodd",
7966
8076
  "clip-rule": "evenodd",
7967
8077
  d: "M4 9.5H1v-1h3v1Zm11 0h-3v-1h3v1Z",
7968
8078
  fill: "currentColor"
7969
- }, null, -1), _hoisted_550 = /* @__PURE__ */ (0, import_vue293.createElementVNode)("path", {
8079
+ }, null, -1), _hoisted_550 = /* @__PURE__ */ (0, import_vue298.createElementVNode)("path", {
7970
8080
  d: "M2 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm14 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z",
7971
8081
  fill: "currentColor"
7972
8082
  }, null, -1), _hoisted_618 = [
7973
- _hoisted_2293,
7974
- _hoisted_3278,
8083
+ _hoisted_2298,
8084
+ _hoisted_3279,
7975
8085
  _hoisted_4139,
7976
8086
  _hoisted_550
7977
8087
  ];
7978
- function _sfc_render293(_ctx, _cache, $props, $setup, $data, $options) {
7979
- return (0, import_vue293.openBlock)(), (0, import_vue293.createElementBlock)("svg", _hoisted_1294, _hoisted_618);
8088
+ function _sfc_render298(_ctx, _cache, $props, $setup, $data, $options) {
8089
+ return (0, import_vue298.openBlock)(), (0, import_vue298.createElementBlock)("svg", _hoisted_1299, _hoisted_618);
7980
8090
  }
7981
- var icon_sightline_analysis_default = /* @__PURE__ */ export_helper_default(_sfc_main293, [["render", _sfc_render293], ["__file", "icon-sightline-analysis.vue"]]);
8091
+ var icon_sightline_analysis_default = /* @__PURE__ */ export_helper_default(_sfc_main298, [["render", _sfc_render298], ["__file", "icon-sightline-analysis.vue"]]);
7982
8092
 
7983
8093
  // src/components/icon-road-connectivity.vue
7984
- var import_vue294 = require("vue");
7985
- var _sfc_main294 = {
8094
+ var import_vue299 = require("vue");
8095
+ var _sfc_main299 = {
7986
8096
  name: "IconRoadConnectivity",
7987
8097
  title: "\u9053\u8DEF\u8054\u901A\u6027"
7988
- }, _hoisted_1295 = {
8098
+ }, _hoisted_1300 = {
7989
8099
  class: "icon",
7990
8100
  viewBox: "0 0 1024 1024",
7991
8101
  xmlns: "http://www.w3.org/2000/svg",
7992
8102
  width: "200",
7993
8103
  height: "200"
7994
- }, _hoisted_2294 = /* @__PURE__ */ (0, import_vue294.createElementVNode)("path", { d: "M445.892 76.46a403.73 403.73 0 0 1 66.455-5.002 437.316 437.316 0 0 1 324.414 142.914H773.88a35.728 35.728 0 0 0 0 71.457h142.914A35.728 35.728 0 0 0 952.52 250.1V107.187a35.728 35.728 0 0 0-35.728-35.729 35.728 35.728 0 0 0-35.729 35.729v50.02A508.058 508.058 0 0 0 512.347 0a544.5 544.5 0 0 0-77.173 5.717 36.443 36.443 0 0 0-30.012 40.73 36.443 36.443 0 0 0 40.73 30.012zM107.187 738.15a35.728 35.728 0 0 0-35.728 35.728v142.914a35.728 35.728 0 0 0 71.457 0v-50.02a509.487 509.487 0 0 0 369.431 157.205 453.75 453.75 0 0 0 76.459-5.716 35.728 35.728 0 0 0 30.012-40.016 35.014 35.014 0 0 0-40.73-30.012 500.197 500.197 0 0 1-65.74 4.287 440.174 440.174 0 0 1-325.13-142.913h62.883a35.728 35.728 0 0 0 35.728-35.729 35.728 35.728 0 0 0-35.728-35.728H107.187zm702.42 35.728a35.728 35.728 0 0 0-35.728-35.728 36.443 36.443 0 0 0-35.728 35.728v142.914a35.728 35.728 0 0 0 35.728 35.728h142.914a35.728 35.728 0 0 0 35.728-35.728 35.728 35.728 0 0 0-35.728-35.728h-50.02a508.058 508.058 0 0 0 157.205-368.717 456.609 456.609 0 0 0-5.717-77.174 35.728 35.728 0 1 0-71.456 10.719 500.197 500.197 0 0 1 4.287 66.455A437.316 437.316 0 0 1 808.178 836.76zm-702.42-702.42a35.728 35.728 0 0 0 0 71.457h50.02A509.487 509.487 0 0 0 .002 512.347a542.357 542.357 0 0 0 5.717 76.458 36.443 36.443 0 0 0 40.73 30.012 35.728 35.728 0 0 0 30.012-40.73 401.587 401.587 0 0 1-5.002-65.74 440.174 440.174 0 0 1 142.913-325.129V250.1a35.728 35.728 0 0 0 71.457 0V107.187a35.728 35.728 0 0 0-35.728-35.729z" }, null, -1), _hoisted_3279 = [
7995
- _hoisted_2294
8104
+ }, _hoisted_2299 = /* @__PURE__ */ (0, import_vue299.createElementVNode)("path", { d: "M445.892 76.46a403.73 403.73 0 0 1 66.455-5.002 437.316 437.316 0 0 1 324.414 142.914H773.88a35.728 35.728 0 0 0 0 71.457h142.914A35.728 35.728 0 0 0 952.52 250.1V107.187a35.728 35.728 0 0 0-35.728-35.729 35.728 35.728 0 0 0-35.729 35.729v50.02A508.058 508.058 0 0 0 512.347 0a544.5 544.5 0 0 0-77.173 5.717 36.443 36.443 0 0 0-30.012 40.73 36.443 36.443 0 0 0 40.73 30.012zM107.187 738.15a35.728 35.728 0 0 0-35.728 35.728v142.914a35.728 35.728 0 0 0 71.457 0v-50.02a509.487 509.487 0 0 0 369.431 157.205 453.75 453.75 0 0 0 76.459-5.716 35.728 35.728 0 0 0 30.012-40.016 35.014 35.014 0 0 0-40.73-30.012 500.197 500.197 0 0 1-65.74 4.287 440.174 440.174 0 0 1-325.13-142.913h62.883a35.728 35.728 0 0 0 35.728-35.729 35.728 35.728 0 0 0-35.728-35.728H107.187zm702.42 35.728a35.728 35.728 0 0 0-35.728-35.728 36.443 36.443 0 0 0-35.728 35.728v142.914a35.728 35.728 0 0 0 35.728 35.728h142.914a35.728 35.728 0 0 0 35.728-35.728 35.728 35.728 0 0 0-35.728-35.728h-50.02a508.058 508.058 0 0 0 157.205-368.717 456.609 456.609 0 0 0-5.717-77.174 35.728 35.728 0 1 0-71.456 10.719 500.197 500.197 0 0 1 4.287 66.455A437.316 437.316 0 0 1 808.178 836.76zm-702.42-702.42a35.728 35.728 0 0 0 0 71.457h50.02A509.487 509.487 0 0 0 .002 512.347a542.357 542.357 0 0 0 5.717 76.458 36.443 36.443 0 0 0 40.73 30.012 35.728 35.728 0 0 0 30.012-40.73 401.587 401.587 0 0 1-5.002-65.74 440.174 440.174 0 0 1 142.913-325.129V250.1a35.728 35.728 0 0 0 71.457 0V107.187a35.728 35.728 0 0 0-35.728-35.729z" }, null, -1), _hoisted_3280 = [
8105
+ _hoisted_2299
7996
8106
  ];
7997
- function _sfc_render294(_ctx, _cache, $props, $setup, $data, $options) {
7998
- return (0, import_vue294.openBlock)(), (0, import_vue294.createElementBlock)("svg", _hoisted_1295, _hoisted_3279);
8107
+ function _sfc_render299(_ctx, _cache, $props, $setup, $data, $options) {
8108
+ return (0, import_vue299.openBlock)(), (0, import_vue299.createElementBlock)("svg", _hoisted_1300, _hoisted_3280);
7999
8109
  }
8000
- var icon_road_connectivity_default = /* @__PURE__ */ export_helper_default(_sfc_main294, [["render", _sfc_render294], ["__file", "icon-road-connectivity.vue"]]);
8110
+ var icon_road_connectivity_default = /* @__PURE__ */ export_helper_default(_sfc_main299, [["render", _sfc_render299], ["__file", "icon-road-connectivity.vue"]]);
8001
8111
 
8002
8112
  // src/components/icon-redo.vue
8003
- var import_vue295 = require("vue");
8004
- var _sfc_main295 = {
8113
+ var import_vue300 = require("vue");
8114
+ var _sfc_main300 = {
8005
8115
  name: "IconRedo",
8006
8116
  title: "\u91CD\u505A"
8007
- }, _hoisted_1296 = {
8117
+ }, _hoisted_1301 = {
8008
8118
  class: "icon",
8009
8119
  viewBox: "0 0 1024 1024",
8010
8120
  xmlns: "http://www.w3.org/2000/svg",
8011
8121
  width: "200",
8012
8122
  height: "200"
8013
- }, _hoisted_2295 = /* @__PURE__ */ (0, import_vue295.createElementVNode)("path", {
8123
+ }, _hoisted_2300 = /* @__PURE__ */ (0, import_vue300.createElementVNode)("path", {
8014
8124
  d: "M570.008 525.184c-44.824 0-87.012-2.637-129.2 0-60.644 5.273-119.97 17.138-174.023 48.779-44.824 29.004-69.873 68.555-67.236 122.607 2.637 60.645 22.412 114.698 56.69 163.477 17.138 25.049 38.232 47.46 59.325 73.828-5.273-2.637-7.91-2.637-10.546-3.955-160.84-98.877-232.032-297.95-171.387-477.246C175.818 328.748 270.74 270.74 392.029 245.69c58.008-11.865 117.334-15.82 180.616-23.73V90.125c116.015 97.559 226.757 189.844 338.818 284.766-113.379 94.921-224.121 188.525-341.455 287.402v-137.11zm0 137.109",
8015
8125
  fill: "currentColor"
8016
- }, null, -1), _hoisted_3280 = [
8017
- _hoisted_2295
8126
+ }, null, -1), _hoisted_3281 = [
8127
+ _hoisted_2300
8018
8128
  ];
8019
- function _sfc_render295(_ctx, _cache, $props, $setup, $data, $options) {
8020
- return (0, import_vue295.openBlock)(), (0, import_vue295.createElementBlock)("svg", _hoisted_1296, _hoisted_3280);
8129
+ function _sfc_render300(_ctx, _cache, $props, $setup, $data, $options) {
8130
+ return (0, import_vue300.openBlock)(), (0, import_vue300.createElementBlock)("svg", _hoisted_1301, _hoisted_3281);
8021
8131
  }
8022
- var icon_redo_default = /* @__PURE__ */ export_helper_default(_sfc_main295, [["render", _sfc_render295], ["__file", "icon-redo.vue"]]);
8132
+ var icon_redo_default = /* @__PURE__ */ export_helper_default(_sfc_main300, [["render", _sfc_render300], ["__file", "icon-redo.vue"]]);
8023
8133
 
8024
8134
  // src/components/icon-rename.vue
8025
- var import_vue296 = require("vue");
8026
- var _sfc_main296 = {
8135
+ var import_vue301 = require("vue");
8136
+ var _sfc_main301 = {
8027
8137
  name: "IconRename",
8028
8138
  title: "\u91CD\u547D\u540D"
8029
- }, _hoisted_1297 = {
8139
+ }, _hoisted_1302 = {
8030
8140
  class: "icon",
8031
8141
  viewBox: "0 0 1024 1024",
8032
8142
  xmlns: "http://www.w3.org/2000/svg",
8033
8143
  width: "200",
8034
8144
  height: "200"
8035
- }, _hoisted_2296 = /* @__PURE__ */ (0, import_vue296.createElementVNode)("path", { d: "M36.571 329.143a36.571 36.571 0 0 0 36.572-36.572V109.714a36.571 36.571 0 0 1 36.571-36.571h182.857a36.571 36.571 0 0 0 36.572-36.572A36.571 36.571 0 0 0 292.57 0H109.714A109.714 109.714 0 0 0 0 109.714v182.857a36.571 36.571 0 0 0 36.571 36.572zM914.286 0H731.429a36.571 36.571 0 0 0-36.572 36.571 36.571 36.571 0 0 0 36.572 36.572h182.857a36.571 36.571 0 0 1 36.571 36.571v182.857a36.571 36.571 0 0 0 73.143 0V109.714A109.714 109.714 0 0 0 914.286 0zM292.57 950.857H109.714a36.571 36.571 0 0 1-36.571-36.571V731.429a36.571 36.571 0 0 0-36.572-36.572A36.571 36.571 0 0 0 0 731.43v182.857A109.714 109.714 0 0 0 109.714 1024h182.857a36.571 36.571 0 0 0 0-73.143zm694.858-256a36.571 36.571 0 0 0-36.572 36.572v182.857a36.571 36.571 0 0 1-36.571 36.571H731.429a36.571 36.571 0 0 0 0 73.143h182.857A109.714 109.714 0 0 0 1024 914.286V731.429a36.571 36.571 0 0 0-36.571-36.572zM731.429 256a36.571 36.571 0 0 0-36.572-36.571H329.143a36.571 36.571 0 0 0 0 73.142h146.286V768a36.571 36.571 0 0 0 73.142 0V292.571h146.286A36.571 36.571 0 0 0 731.43 256z" }, null, -1), _hoisted_3281 = [
8036
- _hoisted_2296
8145
+ }, _hoisted_2301 = /* @__PURE__ */ (0, import_vue301.createElementVNode)("path", { d: "M36.571 329.143a36.571 36.571 0 0 0 36.572-36.572V109.714a36.571 36.571 0 0 1 36.571-36.571h182.857a36.571 36.571 0 0 0 36.572-36.572A36.571 36.571 0 0 0 292.57 0H109.714A109.714 109.714 0 0 0 0 109.714v182.857a36.571 36.571 0 0 0 36.571 36.572zM914.286 0H731.429a36.571 36.571 0 0 0-36.572 36.571 36.571 36.571 0 0 0 36.572 36.572h182.857a36.571 36.571 0 0 1 36.571 36.571v182.857a36.571 36.571 0 0 0 73.143 0V109.714A109.714 109.714 0 0 0 914.286 0zM292.57 950.857H109.714a36.571 36.571 0 0 1-36.571-36.571V731.429a36.571 36.571 0 0 0-36.572-36.572A36.571 36.571 0 0 0 0 731.43v182.857A109.714 109.714 0 0 0 109.714 1024h182.857a36.571 36.571 0 0 0 0-73.143zm694.858-256a36.571 36.571 0 0 0-36.572 36.572v182.857a36.571 36.571 0 0 1-36.571 36.571H731.429a36.571 36.571 0 0 0 0 73.143h182.857A109.714 109.714 0 0 0 1024 914.286V731.429a36.571 36.571 0 0 0-36.571-36.572zM731.429 256a36.571 36.571 0 0 0-36.572-36.571H329.143a36.571 36.571 0 0 0 0 73.142h146.286V768a36.571 36.571 0 0 0 73.142 0V292.571h146.286A36.571 36.571 0 0 0 731.43 256z" }, null, -1), _hoisted_3282 = [
8146
+ _hoisted_2301
8037
8147
  ];
8038
- function _sfc_render296(_ctx, _cache, $props, $setup, $data, $options) {
8039
- return (0, import_vue296.openBlock)(), (0, import_vue296.createElementBlock)("svg", _hoisted_1297, _hoisted_3281);
8148
+ function _sfc_render301(_ctx, _cache, $props, $setup, $data, $options) {
8149
+ return (0, import_vue301.openBlock)(), (0, import_vue301.createElementBlock)("svg", _hoisted_1302, _hoisted_3282);
8040
8150
  }
8041
- var icon_rename_default = /* @__PURE__ */ export_helper_default(_sfc_main296, [["render", _sfc_render296], ["__file", "icon-rename.vue"]]);
8151
+ var icon_rename_default = /* @__PURE__ */ export_helper_default(_sfc_main301, [["render", _sfc_render301], ["__file", "icon-rename.vue"]]);
8042
8152
 
8043
8153
  // src/components/icon-rename2.vue
8044
- var import_vue297 = require("vue");
8045
- var _sfc_main297 = {
8154
+ var import_vue302 = require("vue");
8155
+ var _sfc_main302 = {
8046
8156
  name: "IconRename2",
8047
8157
  title: "\u91CD\u547D\u540D2"
8048
- }, _hoisted_1298 = {
8158
+ }, _hoisted_1303 = {
8049
8159
  class: "icon",
8050
8160
  viewBox: "0 0 1024 1024",
8051
8161
  xmlns: "http://www.w3.org/2000/svg",
8052
8162
  width: "200",
8053
8163
  height: "200"
8054
- }, _hoisted_2297 = /* @__PURE__ */ (0, import_vue297.createElementVNode)("path", {
8164
+ }, _hoisted_2302 = /* @__PURE__ */ (0, import_vue302.createElementVNode)("path", {
8055
8165
  d: "m704.085 510.572-95.688-94.974a34.276 34.276 0 0 0-49.986 0L319.906 653.39a35.704 35.704 0 0 0-9.997 24.993v95.688a35.704 35.704 0 0 0 35.704 35.704h94.974a36.418 36.418 0 0 0 24.993-10.711l238.505-237.791a36.418 36.418 0 0 0 0-50.7zM425.59 738.365h-44.273v-44.987l202.086-202.087 44.987 44.274zm278.494-227.793-95.688-94.974a34.276 34.276 0 0 0-49.986 0L319.906 653.39a35.704 35.704 0 0 0-9.997 24.993v95.688a35.704 35.704 0 0 0 35.704 35.704h94.974a36.418 36.418 0 0 0 24.993-10.711l238.505-237.791a36.418 36.418 0 0 0 0-50.7zM425.59 738.365h-44.273v-44.987l202.086-202.087 44.987 44.274zm278.494-227.793-95.688-94.974a34.276 34.276 0 0 0-49.986 0L319.906 653.39a35.704 35.704 0 0 0-9.997 24.993v95.688a35.704 35.704 0 0 0 35.704 35.704h94.974a36.418 36.418 0 0 0 24.993-10.711l238.505-237.791a36.418 36.418 0 0 0 0-50.7zM425.59 738.365h-44.273v-44.987l202.086-202.087 44.987 44.274zm278.494-227.793-95.688-94.974a34.276 34.276 0 0 0-49.986 0L319.906 653.39a35.704 35.704 0 0 0-9.997 24.993v95.688a35.704 35.704 0 0 0 35.704 35.704h94.974a36.418 36.418 0 0 0 24.993-10.711l238.505-237.791a36.418 36.418 0 0 0 0-50.7zM425.59 738.365h-44.273v-44.987l202.086-202.087 44.987 44.274zm492.005-489.863L680.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.086zM558.411 415.598 319.906 653.39a35.704 35.704 0 0 0-9.997 24.993v95.688a35.704 35.704 0 0 0 35.704 35.704h94.974a36.418 36.418 0 0 0 24.993-10.711l238.505-237.791a36.418 36.418 0 0 0 0-50.7l-95.688-94.974a34.276 34.276 0 0 0-49.986 0zm-132.82 322.767h-44.273v-44.987l202.086-202.087 44.987 44.274zm278.494-227.793-95.688-94.974a34.276 34.276 0 0 0-49.986 0L319.906 653.39a35.704 35.704 0 0 0-9.997 24.993v95.688a35.704 35.704 0 0 0 35.704 35.704h94.974a36.418 36.418 0 0 0 24.993-10.711l238.505-237.791a36.418 36.418 0 0 0 0-50.7zM425.59 738.365h-44.273v-44.987l202.086-202.087 44.987 44.274zm278.494-227.793-95.688-94.974a34.276 34.276 0 0 0-49.986 0L319.906 653.39a35.704 35.704 0 0 0-9.997 24.993v95.688a35.704 35.704 0 0 0 35.704 35.704h94.974a36.418 36.418 0 0 0 24.993-10.711l238.505-237.791a36.418 36.418 0 0 0 0-50.7zM425.59 738.365h-44.273v-44.987l202.086-202.087 44.987 44.274z",
8056
8166
  fill: "currentColor"
8057
- }, null, -1), _hoisted_3282 = [
8058
- _hoisted_2297
8167
+ }, null, -1), _hoisted_3283 = [
8168
+ _hoisted_2302
8059
8169
  ];
8060
- function _sfc_render297(_ctx, _cache, $props, $setup, $data, $options) {
8061
- return (0, import_vue297.openBlock)(), (0, import_vue297.createElementBlock)("svg", _hoisted_1298, _hoisted_3282);
8170
+ function _sfc_render302(_ctx, _cache, $props, $setup, $data, $options) {
8171
+ return (0, import_vue302.openBlock)(), (0, import_vue302.createElementBlock)("svg", _hoisted_1303, _hoisted_3283);
8062
8172
  }
8063
- var icon_rename2_default = /* @__PURE__ */ export_helper_default(_sfc_main297, [["render", _sfc_render297], ["__file", "icon-rename2.vue"]]);
8173
+ var icon_rename2_default = /* @__PURE__ */ export_helper_default(_sfc_main302, [["render", _sfc_render302], ["__file", "icon-rename2.vue"]]);
8064
8174
 
8065
8175
  // src/components/icon-video-repeat.vue
8066
- var import_vue298 = require("vue");
8067
- var _sfc_main298 = {
8176
+ var import_vue303 = require("vue");
8177
+ var _sfc_main303 = {
8068
8178
  name: "IconVideoRepeat",
8069
8179
  title: "\u91CD\u64AD"
8070
- }, _hoisted_1299 = {
8180
+ }, _hoisted_1304 = {
8071
8181
  width: "16",
8072
8182
  height: "16",
8073
8183
  viewBox: "0 0 16 16",
8074
8184
  fill: "none",
8075
8185
  xmlns: "http://www.w3.org/2000/svg"
8076
- }, _hoisted_2298 = /* @__PURE__ */ (0, import_vue298.createElementVNode)("path", {
8186
+ }, _hoisted_2303 = /* @__PURE__ */ (0, import_vue303.createElementVNode)("path", {
8077
8187
  "fill-rule": "evenodd",
8078
8188
  "clip-rule": "evenodd",
8079
8189
  d: "M.5 7.7h4c.3 0 .5-.3.5-.5s-.2-.5-.5-.5H1.8L4 4.6c.5-.6 1.2-1 2-1.3 2.9-1 6 .5 7 3.4.1.3.4.4.6.3.3-.1.4-.4.3-.6-.6-1.6-1.8-2.9-3.3-3.7-1.6-.7-3.3-.8-5-.3-.8.3-1.7.8-2.3 1.5L1 6V3.2c0-.3-.2-.5-.5-.5s-.5.2-.5.5v4.2s0 .1.1.1v.1s.1.1.2.1h.2Zm15.2 2.1v-.1s0-.1-.1-.1v-.1l-.1-.1h-4.3c-.3 0-.5.2-.5.5s.2.5.5.5h2.7l-2.2 2.1c-2.1 2.1-5.6 2.1-7.8 0-.6-.6-1-1.3-1.3-2.1 0-.3-.3-.5-.6-.4-.3.1-.4.4-.3.7.3.9.9 1.7 1.5 2.4 1.3 1.3 3 1.9 4.6 1.9 1.7 0 3.3-.6 4.6-1.9l2.3-2.1v2.8c0 .3.2.5.5.5s.5-.2.5-.5v-4ZM10.197 8 7 5.868v4.263L10.197 8Zm.555.832a1 1 0 0 0 0-1.664L7.555 5.036A1 1 0 0 0 6 5.868v4.263a1 1 0 0 0 1.555.832l3.197-2.131Z",
8080
8190
  fill: "currentColor"
8081
- }, null, -1), _hoisted_3283 = [
8082
- _hoisted_2298
8191
+ }, null, -1), _hoisted_3284 = [
8192
+ _hoisted_2303
8083
8193
  ];
8084
- function _sfc_render298(_ctx, _cache, $props, $setup, $data, $options) {
8085
- return (0, import_vue298.openBlock)(), (0, import_vue298.createElementBlock)("svg", _hoisted_1299, _hoisted_3283);
8194
+ function _sfc_render303(_ctx, _cache, $props, $setup, $data, $options) {
8195
+ return (0, import_vue303.openBlock)(), (0, import_vue303.createElementBlock)("svg", _hoisted_1304, _hoisted_3284);
8086
8196
  }
8087
- var icon_video_repeat_default = /* @__PURE__ */ export_helper_default(_sfc_main298, [["render", _sfc_render298], ["__file", "icon-video-repeat.vue"]]);
8197
+ var icon_video_repeat_default = /* @__PURE__ */ export_helper_default(_sfc_main303, [["render", _sfc_render303], ["__file", "icon-video-repeat.vue"]]);
8088
8198
 
8089
8199
  // src/components/icon-reset.vue
8090
- var import_vue299 = require("vue");
8091
- var _sfc_main299 = {
8200
+ var import_vue304 = require("vue");
8201
+ var _sfc_main304 = {
8092
8202
  name: "IconReset",
8093
8203
  title: "\u91CD\u7F6E"
8094
- }, _hoisted_1300 = {
8204
+ }, _hoisted_1305 = {
8095
8205
  class: "icon",
8096
8206
  viewBox: "0 0 1024 1024",
8097
8207
  xmlns: "http://www.w3.org/2000/svg",
8098
8208
  width: "200",
8099
8209
  height: "200"
8100
- }, _hoisted_2299 = /* @__PURE__ */ (0, import_vue299.createElementVNode)("path", {
8210
+ }, _hoisted_2304 = /* @__PURE__ */ (0, import_vue304.createElementVNode)("path", {
8101
8211
  d: "M510.984.005A507.84 507.84 0 0 0 143.075 157.23a39.306 39.306 0 0 0 56.602 54.242A432.371 432.371 0 0 1 943.355 510.99a39.306 39.306 0 0 0 78.613 0V91.982a39.306 39.306 0 0 0-78.613 0v143.861A510.198 510.198 0 0 0 510.984.005zM78.613 510.989a39.306 39.306 0 0 0-39.307-39.307A39.306 39.306 0 0 0 0 510.99v419.006a39.306 39.306 0 0 0 39.306 39.307 39.306 39.306 0 0 0 39.307-39.307V786.134a510.984 510.984 0 0 0 786.129 95.121 39.306 39.306 0 1 0-54.243-56.6A432.371 432.371 0 0 1 78.613 510.988z",
8102
8212
  fill: "currentColor"
8103
- }, null, -1), _hoisted_3284 = [
8104
- _hoisted_2299
8213
+ }, null, -1), _hoisted_3285 = [
8214
+ _hoisted_2304
8105
8215
  ];
8106
- function _sfc_render299(_ctx, _cache, $props, $setup, $data, $options) {
8107
- return (0, import_vue299.openBlock)(), (0, import_vue299.createElementBlock)("svg", _hoisted_1300, _hoisted_3284);
8216
+ function _sfc_render304(_ctx, _cache, $props, $setup, $data, $options) {
8217
+ return (0, import_vue304.openBlock)(), (0, import_vue304.createElementBlock)("svg", _hoisted_1305, _hoisted_3285);
8108
8218
  }
8109
- var icon_reset_default = /* @__PURE__ */ export_helper_default(_sfc_main299, [["render", _sfc_render299], ["__file", "icon-reset.vue"]]);
8219
+ var icon_reset_default = /* @__PURE__ */ export_helper_default(_sfc_main304, [["render", _sfc_render304], ["__file", "icon-reset.vue"]]);
8110
8220
 
8111
8221
  // src/components/icon-lock.vue
8112
- var import_vue300 = require("vue");
8113
- var _sfc_main300 = {
8222
+ var import_vue305 = require("vue");
8223
+ var _sfc_main305 = {
8114
8224
  name: "IconLock",
8115
8225
  title: "\u9501\u5B9A"
8116
- }, _hoisted_1301 = {
8226
+ }, _hoisted_1306 = {
8117
8227
  class: "icon",
8118
8228
  viewBox: "0 0 1024 1024",
8119
8229
  xmlns: "http://www.w3.org/2000/svg",
8120
8230
  width: "200",
8121
8231
  height: "200"
8122
- }, _hoisted_2300 = /* @__PURE__ */ (0, import_vue300.createElementVNode)("path", {
8232
+ }, _hoisted_2305 = /* @__PURE__ */ (0, import_vue305.createElementVNode)("path", {
8123
8233
  d: "M512 619.113a35.704 35.704 0 0 0-35.704 35.704v142.818a35.704 35.704 0 1 0 71.408 0V654.817A35.704 35.704 0 0 0 512 619.113zm0 0a35.704 35.704 0 0 0-35.704 35.704v142.818a35.704 35.704 0 1 0 71.408 0V654.817A35.704 35.704 0 0 0 512 619.113zm380.608-190.661H785.495V274.209a273.495 273.495 0 1 0-546.99 0v154.243H131.392A83.548 83.548 0 0 0 47.844 512v428.452A83.548 83.548 0 0 0 131.392 1024h761.216a83.548 83.548 0 0 0 83.548-83.548V512a83.548 83.548 0 0 0-83.548-83.548zM309.914 274.209a202.086 202.086 0 1 1 404.172 0v154.243H309.914zm594.834 666.243a12.14 12.14 0 0 1-12.14 12.14H131.392a12.14 12.14 0 0 1-12.14-12.14V512a12.14 12.14 0 0 1 12.14-12.14h761.216a12.14 12.14 0 0 1 12.14 12.14zM512 619.113a35.704 35.704 0 0 0-35.704 35.704v142.818a35.704 35.704 0 1 0 71.408 0V654.817A35.704 35.704 0 0 0 512 619.113zm0 0a35.704 35.704 0 0 0-35.704 35.704v142.818a35.704 35.704 0 1 0 71.408 0V654.817A35.704 35.704 0 0 0 512 619.113zm0 0a35.704 35.704 0 0 0-35.704 35.704v142.818a35.704 35.704 0 1 0 71.408 0V654.817A35.704 35.704 0 0 0 512 619.113z",
8124
8234
  fill: "currentColor"
8125
- }, null, -1), _hoisted_3285 = [
8126
- _hoisted_2300
8235
+ }, null, -1), _hoisted_3286 = [
8236
+ _hoisted_2305
8127
8237
  ];
8128
- function _sfc_render300(_ctx, _cache, $props, $setup, $data, $options) {
8129
- return (0, import_vue300.openBlock)(), (0, import_vue300.createElementBlock)("svg", _hoisted_1301, _hoisted_3285);
8238
+ function _sfc_render305(_ctx, _cache, $props, $setup, $data, $options) {
8239
+ return (0, import_vue305.openBlock)(), (0, import_vue305.createElementBlock)("svg", _hoisted_1306, _hoisted_3286);
8130
8240
  }
8131
- var icon_lock_default = /* @__PURE__ */ export_helper_default(_sfc_main300, [["render", _sfc_render300], ["__file", "icon-lock.vue"]]);
8241
+ var icon_lock_default = /* @__PURE__ */ export_helper_default(_sfc_main305, [["render", _sfc_render305], ["__file", "icon-lock.vue"]]);
8132
8242
 
8133
8243
  // src/components/icon-mosaic-dataset.vue
8134
- var import_vue301 = require("vue");
8135
- var _sfc_main301 = {
8244
+ var import_vue306 = require("vue");
8245
+ var _sfc_main306 = {
8136
8246
  name: "IconMosaicDataset",
8137
8247
  title: "\u9576\u5D4C\u6570\u636E\u96C6"
8138
- }, _hoisted_1302 = {
8248
+ }, _hoisted_1307 = {
8139
8249
  class: "icon",
8140
8250
  viewBox: "0 0 1024 1024",
8141
8251
  xmlns: "http://www.w3.org/2000/svg",
8142
8252
  width: "200",
8143
8253
  height: "200"
8144
- }, _hoisted_2301 = /* @__PURE__ */ (0, import_vue301.createElementVNode)("path", {
8254
+ }, _hoisted_2306 = /* @__PURE__ */ (0, import_vue306.createElementVNode)("path", {
8145
8255
  d: "M713.834 639.43V145.96H96.358v494.324h617.476m0 61.576H96.358c-34.21 0-61.577-27.367-61.577-61.576V145.96c0-34.209 27.368-61.576 61.577-61.576h617.476c34.21 0 61.577 27.367 61.577 61.576v494.324c0 33.354-28.223 61.576-61.577 61.576z",
8146
8256
  fill: "currentColor"
8147
- }, null, -1), _hoisted_3286 = /* @__PURE__ */ (0, import_vue301.createElementVNode)("path", {
8257
+ }, null, -1), _hoisted_3287 = /* @__PURE__ */ (0, import_vue306.createElementVNode)("path", {
8148
8258
  d: "M773.7 228.063h32.5c17.104 0 30.788 13.684 30.788 30.789v472.942c0 17.105-13.684 30.789-30.789 30.789H188.723c-17.105 0-30.788-13.684-30.788-30.789v-34.209H96.358v34.21c0 51.313 41.051 92.364 92.365 92.364h617.476c51.314 0 92.365-41.05 92.365-92.365V258.852c0-51.314-41.05-92.365-92.365-92.365h-32.498v61.576h8.552-8.552z",
8149
8259
  fill: "currentColor"
8150
- }, null, -1), _hoisted_4140 = /* @__PURE__ */ (0, import_vue301.createElementVNode)("path", {
8260
+ }, null, -1), _hoisted_4140 = /* @__PURE__ */ (0, import_vue306.createElementVNode)("path", {
8151
8261
  d: "M895.143 340.954h23.947a30.66 30.66 0 0 1 30.788 30.788v472.943a30.66 30.66 0 0 1-30.788 30.788H301.613a30.66 30.66 0 0 1-30.788-30.788v-27.368h-61.577v27.368c0 51.313 41.051 92.365 92.365 92.365H919.09c51.314 0 92.365-41.052 92.365-92.365V372.597c0-51.313-41.051-92.364-92.365-92.364h-23.947v60.72z",
8152
8262
  fill: "currentColor"
8153
- }, null, -1), _hoisted_551 = /* @__PURE__ */ (0, import_vue301.createElementVNode)("path", {
8263
+ }, null, -1), _hoisted_551 = /* @__PURE__ */ (0, import_vue306.createElementVNode)("path", {
8154
8264
  d: "M610.352 536.802v-63.287l-36.775-54.735-91.51 64.997-23.947 17.105-28.222-8.552-124.864-35.92-105.193 39.34v39.341h410.51m61.577 63.287H137.41V454.7l165.06-61.577 143.678 41.051 143.679-102.628L671.928 454.7v143.678zM229.774 310.166c17.105 0 30.788-13.684 30.788-30.789s-13.683-30.788-30.788-30.788-30.788 13.684-30.788 30.788 13.683 30.789 30.788 30.789m0 62.431c-51.314 0-92.365-41.05-92.365-92.364 0-51.314 41.051-92.365 92.365-92.365 51.314 0 92.365 41.05 92.365 92.365 0 50.458-41.051 92.364-92.365 92.364z",
8155
8265
  fill: "currentColor"
8156
8266
  }, null, -1), _hoisted_619 = [
8157
- _hoisted_2301,
8158
- _hoisted_3286,
8267
+ _hoisted_2306,
8268
+ _hoisted_3287,
8159
8269
  _hoisted_4140,
8160
8270
  _hoisted_551
8161
8271
  ];
8162
- function _sfc_render301(_ctx, _cache, $props, $setup, $data, $options) {
8163
- return (0, import_vue301.openBlock)(), (0, import_vue301.createElementBlock)("svg", _hoisted_1302, _hoisted_619);
8272
+ function _sfc_render306(_ctx, _cache, $props, $setup, $data, $options) {
8273
+ return (0, import_vue306.openBlock)(), (0, import_vue306.createElementBlock)("svg", _hoisted_1307, _hoisted_619);
8164
8274
  }
8165
- var icon_mosaic_dataset_default = /* @__PURE__ */ export_helper_default(_sfc_main301, [["render", _sfc_render301], ["__file", "icon-mosaic-dataset.vue"]]);
8275
+ var icon_mosaic_dataset_default = /* @__PURE__ */ export_helper_default(_sfc_main306, [["render", _sfc_render306], ["__file", "icon-mosaic-dataset.vue"]]);
8166
8276
 
8167
8277
  // src/components/icon-flicker.vue
8168
- var import_vue302 = require("vue");
8169
- var _sfc_main302 = {
8278
+ var import_vue307 = require("vue");
8279
+ var _sfc_main307 = {
8170
8280
  name: "IconFlicker",
8171
8281
  title: "\u95EA\u70C1"
8172
- }, _hoisted_1303 = {
8282
+ }, _hoisted_1308 = {
8173
8283
  width: "80",
8174
8284
  height: "80",
8175
8285
  viewBox: "0 0 80 80",
8176
8286
  fill: "none",
8177
8287
  xmlns: "http://www.w3.org/2000/svg"
8178
- }, _hoisted_2302 = /* @__PURE__ */ (0, import_vue302.createStaticVNode)('<path d="m40 8.618 7.158 22.03.112.345h23.527L52.057 44.61l-.294.213.113.346 7.158 22.03-18.74-13.616L40 53.37l-.294.213-18.74 13.616 7.158-22.03.113-.346-.294-.213-18.74-13.616H32.73l.112-.345L40 8.618Z" stroke="url(#paint0_linear_2117_178605)"></path><path d="m40 24.618 3.566 10.974.112.346h11.903l-9.336 6.782-.294.214.112.345 3.566 10.974-9.335-6.782-.294-.214-.294.214-9.335 6.782 3.566-10.974.112-.345-.294-.214-9.335-6.782h11.902l.112-.346L40 24.618Z" fill="url(#paint1_linear_2117_178605)" stroke="url(#paint2_linear_2117_178605)"></path><path d="M40 63v8m22-23 7.517 2.736M54 21.128 59.142 15m-34.999 7.128L19 16m-1.482 31L10 49.736" stroke="#F5C04D"></path><defs><linearGradient id="paint0_linear_2117_178605" x1="6" y1="41" x2="74" y2="41" gradientUnits="userSpaceOnUse"><stop stop-color="#DCA732"></stop><stop offset="1" stop-color="#CE8120"></stop></linearGradient><linearGradient id="paint1_linear_2117_178605" x1="22" y1="41" x2="58" y2="41" gradientUnits="userSpaceOnUse"><stop stop-color="#FAD166"></stop><stop offset="1" stop-color="#F2B43B"></stop></linearGradient><linearGradient id="paint2_linear_2117_178605" x1="22" y1="41" x2="58" y2="41" gradientUnits="userSpaceOnUse"><stop stop-color="#DCA732"></stop><stop offset="1" stop-color="#CE8120"></stop></linearGradient></defs>', 4), _hoisted_620 = [
8179
- _hoisted_2302
8288
+ }, _hoisted_2307 = /* @__PURE__ */ (0, import_vue307.createStaticVNode)('<path d="m40 8.618 7.158 22.03.112.345h23.527L52.057 44.61l-.294.213.113.346 7.158 22.03-18.74-13.616L40 53.37l-.294.213-18.74 13.616 7.158-22.03.113-.346-.294-.213-18.74-13.616H32.73l.112-.345L40 8.618Z" stroke="url(#paint0_linear_2117_178605)"></path><path d="m40 24.618 3.566 10.974.112.346h11.903l-9.336 6.782-.294.214.112.345 3.566 10.974-9.335-6.782-.294-.214-.294.214-9.335 6.782 3.566-10.974.112-.345-.294-.214-9.335-6.782h11.902l.112-.346L40 24.618Z" fill="url(#paint1_linear_2117_178605)" stroke="url(#paint2_linear_2117_178605)"></path><path d="M40 63v8m22-23 7.517 2.736M54 21.128 59.142 15m-34.999 7.128L19 16m-1.482 31L10 49.736" stroke="#F5C04D"></path><defs><linearGradient id="paint0_linear_2117_178605" x1="6" y1="41" x2="74" y2="41" gradientUnits="userSpaceOnUse"><stop stop-color="#DCA732"></stop><stop offset="1" stop-color="#CE8120"></stop></linearGradient><linearGradient id="paint1_linear_2117_178605" x1="22" y1="41" x2="58" y2="41" gradientUnits="userSpaceOnUse"><stop stop-color="#FAD166"></stop><stop offset="1" stop-color="#F2B43B"></stop></linearGradient><linearGradient id="paint2_linear_2117_178605" x1="22" y1="41" x2="58" y2="41" gradientUnits="userSpaceOnUse"><stop stop-color="#DCA732"></stop><stop offset="1" stop-color="#CE8120"></stop></linearGradient></defs>', 4), _hoisted_620 = [
8289
+ _hoisted_2307
8180
8290
  ];
8181
- function _sfc_render302(_ctx, _cache, $props, $setup, $data, $options) {
8182
- return (0, import_vue302.openBlock)(), (0, import_vue302.createElementBlock)("svg", _hoisted_1303, _hoisted_620);
8291
+ function _sfc_render307(_ctx, _cache, $props, $setup, $data, $options) {
8292
+ return (0, import_vue307.openBlock)(), (0, import_vue307.createElementBlock)("svg", _hoisted_1308, _hoisted_620);
8183
8293
  }
8184
- var icon_flicker_default = /* @__PURE__ */ export_helper_default(_sfc_main302, [["render", _sfc_render302], ["__file", "icon-flicker.vue"]]);
8294
+ var icon_flicker_default = /* @__PURE__ */ export_helper_default(_sfc_main307, [["render", _sfc_render307], ["__file", "icon-flicker.vue"]]);
8185
8295
 
8186
8296
  // src/components/icon-shadow-analysis.vue
8187
- var import_vue303 = require("vue");
8188
- var _sfc_main303 = {
8297
+ var import_vue308 = require("vue");
8298
+ var _sfc_main308 = {
8189
8299
  name: "IconShadowAnalysis",
8190
8300
  title: "\u9634\u5F71\u5206\u6790"
8191
- }, _hoisted_1304 = {
8301
+ }, _hoisted_1309 = {
8192
8302
  width: "16",
8193
8303
  height: "16",
8194
8304
  viewBox: "0 0 16 16",
8195
8305
  fill: "none",
8196
8306
  xmlns: "http://www.w3.org/2000/svg"
8197
- }, _hoisted_2303 = /* @__PURE__ */ (0, import_vue303.createElementVNode)("path", {
8307
+ }, _hoisted_2308 = /* @__PURE__ */ (0, import_vue308.createElementVNode)("path", {
8198
8308
  d: "M11.77 1v3.229L15 4.23V15H4.23l-.001-3.23H1V1h10.77ZM5.306 12.16v1.763l1.761-.001-1.761-1.763Zm2.655-.39H6.44l2.152 2.152h1.523l-2.153-2.153Zm3.046 0H9.485l2.153 2.152h1.523l-2.153-2.153Zm.761-2.285v1.523l2.153 2.153v-1.523l-2.153-2.153Zm-1.077-7.408H2.077v8.615h8.615V2.077ZM11.77 6.44v1.522l2.153 2.153V8.592L11.769 6.44Zm.39-1.133 1.763 1.761.001-1.76-1.764-.001Z",
8199
8309
  fill: "currentColor"
8200
- }, null, -1), _hoisted_3287 = [
8201
- _hoisted_2303
8310
+ }, null, -1), _hoisted_3288 = [
8311
+ _hoisted_2308
8202
8312
  ];
8203
- function _sfc_render303(_ctx, _cache, $props, $setup, $data, $options) {
8204
- return (0, import_vue303.openBlock)(), (0, import_vue303.createElementBlock)("svg", _hoisted_1304, _hoisted_3287);
8313
+ function _sfc_render308(_ctx, _cache, $props, $setup, $data, $options) {
8314
+ return (0, import_vue308.openBlock)(), (0, import_vue308.createElementBlock)("svg", _hoisted_1309, _hoisted_3288);
8205
8315
  }
8206
- var icon_shadow_analysis_default = /* @__PURE__ */ export_helper_default(_sfc_main303, [["render", _sfc_render303], ["__file", "icon-shadow-analysis.vue"]]);
8316
+ var icon_shadow_analysis_default = /* @__PURE__ */ export_helper_default(_sfc_main308, [["render", _sfc_render308], ["__file", "icon-shadow-analysis.vue"]]);
8207
8317
 
8208
8318
  // src/components/icon-height-limit-analysis.vue
8209
- var import_vue304 = require("vue");
8210
- var _sfc_main304 = {
8319
+ var import_vue309 = require("vue");
8320
+ var _sfc_main309 = {
8211
8321
  name: "IconHeightLimitAnalysis",
8212
8322
  title: "\u9650\u9AD8\u5206\u6790"
8213
- }, _hoisted_1305 = {
8323
+ }, _hoisted_1310 = {
8214
8324
  class: "icon",
8215
8325
  viewBox: "0 0 1024 1024",
8216
8326
  xmlns: "http://www.w3.org/2000/svg",
8217
8327
  width: "200",
8218
8328
  height: "200"
8219
- }, _hoisted_2304 = /* @__PURE__ */ (0, import_vue304.createElementVNode)("path", {
8329
+ }, _hoisted_2309 = /* @__PURE__ */ (0, import_vue309.createElementVNode)("path", {
8220
8330
  d: "M224 160a64 64 0 0 1 64-64h128a64 64 0 0 1 64 64v64a64 64 0 0 1-64 64H288a64 64 0 0 1-64-64v-64zm192 0H288v64h128v-64zM32 192a32 32 0 0 1 32-32h64a32 32 0 0 1 0 64H64a32 32 0 0 1-32-32zm544-32a32 32 0 0 0 0 64h64a32 32 0 0 0 0-64h-64zm256 192a32 32 0 0 1 32 32v64a32 32 0 0 1-64 0v-64a32 32 0 0 1 32-32zm32 544a32 32 0 0 0-64 0v64a32 32 0 0 0 64 0v-64zM32 416a64 64 0 0 1 64-64h512a64 64 0 0 1 64 64v512a64 64 0 0 1-64 64H96a64 64 0 0 1-64-64V416zm576 0H96v512h512V416zm192 128a64 64 0 0 0-64 64v128a64 64 0 0 0 64 64h64a64 64 0 0 0 64-64V608a64 64 0 0 0-64-64h-64zm0 64h64v128h-64V608z",
8221
8331
  fill: "currentColor"
8222
- }, null, -1), _hoisted_3288 = [
8223
- _hoisted_2304
8332
+ }, null, -1), _hoisted_3289 = [
8333
+ _hoisted_2309
8224
8334
  ];
8225
- function _sfc_render304(_ctx, _cache, $props, $setup, $data, $options) {
8226
- return (0, import_vue304.openBlock)(), (0, import_vue304.createElementBlock)("svg", _hoisted_1305, _hoisted_3288);
8335
+ function _sfc_render309(_ctx, _cache, $props, $setup, $data, $options) {
8336
+ return (0, import_vue309.openBlock)(), (0, import_vue309.createElementBlock)("svg", _hoisted_1310, _hoisted_3289);
8227
8337
  }
8228
- var icon_height_limit_analysis_default = /* @__PURE__ */ export_helper_default(_sfc_main304, [["render", _sfc_render304], ["__file", "icon-height-limit-analysis.vue"]]);
8338
+ var icon_height_limit_analysis_default = /* @__PURE__ */ export_helper_default(_sfc_main309, [["render", _sfc_render309], ["__file", "icon-height-limit-analysis.vue"]]);
8229
8339
 
8230
8340
  // src/components/icon-rain.vue
8231
- var import_vue305 = require("vue");
8232
- var _sfc_main305 = {
8341
+ var import_vue310 = require("vue");
8342
+ var _sfc_main310 = {
8233
8343
  name: "IconRain",
8234
8344
  title: "\u96E8"
8235
- }, _hoisted_1306 = {
8345
+ }, _hoisted_1311 = {
8236
8346
  width: "24",
8237
8347
  height: "24",
8238
8348
  viewBox: "0 0 24 24",
8239
8349
  fill: "none",
8240
8350
  xmlns: "http://www.w3.org/2000/svg"
8241
- }, _hoisted_2305 = /* @__PURE__ */ (0, import_vue305.createElementVNode)("path", {
8351
+ }, _hoisted_2310 = /* @__PURE__ */ (0, import_vue310.createElementVNode)("path", {
8242
8352
  d: "M5.048 17.455c-.705 0-1.302.576-1.302 1.302v1.28c0 .726.597 1.28 1.302 1.28.682 0 1.259-.554 1.259-1.28v-1.28c0-.726-.577-1.302-1.26-1.302Zm4.843 0a1.28 1.28 0 0 0-1.301 1.302v1.28c0 .726.555 1.28 1.301 1.28.683 0 1.238-.554 1.238-1.28v-1.28c0-.726-.555-1.302-1.238-1.302Zm4.674 0c-.726 0-1.302.576-1.302 1.302v1.28c0 .726.576 1.28 1.302 1.28.682 0 1.301-.554 1.301-1.28v-1.28c0-.726-.619-1.302-1.301-1.302Zm1.173-16.13a8.423 8.423 0 0 0-7.724 5.12c-.15.299-.256.704-.406 1.11-.81-.427-1.792-.832-2.923-.832-1.28 0-2.411.512-3.393 1.536-.192.17-.939.96-1.174 2.262-.384 2.027.235 3.755 1.772 4.8.405.278 1.515.747 2.325.747h14.617c.107 0 .17 0 .256-.064.17-.021 1.857-.341 3.03-1.643 1.217-1.322 1.878-3.115 1.878-5.014 0-4.438-3.691-8.023-8.258-8.023Zm4.652 11.457c-.512.598-1.387.833-1.643.897H4.215c-.234 0-.853-.214-1.024-.3-.256-.191-1.088-.746-.768-2.41.128-.64.512-1.024.47-1.024.042 0 .042-.022.042-.022.534-.576 1.152-.875 1.75-.875.96 0 1.856.62 2.347.982.021 0 .021.064.064.064l.512.384c.342.213.726.256 1.088.107a.962.962 0 0 0 .705-.768c.17-.683.554-1.964.747-2.454.96-2.22 3.179-3.692 5.59-3.692 3.265 0 5.91 2.54 5.91 5.676 0 1.323-.426 2.56-1.258 3.435Zm-1.408 4.673c-.747 0-1.323.576-1.323 1.302v1.28c0 .726.576 1.28 1.323 1.28.682 0 1.259-.554 1.259-1.28v-1.28c0-.726-.577-1.302-1.26-1.302Z",
8243
8353
  fill: "currentColor"
8244
- }, null, -1), _hoisted_3289 = [
8245
- _hoisted_2305
8354
+ }, null, -1), _hoisted_3290 = [
8355
+ _hoisted_2310
8246
8356
  ];
8247
- function _sfc_render305(_ctx, _cache, $props, $setup, $data, $options) {
8248
- return (0, import_vue305.openBlock)(), (0, import_vue305.createElementBlock)("svg", _hoisted_1306, _hoisted_3289);
8357
+ function _sfc_render310(_ctx, _cache, $props, $setup, $data, $options) {
8358
+ return (0, import_vue310.openBlock)(), (0, import_vue310.createElementBlock)("svg", _hoisted_1311, _hoisted_3290);
8249
8359
  }
8250
- var icon_rain_default = /* @__PURE__ */ export_helper_default(_sfc_main305, [["render", _sfc_render305], ["__file", "icon-rain.vue"]]);
8360
+ var icon_rain_default = /* @__PURE__ */ export_helper_default(_sfc_main310, [["render", _sfc_render310], ["__file", "icon-rain.vue"]]);
8251
8361
 
8252
8362
  // src/components/icon-snow.vue
8253
- var import_vue306 = require("vue");
8254
- var _sfc_main306 = {
8363
+ var import_vue311 = require("vue");
8364
+ var _sfc_main311 = {
8255
8365
  name: "IconSnow",
8256
8366
  title: "\u96EA"
8257
- }, _hoisted_1307 = {
8367
+ }, _hoisted_1312 = {
8258
8368
  width: "24",
8259
8369
  height: "24",
8260
8370
  viewBox: "0 0 24 24",
8261
8371
  fill: "none",
8262
8372
  xmlns: "http://www.w3.org/2000/svg"
8263
- }, _hoisted_2306 = /* @__PURE__ */ (0, import_vue306.createElementVNode)("path", {
8373
+ }, _hoisted_2311 = /* @__PURE__ */ (0, import_vue311.createElementVNode)("path", {
8264
8374
  d: "m22.546 12.923-4.91 1.292L13.818 12l3.818-2.215 4.91 1.384L23 9.323l-3.09-.83 2.817-1.662-.909-1.57L19 6.924l.818-3.23L18 3.23l-1.273 4.984-3.818 2.216V6l3.545-3.692-1.272-1.293-2.273 2.4V0h-1.818v3.415l-2.273-2.4-1.273 1.293L11.091 6v4.43L7.364 8.216 6 3.231l-1.727.461.818 3.231L2.18 5.17l-.908 1.662 2.909 1.661L1 9.323l.545 1.846 4.91-1.384L10.182 12l-3.727 2.215-4.91-1.292L1 14.677l3.182.83-2.91 1.755.91 1.569 2.909-1.662-.818 3.139L6 20.86l1.364-4.984 3.727-2.216v4.431l-3.546 3.6 1.273 1.293 2.273-2.308V24h1.818v-3.323l2.273 2.308 1.272-1.293-3.545-3.6V13.57l3.818 2.308L18 20.86l1.818-.553L19 17.169l2.818 1.662.91-1.662-2.819-1.661L23 14.677l-.454-1.754Z",
8265
8375
  fill: "currentColor"
8266
- }, null, -1), _hoisted_3290 = [
8267
- _hoisted_2306
8376
+ }, null, -1), _hoisted_3291 = [
8377
+ _hoisted_2311
8268
8378
  ];
8269
- function _sfc_render306(_ctx, _cache, $props, $setup, $data, $options) {
8270
- return (0, import_vue306.openBlock)(), (0, import_vue306.createElementBlock)("svg", _hoisted_1307, _hoisted_3290);
8379
+ function _sfc_render311(_ctx, _cache, $props, $setup, $data, $options) {
8380
+ return (0, import_vue311.openBlock)(), (0, import_vue311.createElementBlock)("svg", _hoisted_1312, _hoisted_3291);
8271
8381
  }
8272
- var icon_snow_default = /* @__PURE__ */ export_helper_default(_sfc_main306, [["render", _sfc_render306], ["__file", "icon-snow.vue"]]);
8382
+ var icon_snow_default = /* @__PURE__ */ export_helper_default(_sfc_main311, [["render", _sfc_render311], ["__file", "icon-snow.vue"]]);
8273
8383
 
8274
8384
  // src/components/icon-asymmetric-buffer-analysis.vue
8275
- var import_vue307 = require("vue");
8276
- var _sfc_main307 = {
8385
+ var import_vue312 = require("vue");
8386
+ var _sfc_main312 = {
8277
8387
  name: "IconAsymmetricBufferAnalysis",
8278
8388
  title: "\u975E\u5BF9\u79F0\u7F13\u51B2\u533A\u5206\u6790"
8279
- }, _hoisted_1308 = {
8389
+ }, _hoisted_1313 = {
8280
8390
  width: "16",
8281
8391
  height: "16",
8282
8392
  viewBox: "0 0 16 16",
8283
8393
  fill: "none",
8284
8394
  xmlns: "http://www.w3.org/2000/svg"
8285
- }, _hoisted_2307 = /* @__PURE__ */ (0, import_vue307.createElementVNode)("path", {
8395
+ }, _hoisted_2312 = /* @__PURE__ */ (0, import_vue312.createElementVNode)("path", {
8286
8396
  d: "M8 1V0a8 8 0 1 0 0 16v-1A7 7 0 1 1 8 1Zm7.484 7.491.5.033a8.112 8.112 0 0 0 0-1.048l-.5.033-.499.032a7.122 7.122 0 0 1 0 .918l.5.032Zm-.127-1.955.49-.097a7.934 7.934 0 0 0-.27-1.011l-.473.16-.473.16c.097.288.176.583.236.885l.49-.097Zm-.629-1.854.449-.221a7.989 7.989 0 0 0-.524-.906l-.416.278-.415.278c.169.253.322.518.458.793l.448-.222ZM13.64 3.055l.376-.33a8.05 8.05 0 0 0-.74-.74l-.33.376-.33.376c.23.201.447.418.648.648l.376-.33Zm-1.472-1.292.278-.416a7.998 7.998 0 0 0-.906-.524l-.221.449-.222.448c.275.136.54.289.793.458l.278-.415ZM10.412.896l.16-.473a7.946 7.946 0 0 0-1.01-.27l-.098.49-.097.49c.302.06.597.14.884.237l.16-.474Zm-1.92-.38.032-.5A8.12 8.12 0 0 0 8 0v1c.154 0 .308.005.46.015l.031-.5ZM8 16c.176 0 .35-.006.524-.017l-.033-.499-.032-.499c-.151.01-.305.015-.459.015v1Zm1.464-.643.097.49a7.938 7.938 0 0 0 1.011-.27l-.16-.473-.16-.473a6.929 6.929 0 0 1-.885.236l.097.49Zm1.854-.629.221.449a8.05 8.05 0 0 0 .906-.524l-.278-.416-.278-.415a7.07 7.07 0 0 1-.793.458l.222.448Zm1.627-1.089.33.376c.262-.23.51-.478.74-.74l-.376-.33-.376-.33c-.201.23-.418.447-.648.648l.33.376Zm1.292-1.472.415.278c.194-.29.37-.592.525-.906l-.449-.221-.448-.222a7.01 7.01 0 0 1-.458.793l.415.278Zm.867-1.755.473.16c.112-.328.202-.665.27-1.01l-.49-.098-.49-.097c-.06.302-.14.597-.237.884l.474.16Z",
8287
8397
  fill: "currentColor"
8288
- }, null, -1), _hoisted_3291 = /* @__PURE__ */ (0, import_vue307.createElementVNode)("path", {
8398
+ }, null, -1), _hoisted_3292 = /* @__PURE__ */ (0, import_vue312.createElementVNode)("path", {
8289
8399
  d: "M8 5V4a4 4 0 1 0 0 8v-1a3 3 0 0 1 0-6Zm3.47 3.458.496.064a4.038 4.038 0 0 0 0-1.044l-.496.064-.495.065a3.042 3.042 0 0 1 0 .786l.495.065Zm-.235-1.798.462-.191a3.998 3.998 0 0 0-.523-.904l-.397.305-.396.304c.159.207.29.435.392.678l.462-.192ZM10.13 5.223l.304-.397a3.995 3.995 0 0 0-.904-.522l-.191.461-.192.462c.243.101.471.233.678.392l.304-.396ZM8.457 4.53l.064-.496A4.038 4.038 0 0 0 8 4v1c.134 0 .265.009.393.025l.065-.495ZM8 12c.177 0 .351-.011.522-.034l-.064-.496-.065-.495C8.265 10.99 8.133 11 8 11v1Zm1.34-.765.191.462a4.02 4.02 0 0 0 .904-.523l-.305-.397-.304-.396a2.998 2.998 0 0 1-.678.392l.192.462Zm1.437-1.104.397.304a4.02 4.02 0 0 0 .523-.904l-.462-.191-.462-.192a2.998 2.998 0 0 1-.392.678l.396.304Z",
8290
8400
  fill: "currentColor"
8291
8401
  }, null, -1), _hoisted_4141 = [
8292
- _hoisted_2307,
8293
- _hoisted_3291
8402
+ _hoisted_2312,
8403
+ _hoisted_3292
8294
8404
  ];
8295
- function _sfc_render307(_ctx, _cache, $props, $setup, $data, $options) {
8296
- return (0, import_vue307.openBlock)(), (0, import_vue307.createElementBlock)("svg", _hoisted_1308, _hoisted_4141);
8405
+ function _sfc_render312(_ctx, _cache, $props, $setup, $data, $options) {
8406
+ return (0, import_vue312.openBlock)(), (0, import_vue312.createElementBlock)("svg", _hoisted_1313, _hoisted_4141);
8297
8407
  }
8298
- var icon_asymmetric_buffer_analysis_default = /* @__PURE__ */ export_helper_default(_sfc_main307, [["render", _sfc_render307], ["__file", "icon-asymmetric-buffer-analysis.vue"]]);
8408
+ var icon_asymmetric_buffer_analysis_default = /* @__PURE__ */ export_helper_default(_sfc_main312, [["render", _sfc_render312], ["__file", "icon-asymmetric-buffer-analysis.vue"]]);
8299
8409
 
8300
8410
  // src/components/icon-measure-area.vue
8301
- var import_vue308 = require("vue");
8302
- var _sfc_main308 = {
8411
+ var import_vue313 = require("vue");
8412
+ var _sfc_main313 = {
8303
8413
  name: "IconMeasureArea",
8304
8414
  title: "\u9762\u79EF\u6D4B\u91CF"
8305
- }, _hoisted_1309 = {
8415
+ }, _hoisted_1314 = {
8306
8416
  width: "24",
8307
8417
  height: "24",
8308
8418
  viewBox: "0 0 24 24",
8309
8419
  fill: "none",
8310
8420
  xmlns: "http://www.w3.org/2000/svg"
8311
- }, _hoisted_2308 = /* @__PURE__ */ (0, import_vue308.createElementVNode)("path", {
8421
+ }, _hoisted_2313 = /* @__PURE__ */ (0, import_vue313.createElementVNode)("path", {
8312
8422
  "fill-rule": "evenodd",
8313
8423
  "clip-rule": "evenodd",
8314
8424
  d: "M6.5 3A2.5 2.5 0 1 0 3 6.5v12A2.5 2.5 0 1 0 6.95 21h10.1A2.5 2.5 0 1 0 21 18.5v-12A2.5 2.5 0 1 0 17.5 3h-11Zm10.774 2.64L5 17.914v.136a2.496 2.496 0 0 1 1.35.77L18.417 6.753a2.51 2.51 0 0 1-1.142-1.114ZM19 18.05v-4.052L13.998 19H17.5a2.5 2.5 0 0 1 1.5-.95ZM5 6.95v3.22L10.17 5H6.95A2.503 2.503 0 0 1 5 6.95ZM4.5 5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm0 16a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1ZM20 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0ZM19.5 21a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1ZM12.998 5 5 12.998v2.088L15.086 5h-2.088Zm-4 14L19 8.998v2.172L11.17 19H8.998Z",
8315
8425
  fill: "currentColor"
8316
- }, null, -1), _hoisted_3292 = [
8317
- _hoisted_2308
8426
+ }, null, -1), _hoisted_3293 = [
8427
+ _hoisted_2313
8318
8428
  ];
8319
- function _sfc_render308(_ctx, _cache, $props, $setup, $data, $options) {
8320
- return (0, import_vue308.openBlock)(), (0, import_vue308.createElementBlock)("svg", _hoisted_1309, _hoisted_3292);
8429
+ function _sfc_render313(_ctx, _cache, $props, $setup, $data, $options) {
8430
+ return (0, import_vue313.openBlock)(), (0, import_vue313.createElementBlock)("svg", _hoisted_1314, _hoisted_3293);
8321
8431
  }
8322
- var icon_measure_area_default = /* @__PURE__ */ export_helper_default(_sfc_main308, [["render", _sfc_render308], ["__file", "icon-measure-area.vue"]]);
8432
+ var icon_measure_area_default = /* @__PURE__ */ export_helper_default(_sfc_main313, [["render", _sfc_render313], ["__file", "icon-measure-area.vue"]]);
8323
8433
 
8324
8434
  // src/components/icon-flight.vue
8325
- var import_vue309 = require("vue");
8326
- var _sfc_main309 = {
8435
+ var import_vue314 = require("vue");
8436
+ var _sfc_main314 = {
8327
8437
  name: "IconFlight",
8328
8438
  title: "\u98DE\u884C"
8329
- }, _hoisted_1310 = {
8439
+ }, _hoisted_1315 = {
8330
8440
  width: "16",
8331
8441
  height: "16",
8332
8442
  viewBox: "0 0 16 16",
8333
8443
  fill: "none",
8334
8444
  xmlns: "http://www.w3.org/2000/svg"
8335
- }, _hoisted_2309 = /* @__PURE__ */ (0, import_vue309.createElementVNode)("path", {
8445
+ }, _hoisted_2314 = /* @__PURE__ */ (0, import_vue314.createElementVNode)("path", {
8336
8446
  d: "M14.847 3.26c.25-.752.2-1.404-.2-1.856l-.05-.05c-.45-.402-1.1-.452-1.85-.2-.65.2-1.25.602-1.799 1.103l-1.3 1.304L3.75 2.157c-.25-.05-.55 0-.75.201L1.8 3.561a.799.799 0 0 0-.2.703c.05.25.2.451.4.551l4.15 2.258L4.4 8.83l-1.5-.401c-.1-.05-.2-.05-.25-.05-.2 0-.4.1-.55.25l-.85.903c-.2.151-.25.402-.25.602 0 .252.15.452.3.553l2.3 1.705L5.3 14.7c.15.2.35.301.55.301h.049c.2 0 .4-.1.55-.251l.9-.903c.2-.2.3-.502.2-.752l-.4-1.505 1.75-1.757 2.249 4.164c.15.252.35.352.5.402.1.05.15.05.2.05.2 0 .35-.05.5-.15l1.2-.903a.834.834 0 0 0 .3-.803l-1.4-6.221 1.3-1.305c.5-.501.9-1.103 1.1-1.805l-.001-.001Zm-3.514 2.825 1.521 6.655-.912.655-2.84-5.143-3.146 3.127.558 1.966-.609.655-1.623-2.168L2 10.118l.66-.655 1.978.554 3.144-3.125-5.224-2.824.913-.907 6.441 1.512 1.725-1.663a4.242 4.242 0 0 1 1.42-.908c.559-.201.761-.05.862 0 .051.1.153.303 0 .857a3.09 3.09 0 0 1-.912 1.411l-1.674 1.715Z",
8337
8447
  fill: "currentColor"
8338
- }, null, -1), _hoisted_3293 = [
8339
- _hoisted_2309
8448
+ }, null, -1), _hoisted_3294 = [
8449
+ _hoisted_2314
8340
8450
  ];
8341
- function _sfc_render309(_ctx, _cache, $props, $setup, $data, $options) {
8342
- return (0, import_vue309.openBlock)(), (0, import_vue309.createElementBlock)("svg", _hoisted_1310, _hoisted_3293);
8451
+ function _sfc_render314(_ctx, _cache, $props, $setup, $data, $options) {
8452
+ return (0, import_vue314.openBlock)(), (0, import_vue314.createElementBlock)("svg", _hoisted_1315, _hoisted_3294);
8343
8453
  }
8344
- var icon_flight_default = /* @__PURE__ */ export_helper_default(_sfc_main309, [["render", _sfc_render309], ["__file", "icon-flight.vue"]]);
8454
+ var icon_flight_default = /* @__PURE__ */ export_helper_default(_sfc_main314, [["render", _sfc_render314], ["__file", "icon-flight.vue"]]);
8345
8455
 
8346
8456
  // src/components/icon-home.vue
8347
- var import_vue310 = require("vue");
8348
- var _sfc_main310 = {
8457
+ var import_vue315 = require("vue");
8458
+ var _sfc_main315 = {
8349
8459
  name: "IconHome",
8350
8460
  title: "\u9996\u9875"
8351
- }, _hoisted_1311 = {
8461
+ }, _hoisted_1316 = {
8352
8462
  class: "icon",
8353
8463
  viewBox: "0 0 1024 1024",
8354
8464
  xmlns: "http://www.w3.org/2000/svg",
8355
8465
  width: "200",
8356
8466
  height: "200"
8357
- }, _hoisted_2310 = /* @__PURE__ */ (0, import_vue310.createElementVNode)("path", {
8467
+ }, _hoisted_2315 = /* @__PURE__ */ (0, import_vue315.createElementVNode)("path", {
8358
8468
  d: "M492.032 103.04a32 32 0 0 1 39.936 0l320 256A32 32 0 0 1 864 384v512a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32V384a32 32 0 0 1 12.032-24.96l320-256zM224 399.36V864h576V399.36l-288-230.4-288 230.4z",
8359
8469
  fill: "currentColor"
8360
- }, null, -1), _hoisted_3294 = /* @__PURE__ */ (0, import_vue310.createElementVNode)("path", {
8470
+ }, null, -1), _hoisted_3295 = /* @__PURE__ */ (0, import_vue315.createElementVNode)("path", {
8361
8471
  d: "M373.376 618.624a32 32 0 0 1 32-32h213.312a32 32 0 0 1 32 32v277.312h-64V650.624H437.376v245.312h-64V618.624z",
8362
8472
  fill: "currentColor"
8363
8473
  }, null, -1), _hoisted_4142 = [
8364
- _hoisted_2310,
8365
- _hoisted_3294
8474
+ _hoisted_2315,
8475
+ _hoisted_3295
8366
8476
  ];
8367
- function _sfc_render310(_ctx, _cache, $props, $setup, $data, $options) {
8368
- return (0, import_vue310.openBlock)(), (0, import_vue310.createElementBlock)("svg", _hoisted_1311, _hoisted_4142);
8477
+ function _sfc_render315(_ctx, _cache, $props, $setup, $data, $options) {
8478
+ return (0, import_vue315.openBlock)(), (0, import_vue315.createElementBlock)("svg", _hoisted_1316, _hoisted_4142);
8369
8479
  }
8370
- var icon_home_default = /* @__PURE__ */ export_helper_default(_sfc_main310, [["render", _sfc_render310], ["__file", "icon-home.vue"]]);
8480
+ var icon_home_default = /* @__PURE__ */ export_helper_default(_sfc_main315, [["render", _sfc_render315], ["__file", "icon-home.vue"]]);
8371
8481
 
8372
8482
  // src/components/icon-high-definition-imaging.vue
8373
- var import_vue311 = require("vue");
8374
- var _sfc_main311 = {
8483
+ var import_vue316 = require("vue");
8484
+ var _sfc_main316 = {
8375
8485
  name: "IconHighDefinitionImaging",
8376
8486
  title: "\u9AD8\u6E05\u51FA\u56FE"
8377
- }, _hoisted_1312 = {
8487
+ }, _hoisted_1317 = {
8378
8488
  class: "icon",
8379
8489
  viewBox: "0 0 1024 1024",
8380
8490
  xmlns: "http://www.w3.org/2000/svg",
8381
8491
  width: "200",
8382
8492
  height: "200"
8383
- }, _hoisted_2311 = /* @__PURE__ */ (0, import_vue311.createElementVNode)("path", {
8493
+ }, _hoisted_2316 = /* @__PURE__ */ (0, import_vue316.createElementVNode)("path", {
8384
8494
  d: "M224 192a96 96 0 0 0-96 96v576a96 96 0 0 0 96 96h576a96 96 0 0 0 96-96V368a32 32 0 0 1 64 0v496a160 160 0 0 1-160 160H224A160 160 0 0 1 64 864V288a160 160 0 0 1 160-160h565.312a32 32 0 1 1 0 64H224z",
8385
8495
  fill: "currentColor"
8386
- }, null, -1), _hoisted_3295 = /* @__PURE__ */ (0, import_vue311.createElementVNode)("path", {
8496
+ }, null, -1), _hoisted_3296 = /* @__PURE__ */ (0, import_vue316.createElementVNode)("path", {
8387
8497
  d: "M704 296.96V23.04a12.8 12.8 0 0 1 19.584-10.816l219.072 136.96a12.8 12.8 0 0 1 0 21.696L723.584 307.776A12.8 12.8 0 0 1 704 296.896zm96 171.712c6.72 13.76 10.112 28.672 10.112 44.672.128 16-1.28 31.232-4.288 45.696-7.872 36.8-21.888 67.84-41.984 93.44C736.576 686.784 702.08 704 660.288 704h-119.04l58.688-276.352h119.04c17.024.256 30.848 2.24 41.472 5.952 17.984 6.4 31.168 18.112 39.552 35.072zm-53.76 94.336c5.952-28.16 6.144-49.664.512-64.64-5.632-15.168-21.568-22.72-47.808-22.72h-53.248L607.36 656h53.248c27.264 0 49.152-13.44 65.664-40.32 8.96-14.72 15.616-32.32 19.84-52.672zm-399.616 17.6L320.576 704H263.36l58.688-276.352h57.216l-22.528 105.344h108.032l22.464-105.344h57.408L485.952 704h-57.408l26.112-123.392H346.624z",
8388
8498
  fill: "currentColor"
8389
8499
  }, null, -1), _hoisted_4143 = [
8390
- _hoisted_2311,
8391
- _hoisted_3295
8500
+ _hoisted_2316,
8501
+ _hoisted_3296
8392
8502
  ];
8393
- function _sfc_render311(_ctx, _cache, $props, $setup, $data, $options) {
8394
- return (0, import_vue311.openBlock)(), (0, import_vue311.createElementBlock)("svg", _hoisted_1312, _hoisted_4143);
8503
+ function _sfc_render316(_ctx, _cache, $props, $setup, $data, $options) {
8504
+ return (0, import_vue316.openBlock)(), (0, import_vue316.createElementBlock)("svg", _hoisted_1317, _hoisted_4143);
8395
8505
  }
8396
- var icon_high_definition_imaging_default = /* @__PURE__ */ export_helper_default(_sfc_main311, [["render", _sfc_render311], ["__file", "icon-high-definition-imaging.vue"]]);
8506
+ var icon_high_definition_imaging_default = /* @__PURE__ */ export_helper_default(_sfc_main316, [["render", _sfc_render316], ["__file", "icon-high-definition-imaging.vue"]]);
8397
8507
 
8398
8508
  // src/components/icon-advanced-imaging.vue
8399
- var import_vue312 = require("vue");
8400
- var _sfc_main312 = {
8509
+ var import_vue317 = require("vue");
8510
+ var _sfc_main317 = {
8401
8511
  name: "IconAdvancedImaging",
8402
8512
  title: "\u9AD8\u7EA7\u51FA\u56FE"
8403
- }, _hoisted_1313 = {
8513
+ }, _hoisted_1318 = {
8404
8514
  class: "icon",
8405
8515
  viewBox: "0 0 1024 1024",
8406
8516
  xmlns: "http://www.w3.org/2000/svg",
8407
8517
  width: "200",
8408
8518
  height: "200"
8409
- }, _hoisted_2312 = /* @__PURE__ */ (0, import_vue312.createElementVNode)("path", {
8519
+ }, _hoisted_2317 = /* @__PURE__ */ (0, import_vue317.createElementVNode)("path", {
8410
8520
  d: "M224 192a96 96 0 0 0-96 96v576a96 96 0 0 0 96 96h576a96 96 0 0 0 96-96V368a32 32 0 0 1 64 0v496a160 160 0 0 1-160 160H224A160 160 0 0 1 64 864V288a160 160 0 0 1 160-160h565.312a32 32 0 1 1 0 64H224z",
8411
8521
  fill: "currentColor"
8412
- }, null, -1), _hoisted_3296 = /* @__PURE__ */ (0, import_vue312.createElementVNode)("path", {
8522
+ }, null, -1), _hoisted_3297 = /* @__PURE__ */ (0, import_vue317.createElementVNode)("path", {
8413
8523
  d: "M704 296.96V23.04a12.8 12.8 0 0 1 19.584-10.816l219.072 136.96a12.8 12.8 0 0 1 0 21.696L723.584 307.776A12.8 12.8 0 0 1 704 296.896zM320 352a32 32 0 1 0 0 64 32 32 0 0 0 0-64zm-96 32a96 96 0 1 1 192 0 96 96 0 0 1-192 0zm461.76 160.064c-66.112-3.2-138.56 32.128-217.984 132.352-61.44 77.504-151.424 73.984-224.32 47.808-72.704-26.24-139.648-77.952-172.16-117.248a32 32 0 1 1 49.344-40.768c25.344 30.592 82.752 75.52 144.512 97.792 61.504 22.144 115.968 18.624 152.448-27.328 85.824-108.288 176-161.28 271.36-156.48 93.44 4.608 180.8 64.448 262.72 154.88a32 32 0 1 1-47.36 42.944c-78.08-86.144-150.72-130.56-218.56-133.952z",
8414
8524
  fill: "currentColor"
8415
8525
  }, null, -1), _hoisted_4144 = [
8416
- _hoisted_2312,
8417
- _hoisted_3296
8526
+ _hoisted_2317,
8527
+ _hoisted_3297
8418
8528
  ];
8419
- function _sfc_render312(_ctx, _cache, $props, $setup, $data, $options) {
8420
- return (0, import_vue312.openBlock)(), (0, import_vue312.createElementBlock)("svg", _hoisted_1313, _hoisted_4144);
8529
+ function _sfc_render317(_ctx, _cache, $props, $setup, $data, $options) {
8530
+ return (0, import_vue317.openBlock)(), (0, import_vue317.createElementBlock)("svg", _hoisted_1318, _hoisted_4144);
8421
8531
  }
8422
- var icon_advanced_imaging_default = /* @__PURE__ */ export_helper_default(_sfc_main312, [["render", _sfc_render312], ["__file", "icon-advanced-imaging.vue"]]);
8532
+ var icon_advanced_imaging_default = /* @__PURE__ */ export_helper_default(_sfc_main317, [["render", _sfc_render317], ["__file", "icon-advanced-imaging.vue"]]);
8423
8533
 
8424
8534
  // src/components/icon-advanced-query.vue
8425
- var import_vue313 = require("vue");
8426
- var _sfc_main313 = {
8535
+ var import_vue318 = require("vue");
8536
+ var _sfc_main318 = {
8427
8537
  name: "IconAdvancedQuery",
8428
8538
  title: "\u9AD8\u7EA7\u67E5\u8BE2"
8429
- }, _hoisted_1314 = {
8539
+ }, _hoisted_1319 = {
8430
8540
  width: "16",
8431
8541
  height: "16",
8432
8542
  viewBox: "0 0 16 16",
8433
8543
  fill: "none",
8434
8544
  xmlns: "http://www.w3.org/2000/svg"
8435
- }, _hoisted_2313 = /* @__PURE__ */ (0, import_vue313.createElementVNode)("path", {
8545
+ }, _hoisted_2318 = /* @__PURE__ */ (0, import_vue318.createElementVNode)("path", {
8436
8546
  "fill-rule": "evenodd",
8437
8547
  "clip-rule": "evenodd",
8438
8548
  d: "M7.333 2.5a4.833 4.833 0 1 0 0 9.667 4.833 4.833 0 0 0 0-9.667ZM1.5 7.333a5.833 5.833 0 1 1 11.667 0 5.833 5.833 0 0 1-11.667 0Z",
8439
8549
  fill: "currentColor"
8440
- }, null, -1), _hoisted_3297 = /* @__PURE__ */ (0, import_vue313.createElementVNode)("path", {
8550
+ }, null, -1), _hoisted_3298 = /* @__PURE__ */ (0, import_vue318.createElementVNode)("path", {
8441
8551
  "fill-rule": "evenodd",
8442
8552
  "clip-rule": "evenodd",
8443
8553
  d: "M10.746 10.746a.5.5 0 0 1 .708 0l2.9 2.9a.5.5 0 0 1-.707.708l-2.9-2.9a.5.5 0 0 1 0-.708Z",
8444
8554
  fill: "currentColor"
8445
- }, null, -1), _hoisted_4145 = /* @__PURE__ */ (0, import_vue313.createElementVNode)("path", {
8555
+ }, null, -1), _hoisted_4145 = /* @__PURE__ */ (0, import_vue318.createElementVNode)("path", {
8446
8556
  d: "M5 5.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm0 2a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm0 2a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm1-4a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5Z",
8447
8557
  fill: "currentColor"
8448
8558
  }, null, -1), _hoisted_552 = [
8449
- _hoisted_2313,
8450
- _hoisted_3297,
8559
+ _hoisted_2318,
8560
+ _hoisted_3298,
8451
8561
  _hoisted_4145
8452
8562
  ];
8453
- function _sfc_render313(_ctx, _cache, $props, $setup, $data, $options) {
8454
- return (0, import_vue313.openBlock)(), (0, import_vue313.createElementBlock)("svg", _hoisted_1314, _hoisted_552);
8563
+ function _sfc_render318(_ctx, _cache, $props, $setup, $data, $options) {
8564
+ return (0, import_vue318.openBlock)(), (0, import_vue318.createElementBlock)("svg", _hoisted_1319, _hoisted_552);
8455
8565
  }
8456
- var icon_advanced_query_default = /* @__PURE__ */ export_helper_default(_sfc_main313, [["render", _sfc_render313], ["__file", "icon-advanced-query.vue"]]);
8566
+ var icon_advanced_query_default = /* @__PURE__ */ export_helper_default(_sfc_main318, [["render", _sfc_render318], ["__file", "icon-advanced-query.vue"]]);
8457
8567
 
8458
8568
  // src/components/icon-hawk-eye.vue
8459
- var import_vue314 = require("vue");
8460
- var _sfc_main314 = {
8569
+ var import_vue319 = require("vue");
8570
+ var _sfc_main319 = {
8461
8571
  name: "IconHawkEye",
8462
8572
  title: "\u9E70\u773C"
8463
- }, _hoisted_1315 = {
8573
+ }, _hoisted_1320 = {
8464
8574
  width: "16",
8465
8575
  height: "16",
8466
8576
  viewBox: "0 0 16 16",
8467
8577
  fill: "none",
8468
8578
  xmlns: "http://www.w3.org/2000/svg"
8469
- }, _hoisted_2314 = /* @__PURE__ */ (0, import_vue314.createElementVNode)("path", {
8579
+ }, _hoisted_2319 = /* @__PURE__ */ (0, import_vue319.createElementVNode)("path", {
8470
8580
  "fill-rule": "evenodd",
8471
8581
  "clip-rule": "evenodd",
8472
8582
  d: "M11 3.005v-.01a.424.424 0 0 0-.077-.127c-.092-.108-.263-.248-.542-.388C9.823 2.201 8.983 2 8 2c-.983 0-1.823.201-2.381.48-.279.14-.45.28-.541.387A.426.426 0 0 0 5 2.995v.01l.007.02c.008.02.027.056.07.108.092.107.263.247.542.387C6.177 3.799 7.017 4 8 4c.983 0 1.823-.201 2.381-.48.279-.14.45-.28.541-.387A.424.424 0 0 0 11 3.005ZM8 5c2.21 0 4-.895 4-2s-1.79-2-4-2-4 .895-4 2 1.79 2 4 2Zm6.968 7.5a1.158 1.158 0 0 0-.19-.169c-.28-.207-.75-.435-1.42-.644C12.032 11.272 10.138 11 8 11c-2.137 0-4.031.272-5.359.687-.67.209-1.138.437-1.418.644-.1.074-.158.13-.19.169.032.039.09.095.19.169.28.207.749.435 1.418.644C3.97 13.728 5.863 14 8 14s4.031-.272 5.359-.687c.67-.209 1.138-.437 1.418-.644.1-.074.158-.13.19-.169ZM8 15c4.418 0 8-1.12 8-2.5S12.418 10 8 10s-8 1.12-8 2.5S3.582 15 8 15Z",
8473
8583
  fill: "currentColor"
8474
- }, null, -1), _hoisted_3298 = /* @__PURE__ */ (0, import_vue314.createElementVNode)("path", {
8584
+ }, null, -1), _hoisted_3299 = /* @__PURE__ */ (0, import_vue319.createElementVNode)("path", {
8475
8585
  "fill-rule": "evenodd",
8476
8586
  "clip-rule": "evenodd",
8477
8587
  d: "m10.333 4.96.667.846-.786.62-.666-.847.785-.619Zm1.334 1.692.666.847-.785.618-.667-.846.786-.619ZM13 8.345l.667.846-.786.619-.667-.846.786-.62Zm1.333 1.692.667.846-.31.245a8.066 8.066 0 0 0-1.098-.416l-.044-.056.785-.619Zm-2.939.198-.001-.003-.006.002.007.002Zm-6.78 0-.007-.003-.001.004.007-.002Zm-2.206.477.044-.056-.785-.619-.667.846.31.245c.318-.15.686-.29 1.098-.416Zm-1.725.776.042-.172-.055-.014-.67.85.068.022c.1-.241.31-.472.615-.686Zm15.25.686.067-.021-.67-.85-.055.013.042.172c.304.214.515.445.615.686ZM2.332 9.19 3 8.345l.785.619-.666.846-.786-.62Zm1.334-1.692.666-.847.786.62-.667.845-.785-.618ZM5 5.806l.667-.846.785.619-.667.846L5 5.806Zm1.393.093.357-.867.925.38-.358.868-.924-.381Zm-.714 1.733.357-.867.924.381-.357.867-.924-.381Zm-.358.867-.357.866.925.381.357-.866-.925-.381Zm5.715.866-.357-.866-.925.38.357.867.925-.38Zm-1.072-2.6.357.867-.924.38-.357-.866.924-.38ZM9.607 5.9l-.357-.867-.925.38.358.868.924-.381Z",
8478
8588
  fill: "currentColor"
8479
8589
  }, null, -1), _hoisted_4146 = [
8480
- _hoisted_2314,
8481
- _hoisted_3298
8590
+ _hoisted_2319,
8591
+ _hoisted_3299
8482
8592
  ];
8483
- function _sfc_render314(_ctx, _cache, $props, $setup, $data, $options) {
8484
- return (0, import_vue314.openBlock)(), (0, import_vue314.createElementBlock)("svg", _hoisted_1315, _hoisted_4146);
8593
+ function _sfc_render319(_ctx, _cache, $props, $setup, $data, $options) {
8594
+ return (0, import_vue319.openBlock)(), (0, import_vue319.createElementBlock)("svg", _hoisted_1320, _hoisted_4146);
8485
8595
  }
8486
- var icon_hawk_eye_default = /* @__PURE__ */ export_helper_default(_sfc_main314, [["render", _sfc_render314], ["__file", "icon-hawk-eye.vue"]]);
8596
+ var icon_hawk_eye_default = /* @__PURE__ */ export_helper_default(_sfc_main319, [["render", _sfc_render319], ["__file", "icon-hawk-eye.vue"]]);
8487
8597
 
8488
8598
  // src/global.js
8489
8599
  var global_default = (app) => {