UNPKG

@opentiny/vue-icon

Version:

An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.

44 lines (43 loc) 1.42 kB
import { svg } from "@opentiny/vue-common"; import { createElementBlock, openBlock, createElementVNode } from "vue"; var _hoisted_1 = { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", "xml:space": "preserve" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "path", { class: "customer-service_svg__st0", d: "M15 21.3c-.2 1.5-1.4 2.7-3 2.7-1.7 0-3-1.3-3-3s1.3-3 3-3c1 0 2 .5 2.5 1.3C16 18.5 17 16.9 17 15V7c0-2.8-2.2-5-5-5S7 4.2 7 7v7c0 .6-.4 1-1 1s-1-.4-1-1V7c0-3.9 3.1-7 7-7s7 3.1 7 7v8c0 2.8-1.6 5.2-4 6.3z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = /* @__PURE__ */ createElementVNode( "path", { class: "customer-service_svg__st0", d: "M3 8h1c1.7 0 3 1.3 3 3v3c0 1.7-1.3 3-3 3H3c-1.7 0-3-1.3-3-3v-3c0-1.7 1.3-3 3-3zm.5 2c-.8 0-1.5.7-1.5 1.5v2c0 .8.7 1.5 1.5 1.5S5 14.3 5 13.5v-2c0-.8-.7-1.5-1.5-1.5zM20 8h1c1.7 0 3 1.3 3 3v3c0 1.7-1.3 3-3 3h-1c-1.7 0-3-1.3-3-3v-3c0-1.7 1.3-3 3-3zm.5 2c-.8 0-1.5.7-1.5 1.5v2c0 .8.7 1.5 1.5 1.5s1.5-.7 1.5-1.5v-2c0-.8-.7-1.5-1.5-1.5z" }, null, -1 /* HOISTED */ ); var _hoisted_4 = [_hoisted_2, _hoisted_3]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4)); } var CustomerService = { render }; var index = function index2() { return svg({ name: "IconCustomerService", component: CustomerService })(); }; export { index as default };