UNPKG

@pushchain/ui-kit

Version:

Push Chain is a true universal L1 that is 100% EVM compatible. It allows developers to deploy once and make their apps instantly compatible with users from all other L1s (Ethereum, Solana, etc) with zero on-chain code change.

8 lines 1.47 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const BaseMonotone = () => { return ((0, jsx_runtime_1.jsxs)("svg", { width: "24px", height: "24px", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [(0, jsx_runtime_1.jsxs)("g", { "clip-path": "url(#clip0_30855_6334)", children: [(0, jsx_runtime_1.jsx)("path", { d: "M0 8C0 3.58172 3.58172 0 8 0H12C16.4183 0 20 3.58172 20 8V12C20 16.4183 16.4183 20 12 20H8C3.58172 20 0 16.4183 0 12V8Z", fill: "#313338" }), (0, jsx_runtime_1.jsx)("g", { "clip-path": "url(#clip1_30855_6334)", children: (0, jsx_runtime_1.jsx)("path", { d: "M9.99032 15.5C13.0334 15.5 15.5 13.0378 15.5 10C15.5 6.96224 13.0334 4.5 9.99032 4.5C7.10348 4.5 4.7354 6.71672 4.5 9.53756H11.7824V10.4624H4.5C4.7354 13.2833 7.10348 15.5 9.99032 15.5Z", fill: "#B0B3B9" }) })] }), (0, jsx_runtime_1.jsxs)("defs", { children: [(0, jsx_runtime_1.jsx)("clipPath", { id: "clip0_30855_6334", children: (0, jsx_runtime_1.jsx)("path", { d: "M0 8C0 3.58172 3.58172 0 8 0H12C16.4183 0 20 3.58172 20 8V12C20 16.4183 16.4183 20 12 20H8C3.58172 20 0 16.4183 0 12V8Z", fill: "white" }) }), (0, jsx_runtime_1.jsx)("clipPath", { id: "clip1_30855_6334", children: (0, jsx_runtime_1.jsx)("rect", { width: "11", height: "11", fill: "white", transform: "translate(4.5 4.5)" }) })] })] })); }; exports.default = BaseMonotone; //# sourceMappingURL=BaseMonotone.js.map