iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 706 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 ArrowFatDownThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M227.7 134.47A4 4 0 00224 132h-44V48a12 12 0 00-12-12H88a12 12 0 00-12 12v84H32a4 4 0 00-2.83 6.83l96 96a4 4 0 005.66 0l96-96a4 4 0 00.87-4.36zM128 226.34L41.66 140H80a4 4 0 004-4V48a4 4 0 014-4h80a4 4 0 014 4v88a4 4 0 004 4h38.34z" }));
exports.default = ArrowFatDownThin;