UNPKG

@kadconsulting/dry

Version:
3 lines 554 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const CurrencyRupeeCircle = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "currency-rupee-circle" }), _jsx("path", { className: 'dry-icon-currency-rupee-circle', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M8.5 10h7m-7-3.5h7M14 18l-5.5-4.5H10c4.445 0 4.445-7 0-7M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Z' })] })); //# sourceMappingURL=CurrencyRupeeCircle.js.map