iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 811 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Maildotcom = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M18.017-.009H0V15.66c0 1.406.96 2.571 2.246 2.914L24 24.008V5.992c.017-3.308-2.674-6-5.983-6zm3 15.669H18V8.786c0-.669-.223-2.229-2.212-2.229-1.32 0-2.28.909-2.28 2.229v6.874h-3.017V8.786c0-.669-.205-2.229-2.194-2.229-1.354 0-2.28.909-2.28 2.229v6.874H3V3.609h5.297c1.594 0 2.897.634 3.737 1.662.892-1.028 2.212-1.662 3.737-1.662C19.063 3.609 21 5.786 21 8.854l.017 6.806z" }));
exports.default = Maildotcom;