@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 613 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const ArrowCircleBrokenDownLeft = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "arrow-circle-broken-down-left" }), _jsx("path", { className: 'dry-icon-arrow-circle-broken-down-left', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M9 9v6m0 0h6m-6 0L19 5m2.66 4.41a9.996 9.996 0 0 1-2.589 9.661c-3.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.59' })] }));
//# sourceMappingURL=ArrowCircleBrokenDownLeft.js.map