@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.
32 lines (31 loc) • 970 B
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 16 16",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M12.5 2.5C13.88 2.5 15 3.61 15 5v6a2.5 2.5 0 0 1-2.5 2.5h-9C2.11 13.5 1 12.38 1 11V5c0-1.39 1.11-2.5 2.5-2.5h9Zm1.37 1.9L8.95 8.49c-.55.46-1.36.46-1.91 0L2.12 4.4c-.08.18-.12.38-.12.6v6c0 .82.67 1.5 1.5 1.5h9c.82 0 1.5-.68 1.5-1.5V5c0-.22-.05-.42-.13-.6Zm-1.37-.9h-9c-.26 0-.49.06-.7.17l4.87 4.05c.19.15.46.15.65 0l4.87-4.05c-.21-.11-.44-.17-.69-.17Z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var Mail = {
render
};
var index = function index2() {
return svg({
name: "IconMail",
component: Mail
})();
};
export {
index as default
};