@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1 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 Mail24 = (_a) => {
var { fill, size = '1.5rem' } = _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 24 24" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M5 5a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v2h2a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h2V5ZM4 9.783V18h13.446l-5.968-3.647-6-3.666L4 9.783Zm16 7.434L13.918 13.5l4.604-2.813L20 9.783v7.434Zm-3-7.944V6H7v3.273l1.576.962A.5.5 0 0 1 9 10h6a.5.5 0 0 1 .424.235L17 9.273ZM14.173 11H9.827L12 12.328 14.173 11ZM8.5 8a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1H9a.5.5 0 0 1-.5-.5Z" })));
};
exports.default = Mail24;