iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 769 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 ArrowBigUp = (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", ...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 13H8v7a2 2 0 002 2h4l.15-.005A2 2 0 0016 20l-.001-7h2.587A2 2 0 0020 9.586L13.414 3a2 2 0 00-2.828 0z" }));
exports.default = ArrowBigUp;