UNPKG

@kadconsulting/dry

Version:
3 lines 615 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const ArrowCircleBrokenDownRight = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "arrow-circle-broken-down-right" }), _jsx("path", { className: 'dry-icon-arrow-circle-broken-down-right', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M9.41 2.34a9.996 9.996 0 0 1 9.661 2.589c3.905 3.905 3.905 10.237 0 14.142-3.905 3.905-10.237 3.905-14.142 0a9.996 9.996 0 0 1-2.59-9.66M15 9v6m0 0H9m6 0L5 5' })] })); //# sourceMappingURL=ArrowCircleBrokenDownRight.js.map