UNPKG

cel-test-icons

Version:

icons

1,614 lines 51.9 kB
/*! Jtljia Icons v0.0.2 */

"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, {
  Contract: () => contract_default,
  Cost: () => cost_default,
  Crm: () => crm_default,
  Data: () => data_default,
  Design: () => design_default,
  Eagle: () => eagle_default,
  Finance: () => finance_default,
  Flow: () => flow_default,
  Home: () => home_default,
  LeftmenuAfterSale: () => leftmenu_afterSale_default,
  Marketing: () => marketing_default,
  MaterialsShop: () => materials_shop_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,
  Study: () => study_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, {
  Contract: () => contract_default,
  Cost: () => cost_default,
  Crm: () => crm_default,
  Data: () => data_default,
  Design: () => design_default,
  Eagle: () => eagle_default,
  Finance: () => finance_default,
  Flow: () => flow_default,
  Home: () => home_default,
  LeftmenuAfterSale: () => leftmenu_afterSale_default,
  Marketing: () => marketing_default,
  MaterialsShop: () => materials_shop_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,
  Study: () => study_default
});

// src/components/contract.vue
var import_vue = require("vue"), import_vue2 = require("vue"), _sfc_main = /* @__PURE__ */ (0, import_vue.defineComponent)({
  name: "Contract",
  __name: "contract",
  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",
      "enable-background": "new 0 0 24 24",
      "xml:space": "preserve"
    }, [
      (0, import_vue2.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_vue2.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_vue2.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_vue2.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_main;

// src/components/cost.vue
var import_vue3 = require("vue"), import_vue4 = require("vue"), _sfc_main2 = /* @__PURE__ */ (0, import_vue3.defineComponent)({
  name: "Cost",
  __name: "cost",
  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)("g", null, [
        (0, import_vue4.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_vue4.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_vue4.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_vue4.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_vue4.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_vue4.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_main2;

// src/components/crm.vue
var import_vue5 = require("vue"), import_vue6 = require("vue"), _sfc_main3 = /* @__PURE__ */ (0, import_vue5.defineComponent)({
  name: "Crm",
  __name: "crm",
  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)("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_vue6.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_vue6.createElementVNode)("circle", {
        fill: "none",
        stroke: "currentColor",
        "stroke-width": "2.3753",
        "stroke-miterlimit": "10",
        cx: "11.8",
        cy: "13",
        r: "8.3"
      }),
      (0, import_vue6.createElementVNode)("circle", {
        fill: "#FFFFFF",
        stroke: "currentColor",
        "stroke-width": "1.5967",
        "stroke-miterlimit": "10",
        cx: "11.8",
        cy: "4.5",
        r: "2.1"
      }),
      (0, import_vue6.createElementVNode)("circle", {
        fill: "#FFFFFF",
        stroke: "currentColor",
        "stroke-width": "1.5967",
        "stroke-miterlimit": "10",
        cx: "19.2",
        cy: "16.6",
        r: "2.1"
      }),
      (0, import_vue6.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_main3;

// src/components/data.vue
var import_vue7 = require("vue"), import_vue8 = require("vue"), _sfc_main4 = /* @__PURE__ */ (0, import_vue7.defineComponent)({
  name: "Data",
  __name: "data",
  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)("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_vue8.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_vue8.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_vue8.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_main4;

// src/components/design.vue
var import_vue9 = require("vue"), import_vue10 = require("vue"), _sfc_main5 = /* @__PURE__ */ (0, import_vue9.defineComponent)({
  name: "Design",
  __name: "design",
  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)("g", null, [
        (0, import_vue10.createElementVNode)("g", null, [
          (0, import_vue10.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_main5;

// src/components/eagle.vue
var import_vue11 = require("vue"), import_vue12 = require("vue"), _sfc_main6 = /* @__PURE__ */ (0, import_vue11.defineComponent)({
  name: "Eagle",
  __name: "eagle",
  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",
      "enable-background": "new 0 0 24 24",
      "xml:space": "preserve"
    }, [
      (0, import_vue12.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_vue12.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_main6;

// src/components/finance.vue
var import_vue13 = require("vue"), import_vue14 = require("vue"), _sfc_main7 = /* @__PURE__ */ (0, import_vue13.defineComponent)({
  name: "Finance",
  __name: "finance",
  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)("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_vue14.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_vue14.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_vue14.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_vue14.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_vue14.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_main7;

// src/components/flow.vue
var import_vue15 = require("vue"), import_vue16 = require("vue"), _sfc_main8 = /* @__PURE__ */ (0, import_vue15.defineComponent)({
  name: "Flow",
  __name: "flow",
  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": "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_vue16.createElementVNode)("circle", {
        fill: "currentColor",
        cx: "18.1",
        cy: "4.3",
        r: "1.5"
      }),
      (0, import_vue16.createElementVNode)("circle", {
        fill: "currentColor",
        cx: "18.1",
        cy: "12.1",
        r: "1.5"
      }),
      (0, import_vue16.createElementVNode)("circle", {
        fill: "currentColor",
        cx: "18.1",
        cy: "19.2",
        r: "1.5"
      }),
      (0, import_vue16.createElementVNode)("line", {
        fill: "none",
        stroke: "currentColor",
        "stroke-width": "2",
        "stroke-miterlimit": "10",
        x1: "7",
        y1: "12",
        x2: "17",
        y2: "12"
      }),
      (0, import_vue16.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_main8;

// src/components/home.vue
var import_vue17 = require("vue"), import_vue18 = require("vue"), _sfc_main9 = /* @__PURE__ */ (0, import_vue17.defineComponent)({
  name: "Home",
  __name: "home",
  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",
      "enable-background": "new 0 0 24 24",
      "xml:space": "preserve"
    }, [
      (0, import_vue18.createElementVNode)("g", null, [
        (0, import_vue18.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_vue18.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_main9;

// src/components/leftmenu-afterSale.vue
var import_vue19 = require("vue"), import_vue20 = require("vue"), _sfc_main10 = /* @__PURE__ */ (0, import_vue19.defineComponent)({
  name: "LeftmenuAfterSale",
  __name: "leftmenu-afterSale",
  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)("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_vue20.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_vue20.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_vue20.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_vue20.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_main10;

// src/components/marketing.vue
var import_vue21 = require("vue"), import_vue22 = require("vue"), _sfc_main11 = /* @__PURE__ */ (0, import_vue21.defineComponent)({
  name: "Marketing",
  __name: "marketing",
  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-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_main11;

// src/components/materials-shop.vue
var import_vue23 = require("vue"), import_vue24 = require("vue"), _sfc_main12 = /* @__PURE__ */ (0, import_vue23.defineComponent)({
  name: "MaterialsShop",
  __name: "materials-shop",
  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",
      "enable-background": "new 0 0 24 24",
      "xml:space": "preserve"
    }, [
      (0, import_vue24.createElementVNode)("g", null, [
        (0, import_vue24.createElementVNode)("g", null, [
          (0, import_vue24.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_main12;

// src/components/personnel.vue
var import_vue25 = require("vue"), import_vue26 = require("vue"), _sfc_main13 = /* @__PURE__ */ (0, import_vue25.defineComponent)({
  name: "Personnel",
  __name: "personnel",
  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-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_vue26.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_vue26.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_vue26.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.5c0-1.8,1.5-3.3,3.3-3.3c1.8,0,3.3,1.5,3.3,3.3`
        })
      ])
    ], 8, ["color", "width", "height"]));
  }
}), personnel_default = _sfc_main13;

// src/components/project.vue
var import_vue27 = require("vue"), import_vue28 = require("vue"), _sfc_main14 = /* @__PURE__ */ (0, import_vue27.defineComponent)({
  name: "Project",
  __name: "project",
  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",
      "enable-background": "new 0 0 24 24",
      "xml:space": "preserve"
    }, [
      (0, import_vue28.createElementVNode)("path", {
        "fill-rule": "evenodd",
        "clip-rule": "evenodd",
        fill: "none",
        stroke: "currentColor",
        "stroke-width": "2",
        "stroke-miterlimit": "10",
        d: `M18.1,20.1
	H6c-1,0-1.7-0.8-1.7-1.7v-13c0-1,0.8-1.7,1.7-1.7h4.3c0.3,0,0.5,0.1,0.7,0.4l1.2,1.9c0.2,0.3,0.5,0.4,0.8,0.4h5.2
	c1,0,1.7,0.8,1.7,1.7v10.4C19.8,19.3,19,20.1,18.1,20.1z`
      }),
      (0, import_vue28.createElementVNode)("path", {
        "fill-rule": "evenodd",
        "clip-rule": "evenodd",
        fill: "currentColor",
        d: `M8.2,9.8h0.2c0.4,0,0.8,0.4,0.8,0.8v3.9c0,0.4-0.4,0.8-0.8,0.8H8.2
	c-0.4,0-0.8-0.4-0.8-0.8v-3.9C7.4,10.1,7.7,9.8,8.2,9.8z`
      }),
      (0, import_vue28.createElementVNode)("path", {
        "fill-rule": "evenodd",
        "clip-rule": "evenodd",
        fill: "currentColor",
        d: `M16.8,10.7V11c0,0.4-0.4,0.8-0.8,0.8h-4.8c-0.4,0-0.8-0.4-0.8-0.8
	v-0.2c0-0.4,0.4-0.8,0.8-0.8H16C16.4,9.9,16.8,10.3,16.8,10.7z`
      }),
      (0, import_vue28.createElementVNode)("path", {
        "fill-rule": "evenodd",
        "clip-rule": "evenodd",
        fill: "currentColor",
        d: `M14.9,14.2v0.2c0,0.4-0.4,0.8-0.8,0.8h-3c-0.4,0-0.8-0.4-0.8-0.8
	v-0.2c0-0.4,0.4-0.8,0.8-0.8h3C14.6,13.4,14.9,13.7,14.9,14.2z`
      })
    ], 8, ["color", "width", "height"]));
  }
}), project_default = _sfc_main14;

// src/components/satisfaction.vue
var import_vue29 = require("vue"), import_vue30 = require("vue"), _sfc_main15 = /* @__PURE__ */ (0, import_vue29.defineComponent)({
  name: "Satisfaction",
  __name: "satisfaction",
  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)("g", null, [
        (0, import_vue30.createElementVNode)("circle", {
          fill: "none",
          stroke: "currentColor",
          "stroke-width": "2",
          "stroke-miterlimit": "10",
          cx: "12.4",
          cy: "10.9",
          r: "2.1"
        }),
        (0, import_vue30.createElementVNode)("path", {
          fill: "none",
          stroke: "currentColor",
          "stroke-width": "2",
          "stroke-miterlimit": "10",
          d: `M19.7,17.6l-2-2c0.8-0.8,1.3-1.9,1.3-3V9.7
		c0-1.5-0.8-2.8-2-3.5l-2.5-1.5c-1.3-0.7-2.8-0.7-4.1,0L7.9,6.1C6.7,6.9,6,8.2,6,9.7v2.9c0,1.2,0.4,2.3,1.3,3l-2,2
		C5,17.9,5,18.3,5.4,18.4l1.4,0.5c0.1,0,0.3,0.2,0.3,0.3l0.5,1.4c0.1,0.3,0.5,0.4,0.8,0.2l2.8-2.8c0.8,0.3,1.7,0.3,2.5,0l2.9,2.9
		c0.3,0.3,0.7,0.2,0.8-0.2l0.5-1.4c0-0.1,0.2-0.3,0.3-0.3l1.4-0.5C19.8,18.3,19.9,17.9,19.7,17.6z`
        })
      ])
    ], 8, ["color", "width", "height"]));
  }
}), satisfaction_default = _sfc_main15;

// src/components/search.vue
var import_vue31 = require("vue"), import_vue32 = require("vue"), _sfc_main16 = /* @__PURE__ */ (0, import_vue31.defineComponent)({
  name: "Search",
  __name: "search",
  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",
      xmlns: "http://www.w3.org/2000/svg",
      "xmlns:xlink": "http://www.w3.org/1999/xlink",
      x: "0px",
      y: "0px",
      viewBox: "0 0 50 31",
      style: { "enable-background": "new 0 0 50 31" },
      "xml:space": "preserve"
    }, [
      (0, import_vue32.createElementVNode)("g", { id: "\u56FE\u5C42_1" }, [
        (0, import_vue32.createElementVNode)("path", {
          fill: "currentColor",
          class: "st0",
          d: "M15.5,0.1h19C43.1,0.1,50,7,50,15.6s-6.9,15.5-15.5,15.5h-19C7,31.1,0,24.2,0,15.6S7,0.1,15.5,0.1z"
        })
      ]),
      (0, import_vue32.createElementVNode)("g", { id: "\u56FE\u5C42_2" }, [
        (0, import_vue32.createElementVNode)("path", {
          fill: "#FFFFFF",
          class: "st1",
          d: `M35.3,23.8l-3.9-3.9c0,0-0.1-0.1-0.2-0.1c1.1-1.3,1.7-3.1,1.7-4.9c0-4.3-3.5-7.9-7.9-7.9
		c-4.3,0-7.9,3.5-7.9,7.9s3.5,7.9,7.9,7.9c1.8,0,3.5-0.6,4.8-1.6c0,0.1,0.1,0.1,0.1,0.2l3.9,3.9c0.2,0.2,0.5,0.3,0.7,0.3
		s0.5-0.1,0.7-0.3C35.6,24.9,35.6,24.2,35.3,23.8z M25,20.8c-3.2,0-5.9-2.6-5.9-5.9S21.8,9,25,9c3.2,0,5.9,2.6,5.9,5.9
		S28.3,20.8,25,20.8z`
        })
      ])
    ], 8, ["color", "width", "height"]));
  }
}), search_default = _sfc_main16;

// src/components/setting.vue
var import_vue33 = require("vue"), import_vue34 = require("vue"), _sfc_main17 = /* @__PURE__ */ (0, import_vue33.defineComponent)({
  name: "Setting",
  __name: "setting",
  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)("circle", {
            "fill-rule": "evenodd",
            "clip-rule": "evenodd",
            fill: "none",
            stroke: "currentColor",
            "stroke-width": "2",
            "stroke-linecap": "round",
            "stroke-linejoin": "round",
            "stroke-miterlimit": "10",
            cx: "13.3",
            cy: "5.3",
            r: "1.4"
          }),
          (0, import_vue34.createElementVNode)("line", {
            fill: "none",
            stroke: "currentColor",
            "stroke-width": "2",
            "stroke-linecap": "round",
            "stroke-linejoin": "round",
            "stroke-miterlimit": "10",
            x1: "3",
            y1: "5",
            x2: "11",
            y2: "5"
          }),
          (0, import_vue34.createElementVNode)("line", {
            fill: "none",
            stroke: "currentColor",
            "stroke-width": "2",
            "stroke-linecap": "round",
            "stroke-linejoin": "round",
            "stroke-miterlimit": "10",
            x1: "15",
            y1: "5",
            x2: "21",
            y2: "5"
          })
        ]),
        (0, import_vue34.createElementVNode)("g", null, [
          (0, import_vue34.createElementVNode)("circle", {
            "fill-rule": "evenodd",
            "clip-rule": "evenodd",
            fill: "none",
            stroke: "currentColor",
            "stroke-width": "2",
            "stroke-linecap": "round",
            "stroke-miterlimit": "10",
            cx: "13.3",
            cy: "19.3",
            r: "1.4"
          }),
          (0, import_vue34.createElementVNode)("line", {
            fill: "none",
            stroke: "currentColor",
            "stroke-width": "2",
            "stroke-linecap": "round",
            "stroke-miterlimit": "10",
            x1: "3",
            y1: "19",
            x2: "11",
            y2: "19"
          }),
          (0, import_vue34.createElementVNode)("line", {
            fill: "none",
            stroke: "currentColor",
            "stroke-width": "2",
            "stroke-linecap": "round",
            "stroke-miterlimit": "10",
            x1: "15",
            y1: "19",
            x2: "21",
            y2: "19"
          })
        ]),
        (0, import_vue34.createElementVNode)("circle", {
          "fill-rule": "evenodd",
          "clip-rule": "evenodd",
          fill: "none",
          stroke: "currentColor",
          "stroke-width": "2",
          "stroke-miterlimit": "10",
          cx: "8.3",
          cy: "12.3",
          r: "1.4"
        }),
        (0, import_vue34.createElementVNode)("line", {
          fill: "none",
          stroke: "currentColor",
          "stroke-width": "2",
          "stroke-linecap": "round",
          "stroke-miterlimit": "10",
          x1: "3",
          y1: "12",
          x2: "6",
          y2: "12"
        }),
        (0, import_vue34.createElementVNode)("line", {
          fill: "none",
          stroke: "currentColor",
          "stroke-width": "2",
          "stroke-linecap": "round",
          "stroke-miterlimit": "10",
          x1: "10",
          y1: "12",
          x2: "21",
          y2: "12"
        })
      ])
    ], 8, ["color", "width", "height"]));
  }
}), setting_default = _sfc_main17;

// src/components/shop-one.vue
var import_vue35 = require("vue"), import_vue36 = require("vue"), _sfc_main18 = /* @__PURE__ */ (0, import_vue35.defineComponent)({
  name: "ShopOne",
  __name: "shop-one",
  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",
      "enable-background": "new 0 0 24 24",
      "xml:space": "preserve"
    }, [
      (0, import_vue36.createElementVNode)("g", null, [
        (0, import_vue36.createElementVNode)("g", null, [
          (0, import_vue36.createElementVNode)("path", {
            fill: "currentColor",
            d: `M19,6.3H7.1C6.1,6.3,5.3,7,5.3,8l1,7.4c0,0.9,0.8,1.7,1.7,1.7h9.2c0.9,0,1.6-0.7,1.7-1.5l1.7-7.3l0-0.3
			C20.7,7,19.9,6.3,19,6.3z M17,15H8.4l-1-6.8h11.2L17,15z M7.6,18.2H7.5c-0.6,0-1,0.4-1,1c0,0.5,0.5,1,1,1h0.2c0.6,0,1-0.4,1-1
			C8.7,18.7,8.2,18.2,7.6,18.2z M17.7,18.2h-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
			C18.8,18.7,18.3,18.2,17.7,18.2z`
          })
        ])
      ]),
      (0, import_vue36.createElementVNode)("polyline", {
        fill: "currentColor",
        stroke: "currentColor",
        "stroke-width": "2",
        "stroke-linecap": "round",
        "stroke-linejoin": "round",
        "stroke-miterlimit": "10",
        points: `
	6.2,8.2 5.7,4.7 2.8,4.3 `
      })
    ], 8, ["color", "width", "height"]));
  }
}), shop_one_default = _sfc_main18;

// src/components/shop-two.vue
var import_vue37 = require("vue"), import_vue38 = require("vue"), _sfc_main19 = /* @__PURE__ */ (0, import_vue37.defineComponent)({
  name: "ShopTwo",
  __name: "shop-two",
  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",
      "enable-background": "new 0 0 24 24",
      "xml:space": "preserve"
    }, [
      (0, import_vue38.createElementVNode)("g", null, [
        (0, import_vue38.createElementVNode)("path", {
          fill: "none",
          stroke: "currentColor",
          "stroke-width": "2",
          "stroke-miterlimit": "10",
          d: `M16.4,19.9c0,0-2,0.4-4.4,0.4
		c-2.3,0-4.4-0.4-4.4-0.4c-1.9-0.5-3.5-1.5-3.5-3.2L5,6.9c0-1.8,1.6-3.2,3.5-3.2h7c1.9,0,3.5,1.5,3.5,3.2l0.9,9.7
		C19.8,18.4,18.3,19.4,16.4,19.9z`
        }),
        (0, import_vue38.createElementVNode)("path", {
          fill: "currentColor",
          d: `M9.3,7.1C8.8,7.1,8.4,7.5,8.4,8c0,2,1.7,3.7,3.7,3.7c2,0,3.6-1.6,3.7-3.6c0-0.5-0.4-0.9-0.9-0.9
		c-0.5,0-0.9,0.4-0.9,0.9c0,1-0.9,1.9-1.9,1.9c-1.1,0-1.9-0.9-1.9-1.9C10.2,7.5,9.8,7.1,9.3,7.1z`
        })
      ])
    ], 8, ["color", "width", "height"]));
  }
}), shop_two_default = _sfc_main19;

// src/components/storage.vue
var import_vue39 = require("vue"), import_vue40 = require("vue"), _sfc_main20 = /* @__PURE__ */ (0, import_vue39.defineComponent)({
  name: "Storage",
  __name: "storage",
  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", {
          id: "XMLID_10090_",
          fill: "none",
          stroke: "currentColor",
          "stroke-width": "2",
          "stroke-miterlimit": "10",
          d: `M18.2,8.1
		c0.7,0.6,1.1,1.5,1.1,2.4v7.8c0,1-0.8,1.8-1.9,1.8H6.5c-1,0-1.9-0.8-1.9-1.8v-7.8c0-0.9,0.4-1.8,1.1-2.4l4.2-3.4
		c1.1-0.9,2.7-0.9,3.9,0L18.2,8.1z`
        }),
        (0, import_vue40.createElementVNode)("g", null, [
          (0, import_vue40.createElementVNode)("line", {
            fill: "none",
            stroke: "currentColor",
            "stroke-width": "2",
            "stroke-linecap": "round",
            "stroke-linejoin": "round",
            "stroke-miterlimit": "10",
            x1: "9.3",
            y1: "16.4",
            x2: "10.3",
            y2: "16.4"
          }),
          (0, import_vue40.createElementVNode)("line", {
            fill: "none",
            stroke: "currentColor",
            "stroke-width": "2",
            "stroke-linecap": "round",
            "stroke-linejoin": "round",
            "stroke-miterlimit": "10",
            x1: "13.8",
            y1: "16.4",
            x2: "14.8",
            y2: "16.4"
          })
        ]),
        (0, import_vue40.createElementVNode)("line", {
          fill: "none",
          stroke: "currentColor",
          "stroke-width": "2",
          "stroke-linecap": "round",
          "stroke-linejoin": "round",
          "stroke-miterlimit": "10",
          x1: "11.5",
          y1: "13",
          x2: "12.5",
          y2: "13"
        })
      ])
    ], 8, ["color", "width", "height"]));
  }
}), storage_default = _sfc_main20;

// src/components/study.vue
var import_vue41 = require("vue"), import_vue42 = require("vue"), _sfc_main21 = /* @__PURE__ */ (0, import_vue41.defineComponent)({
  name: "Study",
  __name: "study",
  props: {
    size: { default: 16 },
    color: { default: "#000" }
  },
  setup(__props) {
    let props = __props;
    return (_ctx, _cache) => ((0, import_vue42.openBlock)(), (0, import_vue42.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_vue42.createElementVNode)("path", {
        fill: "none",
        stroke: "currentColor",
        "stroke-width": "1.6925",
        "stroke-miterlimit": "10",
        d: `M18.9,11.4v5.1c0,2.2-3.2,3.7-7,3.7
	c-3.8,0-6.9-1.4-7-3.6l0-0.1v-5l6,3.1c0.6,0.3,1.3,0.3,1.9,0l0,0L18.9,11.4z`
      }),
      (0, import_vue42.createElementVNode)("path", {
        fill: "none",
        stroke: "currentColor",
        "stroke-width": "1.7476",
        "stroke-miterlimit": "10",
        d: `M12.7,4.5l9,4.3C22,8.9,22.2,9.3,22,9.6
	c-0.1,0.1-0.2,0.2-0.3,0.3L21.6,10l-1.2,0.6l-7.6,3.6c-0.6,0.3-1.2,0.3-1.8,0L2,9.8C1.7,9.7,1.6,9.4,1.7,9.1C1.8,9,1.9,8.9,2,8.8
	l9-4.3C11.6,4.3,12.2,4.3,12.7,4.5z`
      }),
      (0, import_vue42.createElementVNode)("line", {
        fill: "none",
        stroke: "currentColor",
        "stroke-width": "2",
        "stroke-linecap": "round",
        "stroke-linejoin": "round",
        "stroke-miterlimit": "10",
        x1: "21",
        y1: "11",
        x2: "21",
        y2: "16"
      })
    ], 8, ["color", "width", "height"]));
  }
}), study_default = _sfc_main21;

// src/components/icons.ts
var icons = [
  {
    name: "contract",
    zhName: "\u5408\u540C",
    component: contract_default,
    version: "1.0.0"
  },
  {
    name: "cost",
    zhName: "\u6210\u672C",
    component: cost_default,
    version: "1.0.0"
  },
  {
    name: "crm",
    zhName: "CRM",
    component: crm_default,
    version: "1.0.0"
  },
  {
    name: "data",
    zhName: "\u6570\u636E",
    component: data_default,
    version: "1.0.0"
  },
  {
    name: "design",
    zhName: "\u8BBE\u8BA1",
    component: design_default,
    version: "1.0.0"
  },
  {
    name: "eagle",
    zhName: "\u9E70\u773C",
    component: eagle_default,
    version: "1.0.0"
  },
  {
    name: "finance",
    zhName: "\u8D22\u52A1",
    component: finance_default,
    version: "1.0.0"
  },
  {
    name: "flow",
    zhName: "\u5DE5\u4F5C\u6D41",
    component: flow_default,
    version: "1.0.0"
  },
  {
    name: "home",
    zhName: "\u9996\u9875",
    component: home_default,
    version: "1.0.0"
  },
  {
    name: "leftmenu-afterSale",
    zhName: "\u552E\u540E",
    component: leftmenu_afterSale_default,
    version: "1.0.0"
  },
  {
    name: "marketing",
    zhName: "\u8425\u9500",
    component: marketing_default,
    version: "1.0.0"
  },
  {
    name: "materials-shop",
    zhName: "\u5546\u57CE",
    component: materials_shop_default,
    version: "1.0.0"
  },
  {
    name: "personnel",
    zhName: "\u4E2A\u4EBA",
    component: personnel_default,
    version: "1.0.0"
  },
  {
    name: "project",
    zhName: "\u9879\u76EE",
    component: project_default,
    version: "1.0.0"
  },
  {
    name: "satisfaction",
    zhName: "\u6EE1\u610F\u5EA6",
    component: satisfaction_default,
    version: "1.0.0"
  },
  {
    name: "search",
    zhName: "\u641C\u7D22",
    component: search_default,
    version: "1.0.0"
  },
  {
    name: "setting",
    zhName: "\u8BBE\u7F6E",
    component: setting_default,
    version: "1.0.0"
  },
  {
    name: "shop-one",
    zhName: "\u8D2D\u72691",
    component: shop_one_default,
    version: "1.0.0"
  },
  {
    name: "shop-two",
    zhName: "\u8D2D\u72692",
    component: shop_two_default,
    version: "1.0.0"
  },
  {
    name: "storage",
    zhName: "\u95E8\u5E97\u4ED3",
    component: storage_default,
    version: "1.0.0"
  },
  {
    name: "study",
    zhName: "\u5B66\u4E60",
    component: study_default,
    version: "1.0.0"
  }
], icons_default = icons;

// src/index.ts
var src_default = (app, { prefix = "" } = {}) => {
  Object.entries(components_exports).forEach(([k, component]) => {
    app.component(`${prefix}${k}`, component);
  });
};