@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.12 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js');
var index = require('../../node_modules/react/index.js');
const Mail64 = (_a) => {
var { fill, size = '4rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]);
return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M14.5 13.333a1.5 1.5 0 0 1 1.5-1.5h32a1.5 1.5 0 0 1 1.5 1.5v6.5H56a1.5 1.5 0 0 1 1.5 1.5v29.334a1.5 1.5 0 0 1-1.5 1.5H8a1.5 1.5 0 0 1-1.5-1.5V21.333a1.5 1.5 0 0 1 1.5-1.5h6.5v-6.5Zm0 9.5h-1.169l1.169.715v-.715Zm3 2.548L32 34.242l14.5-8.861V14.833h-29v10.548Zm32-1.833 1.169-.715H49.5v.715Zm5 .46-5.718 3.494L34.877 36 54.5 47.992V24.008Zm-3.831 25.159L31.218 37.28l-16-9.778L9.5 24.008v25.159h41.169ZM23 21.333a1 1 0 0 1 1-1h16a1 1 0 1 1 0 2H24a1 1 0 0 1-1-1ZM24 27a1 1 0 1 0 0 2h16a1 1 0 1 0 0-2H24Z" })));
};
exports.default = Mail64;