@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) • 972 B
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 14 12",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M12.876 0H1.124C.503 0 0 .502 0 1.122v9.756C0 11.498.503 12 1.124 12h11.752c.621 0 1.124-.502 1.124-1.122V1.122C14 .503 13.496 0 12.876 0Zm-1.204 1.122L7.488 4.615l-.025.02-.022.024a.56.56 0 0 1-.81.005l-.022-.022-4.273-3.52h9.336ZM1.124 10.878v-9.3l4.725 3.89c.318.315.737.488 1.186.488.459-.002.88-.178 1.197-.498l4.646-3.878v9.298H1.124Z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var EmailAdd = {
render
};
var index = function index2() {
return svg({
name: "IconEmailAdd",
component: EmailAdd
})();
};
export {
index as default
};