iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.14 kB
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 MailCheck = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M17.644 4.668l-7.37 5.911c-.008.009-.004.021-.012.03a.538.538 0 0 1-.398.155.537.537 0 0 1-.397-.156c-.008-.008-.004-.02-.012-.029L2.107 4.685V15.77c0 .306.249.555.555.555h8.33v1.111H1.555A.555.555 0 0 1 1 16.88V3.556l.002-.011c0-.008.004-.014.005-.021a.546.546 0 0 1 .138-.335c.008-.01.005-.026.015-.036.012-.012.03-.007.044-.018a.54.54 0 0 1 .3-.124c.02-.002.036-.012.057-.01h16.644c.302.005.546.25.546.555v9.438h-1.107V4.668zM3.124 4.11l6.74 5.407 6.741-5.407H3.124zm9.952 11.308l1.782 1.803 2.924-2.959a.566.566 0 0 1 .808 0 .582.582 0 0 1 0 .817l-3.23 3.268a.555.555 0 0 1-.502.15.556.556 0 0 1-.502-.15l-2.088-2.113a.582.582 0 0 1 0-.816.566.566 0 0 1 .808 0z", fill: "#000", fillRule: "evenodd" }));
exports.default = MailCheck;