UNPKG

@kadconsulting/dry

Version:
3 lines 452 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Link04 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "link-04" }), _jsx("path", { className: 'dry-icon-link-04', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M7.5 7H7a5 5 0 0 0 0 10h2a5 5 0 0 0 5-5m2.5 5h.5a5 5 0 0 0 0-10h-2a5 5 0 0 0-5 5' })] })); //# sourceMappingURL=Link04.js.map