UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.03 kB
'use strict'; 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 Mail32 = (_a) => { var { fill, size = '2rem' } = _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 32 32" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M7 6.667a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v3h3a1 1 0 0 1 1 1v14.666a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V10.667a1 1 0 0 1 1-1h3v-3ZM5 12.45v11.883h19.446l-8.968-5.48-8-4.889L5 12.45Zm22 11.1L17.918 18l6.604-4.036L27 12.45v11.1Zm-4-11V7.667H9v4.883l2.507 1.532A.5.5 0 0 1 12 13.5h8a.5.5 0 0 1 .493.582L23 12.55Zm-3.19 1.95h-7.62L16 16.828l3.81-2.328Zm-8.31-3.833a.5.5 0 0 1 .5-.5h8a.5.5 0 1 1 0 1h-8a.5.5 0 0 1-.5-.5Z" }))); }; exports.default = Mail32;