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.

52 lines (51 loc) 1.27 kB
import { svg } from "@opentiny/vue-common"; import { createElementBlock, openBlock, createElementVNode } from "vue"; var _hoisted_1 = { "data-name": "图层 1", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "path", { "data-name": "路径", d: "M8 1C4.13 1 1 4.13 1 8s3.13 7 7 7 7-3.14 7-7-3.14-7-7-7Z", style: { "fill-rule": "evenodd", "fill": "var(--tv-color-icon-control-active)" } }, null, -1 /* HOISTED */ ); var _hoisted_3 = /* @__PURE__ */ createElementVNode( "path", { "data-name": "形状结合", d: "M7.93 5.71c-.47 0-.87-.39-.87-.87s.4-.84.87-.84.85.38.85.86-.38.85-.85.85Zm-.6 6.79c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h.3v-4h-.08c-.25 0-.45-.18-.49-.41V7c0-.28.22-.5.49-.5h1.08v5h.3c.28 0 .5.22.5.5s-.22.5-.5.5h-1.6Z", style: { "fill": "#fff", "fill-rule": "evenodd" } }, null, -1 /* HOISTED */ ); var _hoisted_4 = [_hoisted_2, _hoisted_3]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4)); } var Help = { render }; var index = function index2() { return svg({ name: "IconHelp", component: Help })(); }; export { index as default };