@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 560 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const ArrowCircleBrokenRight = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "arrow-circle-broken-right" }), _jsx("path", { className: 'dry-icon-arrow-circle-broken-right', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M3.338 7A9.996 9.996 0 0 1 12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10a9.996 9.996 0 0 1-8.662-5M12 16l4-4m0 0-4-4m4 4H2' })] }));
//# sourceMappingURL=ArrowCircleBrokenRight.js.map