UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 857 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 Envelope1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M22 6.256V17.25a2.25 2.25 0 01-2.25 2.25H4.25A2.25 2.25 0 012 17.25V6.234v-.03A1.736 1.736 0 013.737 4.5h16.528c.959 0 1.736.777 1.736 1.735v.021zM3.5 8.187v9.063c0 .414.336.75.75.75h15.5a.75.75 0 00.75-.75V8.187l-7.213 5.03c-.773.54-1.8.54-2.574 0L3.5 8.187zm17-1.958A.236.236 0 0020.264 6H3.736a.236.236 0 00-.135.429l7.97 5.558c.258.18.6.18.858 0l7.97-5.558a.236.236 0 00.101-.186V6.23z", fill: "#323544" })); exports.default = Envelope1;