iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 909 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 ChartLineDownThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M228 208a4 4 0 01-4 4H32a4 4 0 01-4-4V48a4 4 0 018 0v14.34l60 60 29.17-29.17a4 4 0 015.66 0L196 158.34V128a4 4 0 018 0v40a4.13 4.13 0 01-.08.78 3.37 3.37 0 01-.1.34 2.8 2.8 0 01-.13.41 2.87 2.87 0 01-.2.39c-.05.1-.1.2-.16.3a4.19 4.19 0 01-1.11 1.11l-.31.16a3.48 3.48 0 01-.38.2 2.8 2.8 0 01-.41.13 3.37 3.37 0 01-.34.1 4.13 4.13 0 01-.78.08h-40a4 4 0 010-8h30.34L128 101.66l-29.17 29.17a4 4 0 01-5.66 0L36 73.66V204h188a4 4 0 014 4z" }));
exports.default = ChartLineDownThin;