@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.
51 lines (50 loc) • 2.27 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 597.015 597.013",
"xml:space": "preserve"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M420.001 179.268H177.014c-12.916 0-23.423 10.508-23.423 23.424v158.05c0 12.915 10.507 23.423 23.423 23.423H285.87l27.224 33.58 22.473-33.58h84.434c12.917 0 23.422-10.508 23.422-23.423v-158.05c0-12.916-10.505-23.424-23.422-23.424zm4.157 181.474c0 2.233-1.925 4.158-4.157 4.158h-94.066l-12.842 32.308-20.017-32.285.802-.022h-.815l-.081-.131-1.378.131h-114.59c-2.233 0-4.159-1.925-4.159-4.158v-158.05c0-2.233 1.926-4.16 4.159-4.16h242.987c2.232 0 4.157 1.927 4.157 4.16v158.049z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M244.227 265.458h-17.513c-2.407 0-4.376 1.972-4.376 4.379v17.514a4.39 4.39 0 0 0 4.376 4.377h17.513a4.39 4.39 0 0 0 4.379-4.377v-17.514a4.392 4.392 0 0 0-4.379-4.379zM306.397 265.021h-17.513a4.392 4.392 0 0 0-4.379 4.379v17.511a4.392 4.392 0 0 0 4.379 4.378h17.513a4.394 4.394 0 0 0 4.379-4.378V269.4a4.394 4.394 0 0 0-4.379-4.379zM369.442 265.021h-17.514a4.39 4.39 0 0 0-4.377 4.379v17.511a4.39 4.39 0 0 0 4.377 4.378h17.514a4.39 4.39 0 0 0 4.377-4.378V269.4a4.39 4.39 0 0 0-4.377-4.379z"
},
null,
-1
/* HOISTED */
);
var _hoisted_4 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M87.331 509.681c116.438 116.443 305.915 116.443 422.353 0 116.441-116.438 116.441-305.911 0-422.349C393.246-29.11 203.77-29.11 87.331 87.332c-116.441 116.438-116.441 305.905 0 422.349zm20.172-399.198C211.175 6.811 378.242 0 488.539 108.483c104.52 102.801 103.658 274.364 0 378.036-103.676 103.668-276.378 104.668-380.036 1-103.676-103.672-104.676-273.367-1-377.036zm0 0"
},
null,
-1
/* HOISTED */
);
var _hoisted_5 = [_hoisted_2, _hoisted_3, _hoisted_4];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_5));
}
var MessageCircle = {
render
};
var index = function index2() {
return svg({
name: "IconMessageCircle",
component: MessageCircle
})();
};
export {
index as default
};