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 726 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const CrossIcon = ({ height, width, color }) => { return ((0, jsx_runtime_1.jsxs)("svg", { width: width, height: height, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [(0, jsx_runtime_1.jsx)("path", { d: "M25.3552 7.51471L8.38466 24.4853", stroke: color, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M25.3552 24.4853L8.38466 7.51473", stroke: color, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })] })); }; exports.default = CrossIcon; //# sourceMappingURL=CrossIcon.js.map