UNPKG

@kadconsulting/dry

Version:
3 lines 610 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const ArrowCircleBrokenUpRight = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "arrow-circle-broken-up-right" }), _jsx("path", { className: 'dry-icon-arrow-circle-broken-up-right', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M2.34 14.59a9.996 9.996 0 0 1 2.589-9.661c3.905-3.905 10.237-3.905 14.142 0 3.905 3.905 3.905 10.237 0 14.142a9.996 9.996 0 0 1-9.66 2.59M15 15V9m0 0H9m6 0L5 19' })] })); //# sourceMappingURL=ArrowCircleBrokenUpRight.js.map