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 581 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const CaretDown = ({ 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: "M21.45 10.275L14 17.725L6.55005 10.275", stroke: color, "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" }) })); }; exports.default = CaretDown; //# sourceMappingURL=CaretDown.js.map