@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 595 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const TrendDown01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "trend-down-01" }), _jsx("path", { className: 'dry-icon-trend-down-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm22 17-7.869-7.869c-.396-.396-.594-.594-.822-.668a1 1 0 0 0-.618 0c-.228.074-.426.272-.822.668L9.13 11.87c-.396.396-.594.594-.822.668a1 1 0 0 1-.618 0c-.228-.074-.426-.272-.822-.668L2 7m20 10h-7m7 0v-7' })] }));
//# sourceMappingURL=TrendDown01.js.map