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.

32 lines (31 loc) 1.28 kB
import { svg } from "@opentiny/vue-common"; import { createElementBlock, openBlock, createElementVNode } from "vue"; var _hoisted_1 = { viewBox: "0 0 1024 1024", xmlns: "http://www.w3.org/2000/svg" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "path", { d: "M768 488.96C768 345.6 652.8 230.4 512 230.4S256 345.6 256 488.96s115.2 258.56 256 258.56 256-115.2 256-258.56zm138.24-115.2C855.04 202.24 698.88 76.8 512 76.8S168.96 202.24 120.32 373.76C64 394.24 25.6 448 25.6 509.44c0 66.56 46.08 122.88 107.52 140.8 0 2.56 2.56 2.56 2.56 5.12h84.48c-25.6-48.64-40.96-104.96-40.96-163.84 0-186.88 148.48-337.92 332.8-337.92s332.8 151.04 332.8 335.36c0 181.76-143.36 327.68-320 335.36-10.24-10.24-25.6-17.92-40.96-17.92-30.72 0-56.32 25.6-56.32 56.32s25.6 58.88 56.32 58.88c17.92 0 33.28-7.68 43.52-20.48C691.2 896 829.44 793.6 890.88 647.68 952.32 632.32 998.4 576 998.4 506.88c0-58.88-38.4-112.64-92.16-133.12z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var Helpful = { render }; var index = function index2() { return svg({ name: "IconHelpful", component: Helpful })(); }; export { index as default };