UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 1.23 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 Email = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("defs", null, React.createElement("path", { d: "M18.73 16.879a.555.555 0 0 1-.555.555H1.555A.555.555 0 0 1 1 16.879V3.555l.002-.01c0-.008.004-.014.005-.021a.546.546 0 0 1 .138-.336c.009-.01.005-.025.015-.035.012-.012.031-.008.044-.019a.545.545 0 0 1 .298-.123c.022-.002.039-.012.06-.011h16.605c.022 0 .039.009.06.01a.545.545 0 0 1 .299.124c.013.011.031.006.044.019.01.01.005.025.014.035.081.091.131.206.139.336 0 .007.004.013.004.02 0 .004.003.007.003.01V16.88zm-16.622-1.11c0 .306.248.555.554.555h14.405a.555.555 0 0 0 .554-.556V4.685l-7.348 5.894c-.007.008-.004.02-.012.029a.537.537 0 0 1-.397.155.536.536 0 0 1-.397-.155c-.008-.008-.005-.02-.012-.03L2.107 4.686v11.083h.001zm7.757-6.252l6.74-5.406H3.125l6.74 5.406z", id: "a" })), React.createElement("use", { fill: "#000", href: "#a", fillRule: "evenodd" })); exports.default = Email;