From 520721941596e2b89ab3c38c91235d604a02cf6e Mon Sep 17 00:00:00 2001 From: rektdeckard Date: Thu, 15 Oct 2020 12:16:58 -0400 Subject: [PATCH] icons: add money tags --- src/lib/icons.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/icons.ts b/src/lib/icons.ts index 30fea6c..69919cf 100644 --- a/src/lib/icons.ts +++ b/src/lib/icons.ts @@ -726,6 +726,7 @@ export const icons: ReadonlyArray = [ tags: [ "banking", "checking", + "money", "savings", "deposit", "withdraw", @@ -1699,6 +1700,7 @@ export const icons: ReadonlyArray = [ "debit", "visa", "mastercard", + "money", "payment", "paying", "purchase", @@ -4442,7 +4444,7 @@ export const icons: ReadonlyArray = [ { name: "receipt", categories: [IconCategory.COMMERCE, IconCategory.FINANCE], - tags: ["purchased", "clipping", "expenses"], + tags: ["purchased", "money", "clipping", "expenses"], Icon: Icon.Receipt, }, {