jtljia-icons
Version:
icons
1,407 lines (1,384 loc) • 80.6 kB
JavaScript
/*! Jtljia Icons v0.0.1 */
"use strict";
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: !0 });
}, __copyProps = (to, from, except, desc) => {
if (from && typeof from == "object" || typeof from == "function")
for (let key of __getOwnPropNames(from))
!__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
return to;
};
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
// src/index.ts
var src_exports = {};
__export(src_exports, {
Brand: () => brand_default,
Contract: () => contract_default,
Cost: () => cost_default,
Crm: () => crm_default,
Data: () => data_default,
DataModification: () => dataModification_default,
Design: () => design_default,
Eagle: () => eagle_default,
Expend: () => expend_default,
Finance: () => finance_default,
Flow: () => flow_default,
History: () => history_default,
Home: () => home_default,
Income: () => income_default,
LeftmenuAfterSale: () => leftmenu_afterSale_default,
Marketing: () => marketing_default,
MaterialsShop: () => materials_shop_default,
Oa: () => oa_default,
Operation: () => operation_default,
Personnel: () => personnel_default,
Project: () => project_default,
Satisfaction: () => satisfaction_default,
Search: () => search_default,
Setting: () => setting_default,
ShopOne: () => shop_one_default,
ShopTwo: () => shop_two_default,
Storage: () => storage_default,
StoreInformation: () => storeInformation_default,
StrictSelection: () => strictSelection_default,
Study: () => study_default,
Supervise: () => supervise_default,
SupplyChain: () => supplyChain_default,
default: () => src_default,
icons: () => components_exports,
list: () => icons_default
});
module.exports = __toCommonJS(src_exports);
// src/components/index.ts
var components_exports = {};
__export(components_exports, {
Brand: () => brand_default,
Contract: () => contract_default,
Cost: () => cost_default,
Crm: () => crm_default,
Data: () => data_default,
DataModification: () => dataModification_default,
Design: () => design_default,
Eagle: () => eagle_default,
Expend: () => expend_default,
Finance: () => finance_default,
Flow: () => flow_default,
History: () => history_default,
Home: () => home_default,
Income: () => income_default,
LeftmenuAfterSale: () => leftmenu_afterSale_default,
Marketing: () => marketing_default,
MaterialsShop: () => materials_shop_default,
Oa: () => oa_default,
Operation: () => operation_default,
Personnel: () => personnel_default,
Project: () => project_default,
Satisfaction: () => satisfaction_default,
Search: () => search_default,
Setting: () => setting_default,
ShopOne: () => shop_one_default,
ShopTwo: () => shop_two_default,
Storage: () => storage_default,
StoreInformation: () => storeInformation_default,
StrictSelection: () => strictSelection_default,
Study: () => study_default,
Supervise: () => supervise_default,
SupplyChain: () => supplyChain_default
});
// src/components/brand.vue
var import_vue = require("vue"), import_vue2 = require("vue"), _sfc_main = /* @__PURE__ */ (0, import_vue.defineComponent)({
name: "Brand",
__name: "brand",
props: {
size: { default: 16 },
color: { default: "#000" }
},
setup(__props) {
let props = __props;
return (_ctx, _cache) => ((0, import_vue2.openBlock)(), (0, import_vue2.createElementBlock)("svg", {
color: _ctx.color,
width: _ctx.size,
height: _ctx.size,
version: "1.1",
id: "\u56FE\u5C42_1",
xmlns: "http://www.w3.org/2000/svg",
"xmlns:xlink": "http://www.w3.org/1999/xlink",
x: "0px",
y: "0px",
viewBox: "0 0 24 24",
style: { "enable-background": "new 0 0 24 24" },
"xml:space": "preserve"
}, [
(0, import_vue2.createElementVNode)("path", {
style: { "fill-rule": "evenodd", "clip-rule": "evenodd", fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-miterlimit": "10" },
d: `M12,9
c-0.2-0.1-0.5-0.1-0.7,0l-3.3,2c-0.3,0.2-0.3,0.7,0,0.9l3.4,2c0.2,0.1,0.5,0.1,0.7,0l3.4-2c0.3-0.2,0.3-0.7,0-0.9L12,9z`
}),
(0, import_vue2.createElementVNode)("path", {
style: { "fill-rule": "evenodd", "clip-rule": "evenodd", fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-miterlimit": "10" },
d: `M16.1,19.5
v-2.7c0-0.5-0.6-0.8-1-0.5l-2,1.3c-0.8,0.5-1.8,0.5-2.7,0l-2.1-1.3c-0.4-0.3-1,0-1,0.5v2.6c0,0.5-0.6,0.8-1,0.5l-2.5-1.6
c-0.2-0.1-0.3-0.3-0.3-0.5v-7.7c0-0.8,0.4-1.6,1.1-2.1l5.7-3.7c0.8-0.5,1.8-0.5,2.6,0L15.6,6l3.2,2c0.7,0.4,1.2,1.2,1.2,2.1v3l0,0
v3.8c0,0.8-0.4,1.6-1.2,2.1l-1.7,1C16.7,20.3,16.1,20,16.1,19.5z`
})
], 8, ["color", "width", "height"]));
}
}), brand_default = _sfc_main;
// src/components/contract.vue
var import_vue3 = require("vue"), import_vue4 = require("vue"), _sfc_main2 = /* @__PURE__ */ (0, import_vue3.defineComponent)({
name: "Contract",
__name: "contract",
props: {
size: { default: 16 },
color: { default: "#000" }
},
setup(__props) {
let props = __props;
return (_ctx, _cache) => ((0, import_vue4.openBlock)(), (0, import_vue4.createElementBlock)("svg", {
color: _ctx.color,
width: _ctx.size,
height: _ctx.size,
version: "1.1",
id: "\u56FE\u5C42_1",
xmlns: "http://www.w3.org/2000/svg",
"xmlns:xlink": "http://www.w3.org/1999/xlink",
x: "0px",
y: "0px",
viewBox: "0 0 24 24",
"enable-background": "new 0 0 24 24",
"xml:space": "preserve"
}, [
(0, import_vue4.createElementVNode)("line", {
id: "XMLID_9351_",
fill: "none",
stroke: "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
x1: "7.9",
y1: "8.3",
x2: "15.9",
y2: "8.3"
}),
(0, import_vue4.createElementVNode)("polyline", {
id: "XMLID_9366_",
fill: "none",
stroke: "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
points: `
7.9,11.5 10.1,11.5 11.9,11.5 `
}),
(0, import_vue4.createElementVNode)("path", {
id: "XMLID_9350_",
fill: "none",
stroke: "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
d: `
M15.9,20.6h-8c-2.2,0-4-1.8-4-4v-8c0-2.2,1.8-4,4-4h8c2.2,0,4,1.8,4,4v8C19.9,18.8,18.1,20.6,15.9,20.6z`
}),
(0, import_vue4.createElementVNode)("circle", {
fill: "none",
stroke: "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
cx: "15.1",
cy: "15.8",
r: "1.8"
})
], 8, ["color", "width", "height"]));
}
}), contract_default = _sfc_main2;
// src/components/cost.vue
var import_vue5 = require("vue"), import_vue6 = require("vue"), _sfc_main3 = /* @__PURE__ */ (0, import_vue5.defineComponent)({
name: "Cost",
__name: "cost",
props: {
size: { default: 16 },
color: { default: "#000" }
},
setup(__props) {
let props = __props;
return (_ctx, _cache) => ((0, import_vue6.openBlock)(), (0, import_vue6.createElementBlock)("svg", {
color: _ctx.color,
width: _ctx.size,
height: _ctx.size,
version: "1.1",
id: "\u56FE\u5C42_1",
xmlns: "http://www.w3.org/2000/svg",
"xmlns:xlink": "http://www.w3.org/1999/xlink",
x: "0px",
y: "0px",
viewBox: "0 0 24 24",
"enable-background": "new 0 0 24 24",
"xml:space": "preserve"
}, [
(0, import_vue6.createElementVNode)("g", null, [
(0, import_vue6.createElementVNode)("path", {
"fill-rule": "evenodd",
"clip-rule": "evenodd",
fill: "none",
stroke: "currentColor",
"stroke-width": "2",
"stroke-miterlimit": "10",
d: `M6.3,3.8
h8.5c0.5,0,1.1,0.2,1.4,0.6l2.7,2.7c0.3,0.3,0.5,0.7,0.5,1.2v10.5c0,1-0.8,1.9-1.9,1.9H6.3c-1,0-1.9-0.8-1.9-1.9V5.7
C4.4,4.7,5.2,3.8,6.3,3.8z`
}),
(0, import_vue6.createElementVNode)("line", {
fill: "none",
stroke: "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
x1: "9.8",
y1: "8.5",
x2: "11.1",
y2: "10.8"
}),
(0, import_vue6.createElementVNode)("line", {
fill: "none",
stroke: "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
x1: "13.9",
y1: "8.5",
x2: "12.6",
y2: "10.8"
}),
(0, import_vue6.createElementVNode)("line", {
fill: "none",
stroke: "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
x1: "9",
y1: "11",
x2: "15",
y2: "11"
}),
(0, import_vue6.createElementVNode)("line", {
fill: "none",
stroke: "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
x1: "9",
y1: "14",
x2: "15",
y2: "14"
}),
(0, import_vue6.createElementVNode)("line", {
fill: "none",
stroke: "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
x1: "12",
y1: "11",
x2: "12",
y2: "17"
})
])
], 8, ["color", "width", "height"]));
}
}), cost_default = _sfc_main3;
// src/components/crm.vue
var import_vue7 = require("vue"), import_vue8 = require("vue"), _sfc_main4 = /* @__PURE__ */ (0, import_vue7.defineComponent)({
name: "Crm",
__name: "crm",
props: {
size: { default: 16 },
color: { default: "#000" }
},
setup(__props) {
let props = __props;
return (_ctx, _cache) => ((0, import_vue8.openBlock)(), (0, import_vue8.createElementBlock)("svg", {
color: _ctx.color,
width: _ctx.size,
height: _ctx.size,
version: "1.1",
id: "\u56FE\u5C42_1",
xmlns: "http://www.w3.org/2000/svg",
"xmlns:xlink": "http://www.w3.org/1999/xlink",
x: "0px",
y: "0px",
viewBox: "0 0 24 24",
"enable-background": "new 0 0 24 24",
"xml:space": "preserve"
}, [
(0, import_vue8.createElementVNode)("path", {
"fill-rule": "evenodd",
"clip-rule": "evenodd",
fill: "none",
stroke: "currentColor",
"stroke-width": "2",
"stroke-miterlimit": "10",
d: `M12,9.4
c1.1,0,2,0.9,2,2c0,1.1-0.9,2-2,2c-1.1,0-2-0.9-2-2C10,10.3,10.9,9.4,12,9.4z`
}),
(0, import_vue8.createElementVNode)("path", {
"fill-rule": "evenodd",
"clip-rule": "evenodd",
fill: "none",
stroke: "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-miterlimit": "10",
d: `
M8.8,17.5c0-1.8,1.4-3.2,3.2-3.2c1.7,0,3.2,1.4,3.2,3.2`
}),
(0, import_vue8.createElementVNode)("circle", {
fill: "none",
stroke: "currentColor",
"stroke-width": "2.3753",
"stroke-miterlimit": "10",
cx: "11.8",
cy: "13",
r: "8.3"
}),
(0, import_vue8.createElementVNode)("circle", {
fill: "#FFFFFF",
stroke: "currentColor",
"stroke-width": "1.5967",
"stroke-miterlimit": "10",
cx: "11.8",
cy: "4.5",
r: "2.1"
}),
(0, import_vue8.createElementVNode)("circle", {
fill: "#FFFFFF",
stroke: "currentColor",
"stroke-width": "1.5967",
"stroke-miterlimit": "10",
cx: "19.2",
cy: "16.6",
r: "2.1"
}),
(0, import_vue8.createElementVNode)("circle", {
fill: "#FFFFFF",
stroke: "currentColor",
"stroke-width": "1.5967",
"stroke-miterlimit": "10",
cx: "4.3",
cy: "16.6",
r: "2.1"
})
], 8, ["color", "width", "height"]));
}
}), crm_default = _sfc_main4;
// src/components/data.vue
var import_vue9 = require("vue"), import_vue10 = require("vue"), _sfc_main5 = /* @__PURE__ */ (0, import_vue9.defineComponent)({
name: "Data",
__name: "data",
props: {
size: { default: 16 },
color: { default: "#000" }
},
setup(__props) {
let props = __props;
return (_ctx, _cache) => ((0, import_vue10.openBlock)(), (0, import_vue10.createElementBlock)("svg", {
color: _ctx.color,
width: _ctx.size,
height: _ctx.size,
version: "1.1",
id: "\u56FE\u5C42_1",
xmlns: "http://www.w3.org/2000/svg",
"xmlns:xlink": "http://www.w3.org/1999/xlink",
x: "0px",
y: "0px",
viewBox: "0 0 24 24",
"enable-background": "new 0 0 24 24",
"xml:space": "preserve"
}, [
(0, import_vue10.createElementVNode)("line", {
fill: "none",
stroke: "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
x1: "8.2",
y1: "13.5",
x2: "8.2",
y2: "15.5"
}),
(0, import_vue10.createElementVNode)("line", {
fill: "none",
stroke: "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
x1: "11.9",
y1: "11.1",
x2: "11.9",
y2: "15.5"
}),
(0, import_vue10.createElementVNode)("line", {
fill: "none",
stroke: "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
x1: "15.5",
y1: "9.2",
x2: "15.5",
y2: "15.5"
}),
(0, import_vue10.createElementVNode)("path", {
id: "XMLID_335_",
fill: "none",
stroke: "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
d: `
M15.8,19.9h-8c-2.2,0-4-1.8-4-4v-8c0-2.2,1.8-4,4-4h8c2.2,0,4,1.8,4,4v8C19.8,18.1,18,19.9,15.8,19.9z`
})
], 8, ["color", "width", "height"]));
}
}), data_default = _sfc_main5;
// src/components/dataModification.vue
var import_vue11 = require("vue"), import_vue12 = require("vue"), _sfc_main6 = /* @__PURE__ */ (0, import_vue11.defineComponent)({
name: "DataModification",
__name: "dataModification",
props: {
size: { default: 16 },
color: { default: "#000" }
},
setup(__props) {
let props = __props;
return (_ctx, _cache) => ((0, import_vue12.openBlock)(), (0, import_vue12.createElementBlock)("svg", {
color: _ctx.color,
width: _ctx.size,
height: _ctx.size,
version: "1.1",
id: "\u56FE\u5C42_1",
xmlns: "http://www.w3.org/2000/svg",
"xmlns:xlink": "http://www.w3.org/1999/xlink",
x: "0px",
y: "0px",
viewBox: "0 0 24 24",
style: { "enable-background": "new 0 0 24 24" },
"xml:space": "preserve"
}, [
(0, import_vue12.createElementVNode)("path", {
style: { opacity: "0.2", fill: "currentColor", "enable-background": "new" },
d: `M17.9,5L9.6,8c-1.2,0.4-1.9,1.5-1.9,2.7v7
c0,1.6,1.3,2.9,2.9,2.9l0,0H7.2c-1.6,0-2.9-1.3-2.9-2.9l0,0v-7c0-1.2,0.8-2.3,1.9-2.7l9.2-3.2C16.2,4.4,17.2,4.5,17.9,5z`
}),
(0, import_vue12.createElementVNode)("path", {
style: { fill: "currentColor" },
d: `M20.4,5.2c0.2,0.4,0.2,0.9,0.2,1.3V18c0,2.1-1.7,3.8-3.8,3.8H6.7c-2.1,0-3.8-1.7-3.8-3.8l0,0v-7.9
c0-1.6,1-3.1,2.5-3.6l10.1-3.6C17.5,2.2,19.7,3.2,20.4,5.2L20.4,5.2L20.4,5.2z M19,6.4c-0.5-1.5-2.2-2.3-3.7-1.8L6.2,7.9
C5,8.3,4.3,9.4,4.3,10.6v7c0,1.6,1.3,2.9,2.9,2.9l0,0h9.1c1.6,0,2.9-1.3,2.9-2.9l0,0V7.4C19.2,7,19.2,6.7,19,6.4L19,6.4z`
}),
(0, import_vue12.createElementVNode)("path", {
style: { fill: "currentColor" },
d: `M10.4,18.2H6.8c-0.1,0-0.2,0-0.2-0.1C6.5,18,6.5,18,6.5,17.9v-3.6l0.2-0.2l6.8-6.7
c0.3-0.3,0.7-0.3,0.9,0l3,3c0.3,0.3,0.3,0.7,0,0.9L10.4,18.2L10.4,18.2z`
})
], 8, ["color", "width", "height"]));
}
}), dataModification_default = _sfc_main6;
// src/components/design.vue
var import_vue13 = require("vue"), import_vue14 = require("vue"), _sfc_main7 = /* @__PURE__ */ (0, import_vue13.defineComponent)({
name: "Design",
__name: "design",
props: {
size: { default: 16 },
color: { default: "#000" }
},
setup(__props) {
let props = __props;
return (_ctx, _cache) => ((0, import_vue14.openBlock)(), (0, import_vue14.createElementBlock)("svg", {
color: _ctx.color,
width: _ctx.size,
height: _ctx.size,
version: "1.1",
id: "\u56FE\u5C42_1",
xmlns: "http://www.w3.org/2000/svg",
"xmlns:xlink": "http://www.w3.org/1999/xlink",
x: "0px",
y: "0px",
viewBox: "0 0 24 24",
"enable-background": "new 0 0 24 24",
"xml:space": "preserve"
}, [
(0, import_vue14.createElementVNode)("g", null, [
(0, import_vue14.createElementVNode)("g", null, [
(0, import_vue14.createElementVNode)("path", {
fill: "currentColor",
d: `M21.1,7c0-0.7-0.3-1.3-0.7-1.7l-1.2-1.2c-0.9-0.9-2.5-0.9-3.5,0l-8.1,8.2c-0.6,0.2-1.1,0.4-1.5,0.8
C5.2,13.9,5,15,4.7,15.9c-0.3,1.2-0.5,1.7-1.4,2c-0.2,0.1-0.5,0.1-0.8,0.4c-0.4,0.3-0.5,0.8-0.4,1.2c0.2,0.9,1.3,1.3,1.8,1.4
c0.4,0.1,1.1,0.3,1.9,0.3c0.2,0,0.3,0,0.5,0c1.2-0.1,2.4-0.6,3.7-1.5c0.8-0.5,1.9-1.4,2.2-2.7c0,0,0-0.1,0-0.1l8-8.1
C20.8,8.3,21.1,7.7,21.1,7z M10.5,16.5C10.3,17,9.9,17.5,9,18.1c-1.1,0.7-2,1.1-2.9,1.2c-0.4,0-0.8,0-1.3-0.1
c1.1-0.7,1.4-2,1.7-2.9c0.2-0.7,0.4-1.4,0.8-1.8c0.5-0.5,1.3-0.6,1.9-0.4C10.2,14.5,10.8,15.6,10.5,16.5z M19,7.5l-7,7
c-0.4-0.9-1.1-1.6-2-2l7-7c0.2-0.2,0.6-0.2,0.8,0L19,6.6c0.1,0.1,0.2,0.3,0.2,0.4C19.2,7.2,19.2,7.4,19,7.5z`
})
])
])
], 8, ["color", "width", "height"]));
}
}), design_default = _sfc_main7;
// src/components/eagle.vue
var import_vue15 = require("vue"), import_vue16 = require("vue"), _sfc_main8 = /* @__PURE__ */ (0, import_vue15.defineComponent)({
name: "Eagle",
__name: "eagle",
props: {
size: { default: 16 },
color: { default: "#000" }
},
setup(__props) {
let props = __props;
return (_ctx, _cache) => ((0, import_vue16.openBlock)(), (0, import_vue16.createElementBlock)("svg", {
color: _ctx.color,
width: _ctx.size,
height: _ctx.size,
version: "1.1",
id: "\u56FE\u5C42_1",
xmlns: "http://www.w3.org/2000/svg",
"xmlns:xlink": "http://www.w3.org/1999/xlink",
x: "0px",
y: "0px",
viewBox: "0 0 24 24",
"enable-background": "new 0 0 24 24",
"xml:space": "preserve"
}, [
(0, import_vue16.createElementVNode)("path", {
fill: "none",
stroke: "currentColor",
"stroke-width": "1.6977",
"stroke-miterlimit": "10",
d: `M21.6,16c-0.2-1.1-1.5-2.1-2.4-2.7
c-0.8-1.9-5.1-4.1-9.8-6.4C9,6.6,8.6,6.4,8.2,6.2c0,0,0,0,0,0L6.5,5.3c-0.1-0.1-0.3,0-0.4,0.1c-1.4,1.4-2.5,3.3-3.1,5.4
c-1.7,6.5,5,9.4,7.3,7.4c1.5-1.3,4.4-1.5,6.1-1.2c1.7,0.3,3,0.9,3.3,1.8c0.1,0.2,0.3,0.3,0.5,0.2C21.1,18.3,21.8,17,21.6,16z`
}),
(0, import_vue16.createElementVNode)("line", {
fill: "none",
stroke: "currentColor",
"stroke-width": "1.698",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
x1: "13.9",
y1: "12",
x2: "15.8",
y2: "13"
})
], 8, ["color", "width", "height"]));
}
}), eagle_default = _sfc_main8;
// src/components/expend.vue
var import_vue17 = require("vue"), import_vue18 = require("vue"), _sfc_main9 = /* @__PURE__ */ (0, import_vue17.defineComponent)({
name: "Expend",
__name: "expend",
props: {
size: { default: 16 },
color: { default: "#000" }
},
setup(__props) {
let props = __props;
return (_ctx, _cache) => ((0, import_vue18.openBlock)(), (0, import_vue18.createElementBlock)("svg", {
color: _ctx.color,
width: _ctx.size,
height: _ctx.size,
version: "1.1",
id: "\u56FE\u5C42_1",
xmlns: "http://www.w3.org/2000/svg",
"xmlns:xlink": "http://www.w3.org/1999/xlink",
x: "0px",
y: "0px",
viewBox: "0 0 24 24",
style: { "enable-background": "new 0 0 24 24" },
"xml:space": "preserve"
}, [
(0, import_vue18.createElementVNode)("path", {
style: { fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-miterlimit": "10" },
d: `
M20.6,12.5c0,4.8-3.9,8.6-8.6,8.6s-8.6-3.9-8.6-8.6S7.2,3.8,12,3.8`
}),
(0, import_vue18.createElementVNode)("line", {
style: { fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-miterlimit": "10" },
x1: "9.9",
y1: "8.9",
x2: "11.7",
y2: "10.6"
}),
(0, import_vue18.createElementVNode)("line", {
style: { fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-miterlimit": "10" },
x1: "12.2",
y1: "10.6",
x2: "13.9",
y2: "8.9"
}),
(0, import_vue18.createElementVNode)("line", {
style: { fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-miterlimit": "10" },
x1: "8.5",
y1: "11.3",
x2: "15.4",
y2: "11.3"
}),
(0, import_vue18.createElementVNode)("line", {
style: { fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-miterlimit": "10" },
x1: "8.5",
y1: "14.2",
x2: "15.4",
y2: "14.2"
}),
(0, import_vue18.createElementVNode)("line", {
style: { fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-miterlimit": "10" },
x1: "11.9",
y1: "11.3",
x2: "11.9",
y2: "17"
}),
(0, import_vue18.createElementVNode)("g", null, [
(0, import_vue18.createElementVNode)("line", {
style: { fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-miterlimit": "10" },
x1: "15",
y1: "6.5",
x2: "20.6",
y2: "6.5"
}),
(0, import_vue18.createElementVNode)("line", {
style: { fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-miterlimit": "10" },
x1: "18.8",
y1: "4.3",
x2: "21",
y2: "6.5"
}),
(0, import_vue18.createElementVNode)("line", {
style: { fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-miterlimit": "10" },
x1: "18.8",
y1: "8.7",
x2: "21",
y2: "6.5"
})
])
], 8, ["color", "width", "height"]));
}
}), expend_default = _sfc_main9;
// src/components/finance.vue
var import_vue19 = require("vue"), import_vue20 = require("vue"), _sfc_main10 = /* @__PURE__ */ (0, import_vue19.defineComponent)({
name: "Finance",
__name: "finance",
props: {
size: { default: 16 },
color: { default: "#000" }
},
setup(__props) {
let props = __props;
return (_ctx, _cache) => ((0, import_vue20.openBlock)(), (0, import_vue20.createElementBlock)("svg", {
color: _ctx.color,
width: _ctx.size,
height: _ctx.size,
version: "1.1",
id: "\u56FE\u5C42_1",
xmlns: "http://www.w3.org/2000/svg",
"xmlns:xlink": "http://www.w3.org/1999/xlink",
x: "0px",
y: "0px",
viewBox: "0 0 24 24",
"enable-background": "new 0 0 24 24",
"xml:space": "preserve"
}, [
(0, import_vue20.createElementVNode)("g", null, [
(0, import_vue20.createElementVNode)("path", {
id: "XMLID_10279_",
fill: "none",
stroke: "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
d: `
M19.5,14.6c0,2.2-1.8,4-4,4h-7c-2.2,0-4-1.8-4-4`
}),
(0, import_vue20.createElementVNode)("line", {
fill: "none",
stroke: "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
x1: "12.1",
y1: "7.4",
x2: "14.1",
y2: "5.4"
}),
(0, import_vue20.createElementVNode)("line", {
fill: "none",
stroke: "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
x1: "11.8",
y1: "7.4",
x2: "9.8",
y2: "5.4"
}),
(0, import_vue20.createElementVNode)("line", {
fill: "none",
stroke: "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
x1: "8.5",
y1: "9",
x2: "15.6",
y2: "9"
}),
(0, import_vue20.createElementVNode)("line", {
fill: "none",
stroke: "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
x1: "8.5",
y1: "12.2",
x2: "15.6",
y2: "12.2"
}),
(0, import_vue20.createElementVNode)("line", {
fill: "none",
stroke: "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
x1: "12.1",
y1: "7.9",
x2: "12.1",
y2: "15"
})
])
], 8, ["color", "width", "height"]));
}
}), finance_default = _sfc_main10;
// src/components/flow.vue
var import_vue21 = require("vue"), import_vue22 = require("vue"), _sfc_main11 = /* @__PURE__ */ (0, import_vue21.defineComponent)({
name: "Flow",
__name: "flow",
props: {
size: { default: 16 },
color: { default: "#000" }
},
setup(__props) {
let props = __props;
return (_ctx, _cache) => ((0, import_vue22.openBlock)(), (0, import_vue22.createElementBlock)("svg", {
color: _ctx.color,
width: _ctx.size,
height: _ctx.size,
version: "1.1",
id: "\u56FE\u5C42_1",
xmlns: "http://www.w3.org/2000/svg",
"xmlns:xlink": "http://www.w3.org/1999/xlink",
x: "0px",
y: "0px",
viewBox: "0 0 24 24",
"enable-background": "new 0 0 24 24",
"xml:space": "preserve"
}, [
(0, import_vue22.createElementVNode)("path", {
fill: "none",
stroke: "currentColor",
"stroke-width": "2",
"stroke-miterlimit": "10",
d: "M17.7,19.1c-4.2,0-7.5-3.4-7.5-7.5s3.4-7.5,7.5-7.5"
}),
(0, import_vue22.createElementVNode)("circle", {
fill: "currentColor",
cx: "18.1",
cy: "4.3",
r: "1.5"
}),
(0, import_vue22.createElementVNode)("circle", {
fill: "currentColor",
cx: "18.1",
cy: "12.1",
r: "1.5"
}),
(0, import_vue22.createElementVNode)("circle", {
fill: "currentColor",
cx: "18.1",
cy: "19.2",
r: "1.5"
}),
(0, import_vue22.createElementVNode)("line", {
fill: "none",
stroke: "currentColor",
"stroke-width": "2",
"stroke-miterlimit": "10",
x1: "7",
y1: "12",
x2: "17",
y2: "12"
}),
(0, import_vue22.createElementVNode)("circle", {
fill: "none",
stroke: "currentColor",
"stroke-width": "2",
"stroke-miterlimit": "10",
cx: "5.4",
cy: "12.1",
r: "2"
})
], 8, ["color", "width", "height"]));
}
}), flow_default = _sfc_main11;
// src/components/history.vue
var import_vue23 = require("vue"), import_vue24 = require("vue"), _sfc_main12 = /* @__PURE__ */ (0, import_vue23.defineComponent)({
name: "History",
__name: "history",
props: {
size: { default: 16 },
color: { default: "#000" }
},
setup(__props) {
let props = __props;
return (_ctx, _cache) => ((0, import_vue24.openBlock)(), (0, import_vue24.createElementBlock)("svg", {
color: _ctx.color,
width: _ctx.size,
height: _ctx.size,
version: "1.1",
id: "\u56FE\u5C42_1",
xmlns: "http://www.w3.org/2000/svg",
"xmlns:xlink": "http://www.w3.org/1999/xlink",
x: "0px",
y: "0px",
viewBox: "0 0 24 24",
style: { "enable-background": "new 0 0 24 24" },
"xml:space": "preserve"
}, [
(0, import_vue24.createElementVNode)("path", {
style: { "fill-rule": "evenodd", "clip-rule": "evenodd", fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-miterlimit": "10" },
d: `M18.5,20.9
H5.7c-1.3,0-2.3-1-2.3-2.3V7.3c0-0.2,0-0.8,0-1V5.7c0-1.3,1-2.3,2.3-2.3h4.5c0.8,0,1.6,0.5,1.8,1.3c0.1,0.4,0.6,0.7,1,0.7l5.6,0
c1.3,0,2.3,1,2.3,2.3v10.9C20.8,19.9,19.8,20.9,18.5,20.9z`
}),
(0, import_vue24.createElementVNode)("circle", {
id: "XMLID_1149_",
style: { fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-miterlimit": "10" },
cx: "12.1",
cy: "13.2",
r: "4.9"
}),
(0, import_vue24.createElementVNode)("polyline", {
id: "XMLID_1139_",
style: { fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-miterlimit": "10" },
points: `
12,11.6 12,13.5 13.7,15.2 `
})
], 8, ["color", "width", "height"]));
}
}), history_default = _sfc_main12;
// src/components/home.vue
var import_vue25 = require("vue"), import_vue26 = require("vue"), _sfc_main13 = /* @__PURE__ */ (0, import_vue25.defineComponent)({
name: "Home",
__name: "home",
props: {
size: { default: 16 },
color: { default: "#000" }
},
setup(__props) {
let props = __props;
return (_ctx, _cache) => ((0, import_vue26.openBlock)(), (0, import_vue26.createElementBlock)("svg", {
color: _ctx.color,
width: _ctx.size,
height: _ctx.size,
version: "1.1",
id: "\u56FE\u5C42_1",
xmlns: "http://www.w3.org/2000/svg",
"xmlns:xlink": "http://www.w3.org/1999/xlink",
x: "0px",
y: "0px",
viewBox: "0 0 24 24",
"enable-background": "new 0 0 24 24",
"xml:space": "preserve"
}, [
(0, import_vue26.createElementVNode)("g", null, [
(0, import_vue26.createElementVNode)("path", {
"fill-rule": "evenodd",
"clip-rule": "evenodd",
fill: "none",
stroke: "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-miterlimit": "10",
d: `
M5,11.3h1 M20,12.3L12.6,4c-0.3-0.4-0.9-0.4-1.2,0L4,12.3 M18,11.3h1 M6,11.3v8.4c0,0.4,0.3,0.6,0.6,0.6h10.6
c0.4,0,0.8-0.3,0.8-0.8v-8.2`
}),
(0, import_vue26.createElementVNode)("path", {
"fill-rule": "evenodd",
"clip-rule": "evenodd",
fill: "none",
stroke: "currentColor",
"stroke-width": "2",
"stroke-miterlimit": "10",
d: `M10,19.6
v-4.1c0-0.9,0.8-1.6,1.7-1.6h0.7c0.9,0,1.7,0.7,1.7,1.6v4.1`
})
])
], 8, ["color", "width", "height"]));
}
}), home_default = _sfc_main13;
// src/components/income.vue
var import_vue27 = require("vue"), import_vue28 = require("vue"), _sfc_main14 = /* @__PURE__ */ (0, import_vue27.defineComponent)({
name: "Income",
__name: "income",
props: {
size: { default: 16 },
color: { default: "#000" }
},
setup(__props) {
let props = __props;
return (_ctx, _cache) => ((0, import_vue28.openBlock)(), (0, import_vue28.createElementBlock)("svg", {
color: _ctx.color,
width: _ctx.size,
height: _ctx.size,
version: "1.1",
id: "\u56FE\u5C42_1",
xmlns: "http://www.w3.org/2000/svg",
"xmlns:xlink": "http://www.w3.org/1999/xlink",
x: "0px",
y: "0px",
viewBox: "0 0 24 24",
style: { "enable-background": "new 0 0 24 24" },
"xml:space": "preserve"
}, [
(0, import_vue28.createElementVNode)("path", {
style: { fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-miterlimit": "10" },
d: `
M20.6,12.5c0,4.8-3.9,8.6-8.6,8.6s-8.6-3.9-8.6-8.6S7.2,3.8,12,3.8`
}),
(0, import_vue28.createElementVNode)("line", {
style: { fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-miterlimit": "10" },
x1: "9.9",
y1: "8.9",
x2: "11.7",
y2: "10.6"
}),
(0, import_vue28.createElementVNode)("line", {
style: { fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-miterlimit": "10" },
x1: "12.2",
y1: "10.6",
x2: "13.9",
y2: "8.9"
}),
(0, import_vue28.createElementVNode)("line", {
style: { fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-miterlimit": "10" },
x1: "8.5",
y1: "11.3",
x2: "15.4",
y2: "11.3"
}),
(0, import_vue28.createElementVNode)("line", {
style: { fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-miterlimit": "10" },
x1: "8.5",
y1: "14.2",
x2: "15.4",
y2: "14.2"
}),
(0, import_vue28.createElementVNode)("line", {
style: { fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-miterlimit": "10" },
x1: "11.9",
y1: "11.3",
x2: "11.9",
y2: "17"
}),
(0, import_vue28.createElementVNode)("g", null, [
(0, import_vue28.createElementVNode)("line", {
style: { fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-miterlimit": "10" },
x1: "21",
y1: "6.5",
x2: "15.4",
y2: "6.5"
}),
(0, import_vue28.createElementVNode)("line", {
style: { fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-miterlimit": "10" },
x1: "17.3",
y1: "4.3",
x2: "15",
y2: "6.5"
}),
(0, import_vue28.createElementVNode)("line", {
style: { fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-miterlimit": "10" },
x1: "17.3",
y1: "8.7",
x2: "15",
y2: "6.5"
})
])
], 8, ["color", "width", "height"]));
}
}), income_default = _sfc_main14;
// src/components/leftmenu-afterSale.vue
var import_vue29 = require("vue"), import_vue30 = require("vue"), _sfc_main15 = /* @__PURE__ */ (0, import_vue29.defineComponent)({
name: "LeftmenuAfterSale",
__name: "leftmenu-afterSale",
props: {
size: { default: 16 },
color: { default: "#000" }
},
setup(__props) {
let props = __props;
return (_ctx, _cache) => ((0, import_vue30.openBlock)(), (0, import_vue30.createElementBlock)("svg", {
color: _ctx.color,
width: _ctx.size,
height: _ctx.size,
version: "1.1",
id: "\u56FE\u5C42_1",
xmlns: "http://www.w3.org/2000/svg",
"xmlns:xlink": "http://www.w3.org/1999/xlink",
x: "0px",
y: "0px",
viewBox: "0 0 24 24",
"enable-background": "new 0 0 24 24",
"xml:space": "preserve"
}, [
(0, import_vue30.createElementVNode)("path", {
id: "XMLID_10310_",
fill: "none",
stroke: "#333333",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
d: `
M5.6,12`
}),
(0, import_vue30.createElementVNode)("path", {
id: "XMLID_10309_",
fill: "none",
stroke: "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
d: `
M19,11.6L19,11.6c0,0.9-0.3,1.8-0.7,2.5c-0.8,1.3-2.3,2.1-3.9,2.1`
}),
(0, import_vue30.createElementVNode)("path", {
id: "XMLID_10307_",
fill: "none",
stroke: "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
d: `
M19,9.1v4c0,3.7-3,6.8-6.8,6.8h0c-3.7,0-6.8-3-6.8-6.8v-2.5`
}),
(0, import_vue30.createElementVNode)("path", {
id: "XMLID_10306_",
fill: "none",
stroke: "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
d: `
M11.8,10.3c1.8,0.2,7.2,0.5,8.4-3.8c-3.4,0-4.7-2.8-9.3-2.9C9.3,3.5,7,3.9,6.8,5.7C5.9,5.8,4,7.6,5.5,11L8,8.6
C8,8.6,9.3,10,11.8,10.3z`
}),
(0, import_vue30.createElementVNode)("path", {
fill: "currentColor",
d: `M12.7,14.4H11c-1,0-1.8,0.8-1.8,1.9c0,1,0.8,1.8,1.8,1.8h1.7c1,0,1.8-0.8,1.8-1.9
C14.5,15.2,13.7,14.4,12.7,14.4z M12.8,16.7H11c-0.3,0-0.5-0.2-0.5-0.5s0.2-0.5,0.5-0.5h1.8c0.3,0,0.5,0.2,0.5,0.5
S13.1,16.7,12.8,16.7z`
})
], 8, ["color", "width", "height"]));
}
}), leftmenu_afterSale_default = _sfc_main15;
// src/components/marketing.vue
var import_vue31 = require("vue"), import_vue32 = require("vue"), _sfc_main16 = /* @__PURE__ */ (0, import_vue31.defineComponent)({
name: "Marketing",
__name: "marketing",
props: {
size: { default: 16 },
color: { default: "#000" }
},
setup(__props) {
let props = __props;
return (_ctx, _cache) => ((0, import_vue32.openBlock)(), (0, import_vue32.createElementBlock)("svg", {
color: _ctx.color,
width: _ctx.size,
height: _ctx.size,
version: "1.1",
id: "\u56FE\u5C42_1",
xmlns: "http://www.w3.org/2000/svg",
"xmlns:xlink": "http://www.w3.org/1999/xlink",
x: "0px",
y: "0px",
viewBox: "0 0 24 24",
"enable-background": "new 0 0 24 24",
"xml:space": "preserve"
}, [
(0, import_vue32.createElementVNode)("path", {
"fill-rule": "evenodd",
"clip-rule": "evenodd",
fill: "none",
stroke: "currentColor",
"stroke-width": "2",
"stroke-miterlimit": "10",
d: `M12.5,3.6
l2.2,4.8c0.2,0.4,0.5,0.7,0.9,0.7l5,0.9c0.2,0,0.3,0.3,0.2,0.5l-3.5,3.6c-0.3,0.3-0.4,0.7-0.3,1l0.6,5c0,0.2-0.2,0.3-0.3,0.2
l-4.7-2.2c-0.4-0.2-0.8-0.2-1.1,0l-4.7,2.2c-0.2,0.1-0.3-0.1-0.3-0.2L7,15.2c0-0.3-0.1-0.7-0.3-1l-3.4-3.6c-0.2-0.2-0.1-0.6,0.2-0.6
l5-0.9C8.8,9.1,9,8.9,9.2,8.6l2.7-5C12,3.4,12.4,3.4,12.5,3.6z`
})
], 8, ["color", "width", "height"]));
}
}), marketing_default = _sfc_main16;
// src/components/materials-shop.vue
var import_vue33 = require("vue"), import_vue34 = require("vue"), _sfc_main17 = /* @__PURE__ */ (0, import_vue33.defineComponent)({
name: "MaterialsShop",
__name: "materials-shop",
props: {
size: { default: 16 },
color: { default: "#000" }
},
setup(__props) {
let props = __props;
return (_ctx, _cache) => ((0, import_vue34.openBlock)(), (0, import_vue34.createElementBlock)("svg", {
color: _ctx.color,
width: _ctx.size,
height: _ctx.size,
version: "1.1",
id: "\u56FE\u5C42_1",
xmlns: "http://www.w3.org/2000/svg",
"xmlns:xlink": "http://www.w3.org/1999/xlink",
x: "0px",
y: "0px",
viewBox: "0 0 24 24",
"enable-background": "new 0 0 24 24",
"xml:space": "preserve"
}, [
(0, import_vue34.createElementVNode)("g", null, [
(0, import_vue34.createElementVNode)("g", null, [
(0, import_vue34.createElementVNode)("path", {
fill: "currentColor",
d: `M14.5,10.7h-3.6v-0.6c0-0.3-0.2-0.6-0.5-0.8C10.2,9,9.9,8.9,9.6,8.9H8.7c-0.6,0-1,0.4-1,1c0,0.5,0.5,1,1,1
h0.1v1.4c0,0.1,0,0.1,0,0.1c0,0,0,0,0,0v2.4c0,0.9,0.8,1.7,1.7,1.7h3.2c0.9,0,1.6-0.7,1.7-1.5l0.7-2.3l0-0.3
C16.2,11.4,15.4,10.7,14.5,10.7z M13.5,14.4h-2.6v-1.8h3.2L13.5,14.4z M10.2,16.6H10c-0.6,0-1,0.4-1,1c0,0.5,0.5,1,1,1h0.2
c0.6,0,1-0.4,1-1C11.2,17.1,10.7,16.6,10.2,16.6z M18.9,7.4L14.6,4c-1.5-1.2-3.8-1.2-5.2,0L5.1,7.4c-1,0.8-1.5,1.9-1.5,3.1v7.6
c0,1.5,1.3,2.8,2.9,2.8h11.1c1.6,0,2.9-1.2,2.9-2.8v-7.6C20.5,9.3,19.9,8.1,18.9,7.4z M18.4,18.1c0,0.4-0.4,0.8-0.9,0.8H6.4
c-0.5,0-0.9-0.4-0.9-0.8v-7.6c0-0.6,0.3-1.2,0.8-1.6l4.3-3.4C11,5.2,11.5,5.1,12,5.1c0.5,0,1,0.2,1.3,0.5l4.3,3.4
c0.5,0.4,0.8,1,0.8,1.6V18.1z M14.2,16.6h-0.2c-0.6,0-1,0.4-1,1c0,0.5,0.5,1,1,1h0.2c0.6,0,1-0.4,1-1
C15.3,17.1,14.8,16.6,14.2,16.6z`
})
])
])
], 8, ["color", "width", "height"]));
}
}), materials_shop_default = _sfc_main17;
// src/components/oa.vue
var import_vue35 = require("vue"), import_vue36 = require("vue"), _sfc_main18 = /* @__PURE__ */ (0, import_vue35.defineComponent)({
name: "Oa",
__name: "oa",
props: {
size: { default: 16 },
color: { default: "#000" }
},
setup(__props) {
let props = __props;
return (_ctx, _cache) => ((0, import_vue36.openBlock)(), (0, import_vue36.createElementBlock)("svg", {
color: _ctx.color,
width: _ctx.size,
height: _ctx.size,
version: "1.1",
id: "\u56FE\u5C42_1",
xmlns: "http://www.w3.org/2000/svg",
"xmlns:xlink": "http://www.w3.org/1999/xlink",
x: "0px",
y: "0px",
viewBox: "0 0 24 24",
style: { "enable-background": "new 0 0 24 24" },
"xml:space": "preserve"
}, [
(0, import_vue36.createElementVNode)("path", {
style: { fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-miterlimit": "10" },
d: `M8.8,14.1L8.8,14.1c-0.9,0-1.6-0.7-1.6-1.6v-1.7
c0-0.9,0.7-1.6,1.6-1.6l0,0c0.9,0,1.6,0.7,1.6,1.6v1.7C10.4,13.3,9.7,14.1,8.8,14.1z`
}),
(0, import_vue36.createElementVNode)("line", {
style: { fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-miterlimit": "10" },
x1: "12.4",
y1: "13.9",
x2: "14.5",
y2: "9.2"
}),
(0, import_vue36.createElementVNode)("line", {
style: { fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-miterlimit": "10" },
x1: "16.9",
y1: "13.9",
x2: "14.7",
y2: "9.2"
}),
(0, import_vue36.createElementVNode)("line", {
style: { fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-miterlimit": "10" },
x1: "15.2",
y1: "13.9",
x2: "16.6",
y2: "13.9"
}),
(0, import_vue36.createElementVNode)("path", {
style: { fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-miterlimit": "10" },
d: `M15.8,20.1h-8c-2.2,0-4-1.8-4-4v-8c0-2.2,1.8-4,4-4
h8c2.2,0,4,1.8,4,4v8C19.8,18.3,18,20.1,15.8,20.1z`
})
], 8, ["color", "width", "height"]));
}
}), oa_default = _sfc_main18;
// src/components/operation.vue
var import_vue37 = require("vue"), import_vue38 = require("vue"), _sfc_main19 = /* @__PURE__ */ (0, import_vue37.defineComponent)({
name: "Operation",
__name: "operation",
props: {
size: { default: 16 },
color: { default: "#000" }
},
setup(__props) {
let props = __props;
return (_ctx, _cache) => ((0, import_vue38.openBlock)(), (0, import_vue38.createElementBlock)("svg", {
color: _ctx.color,
width: _ctx.size,
height: _ctx.size,
version: "1.1",
id: "\u56FE\u5C42_1",
xmlns: "http://www.w3.org/2000/svg",
"xmlns:xlink": "http://www.w3.org/1999/xlink",
x: "0px",
y: "0px",
viewBox: "0 0 24 24",
style: { "enable-background": "new 0 0 24 24" },
"xml:space": "preserve"
}, [
(0, import_vue38.createElementVNode)("path", {
style: { fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-miterlimit": "10" },
d: `M15.7,17.3H7.2c-2.2,0-4-1.8-4-4V8.2
c0-2.2,1.8-4,4-4h8.5c2.2,0,4,1.8,4,4v5.1C19.7,15.5,17.9,17.3,15.7,17.3z`
}),
(0, import_vue38.createElementVNode)("path", {
style: { fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-miterlimit": "10" },
d: `M9.7,17.6L8.2,20c-0.3,0.7,0.5,1.2,1.1,1.2h4.3
c0.6,0,1.6-0.5,1.1-1.2l-1.5-2.4H9.7z`
}),
(0, import_vue38.createElementVNode)("g", null, [
(0, import_vue38.createElementVNode)("line", {
style: { fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-miterlimit": "10" },
x1: "10.1",
y1: "9.9",
x2: "12.1",
y2: "12.1"
}),
(0, import_vue38.createElementVNode)("line", {
style: { fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-miterlimit": "10" },
x1: "12.1",
y1: "12.1",
x2: "15.7",
y2: "9.4"
}),
(0, import_vue38.createElementVNode)("line", {
style: { fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-miterlimit": "10" },
x1: "7.2",
y1: "12.1",
x2: "10.1",
y2: "9.9"
})
])
], 8, ["color", "width", "height"]));
}
}), operation_default = _sfc_main19;
// src/components/personnel.vue
var import_vue39 = require("vue"), import_vue40 = require("vue"), _sfc_main20 = /* @__PURE__ */ (0, import_vue39.defineComponent)({
name: "Personnel",
__name: "personnel",
props: {
size: { default: 16 },
color: { default: "#000" }
},
setup(__props) {
let props = __props;
return (_ctx, _cache) => ((0, import_vue40.openBlock)(), (0, import_vue40.createElementBlock)("svg", {
color: _ctx.color,
width: _ctx.size,
height: _ctx.size,
version: "1.1",
id: "\u56FE\u5C42_1",
xmlns: "http://www.w3.org/2000/svg",
"xmlns:xlink": "http://www.w3.org/1999/xlink",
x: "0px",
y: "0px",
viewBox: "0 0 24 24",
"enable-background": "new 0 0 24 24",
"xml:space": "preserve"
}, [
(0, import_vue40.createElementVNode)("g", null, [
(0, import_vue40.createElementVNode)("path", {
"fill-rule": "evenodd",
"clip-rule": "evenodd",
fill: "none",
stroke: "currentColor",
"stroke-width": "2",
"stroke-miterlimit": "10",
d: `M8.6,5.1
c1.8,0,3.3,1.5,3.3,3.3c0,1.8-1.5,3.3-3.3,3.3c-1.8,0-3.3-1.5-3.3-3.3C5.3,6.6,6.8,5.1,8.6,5.1z`
}),
(0, import_vue40.createElementVNode)("path", {
"fill-rule": "evenodd",
"clip-rule": "evenodd",
fill: "none",
stroke: "currentColor",
"stroke-width": "2",
"stroke-miterlimit": "10",
d: `M16.9,8.4
c1.2,0,2.1,0.9,2.1,2.1c0,1.2-0.9,2.1-2.1,2.1c-1.2,0-2.1-0.9-2.1-2.1C14.8,9.3,15.7,8.4,16.9,8.4z`
}),
(0, import_vue40.createElementVNode)("path", {
"fill-rule": "evenodd",
"clip-rule": "evenodd",
fill: "none",
stroke: "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-miterlimit": "10",
d: `
M3.8,18.9c0-2.5,2-4.5,4.5-4.5c1.2,0,2.4,0.5,3.2,1.3`
}),
(0, import_vue40.createElementVNode)("path", {
"fill-rule": "evenodd",
"clip-rule": "evenodd",
fill: "none",
stroke: "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-miterlimit": "10",
d: `
M13.6,18.5c