@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) • 925 B
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: "M12.333 13.667a.5.5 0 0 1 .068.996l-.068.004H3.667a.5.5 0 0 1-.068-.995l.068-.005h8.666Zm-.396-12.334a.5.5 0 0 1 .495.432l.005.068V8.23a4.437 4.437 0 0 1-8.871.156l-.003-.156V1.833a.5.5 0 0 1 .996-.068l.004.068V8.23a3.437 3.437 0 0 0 6.87.145l.004-.145V1.833a.5.5 0 0 1 .5-.5Z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var EditorUnderline = {
render
};
var index = function index2() {
return svg({
name: "EditorUnderline",
component: EditorUnderline
})();
};
export {
index as default
};