iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 732 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 ArrowFatLineDownThin = (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-44V72a4 4 0 00-4-4H80a4 4 0 00-4 4v60H32a4 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-4V76h88v60a4 4 0 004 4h38.34zM76 40a4 4 0 014-4h96a4 4 0 010 8H80a4 4 0 01-4-4z" }));
exports.default = ArrowFatLineDownThin;