From e6c5ea05d584703b86a817a11ed800edbe605498 Mon Sep 17 00:00:00 2001 From: rektdeckard Date: Sun, 27 Sep 2020 13:51:41 -0400 Subject: [PATCH] icons: more tagging --- src/lib/icons.ts | 57 +++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 49 insertions(+), 8 deletions(-) diff --git a/src/lib/icons.ts b/src/lib/icons.ts index 18d7ded..3a5990c 100644 --- a/src/lib/icons.ts +++ b/src/lib/icons.ts @@ -733,7 +733,15 @@ export const icons: ReadonlyArray = [ { name: "bank", categories: [IconCategory.BUSINESS, IconCategory.FINANCE], - tags: ["banking", "checking", "savings", "deposit", "withdraw"], + tags: [ + "banking", + "checking", + "savings", + "deposit", + "withdraw", + "places", + "locations", + ], Icon: Icon.Bank, }, { @@ -805,7 +813,7 @@ export const icons: ReadonlyArray = [ { name: "bed", categories: [IconCategory.HEALTH, IconCategory.MAP, IconCategory.OTHER], - tags: ["hotels", "accommodations", "sleeping"], + tags: ["hotels", "accommodations", "sleeping", "places", "locations"], Icon: Icon.Bed, }, { @@ -1033,7 +1041,14 @@ export const icons: ReadonlyArray = [ { name: "bus", categories: [IconCategory.MAP, IconCategory.OTHER], - tags: ["vehicles", "public transit", "commuter", "traveling"], + tags: [ + "vehicles", + "public transit", + "commuter", + "traveling", + "places", + "locations", + ], Icon: Icon.Bus, }, { @@ -1613,14 +1628,16 @@ export const icons: ReadonlyArray = [ name: "coffee", categories: [IconCategory.OTHER], tags: [ - "java", "tea", + "java", "beverages", "drinks", "cafe", "espresso", "cappuccino", "latte", + "places", + "locations", "bars", "restaurants", "food", @@ -3388,6 +3405,8 @@ export const icons: ReadonlyArray = [ "drinks", "beverages", "cocktails", + "places", + "locations", "bars", "restaurants", "food", @@ -4626,25 +4645,41 @@ export const icons: ReadonlyArray = [ { name: "shopping-bag", categories: [IconCategory.BUSINESS, IconCategory.MAP, IconCategory.OTHER], - tags: ["ecommerce", "market", "buying", "checkout"], + tags: ["ecommerce", "market", "buying", "checkout", "places", "locations"], Icon: Icon.ShoppingBag, }, { name: "shopping-bag-open", categories: [IconCategory.BUSINESS, IconCategory.MAP, IconCategory.OTHER], - tags: ["ecommerce", "market", "buying", "checkout"], + tags: ["ecommerce", "market", "buying", "checkout", "places", "locations"], Icon: Icon.ShoppingBagOpen, }, { name: "shopping-cart", categories: [IconCategory.BUSINESS, IconCategory.MAP, IconCategory.OTHER], - tags: ["ecommerce", "market", "buying", "groceries", "checkout"], + tags: [ + "ecommerce", + "market", + "buying", + "groceries", + "checkout", + "places", + "locations", + ], Icon: Icon.ShoppingCart, }, { name: "shopping-cart-simple", categories: [IconCategory.BUSINESS, IconCategory.MAP, IconCategory.OTHER], - tags: ["ecommerce", "market", "buying", "groceries", "checkout"], + tags: [ + "ecommerce", + "market", + "buying", + "groceries", + "checkout", + "places", + "locations", + ], Icon: Icon.ShoppingCartSimple, }, { @@ -5138,6 +5173,8 @@ export const icons: ReadonlyArray = [ "public transit", "commuter", "traveling", + "places", + "locations", ], Icon: Icon.Train, }, @@ -5153,6 +5190,8 @@ export const icons: ReadonlyArray = [ "freight", "shipping", "traveling", + "places", + "locations", ], Icon: Icon.TrainRegional, }, @@ -5166,6 +5205,8 @@ export const icons: ReadonlyArray = [ "public transit", "commuter", "traveling", + "places", + "locations", ], Icon: Icon.TrainSimple, },