import { CardPos, Cup, DocumentText, Home2, ReceiptItem, SmartCar, StarSlash, UserSquare, Wallet } from "iconsax-react"; import { SidebarInterface } from "../types"; export const sidebarItems: SidebarInterface[] | [] = [ { name: "home", title: "صفحه اصلی", route: "/", icon: , activeIcon: }, { name: "my-account", title: "حساب من", route: "/my-account", icon: , activeIcon: }, { name: "wallet", title: "کیف پول", route: "/wallet", icon: , activeIcon: }, { name: "management-bank-accounts", title: "مدیریت حساب های بانکی", route: "/management-bank-accounts", icon: , activeIcon: }, { name: "installation-reports", title: "گزارش نصب ها", route: "/installation-reports", icon: , activeIcon: }, { name: "transactions", title: "تراکنش ها", route: "/transactions", icon: , activeIcon: }, { name: "my-score", title: "امتیاز من", route: "/my-score", icon: , activeIcon: }, { name: "awards", title: "جوایز", route: "/awards", icon: , activeIcon: }, { name: "subscription-report", title: "گزارش تمدید اشتراک اینترنتی", route: "/subscription-report", icon: , activeIcon: }, ]