icons: add money tags
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user