UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.09 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 MailPlus = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M17.644 4.667l-7.37 5.912c-.008.008-.005.02-.013.029a.537.537 0 0 1-.397.155.537.537 0 0 1-.397-.155c-.008-.008-.005-.02-.012-.03L2.107 4.686v11.084c0 .307.248.555.555.555h7.22v1.11H1.555A.555.555 0 0 1 1 16.88V3.555l.002-.01c0-.008.004-.014.004-.022a.55.55 0 0 1 .138-.334c.01-.01.006-.026.016-.037.012-.012.032-.007.045-.018a.54.54 0 0 1 .297-.123c.021-.002.038-.011.06-.01h16.645c.3.007.544.251.544.554v9.439h-1.107V4.667zm-14.52-.556l6.74 5.407 6.74-5.407H3.124zm10.632 12.213h1.67v-1.666a.556.556 0 0 1 1.115 0v1.666h1.671a.556.556 0 1 1 0 1.11h-1.671V19.1a.556.556 0 0 1-1.114 0v-1.665h-1.671a.557.557 0 1 1 0-1.11z", fill: "#000", fillRule: "evenodd" })); exports.default = MailPlus;