@mozaic-ds/icons-react
Version:
ADS icons for React usage
19 lines (14 loc) • 1.19 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 MailAlt20 = (_a) => {
var { fill, size = '1.25rem' } = _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 20 20" }),
index.default.createElement("g", { "clip-path": "url(#a)" },
index.default.createElement("path", { "fill-rule": "evenodd", d: "M3.25 10a6.75 6.75 0 0 1 13.5 0v1.25a1.333 1.333 0 0 1-2.667 0V10a4.083 4.083 0 1 0-1.068 2.754 2.833 2.833 0 0 0 5.235-1.504V10A8.25 8.25 0 1 0 10 18.25h4.167a.75.75 0 0 0 0-1.5H10A6.75 6.75 0 0 1 3.25 10ZM10 7.417a2.583 2.583 0 1 0 0 5.166 2.583 2.583 0 0 0 0-5.166Z" })),
index.default.createElement("defs", null,
index.default.createElement("clipPath", { id: "a" },
index.default.createElement("rect", { width: "20", height: "20", fill: "#fff" })))));
};
exports.default = MailAlt20;