fiddy/apps/web/lib/shared/bucket-icons.ts
2026-02-11 23:45:15 -08:00

406 lines
22 KiB
TypeScript

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<string, BucketIcon> = Object.fromEntries(
bucketIcons.map(i => [i.key, i])
);