UNPKG

@kadconsulting/dry

Version:
3 lines 490 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Link05 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "link-05" }), _jsx("path", { className: 'dry-icon-link-05', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M9 17H7A5 5 0 0 1 7 7h2m-1 5h10m-2.222 5H17a5 5 0 0 0 0-10h-1.222a.778.778 0 0 0-.778.778v8.444c0 .43.348.778.778.778Z' })] })); //# sourceMappingURL=Link05.js.map