@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 558 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const LineChartDown04 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "line-chart-down-04" }), _jsx("path", { className: 'dry-icon-line-chart-down-04', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm3 9 6.655 4.754a.5.5 0 0 0 .645-.053l3.4-3.402a.5.5 0 0 1 .645-.053L21 15M6 21h12a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3H6a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3Z' })] }));
//# sourceMappingURL=LineChartDown04.js.map