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.

55 lines (54 loc) 1.08 kB
import { svg } from "@opentiny/vue-common"; import { createElementBlock, openBlock, createElementVNode } from "vue"; var _hoisted_1 = { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "path", { d: "M8 0C3.588 0 0 3.59 0 8s3.588 8 8 8 8-3.59 8-8-3.588-8-8-8Z", "fill-rule": "evenodd" }, null, -1 /* HOISTED */ ); var _hoisted_3 = /* @__PURE__ */ createElementVNode( "path", { d: "M8 4v5.2", stroke: "#FFF", "stroke-linecap": "round" }, null, -1 /* HOISTED */ ); var _hoisted_4 = /* @__PURE__ */ createElementVNode( "circle", { r: ".8", transform: "translate(8 11.602)", fill: "#FFF" }, null, -1 /* HOISTED */ ); var _hoisted_5 = [_hoisted_2, _hoisted_3, _hoisted_4]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_5)); } var CueLO = { render }; var index = function index2() { return svg({ name: "IconCueLO", component: CueLO })(); }; export { index as default };