import { StockIncreseIcon } from "../../../../../components/icons/RealTimeVisulationIcons"; const ProgressCard = ({ title, data, }: { title: string; data: { stocks: Array<{ key: string; value: number; description: string }> }; }) => (