@fluentui/react-icons-mdl2
Version:
SVG icon components for @fluentui/react
11 lines • 695 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const React = require("react");
const createSvgIcon_1 = require("../utils/createSvgIcon");
const NewMailIcon = (0, createSvgIcon_1.default)({
svg: ({ classes }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 2048 2048", className: classes.svg, focusable: "false" },
React.createElement("path", { d: "M1792 1280v256h256v128h-256v256h-128v-256h-256v-128h256v-256h128zM0 384h2048v896h-128V648l-896 447-896-447v888h1024v128H0V384zm143 128l881 441 881-441H143z" }))),
displayName: 'NewMailIcon',
});
exports.default = NewMailIcon;
//# sourceMappingURL=NewMailIcon.js.map