iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1 kB
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 EnvelopeArrowUpFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-envelope-arrow-up-fill", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M.05 3.555A2 2 0 012 2h12a2 2 0 011.95 1.555L8 8.414zM0 4.697v7.104l5.803-3.558zm.192 8.159l6.57-4.027L8 9.586l1.239-.757.367.225A4.49 4.49 0 008 12.5c0 .526.09 1.03.256 1.5H2a2 2 0 01-1.808-1.144M16 4.697v4.974A4.5 4.5 0 0012.5 8a4.5 4.5 0 00-1.965.45l-.338-.207z" }),
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 = EnvelopeArrowUpFill;