@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) • 1.08 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: "M8.549 1.167a3.417 3.417 0 0 1 2.238 5.998 4.08 4.08 0 0 1 2.128 3.585 4.083 4.083 0 0 1-4.083 4.083.67.67 0 0 1-.139-.015l-.066.01-.078.005H4.75a1.667 1.667 0 0 1-1.663-1.557l-.004-.11V2.834c0-.883.688-1.606 1.557-1.663l.11-.003h3.798ZM4.417 8v5.167c0 .163.119.3.274.328l.06.005h3.798a.67.67 0 0 1 .14.015.67.67 0 0 1 .143-.016 2.75 2.75 0 1 0 0-5.499H4.417ZM8.55 2.5H4.75c-.163 0-.3.118-.328.273l-.005.06v3.834h4.13a2.083 2.083 0 0 0 0-4.167Z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var EditorBold = {
render
};
var index = function index2() {
return svg({
name: "EditorBold",
component: EditorBold
})();
};
export {
index as default
};