UNPKG

@kadconsulting/dry

Version:
3 lines 443 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Move = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "move" }), _jsx("path", { className: 'dry-icon-move', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm5 9-3 3m0 0 3 3m-3-3h20M9 5l3-3m0 0 3 3m-3-3v20m3-3-3 3m0 0-3-3M19 9l3 3m0 0-3 3' })] })); //# sourceMappingURL=Move.js.map