iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 844 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 ArrowBigUpLine = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-arrow-big-up-line", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M10.586 3L4 9.586a2 2 0 00-.434 2.18l.068.145A2 2 0 005.414 13H8v5a1 1 0 001 1h6l.117-.007A1 1 0 0016 18l-.001-5h2.587A2 2 0 0020 9.586L13.414 3a2 2 0 00-2.828 0zM15 20a1 1 0 01.117 1.993L15 22H9a1 1 0 01-.117-1.993L9 20h6z" }));
exports.default = ArrowBigUpLine;