Initial commit: Crypto trader application

This commit is contained in:
2025-12-25 20:20:40 -05:00
commit 07a04c1bb8
47895 changed files with 2042266 additions and 0 deletions

View File

@@ -0,0 +1,57 @@
"use strict";
"use client";
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon"));
var _jsxRuntime = require("react/jsx-runtime");
var _default = exports.default = (0, _createSvgIcon.default)([/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M17 16.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5"
}, "0"), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: "9",
cy: "12",
r: "1"
}, "1"), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: "13",
cy: "8",
r: "1"
}, "2"), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: "13",
cy: "16",
r: "1"
}, "3"), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M17 12.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5"
}, "4"), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: "13",
cy: "12",
r: "1"
}, "5"), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M3 3h18v2H3z"
}, "6"), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: "5",
cy: "8",
r: "1.5"
}, "7"), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: "5",
cy: "12",
r: "1.5"
}, "8"), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: "5",
cy: "16",
r: "1.5"
}, "9"), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M17 8.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5"
}, "10"), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: "9",
cy: "16",
r: "1"
}, "11"), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: "9",
cy: "8",
r: "1"
}, "12"), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M3 19h18v2H3z"
}, "13")], 'BlurLinearTwoTone');