styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
16 lines (15 loc) • 1.08 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var React = tslib_1.__importStar(require("react"));
var StyledIconBase_1 = require("../../StyledIconBase");
exports.Mail2 = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("path", { d: "M13.333 0H2.667A2.675 2.675 0 000 2.667v10.666C0 14.801 1.2 16 2.667 16h10.666A2.674 2.674 0 0016 13.333V2.667C16 1.2 14.8 0 13.333 0zm0 2c.125 0 .243.036.344.099L7.999 6.793 2.322 2.099A.648.648 0 012.666 2h10.666zM2.667 14a.654.654 0 01-.089-.006l3.525-4.89-.457-.457L2 12.293V2.744L8 10l6-7.256v9.549l-3.646-3.646-.457.457 3.525 4.89a.65.65 0 01-.088.006H2.668z", key: "k0" })));
});
exports.Mail2.displayName = 'Mail2';
exports.Mail2Dimensions = { height: 16, width: 16 };
;