@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 • 575 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const CaretUp = ({ height, width, color }) => {
return ((0, jsx_runtime_1.jsx)("svg", { width: width, height: height, viewBox: "0 0 28 28", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: (0, jsx_runtime_1.jsx)("path", { d: "M6.55001 17.725L14 10.275L21.45 17.725", stroke: color, "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" }) }));
};
exports.default = CaretUp;
//# sourceMappingURL=CaretUp.js.map