UNPKG

@kadconsulting/dry

Version:
4 lines 578 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; /** Note: So-named because Infinity has a name collision with the global Infinity object */ export const InfinityIcon = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "infinity" }), _jsx("path", { className: 'dry-icon-infinity', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M18.178 8c5.096 0 5.096 8 0 8-5.095 0-7.133-8-12.74-8-4.584 0-4.584 8 0 8 5.607 0 7.645-8 12.74-8h0Z' })] })); //# sourceMappingURL=InfinityIcon.js.map