@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 • 506 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const DashIcon = () => {
return ((0, jsx_runtime_1.jsx)("svg", { width: "inherit", height: "inherit", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: (0, jsx_runtime_1.jsx)("path", { d: "M4 16H28", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" }) }));
};
exports.default = DashIcon;
//# sourceMappingURL=DashIcon.js.map