UNPKG

@kadconsulting/dry

Version:
3 lines 507 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const CurrencyBitcoin = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "currency-bitcoin" }), _jsx("path", { className: 'dry-icon-currency-bitcoin', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M9.5 2v2m0 16v2m4-20v2m0 16v2m-6-18H14a4 4 0 0 1 0 8H7.5 15a4 4 0 0 1 0 8H7.5m0-16h-2m2 0v16m0 0h-2' })] })); //# sourceMappingURL=CurrencyBitcoin.js.map