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