@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.
42 lines (41 loc) • 1.63 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.014",
"xml:space": "preserve"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M87.331 509.681c116.438 116.443 305.916 116.443 422.353 0 116.441-116.438 116.441-305.911 0-422.349C393.247-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.812 378.243 0 488.54 108.483c104.52 102.801 103.658 274.363 0 378.035-103.676 103.668-276.378 104.668-380.037 1-103.676-103.671-104.676-273.365-1-377.035zm0 0"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M422.309 200.463H174.703c-14.627 0-26.523 10.995-26.523 24.511v147.064c0 13.518 11.896 24.512 26.523 24.512h247.606c14.617 0 26.525-10.994 26.525-24.512V224.975c0-13.517-11.921-24.512-26.525-24.512zM165.867 372.039V228.112l78.108 72.16h-.079l-78.029 72.109v-.342zm12.772-155.235h239.725l-119.85 110.75-119.875-110.75zm77.781 94.984 42.081 38.891 42.275-39.072 74.266 68.618H182.378l74.042-68.437zm97.129-11.517h-.51l78.107-72.16v143.864l-77.597-71.704zm0 0"
},
null,
-1
/* HOISTED */
);
var _hoisted_4 = [_hoisted_2, _hoisted_3];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
}
var EmailCircle = {
render
};
var index = function index2() {
return svg({
name: "IconEmailCircle",
component: EmailCircle
})();
};
export {
index as default
};