@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.
24 lines (23 loc) • 903 B
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createStaticVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 16 17",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createStaticVNode('<g fill-rule="evenodd"><circle fill-rule="nonzero" cx="8" cy="8" r="8"></circle><g fill="none" stroke="#FFF"><path d="M5.755 4.908h4.49a1 1 0 0 1 .986.836l.698 4.184a1 1 0 0 1-.987 1.164H5.058a1 1 0 0 1-.987-1.164l.698-4.184a1 1 0 0 1 .986-.836Z"></path><path d="M6.69 7.201h2.62M6.515 8.867h2.97" stroke-linecap="round"></path></g></g>', 1);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var Draft = {
render
};
var index = function index2() {
return svg({
name: "IconDraft",
component: Draft
})();
};
export {
index as default
};