UNPKG

@0xsequence/connect

Version:
9 lines 869 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CoinbaseWalletLogo = void 0; const jsx_runtime_1 = require("react/jsx-runtime"); const CoinbaseWalletLogo = props => { return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 1024 1024", fill: "none", ...props, children: [(0, jsx_runtime_1.jsx)("rect", { width: "100%", height: "100%", fill: "#0052FF", rx: "100" }), (0, jsx_runtime_1.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" })] })); }; exports.CoinbaseWalletLogo = CoinbaseWalletLogo; //# sourceMappingURL=CoinbaseWalletLogo.js.map