@mozaic-ds/icons-react
Version:
ADS icons for React usage
19 lines (14 loc) • 1.13 kB
JavaScript
'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 MailAlt24 = (_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("g", { "clip-path": "url(#a)" },
index.default.createElement("path", { "fill-rule": "evenodd", d: "M4 12a8 8 0 1 1 16 0v1.5a1.5 1.5 0 0 1-3 0V12a5 5 0 1 0-1.396 3.466A3.5 3.5 0 0 0 22 13.5V12c0-5.523-4.477-10-10-10S2 6.477 2 12s4.477 10 10 10h5a1 1 0 1 0 0-2h-5a8 8 0 0 1-8-8Zm8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6Z" })),
index.default.createElement("defs", null,
index.default.createElement("clipPath", { id: "a" },
index.default.createElement("rect", { width: "24", height: "24", fill: "#fff" })))));
};
exports.default = MailAlt24;