@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 417 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const TrendDown02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "trend-down-02" }), _jsx("path", { className: 'dry-icon-trend-down-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm7 7 10 10m0 0V7m0 10H7' })] }));
//# sourceMappingURL=TrendDown02.js.map