UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 640 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 EnvelopeIcon = (props) => React.createElement("svg", { "aria-label": "envelope icon", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props }, React.createElement("path", { d: "M5.414 6L12 12.586 18.586 6H5.414zM20 7.414l-7.646 7.647a.5.5 0 0 1-.708 0L4 7.414V18h16V7.414zM3 4h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1z" })); exports.default = EnvelopeIcon;