iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 695 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 ArrowFatUpThin = (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 124h44v84a12 12 0 0012 12h80a12 12 0 0012-12v-84h44a4 4 0 002.83-6.83zM176 116a4 4 0 00-4 4v88a4 4 0 01-4 4H88a4 4 0 01-4-4v-88a4 4 0 00-4-4H41.66L128 29.66 214.34 116z" }));
exports.default = ArrowFatUpThin;