UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 806 B
"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", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", ...props }, React.createElement("defs", null, React.createElement("path", { id: "a", d: "M14.95 3.684L8.637 8.912a1 1 0 0 1-1.276 0L1.051 3.684A.999.999 0 0 0 1 4v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4a.999.999 0 0 0-.05-.316zM2 2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm-.21 1l5.576 4.603a1 1 0 0 0 1.27.003L14.268 3H1.79z" })), React.createElement("use", { fillRule: "evenodd", href: "#a" })); exports.default = Email;