export type BucketIcon = { key: string; label: string; icon: string }; export type BucketIconGroup = { key: string; label: string; items: BucketIcon[] }; export const bucketIconGroups: BucketIconGroup[] = [ { key: "core", label: "Core", items: [ { key: "none", label: "None", icon: "๐Ÿšซ" }, { key: "general", label: "General", icon: "๐Ÿ—‚๏ธ" }, { key: "misc", label: "Misc", icon: "โœจ" }, { key: "other", label: "Other", icon: "๐Ÿ“Œ" }, { key: "adjustment", label: "Adjustment", icon: "๐Ÿงฎ" }, { key: "refund", label: "Refund", icon: "โ†ฉ๏ธ" }, { key: "reimbursement", label: "Reimbursement", icon: "๐Ÿงพ" }, { key: "cash", label: "Cash", icon: "๐Ÿ’ต" }, { key: "transfer", label: "Transfer", icon: "๐Ÿ”„" }, { key: "emergency", label: "Emergency", icon: "๐Ÿšจ" }, { key: "goal", label: "Goal", icon: "๐ŸŽฏ" }, { key: "notes", label: "Notes", icon: "๐Ÿ“" }, ] }, { key: "food_drink", label: "Food & Drink", items: [ { key: "food", label: "Food", icon: "๐Ÿ”" }, { key: "groceries", label: "Groceries", icon: "๐Ÿ›’" }, { key: "coffee", label: "Coffee", icon: "โ˜•" }, { key: "dining", label: "Dining", icon: "๐Ÿฝ๏ธ" }, { key: "snacks", label: "Snacks", icon: "๐Ÿฟ" }, { key: "tea", label: "Tea", icon: "๐Ÿต" }, { key: "breakfast", label: "Breakfast", icon: "๐Ÿฅž" }, { key: "lunch", label: "Lunch", icon: "๐Ÿฅช" }, { key: "dinner", label: "Dinner", icon: "๐Ÿ›" }, { key: "dessert", label: "Dessert", icon: "๐Ÿฐ" }, { key: "fast-food", label: "Fast Food", icon: "๐ŸŸ" }, { key: "pizza", label: "Pizza", icon: "๐Ÿ•" }, { key: "sushi", label: "Sushi", icon: "๐Ÿฃ" }, { key: "bbq", label: "BBQ", icon: "๐Ÿ–" }, { key: "takeout", label: "Takeout", icon: "๐Ÿฅก" }, { key: "delivery", label: "Delivery", icon: "๐Ÿ›ต" }, { key: "meal-prep", label: "Meal Prep", icon: "๐Ÿฅ—" }, { key: "ingredients", label: "Ingredients", icon: "๐Ÿง„" }, { key: "farmers-market", label: "Farmer's Market", icon: "๐Ÿฅ•" }, { key: "drinks", label: "Drinks", icon: "๐Ÿฅค" }, { key: "water", label: "Water", icon: "๐Ÿ’ง" }, { key: "alcohol", label: "Alcohol", icon: "๐Ÿบ" }, { key: "cocktails", label: "Cocktails", icon: "๐Ÿธ" }, { key: "wine", label: "Wine", icon: "๐Ÿท" }, { key: "protein", label: "Protein", icon: "๐Ÿฅฉ" }, ] }, { key: "home_housing", label: "Home & Housing", items: [ { key: "home", label: "Home", icon: "๐Ÿ " }, { key: "rent", label: "Rent", icon: "๐Ÿข" }, { key: "mortgage", label: "Mortgage", icon: "๐Ÿฆ" }, { key: "hoa", label: "HOA", icon: "๐Ÿ˜๏ธ" }, { key: "furniture", label: "Furniture", icon: "๐Ÿ›‹๏ธ" }, { key: "appliances", label: "Appliances", icon: "๐Ÿงบ" }, { key: "decor", label: "Home Decor", icon: "๐Ÿ–ผ๏ธ" }, { key: "kitchen", label: "Kitchen", icon: "๐Ÿณ" }, { key: "bathroom", label: "Bathroom", icon: "๐Ÿ›" }, { key: "bedroom", label: "Bedroom", icon: "๐Ÿ›๏ธ" }, { key: "moving", label: "Moving", icon: "๐Ÿ“ฆ" }, { key: "storage", label: "Storage Unit", icon: "๐Ÿ—„๏ธ" }, { key: "home-insurance", label: "Home Insurance", icon: "๐Ÿ›ก๏ธ" }, { key: "security", label: "Security", icon: "๐Ÿ”" }, { key: "smart-home", label: "Smart Home", icon: "๐Ÿก" }, { key: "mail", label: "Mail", icon: "๐Ÿ“ฌ" }, ] }, { key: "utilities_services", label: "Utilities & Services", items: [ { key: "bills", label: "Bills", icon: "๐Ÿงพ" }, { key: "utilities", label: "Utilities", icon: "๐Ÿ’ก" }, { key: "electricity", label: "Electricity", icon: "โšก" }, { key: "water-bill", label: "Water Bill", icon: "๐Ÿšฐ" }, { key: "gas-utility", label: "Gas Utility", icon: "๐Ÿ”ฅ" }, { key: "trash", label: "Trash", icon: "๐Ÿ—‘๏ธ" }, { key: "internet", label: "Internet", icon: "๐Ÿ“ถ" }, { key: "phone", label: "Phone", icon: "๐Ÿ“ฑ" }, { key: "mobile-data", label: "Mobile Data", icon: "๐Ÿ“ก" }, { key: "streaming", label: "Streaming", icon: "๐Ÿ“บ" }, { key: "subscriptions", label: "Subscriptions", icon: "๐Ÿ”" }, { key: "cloud-storage", label: "Cloud Storage", icon: "โ˜๏ธ" }, { key: "security-monitoring", label: "Monitoring", icon: "๐Ÿ“Ÿ" }, { key: "tv", label: "TV Service", icon: "๐Ÿ“ก" }, { key: "po-box", label: "PO Box", icon: "๐Ÿ“ฎ" }, ] }, { key: "transportation", label: "Transportation", items: [ { key: "car", label: "Transport", icon: "๐Ÿš—" }, { key: "gas", label: "Gas", icon: "โ›ฝ" }, { key: "parking", label: "Parking", icon: "๐Ÿ…ฟ๏ธ" }, { key: "bus", label: "Bus", icon: "๐ŸšŒ" }, { key: "train", label: "Train", icon: "๐Ÿš†" }, { key: "bike", label: "Bike", icon: "๐Ÿšฒ" }, { key: "rideshare", label: "Rideshare", icon: "๐Ÿš•" }, { key: "taxi", label: "Taxi", icon: "๐Ÿš–" }, { key: "public-transit", label: "Public Transit", icon: "๐Ÿš‡" }, { key: "tolls", label: "Tolls", icon: "๐Ÿ›ฃ๏ธ" }, { key: "car-payment", label: "Car Payment", icon: "๐Ÿš™" }, { key: "car-insurance", label: "Car Insurance", icon: "๐Ÿ›ก๏ธ" }, { key: "car-maintenance", label: "Car Maintenance", icon: "๐Ÿ”ง" }, { key: "car-wash", label: "Car Wash", icon: "๐Ÿงผ" }, { key: "ev-charging", label: "EV Charging", icon: "๐Ÿ”Œ" }, { key: "registration", label: "Registration", icon: "๐Ÿชช" }, { key: "parking-ticket", label: "Parking Ticket", icon: "๐ŸŽซ" }, { key: "roadside", label: "Roadside", icon: "๐Ÿ›ž" }, { key: "scooter", label: "Scooter", icon: "๐Ÿ›ด" }, { key: "motorcycle", label: "Motorcycle", icon: "๐Ÿ๏ธ" }, ] }, { key: "travel", label: "Travel", items: [ { key: "travel", label: "Travel", icon: "โœˆ๏ธ" }, { key: "hotel", label: "Hotel", icon: "๐Ÿจ" }, { key: "vacation", label: "Vacation", icon: "๐Ÿ๏ธ" }, { key: "travel-gear", label: "Gear", icon: "๐ŸŽ’" }, { key: "flight", label: "Flights", icon: "๐Ÿ›ซ" }, { key: "car-rental", label: "Car Rental", icon: "๐Ÿš˜" }, { key: "lodging", label: "Lodging", icon: "๐Ÿ›Œ" }, { key: "camping", label: "Camping", icon: "๐Ÿ•๏ธ" }, { key: "road-trip", label: "Road Trip", icon: "๐Ÿ—บ๏ธ" }, { key: "cruise", label: "Cruise", icon: "๐Ÿ›ณ๏ธ" }, { key: "souvenirs", label: "Souvenirs", icon: "๐Ÿงฟ" }, { key: "tours", label: "Tours", icon: "๐Ÿงญ" }, { key: "passport", label: "Passport", icon: "๐Ÿ›‚" }, { key: "travel-insurance", label: "Travel Insurance", icon: "๐Ÿ›ก๏ธ" }, { key: "currency-exchange", label: "Currency Exchange", icon: "๐Ÿ’ฑ" }, { key: "baggage", label: "Baggage", icon: "๐Ÿงณ" }, ] }, { key: "shopping_retail", label: "Shopping & Retail", items: [ { key: "shopping", label: "Shopping", icon: "๐Ÿ›๏ธ" }, { key: "online-shopping", label: "Online Shopping", icon: "๐Ÿ›’" }, { key: "amazon", label: "Amazon", icon: "๐Ÿ“ฆ" }, { key: "costco", label: "Warehouse", icon: "๐Ÿฌ" }, { key: "marketplace", label: "Marketplace", icon: "๐Ÿงพ" }, { key: "gifts", label: "Gift Shopping", icon: "๐ŸŽ" }, { key: "returns", label: "Returns", icon: "โ†ฉ๏ธ" }, { key: "shipping", label: "Shipping", icon: "๐Ÿšš" }, { key: "subscriptions-box", label: "Subscription Box", icon: "๐Ÿ“ฆ" }, { key: "electronics-accessories", label: "Accessories", icon: "๐ŸŽง" }, { key: "stationery", label: "Stationery", icon: "๐Ÿ“Ž" }, { key: "crafts", label: "Crafts", icon: "๐Ÿงต" }, { key: "photo-print", label: "Photo Print", icon: "๐Ÿ–จ๏ธ" }, { key: "sports-gear", label: "Sports Gear", icon: "๐ŸŽฝ" }, { key: "outdoor-gear", label: "Outdoor Gear", icon: "๐Ÿง—" }, ] }, { key: "clothing", label: "Clothing & Accessories", items: [ { key: "clothes", label: "Clothes", icon: "๐Ÿ‘•" }, { key: "shoes", label: "Shoes", icon: "๐Ÿ‘Ÿ" }, { key: "accessories", label: "Accessories", icon: "๐Ÿ‘œ" }, { key: "jewelry", label: "Jewelry", icon: "๐Ÿ’" }, { key: "watches", label: "Watches", icon: "โŒš" }, { key: "bags", label: "Bags", icon: "๐Ÿงณ" }, { key: "uniform", label: "Uniform", icon: "๐Ÿฅผ" }, { key: "tailoring", label: "Tailoring", icon: "๐Ÿชก" }, { key: "dry-cleaning", label: "Dry Cleaning", icon: "๐Ÿงบ" }, { key: "sportswear", label: "Sportswear", icon: "๐ŸŽฝ" }, { key: "winter-gear", label: "Winter Gear", icon: "๐Ÿงฃ" }, { key: "sunglasses", label: "Sunglasses", icon: "๐Ÿ•ถ๏ธ" }, ] }, { key: "health_medical", label: "Health & Medical", items: [ { key: "health", label: "Health", icon: "๐Ÿฉบ" }, { key: "medical", label: "Medical", icon: "๐Ÿฅ" }, { key: "pharmacy", label: "Pharmacy", icon: "๐Ÿ’Š" }, { key: "dentist", label: "Dentist", icon: "๐Ÿฆท" }, { key: "vision", label: "Vision", icon: "๐Ÿ‘“" }, { key: "therapy", label: "Therapy", icon: "๐Ÿง " }, { key: "insurance", label: "Insurance", icon: "๐Ÿ›ก๏ธ" }, { key: "checkup", label: "Checkup", icon: "๐Ÿฉป" }, { key: "labs", label: "Lab Tests", icon: "๐Ÿงช" }, { key: "urgent-care", label: "Urgent Care", icon: "๐Ÿš‘" }, { key: "vaccines", label: "Vaccines", icon: "๐Ÿ’‰" }, { key: "medical-supplies", label: "Medical Supplies", icon: "๐Ÿฉน" }, { key: "mental-health", label: "Mental Health", icon: "๐Ÿง˜โ€โ™‚๏ธ" }, { key: "wellness", label: "Wellness", icon: "๐ŸŒฑ" }, ] }, { key: "fitness_sports", label: "Fitness & Sports", items: [ { key: "fitness", label: "Fitness", icon: "๐Ÿ‹๏ธ" }, { key: "gym", label: "Gym", icon: "๐Ÿ‹๏ธโ€โ™€๏ธ" }, { key: "yoga", label: "Yoga", icon: "๐Ÿง˜" }, { key: "running", label: "Running", icon: "๐Ÿƒ" }, { key: "cycling", label: "Cycling", icon: "๐Ÿšด" }, { key: "swimming", label: "Swimming", icon: "๐ŸŠ" }, { key: "sports", label: "Sports", icon: "๐Ÿ…" }, { key: "team-sports", label: "Team Sports", icon: "โšฝ" }, { key: "martial-arts", label: "Martial Arts", icon: "๐Ÿฅ‹" }, { key: "hiking", label: "Hiking", icon: "๐Ÿฅพ" }, { key: "training", label: "Training", icon: "๐Ÿ“ˆ" }, { key: "race-fees", label: "Race Fees", icon: "๐Ÿ" }, ] }, { key: "personal_care", label: "Personal Care", items: [ { key: "beauty", label: "Beauty", icon: "๐Ÿ’„" }, { key: "haircut", label: "Haircut", icon: "๐Ÿ’‡" }, { key: "skincare", label: "Skincare", icon: "๐Ÿงด" }, { key: "toiletries", label: "Toiletries", icon: "๐Ÿงผ" }, { key: "spa", label: "Spa", icon: "๐Ÿ’†" }, { key: "cosmetics", label: "Cosmetics", icon: "๐Ÿงฟ" }, { key: "self-care", label: "Self Care", icon: "๐Ÿ•ฏ๏ธ" }, { key: "nails", label: "Nails", icon: "๐Ÿ’…" }, { key: "barber", label: "Barber", icon: "๐Ÿ’ˆ" }, { key: "fragrance", label: "Fragrance", icon: "๐Ÿงด" }, { key: "contacts", label: "Contacts", icon: "๐Ÿ‘๏ธ" }, { key: "massage", label: "Massage", icon: "๐Ÿคฒ" }, ] }, { key: "entertainment", label: "Entertainment & Leisure", items: [ { key: "fun", label: "Fun", icon: "๐ŸŽ‰" }, { key: "games", label: "Games", icon: "๐ŸŽฎ" }, { key: "movies", label: "Movies", icon: "๐ŸŽฌ" }, { key: "music", label: "Music", icon: "๐ŸŽต" }, { key: "books", label: "Books", icon: "๐Ÿ“š" }, { key: "events", label: "Events", icon: "๐ŸŽŸ๏ธ" }, { key: "concerts", label: "Concerts", icon: "๐ŸŽค" }, { key: "streaming-ent", label: "Streaming", icon: "๐Ÿ“บ" }, { key: "arcade", label: "Arcade", icon: "๐Ÿ•น๏ธ" }, { key: "board-games", label: "Board Games", icon: "๐ŸŽฒ" }, { key: "hobbies", label: "Hobbies", icon: "๐ŸŽจ" }, { key: "sports-events", label: "Sports Events", icon: "๐ŸŸ๏ธ" }, { key: "night-out", label: "Night Out", icon: "๐ŸŒ™" }, { key: "date-night", label: "Date Night", icon: "๐Ÿ’˜" }, { key: "museum", label: "Museum", icon: "๐Ÿ›๏ธ" }, { key: "theme-park", label: "Theme Park", icon: "๐ŸŽข" }, ] }, { key: "kids_family", label: "Kids & Family", items: [ { key: "kids", label: "Kids", icon: "๐Ÿงธ" }, { key: "baby", label: "Baby", icon: "๐Ÿ‘ถ" }, { key: "childcare", label: "Childcare", icon: "๐Ÿง‘โ€๐Ÿผ" }, { key: "school", label: "School", icon: "๐Ÿซ" }, { key: "school-supplies", label: "School Supplies", icon: "โœ๏ธ" }, { key: "toys", label: "Toys", icon: "๐Ÿงฉ" }, { key: "birthday", label: "Birthday", icon: "๐ŸŽ‚" }, { key: "family", label: "Family", icon: "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ" }, { key: "activities", label: "Activities", icon: "๐Ÿ€" }, { key: "lessons", label: "Lessons", icon: "๐ŸŽป" }, { key: "allowance", label: "Allowance", icon: "๐Ÿ’ต" }, { key: "kids-clothes", label: "Kids Clothes", icon: "๐Ÿง’" }, { key: "kids-health", label: "Kids Health", icon: "๐Ÿฉบ" }, ] }, { key: "pets", label: "Pets", items: [ { key: "pets", label: "Pets", icon: "๐Ÿถ" }, { key: "pet-food", label: "Pet Food", icon: "๐Ÿฅซ" }, { key: "vet", label: "Vet", icon: "๐Ÿพ" }, { key: "pet-grooming", label: "Pet Grooming", icon: "๐Ÿ›" }, { key: "pet-toys", label: "Pet Toys", icon: "๐Ÿฆด" }, { key: "pet-supplies", label: "Pet Supplies", icon: "๐Ÿงป" }, { key: "pet-insurance", label: "Pet Insurance", icon: "๐Ÿ›ก๏ธ" }, { key: "cat", label: "Cat", icon: "๐Ÿฑ" }, { key: "dog", label: "Dog", icon: "๐Ÿ•" }, { key: "training-pet", label: "Training", icon: "๐Ÿฆฎ" }, { key: "pet-sitting", label: "Pet Sitting", icon: "๐Ÿ " }, { key: "pet-walks", label: "Dog Walks", icon: "๐Ÿฆด" }, ] }, { key: "education_learning", label: "Education & Learning", items: [ { key: "education", label: "Education", icon: "๐ŸŽ“" }, { key: "courses", label: "Courses", icon: "๐Ÿ“˜" }, { key: "tuition", label: "Tuition", icon: "๐Ÿซ" }, { key: "books-edu", label: "Textbooks", icon: "๐Ÿ“š" }, { key: "supplies-edu", label: "Supplies", icon: "๐Ÿ–Š๏ธ" }, { key: "certifications", label: "Certifications", icon: "๐Ÿ“œ" }, { key: "workshops", label: "Workshops", icon: "๐Ÿ› ๏ธ" }, { key: "language", label: "Language", icon: "๐Ÿ—ฃ๏ธ" }, { key: "online-learning", label: "Online Learning", icon: "๐Ÿ’ป" }, { key: "subscriptions-edu", label: "Learning Subs", icon: "๐Ÿงพ" }, { key: "exam-fees", label: "Exam Fees", icon: "๐Ÿงช" }, { key: "library", label: "Library", icon: "๐Ÿ›๏ธ" }, ] }, { key: "work_business", label: "Work & Business", items: [ { key: "work", label: "Work", icon: "๐Ÿ’ผ" }, { key: "office", label: "Office", icon: "๐Ÿข" }, { key: "office-supplies", label: "Office Supplies", icon: "๐Ÿ—‚๏ธ" }, { key: "coworking", label: "Coworking", icon: "๐Ÿง‘โ€๐Ÿ’ป" }, { key: "software", label: "Software", icon: "๐Ÿ’พ" }, { key: "hardware", label: "Hardware", icon: "๐Ÿ”ง" }, { key: "electronics", label: "Electronics", icon: "๐Ÿ’ป" }, { key: "business-travel", label: "Business Travel", icon: "๐Ÿงณ" }, { key: "meals-work", label: "Work Meals", icon: "๐Ÿฅช" }, { key: "client", label: "Client", icon: "๐Ÿค" }, { key: "marketing", label: "Marketing", icon: "๐Ÿ“ฃ" }, { key: "ads", label: "Ads", icon: "๐Ÿ“ข" }, { key: "domain", label: "Domain", icon: "๐ŸŒ" }, { key: "hosting", label: "Hosting", icon: "๐Ÿ–ฅ๏ธ" }, { key: "printing", label: "Printing", icon: "๐Ÿ–จ๏ธ" }, ] }, { key: "finance_admin", label: "Finance & Admin", items: [ { key: "bank", label: "Bank", icon: "๐Ÿ›๏ธ" }, { key: "taxes", label: "Taxes", icon: "๐Ÿงฎ" }, { key: "savings", label: "Savings", icon: "๐Ÿ’ฐ" }, { key: "investing", label: "Investing", icon: "๐Ÿ“ˆ" }, { key: "fees", label: "Fees", icon: "๐Ÿ’ณ" }, { key: "income", label: "Income", icon: "๐Ÿ’ต" }, { key: "salary", label: "Salary", icon: "๐Ÿ’ผ" }, { key: "bonus", label: "Bonus", icon: "๐ŸŽ" }, { key: "interest", label: "Interest", icon: "๐Ÿ“Š" }, { key: "dividends", label: "Dividends", icon: "๐Ÿช™" }, { key: "credit-card", label: "Credit Card", icon: "๐Ÿ’ณ" }, { key: "loan", label: "Loan", icon: "๐Ÿฆ" }, { key: "mortgage-extra", label: "Mortgage Extra", icon: "๐Ÿ " }, { key: "retirement", label: "Retirement", icon: "๐Ÿง“" }, { key: "budgeting", label: "Budgeting", icon: "๐Ÿง " }, { key: "accounting", label: "Accounting", icon: "๐Ÿ“’" }, { key: "legal", label: "Legal", icon: "โš–๏ธ" }, { key: "government", label: "Government", icon: "๐Ÿ›๏ธ" }, ] }, { key: "giving_gifts", label: "Giving & Gifts", items: [ { key: "gift", label: "Gifts", icon: "๐ŸŽ" }, { key: "charity", label: "Charity", icon: "๐Ÿค" }, { key: "donation", label: "Donation", icon: "๐Ÿ’" }, { key: "volunteering", label: "Volunteering", icon: "๐Ÿ™Œ" }, { key: "fundraiser", label: "Fundraiser", icon: "๐ŸŽ—๏ธ" }, { key: "tips", label: "Tips", icon: "๐Ÿ™" }, { key: "wedding", label: "Wedding", icon: "๐Ÿ’" }, { key: "anniversary", label: "Anniversary", icon: "๐Ÿ’ž" }, { key: "holiday", label: "Holiday", icon: "๐ŸŽ„" }, { key: "cards", label: "Cards", icon: "๐Ÿ’Œ" }, ] }, { key: "maintenance_diy", label: "Maintenance & DIY", items: [ { key: "tools", label: "Tools", icon: "๐Ÿงฐ" }, { key: "garden", label: "Garden", icon: "๐ŸŒฟ" }, { key: "cleaning", label: "Cleaning", icon: "๐Ÿงน" }, { key: "laundry", label: "Laundry", icon: "๐Ÿงบ" }, { key: "home-improvement", label: "Home Improvement", icon: "๐Ÿชš" }, { key: "plumbing", label: "Plumbing", icon: "๐Ÿšฝ" }, { key: "electrical", label: "Electrical", icon: "๐Ÿ”Œ" }, { key: "paint", label: "Paint", icon: "๐ŸŽจ" }, { key: "hardware-store", label: "Hardware Store", icon: "๐Ÿช" }, { key: "yard", label: "Yard", icon: "๐ŸŒณ" }, { key: "pest-control", label: "Pest Control", icon: "๐Ÿชณ" }, { key: "repairs-home", label: "Repairs", icon: "๐Ÿ› ๏ธ" }, { key: "contractor", label: "Contractor", icon: "๐Ÿ‘ท" }, { key: "tools-rental", label: "Tool Rental", icon: "๐Ÿช" }, ] }, { key: "digital", label: "Digital & Subscriptions", items: [ { key: "apps", label: "Apps", icon: "๐Ÿ“ฒ" }, { key: "ai-tools", label: "AI Tools", icon: "๐Ÿค–" }, { key: "productivity", label: "Productivity", icon: "โœ…" }, { key: "software-license", label: "Software License", icon: "๐Ÿชช" }, { key: "developer-tools", label: "Developer Tools", icon: "๐Ÿง‘โ€๐Ÿ’ป" }, { key: "vpn", label: "VPN", icon: "๐Ÿ›ก๏ธ" }, { key: "antivirus", label: "Antivirus", icon: "๐Ÿฆ " }, { key: "password-manager", label: "Password Manager", icon: "๐Ÿ”‘" }, { key: "backup", label: "Backup", icon: "๐Ÿ’พ" }, { key: "email-service", label: "Email Service", icon: "โœ‰๏ธ" }, { key: "website-tools", label: "Website Tools", icon: "๐ŸŒ" }, { key: "storage-digital", label: "Digital Storage", icon: "๐Ÿ—„๏ธ" }, { key: "in-app-purchases", label: "In-App Purchases", icon: "๐Ÿงฉ" }, { key: "digital-goods", label: "Digital Goods", icon: "๐Ÿงพ" }, { key: "ebooks", label: "eBooks", icon: "๐Ÿ“–" }, { key: "music-subscription", label: "Music Subscription", icon: "๐ŸŽง" }, ] }, ]; export const bucketIcons: BucketIcon[] = bucketIconGroups.flatMap(g => g.items); export const bucketIconByKey: Record = Object.fromEntries( bucketIcons.map(i => [i.key, i]) );