@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.25 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 37 37"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
class: "custom_svg__fil0",
d: "M19 0c10 0 18 7 18 19 0 8-9 3-13 6-3 4 3 13-5 12C8 36 0 29 0 19 0 8 8 0 19 0zm6 10-5-2c0 1-1 2-2 2s-2-1-2-2l-4 3c1 0 1 0 1 1s-1 3-3 2l-1 4c1 1 2 1 2 2s-1 2-2 2c-2 0-3-1-3-2H3c1 8 8 16 16 14 4 0-1-7 3-11 3-3 12 0 12-4 2-9-7-16-15-16-9 0-16 7-16 16v1h3c0-1 1-2 3-2l1-4c-1 0-1-1-1-2s1-2 2-2c0 0 1 0 1 1l4-3c0-2 1-2 2-2s2 0 2 2l5 2c1-1 1-1 2-1s2 1 2 2-1 2-2 2-2-1-2-2v-1z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var Custom = {
render
};
var index = function index2() {
return svg({
name: "IconCustom",
component: Custom
})();
};
export {
index as default
};