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) 959 B
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: "M6.2 2.7a.3.3 0 0 1 .3.3v3.7h-.003v.048C6.396 10.198 4.232 13 1.5 13a.5.5 0 1 1 0-1c2.125 0 3.92-2.33 3.997-5.299L2.8 6.7a.3.3 0 0 1-.3-.3V3a.3.3 0 0 1 .3-.3h3.4Zm7 0a.3.3 0 0 1 .3.3v3.7h-.003v.048C13.396 10.198 11.232 13 8.5 13a.5.5 0 1 1 0-1c2.125 0 3.92-2.33 3.997-5.299L9.8 6.7a.3.3 0 0 1-.3-.3V3a.3.3 0 0 1 .3-.3h3.4Z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var EditorQuote = { render }; var index = function index2() { return svg({ name: "EditorQuote", component: EditorQuote })(); }; export { index as default };