icons: add money tags

This commit is contained in:
rektdeckard
2020-10-15 12:16:58 -04:00
parent 792cb23ce7
commit 5207219415

View File

@@ -726,6 +726,7 @@ export const icons: ReadonlyArray<IconEntry> = [
tags: [ tags: [
"banking", "banking",
"checking", "checking",
"money",
"savings", "savings",
"deposit", "deposit",
"withdraw", "withdraw",
@@ -1699,6 +1700,7 @@ export const icons: ReadonlyArray<IconEntry> = [
"debit", "debit",
"visa", "visa",
"mastercard", "mastercard",
"money",
"payment", "payment",
"paying", "paying",
"purchase", "purchase",
@@ -4442,7 +4444,7 @@ export const icons: ReadonlyArray<IconEntry> = [
{ {
name: "receipt", name: "receipt",
categories: [IconCategory.COMMERCE, IconCategory.FINANCE], categories: [IconCategory.COMMERCE, IconCategory.FINANCE],
tags: ["purchased", "clipping", "expenses"], tags: ["purchased", "money", "clipping", "expenses"],
Icon: Icon.Receipt, Icon: Icon.Receipt,
}, },
{ {