@kq_npm/client_icons_vue 0.2.8-beta → 0.2.9-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/packages/svg//351/246/226/351/241/265-icon-home.svg +1 -0
- package/packages/vue/dist/global.cjs +50 -22
- package/packages/vue/dist/global.iife.js +50 -22
- package/packages/vue/dist/global.iife.min.js +1 -1
- package/packages/vue/dist/global.iife.min.js.map +3 -3
- package/packages/vue/dist/global.js +50 -22
- package/packages/vue/dist/global.min.cjs +1 -1
- package/packages/vue/dist/global.min.cjs.map +3 -3
- package/packages/vue/dist/global.min.js +1 -1
- package/packages/vue/dist/global.min.js.map +3 -3
- package/packages/vue/dist/index.cjs +49 -22
- package/packages/vue/dist/index.iife.js +49 -22
- package/packages/vue/dist/index.iife.min.js +1 -1
- package/packages/vue/dist/index.iife.min.js.map +3 -3
- package/packages/vue/dist/index.js +49 -22
- package/packages/vue/dist/index.min.cjs +1 -1
- package/packages/vue/dist/index.min.cjs.map +3 -3
- package/packages/vue/dist/index.min.js +1 -1
- package/packages/vue/dist/index.min.js.map +3 -3
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@kq_npm/client_icons_vue","author":"KQWEB GROUP","description":"KQGIS Client Icons for Vue.js","version":"0.2.
|
|
1
|
+
{"name":"@kq_npm/client_icons_vue","author":"KQWEB GROUP","description":"KQGIS Client Icons for Vue.js","version":"0.2.9-beta","homepage":"","keywords":["KQGIS","Vue","Icon"],"main":"./packages/vue/dist/index.js","scripts":{"serve":"npm run build:svg && vue-cli-service serve","build":"npm run build:svg && vue-cli-service build","lint":"vue-cli-service lint","build:svg":"svgo -f ./packages/svg -o ./packages/svg --config=./packages/svg/svgo.config.js && npm run -C ./packages/vue build","publish:svg":"git pull && npm run build:svg && node --experimental-json-modules ./packages/vue/build/publish.js && npm publish --access public && git add . && git commit -m 'publish' && git push"},"dependencies":{},"devDependencies":{"@babel/core":"^7.12.16","@babel/eslint-parser":"^7.12.16","@vue/cli-plugin-babel":"~5.0.0","@vue/cli-plugin-eslint":"~5.0.0","@vue/cli-service":"~5.0.0","core-js":"^3.29.1","element-plus":"^2.3.1","eslint":"^7.32.0","eslint-plugin-vue":"^8.0.3","vue":"^3.2.13","vue-clipboard3":"^2.0.0"},"eslintConfig":{"root":true,"env":{"node":true},"extends":["plugin:vue/vue3-essential","eslint:recommended"],"parserOptions":{"parser":"@babel/eslint-parser"},"rules":{}},"browserslist":["> 1%","last 2 versions","not dead","not ie 11"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="icon" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="200" height="200"><path 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" fill="currentColor"/><path 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" fill="currentColor"/></svg>
|
|
@@ -91,6 +91,7 @@ __export(global_exports, {
|
|
|
91
91
|
IconGridRightUp: () => icon_grid_right_up_default,
|
|
92
92
|
IconGridUp: () => icon_grid_up_default,
|
|
93
93
|
IconHawkEye: () => icon_hawk_eye_default,
|
|
94
|
+
IconHome: () => icon_home_default,
|
|
94
95
|
IconImage: () => icon_image_default,
|
|
95
96
|
IconImport: () => icon_import_default,
|
|
96
97
|
IconIntercept: () => icon_intercept_default,
|
|
@@ -276,6 +277,7 @@ __export(components_exports, {
|
|
|
276
277
|
IconGridRightUp: () => icon_grid_right_up_default,
|
|
277
278
|
IconGridUp: () => icon_grid_up_default,
|
|
278
279
|
IconHawkEye: () => icon_hawk_eye_default,
|
|
280
|
+
IconHome: () => icon_home_default,
|
|
279
281
|
IconImage: () => icon_image_default,
|
|
280
282
|
IconImport: () => icon_import_default,
|
|
281
283
|
IconIntercept: () => icon_intercept_default,
|
|
@@ -4664,69 +4666,95 @@ function _sfc_render175(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4664
4666
|
}
|
|
4665
4667
|
var icon_flight_default = /* @__PURE__ */ export_helper_default(_sfc_main175, [["render", _sfc_render175], ["__file", "icon-flight.vue"]]);
|
|
4666
4668
|
|
|
4667
|
-
// src/components/icon-
|
|
4669
|
+
// src/components/icon-home.vue
|
|
4668
4670
|
var import_vue176 = require("vue");
|
|
4669
4671
|
var _sfc_main176 = {
|
|
4672
|
+
name: "IconHome",
|
|
4673
|
+
title: "\u9996\u9875"
|
|
4674
|
+
}, _hoisted_1176 = {
|
|
4675
|
+
class: "icon",
|
|
4676
|
+
viewBox: "0 0 1024 1024",
|
|
4677
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4678
|
+
width: "200",
|
|
4679
|
+
height: "200"
|
|
4680
|
+
}, _hoisted_2176 = /* @__PURE__ */ (0, import_vue176.createElementVNode)("path", {
|
|
4681
|
+
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",
|
|
4682
|
+
fill: "currentColor"
|
|
4683
|
+
}, null, -1), _hoisted_3175 = /* @__PURE__ */ (0, import_vue176.createElementVNode)("path", {
|
|
4684
|
+
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",
|
|
4685
|
+
fill: "currentColor"
|
|
4686
|
+
}, null, -1), _hoisted_469 = [
|
|
4687
|
+
_hoisted_2176,
|
|
4688
|
+
_hoisted_3175
|
|
4689
|
+
];
|
|
4690
|
+
function _sfc_render176(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4691
|
+
return (0, import_vue176.openBlock)(), (0, import_vue176.createElementBlock)("svg", _hoisted_1176, _hoisted_469);
|
|
4692
|
+
}
|
|
4693
|
+
var icon_home_default = /* @__PURE__ */ export_helper_default(_sfc_main176, [["render", _sfc_render176], ["__file", "icon-home.vue"]]);
|
|
4694
|
+
|
|
4695
|
+
// src/components/icon-advanced-query.vue
|
|
4696
|
+
var import_vue177 = require("vue");
|
|
4697
|
+
var _sfc_main177 = {
|
|
4670
4698
|
name: "IconAdvancedQuery",
|
|
4671
4699
|
title: "\u9AD8\u7EA7\u67E5\u8BE2"
|
|
4672
|
-
},
|
|
4700
|
+
}, _hoisted_1177 = {
|
|
4673
4701
|
width: "16",
|
|
4674
4702
|
height: "16",
|
|
4675
4703
|
viewBox: "0 0 16 16",
|
|
4676
4704
|
fill: "none",
|
|
4677
4705
|
xmlns: "http://www.w3.org/2000/svg"
|
|
4678
|
-
},
|
|
4706
|
+
}, _hoisted_2177 = /* @__PURE__ */ (0, import_vue177.createElementVNode)("path", {
|
|
4679
4707
|
"fill-rule": "evenodd",
|
|
4680
4708
|
"clip-rule": "evenodd",
|
|
4681
4709
|
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",
|
|
4682
4710
|
fill: "currentColor"
|
|
4683
|
-
}, null, -1),
|
|
4711
|
+
}, null, -1), _hoisted_3176 = /* @__PURE__ */ (0, import_vue177.createElementVNode)("path", {
|
|
4684
4712
|
"fill-rule": "evenodd",
|
|
4685
4713
|
"clip-rule": "evenodd",
|
|
4686
4714
|
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",
|
|
4687
4715
|
fill: "currentColor"
|
|
4688
|
-
}, null, -1),
|
|
4716
|
+
}, null, -1), _hoisted_470 = /* @__PURE__ */ (0, import_vue177.createElementVNode)("path", {
|
|
4689
4717
|
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",
|
|
4690
4718
|
fill: "currentColor"
|
|
4691
4719
|
}, null, -1), _hoisted_519 = [
|
|
4692
|
-
|
|
4693
|
-
|
|
4694
|
-
|
|
4720
|
+
_hoisted_2177,
|
|
4721
|
+
_hoisted_3176,
|
|
4722
|
+
_hoisted_470
|
|
4695
4723
|
];
|
|
4696
|
-
function
|
|
4697
|
-
return (0,
|
|
4724
|
+
function _sfc_render177(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4725
|
+
return (0, import_vue177.openBlock)(), (0, import_vue177.createElementBlock)("svg", _hoisted_1177, _hoisted_519);
|
|
4698
4726
|
}
|
|
4699
|
-
var icon_advanced_query_default = /* @__PURE__ */ export_helper_default(
|
|
4727
|
+
var icon_advanced_query_default = /* @__PURE__ */ export_helper_default(_sfc_main177, [["render", _sfc_render177], ["__file", "icon-advanced-query.vue"]]);
|
|
4700
4728
|
|
|
4701
4729
|
// src/components/icon-hawk-eye.vue
|
|
4702
|
-
var
|
|
4703
|
-
var
|
|
4730
|
+
var import_vue178 = require("vue");
|
|
4731
|
+
var _sfc_main178 = {
|
|
4704
4732
|
name: "IconHawkEye",
|
|
4705
4733
|
title: "\u9E70\u773C"
|
|
4706
|
-
},
|
|
4734
|
+
}, _hoisted_1178 = {
|
|
4707
4735
|
width: "16",
|
|
4708
4736
|
height: "16",
|
|
4709
4737
|
viewBox: "0 0 16 16",
|
|
4710
4738
|
fill: "none",
|
|
4711
4739
|
xmlns: "http://www.w3.org/2000/svg"
|
|
4712
|
-
},
|
|
4740
|
+
}, _hoisted_2178 = /* @__PURE__ */ (0, import_vue178.createElementVNode)("path", {
|
|
4713
4741
|
"fill-rule": "evenodd",
|
|
4714
4742
|
"clip-rule": "evenodd",
|
|
4715
4743
|
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",
|
|
4716
4744
|
fill: "currentColor"
|
|
4717
|
-
}, null, -1),
|
|
4745
|
+
}, null, -1), _hoisted_3177 = /* @__PURE__ */ (0, import_vue178.createElementVNode)("path", {
|
|
4718
4746
|
"fill-rule": "evenodd",
|
|
4719
4747
|
"clip-rule": "evenodd",
|
|
4720
4748
|
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",
|
|
4721
4749
|
fill: "currentColor"
|
|
4722
|
-
}, null, -1),
|
|
4723
|
-
|
|
4724
|
-
|
|
4750
|
+
}, null, -1), _hoisted_471 = [
|
|
4751
|
+
_hoisted_2178,
|
|
4752
|
+
_hoisted_3177
|
|
4725
4753
|
];
|
|
4726
|
-
function
|
|
4727
|
-
return (0,
|
|
4754
|
+
function _sfc_render178(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4755
|
+
return (0, import_vue178.openBlock)(), (0, import_vue178.createElementBlock)("svg", _hoisted_1178, _hoisted_471);
|
|
4728
4756
|
}
|
|
4729
|
-
var icon_hawk_eye_default = /* @__PURE__ */ export_helper_default(
|
|
4757
|
+
var icon_hawk_eye_default = /* @__PURE__ */ export_helper_default(_sfc_main178, [["render", _sfc_render178], ["__file", "icon-hawk-eye.vue"]]);
|
|
4730
4758
|
|
|
4731
4759
|
// src/global.js
|
|
4732
4760
|
var global_default = (app, { prefix = "KqIcon" }) => {
|
|
@@ -103,6 +103,7 @@ var KQWebClientVueIcons = (() => {
|
|
|
103
103
|
IconGridRightUp: () => icon_grid_right_up_default,
|
|
104
104
|
IconGridUp: () => icon_grid_up_default,
|
|
105
105
|
IconHawkEye: () => icon_hawk_eye_default,
|
|
106
|
+
IconHome: () => icon_home_default,
|
|
106
107
|
IconImage: () => icon_image_default,
|
|
107
108
|
IconImport: () => icon_import_default,
|
|
108
109
|
IconIntercept: () => icon_intercept_default,
|
|
@@ -287,6 +288,7 @@ var KQWebClientVueIcons = (() => {
|
|
|
287
288
|
IconGridRightUp: () => icon_grid_right_up_default,
|
|
288
289
|
IconGridUp: () => icon_grid_up_default,
|
|
289
290
|
IconHawkEye: () => icon_hawk_eye_default,
|
|
291
|
+
IconHome: () => icon_home_default,
|
|
290
292
|
IconImage: () => icon_image_default,
|
|
291
293
|
IconImport: () => icon_import_default,
|
|
292
294
|
IconIntercept: () => icon_intercept_default,
|
|
@@ -4675,69 +4677,95 @@ var KQWebClientVueIcons = (() => {
|
|
|
4675
4677
|
}
|
|
4676
4678
|
var icon_flight_default = /* @__PURE__ */ export_helper_default(_sfc_main175, [["render", _sfc_render175], ["__file", "icon-flight.vue"]]);
|
|
4677
4679
|
|
|
4678
|
-
// src/components/icon-
|
|
4680
|
+
// src/components/icon-home.vue
|
|
4679
4681
|
var import_vue176 = __toESM(require_vue(), 1);
|
|
4680
4682
|
var _sfc_main176 = {
|
|
4683
|
+
name: "IconHome",
|
|
4684
|
+
title: "\u9996\u9875"
|
|
4685
|
+
}, _hoisted_1176 = {
|
|
4686
|
+
class: "icon",
|
|
4687
|
+
viewBox: "0 0 1024 1024",
|
|
4688
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4689
|
+
width: "200",
|
|
4690
|
+
height: "200"
|
|
4691
|
+
}, _hoisted_2176 = /* @__PURE__ */ (0, import_vue176.createElementVNode)("path", {
|
|
4692
|
+
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",
|
|
4693
|
+
fill: "currentColor"
|
|
4694
|
+
}, null, -1), _hoisted_3175 = /* @__PURE__ */ (0, import_vue176.createElementVNode)("path", {
|
|
4695
|
+
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",
|
|
4696
|
+
fill: "currentColor"
|
|
4697
|
+
}, null, -1), _hoisted_469 = [
|
|
4698
|
+
_hoisted_2176,
|
|
4699
|
+
_hoisted_3175
|
|
4700
|
+
];
|
|
4701
|
+
function _sfc_render176(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4702
|
+
return (0, import_vue176.openBlock)(), (0, import_vue176.createElementBlock)("svg", _hoisted_1176, _hoisted_469);
|
|
4703
|
+
}
|
|
4704
|
+
var icon_home_default = /* @__PURE__ */ export_helper_default(_sfc_main176, [["render", _sfc_render176], ["__file", "icon-home.vue"]]);
|
|
4705
|
+
|
|
4706
|
+
// src/components/icon-advanced-query.vue
|
|
4707
|
+
var import_vue177 = __toESM(require_vue(), 1);
|
|
4708
|
+
var _sfc_main177 = {
|
|
4681
4709
|
name: "IconAdvancedQuery",
|
|
4682
4710
|
title: "\u9AD8\u7EA7\u67E5\u8BE2"
|
|
4683
|
-
},
|
|
4711
|
+
}, _hoisted_1177 = {
|
|
4684
4712
|
width: "16",
|
|
4685
4713
|
height: "16",
|
|
4686
4714
|
viewBox: "0 0 16 16",
|
|
4687
4715
|
fill: "none",
|
|
4688
4716
|
xmlns: "http://www.w3.org/2000/svg"
|
|
4689
|
-
},
|
|
4717
|
+
}, _hoisted_2177 = /* @__PURE__ */ (0, import_vue177.createElementVNode)("path", {
|
|
4690
4718
|
"fill-rule": "evenodd",
|
|
4691
4719
|
"clip-rule": "evenodd",
|
|
4692
4720
|
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",
|
|
4693
4721
|
fill: "currentColor"
|
|
4694
|
-
}, null, -1),
|
|
4722
|
+
}, null, -1), _hoisted_3176 = /* @__PURE__ */ (0, import_vue177.createElementVNode)("path", {
|
|
4695
4723
|
"fill-rule": "evenodd",
|
|
4696
4724
|
"clip-rule": "evenodd",
|
|
4697
4725
|
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",
|
|
4698
4726
|
fill: "currentColor"
|
|
4699
|
-
}, null, -1),
|
|
4727
|
+
}, null, -1), _hoisted_470 = /* @__PURE__ */ (0, import_vue177.createElementVNode)("path", {
|
|
4700
4728
|
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",
|
|
4701
4729
|
fill: "currentColor"
|
|
4702
4730
|
}, null, -1), _hoisted_519 = [
|
|
4703
|
-
|
|
4704
|
-
|
|
4705
|
-
|
|
4731
|
+
_hoisted_2177,
|
|
4732
|
+
_hoisted_3176,
|
|
4733
|
+
_hoisted_470
|
|
4706
4734
|
];
|
|
4707
|
-
function
|
|
4708
|
-
return (0,
|
|
4735
|
+
function _sfc_render177(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4736
|
+
return (0, import_vue177.openBlock)(), (0, import_vue177.createElementBlock)("svg", _hoisted_1177, _hoisted_519);
|
|
4709
4737
|
}
|
|
4710
|
-
var icon_advanced_query_default = /* @__PURE__ */ export_helper_default(
|
|
4738
|
+
var icon_advanced_query_default = /* @__PURE__ */ export_helper_default(_sfc_main177, [["render", _sfc_render177], ["__file", "icon-advanced-query.vue"]]);
|
|
4711
4739
|
|
|
4712
4740
|
// src/components/icon-hawk-eye.vue
|
|
4713
|
-
var
|
|
4714
|
-
var
|
|
4741
|
+
var import_vue178 = __toESM(require_vue(), 1);
|
|
4742
|
+
var _sfc_main178 = {
|
|
4715
4743
|
name: "IconHawkEye",
|
|
4716
4744
|
title: "\u9E70\u773C"
|
|
4717
|
-
},
|
|
4745
|
+
}, _hoisted_1178 = {
|
|
4718
4746
|
width: "16",
|
|
4719
4747
|
height: "16",
|
|
4720
4748
|
viewBox: "0 0 16 16",
|
|
4721
4749
|
fill: "none",
|
|
4722
4750
|
xmlns: "http://www.w3.org/2000/svg"
|
|
4723
|
-
},
|
|
4751
|
+
}, _hoisted_2178 = /* @__PURE__ */ (0, import_vue178.createElementVNode)("path", {
|
|
4724
4752
|
"fill-rule": "evenodd",
|
|
4725
4753
|
"clip-rule": "evenodd",
|
|
4726
4754
|
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",
|
|
4727
4755
|
fill: "currentColor"
|
|
4728
|
-
}, null, -1),
|
|
4756
|
+
}, null, -1), _hoisted_3177 = /* @__PURE__ */ (0, import_vue178.createElementVNode)("path", {
|
|
4729
4757
|
"fill-rule": "evenodd",
|
|
4730
4758
|
"clip-rule": "evenodd",
|
|
4731
4759
|
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",
|
|
4732
4760
|
fill: "currentColor"
|
|
4733
|
-
}, null, -1),
|
|
4734
|
-
|
|
4735
|
-
|
|
4761
|
+
}, null, -1), _hoisted_471 = [
|
|
4762
|
+
_hoisted_2178,
|
|
4763
|
+
_hoisted_3177
|
|
4736
4764
|
];
|
|
4737
|
-
function
|
|
4738
|
-
return (0,
|
|
4765
|
+
function _sfc_render178(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4766
|
+
return (0, import_vue178.openBlock)(), (0, import_vue178.createElementBlock)("svg", _hoisted_1178, _hoisted_471);
|
|
4739
4767
|
}
|
|
4740
|
-
var icon_hawk_eye_default = /* @__PURE__ */ export_helper_default(
|
|
4768
|
+
var icon_hawk_eye_default = /* @__PURE__ */ export_helper_default(_sfc_main178, [["render", _sfc_render178], ["__file", "icon-hawk-eye.vue"]]);
|
|
4741
4769
|
|
|
4742
4770
|
// src/global.js
|
|
4743
4771
|
var global_default = (app, { prefix = "KqIcon" }) => {
|