@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 571 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const CurrencyEthereumCircle = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "currency-ethereum-circle" }), _jsx("path", { className: 'dry-icon-currency-ethereum-circle', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M6.5 15.5 12 18l5.5-2.5M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-15.5-.5L12 14l5.5-2.5L12 5l-5.5 6.5Z' })] }));
//# sourceMappingURL=CurrencyEthereumCircle.js.map