@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.
41 lines (40 loc) • 1.1 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
xmlns: "http://www.w3.org/2000/svg",
"xml:space": "preserve",
style: {
"shape-rendering": "geometricPrecision",
"text-rendering": "geometricPrecision",
"image-rendering": "optimizeQuality",
"fill-rule": "evenodd",
"clip-rule": "evenodd"
},
viewBox: "0 0 17 17"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
class: "separate_svg__fil0",
d: "M5 11c0 1-3 2-3 2l6 3 6-3-2-1c-1 0-2 1-2 1-1 0-3-1-5-2zm4-7h3V0h1v4h4v1h-4v3h-1V5H9V4zm5 7 2 2c0 1-7 4-8 4s-8-4-8-4l4-3c-1 0-3-1-3-1-1-1 6-4 7-4v1c1 0-5 3-5 3 1 1 4 2 6 3 1 0 5-3 7-4 0 1 0 1 1 1 0 0-2 1-3 2z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var Separate = {
render
};
var index = function index2() {
return svg({
name: "IconSeparate",
component: Separate
})();
};
export {
index as default
};