iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 719 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 ArrowFatLineUpThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M226.83 117.17l-96-96a4 4 0 00-5.66 0l-96 96A4 4 0 0032 124h44v60a4 4 0 004 4h96a4 4 0 004-4v-60h44a4 4 0 002.83-6.83zM176 116a4 4 0 00-4 4v60H84v-60a4 4 0 00-4-4H41.66L128 29.66 214.34 116zm4 100a4 4 0 01-4 4H80a4 4 0 010-8h96a4 4 0 014 4z" }));
exports.default = ArrowFatLineUpThin;