UNPKG

@kadconsulting/dry

Version:
3 lines 460 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Anchor = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "anchor" }), _jsx("path", { className: 'dry-icon-anchor', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M12 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm0 0v14m0 0A10 10 0 0 1 2 12h3m7 10a10 10 0 0 0 10-10h-3' })] })); //# sourceMappingURL=Anchor.js.map