@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.
49 lines (48 loc) • 1.76 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 24 24",
"xml:space": "preserve"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"g",
null,
[/* @__PURE__ */ createElementVNode("circle", {
class: "dialog_svg__st0",
cx: "7.5",
cy: "11.5",
r: "1.5"
}), /* @__PURE__ */ createElementVNode("circle", {
class: "dialog_svg__st0",
cx: "12.5",
cy: "11.5",
r: "1.5"
}), /* @__PURE__ */ createElementVNode("circle", {
class: "dialog_svg__st0",
cx: "17.5",
cy: "11.5",
r: "1.5"
}), /* @__PURE__ */ createElementVNode("path", {
class: "dialog_svg__st0",
d: "M23 6.8c-.6-1.3-1.5-2.5-2.6-3.6-1.1-1-2.4-1.8-3.8-2.4-1.4-.5-3-.8-4.6-.8S8.8.3 7.3.9c-1.4.5-2.7 1.3-3.8 2.4-1.1 1-2 2.2-2.6 3.6-.6 1.4-1 2.9-1 4.4 0 2.7 1.1 5.4 3 7.4l.5 4.6c0 .3.2.5.5.7h.5c.1 0 .3 0 .4-.1l3.5-2c1.2.4 2.5.6 3.7.6 1.6 0 3.2-.3 4.7-.9 1.4-.6 2.7-1.4 3.8-2.4 1.1-1 2-2.2 2.6-3.6.6-1.4 1-2.9 1-4.4-.1-1.5-.4-3-1.1-4.4zm-1.8 7.7c-.5 1.1-1.2 2-2.1 2.9-.9.8-2 1.5-3.2 1.9-1.2.5-2.5.7-3.9.7-1.2 0-2.4-.2-3.5-.6-.2-.1-.5-.1-.7.1L5.3 21l-.4-3.4c0-.2-.1-.3-.2-.5C2.9 15.4 2 13.3 2 11c0-1.2.3-2.4.8-3.5s1.2-2 2.1-2.9c.9-.8 2-1.5 3.2-1.9C9.3 2.2 10.6 2 12 2s2.7.2 3.9.7c1.2.5 2.3 1.1 3.2 1.9.9.8 1.6 1.8 2.1 2.9.5 1.1.8 2.3.8 3.5 0 1.2-.3 2.4-.8 3.5z"
})],
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var Dialog = {
render
};
var index = function index2() {
return svg({
name: "IconDialog",
component: Dialog
})();
};
export {
index as default
};