@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 637 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const BarLineChart = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "bar-line-chart" }), _jsx("path", { className: 'dry-icon-bar-line-chart', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M20 20v-7m-8 7V10M4 20v-4m9.407-10.973 5.168 1.939M10.8 5.4 5.2 9.6m15.86-3.16a1.5 1.5 0 1 1-2.121 2.12 1.5 1.5 0 0 1 2.122-2.12Zm-16 3a1.5 1.5 0 1 1-2.12 2.12 1.5 1.5 0 0 1 2.12-2.12Zm8-6a1.5 1.5 0 1 1-2.121 2.12 1.5 1.5 0 0 1 2.122-2.12Z' })] }));
//# sourceMappingURL=BarLineChart.js.map