UNPKG

@kadconsulting/dry

Version:
3 lines 500 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const CurrencyEthereum = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "currency-ethereum" }), _jsx("path", { className: 'dry-icon-currency-ethereum', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm4 11 8 2 8-2M4 11l8-9m-8 9 8-2m8 2-8-9m8 9-8-2m0-7v7m-6.5 6 6.5 7 6.5-7-6.5 1.5L5.5 15Z' })] })); //# sourceMappingURL=CurrencyEthereum.js.map