iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 938 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 EnvelopeArrowUp = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-envelope-arrow-up", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M0 4a2 2 0 012-2h12a2 2 0 012 2v4.5a.5.5 0 01-1 0V5.383l-7 4.2-1.326-.795-5.64 3.47A1 1 0 002 13h5.5a.5.5 0 010 1H2a2 2 0 01-2-1.99zm1 7.105l4.708-2.897L1 5.383zM1 4v.217l7 4.2 7-4.2V4a1 1 0 00-1-1H2a1 1 0 00-1 1" }),
React.createElement("path", { d: "M12.5 16a3.5 3.5 0 100-7 3.5 3.5 0 000 7m.354-5.354l1.25 1.25a.5.5 0 01-.708.708L13 12.207V14a.5.5 0 01-1 0v-1.717l-.28.305a.5.5 0 01-.737-.676l1.149-1.25a.5.5 0 01.722-.016" }));
exports.default = EnvelopeArrowUp;