UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.02 kB
"use strict"; 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 MailMinus = (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-.397.154.536.536 0 0 1-.398-.155c-.008-.008-.005-.02-.011-.029L2.107 4.685v11.083c0 .307.249.555.555.555h7.22v1.111H1.555A.555.555 0 0 1 1 16.88V3.555l.002-.01c0-.008.004-.014.005-.021a.547.547 0 0 1 .138-.335c.009-.01.005-.026.015-.036.012-.013.032-.007.045-.019a.54.54 0 0 1 .297-.123C1.524 3.01 1.54 3 1.562 3h16.605l.04.002c.301.006.544.25.544.553v9.44h-1.107V4.667zM3.124 4.11l6.74 5.407 6.741-5.407H3.124zm10.632 12.213h4.457a.556.556 0 1 1 0 1.11h-4.457a.556.556 0 0 1 0-1.11z", fill: "#000", fillRule: "evenodd" })); exports.default = MailMinus;