UNPKG

@kadconsulting/dry

Version:
3 lines 574 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const LinkBroken01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "link-broken-01" }), _jsx("path", { className: 'dry-icon-link-broken-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M9 4V2m6 18v2M4 9H2m18 6h2M4.914 4.914 3.5 3.5m15.586 15.586L20.5 20.5M12 17.657l-2.121 2.121a4 4 0 1 1-5.657-5.657L6.343 12m11.314 0 2.121-2.121a4 4 0 1 0-5.657-5.657L12 6.343' })] })); //# sourceMappingURL=LinkBroken01.js.map