@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.
51 lines (50 loc) • 1.22 kB
JavaScript
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: "M2.8 2.496a.5.5 0 0 1 .492.41l.008.09v10a.5.5 0 0 1-.992.09l-.008-.09v-10a.5.5 0 0 1 .5-.5ZM8.8 2.496a.5.5 0 0 1 .492.41l.008.09v10a.5.5 0 0 1-.992.09l-.008-.09v-10a.5.5 0 0 1 .5-.5Z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M14.06 12.8H10.8l2.5-2.5a1.464 1.464 0 1 0-2.5-1.026",
fill: "#fff"
},
null,
-1
/* HOISTED */
);
var _hoisted_4 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M8.8 7.5a.5.5 0 0 1 .09.992L8.8 8.5h-6a.5.5 0 0 1-.09-.992L2.8 7.5h6Z"
},
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 EditorSubtitle = {
render
};
var index = function index2() {
return svg({
name: "EditorSubtitle",
component: EditorSubtitle
})();
};
export {
index as default
};