UNPKG

@0xsequence/connect

Version:
5 lines 671 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const CoinbaseWalletLogo = props => { return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 1024 1024", fill: "none", ...props, children: [_jsx("rect", { width: "100%", height: "100%", fill: "#0052FF", rx: "100" }), _jsx("path", { fill: "#fff", fillRule: "evenodd", d: "M152 512c0 198.823 161.177 360 360 360s360-161.177 360-360-161.177-360-360-360-360 161.177-360 360Zm268-116c-13.255 0-24 10.745-24 24v184c0 13.255 10.745 24 24 24h184c13.255 0 24-10.745 24-24V420c0-13.255-10.745-24-24-24H420Z", clipRule: "evenodd" })] })); }; //# sourceMappingURL=CoinbaseWalletLogo.js.map