UNPKG

@kadconsulting/dry

Version:
3 lines 456 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const CurrencyRuble = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "currency-ruble" }), _jsx("path", { className: 'dry-icon-currency-ruble', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M8.5 11.5h6a4 4 0 0 0 0-8h-6v8Zm0 0h-2m7 4h-7M8.5 4v16.5' })] })); //# sourceMappingURL=CurrencyRuble.js.map