UNPKG

@kadconsulting/dry

Version:
3 lines 403 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Activity = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "activity" }), _jsx("path", { className: 'dry-icon-activity', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M21 10h-4l-3 9L8 1l-3 9H1' })] })); //# sourceMappingURL=Activity.js.map