UNPKG

@kadconsulting/dry

Version:
3 lines 410 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const TrendUp02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "trend-up-02" }), _jsx("path", { className: 'dry-icon-trend-up-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M7 17 17 7m0 0H7m10 0v10' })] })); //# sourceMappingURL=TrendUp02.js.map