iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 766 B
JavaScript
;
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 EnvelopeOpenFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-envelope-open-fill", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M8.941.435a2 2 0 00-1.882 0l-6 3.2A2 2 0 000 5.4v.314l6.709 3.932L8 8.928l1.291.718L16 5.714V5.4a2 2 0 00-1.059-1.765zM16 6.873l-5.693 3.337L16 13.372v-6.5zm-.059 7.611L8 10.072.059 14.484A2 2 0 002 16h12a2 2 0 001.941-1.516M0 13.373l5.693-3.163L0 6.873z" }));
exports.default = EnvelopeOpenFill;