@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 556 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const ArrowCircleBrokenDown = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "arrow-circle-broken-down" }), _jsx("path", { className: 'dry-icon-arrow-circle-broken-down', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M17 3.338A9.996 9.996 0 0 1 22 12c0 5.523-4.477 10-10 10S2 17.523 2 12a9.996 9.996 0 0 1 5-8.662M8 12l4 4m0 0 4-4m-4 4V2' })] }));
//# sourceMappingURL=ArrowCircleBrokenDown.js.map