icons: add some tags
This commit is contained in:
@@ -870,6 +870,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
"clock",
|
||||
"schedule",
|
||||
"events",
|
||||
"ringer",
|
||||
"silent",
|
||||
"silenced",
|
||||
"disabled",
|
||||
@@ -1080,98 +1081,98 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
{
|
||||
name: "caret-up",
|
||||
categories: [IconCategory.OTHER],
|
||||
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
||||
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
||||
Icon: Icon.CaretUp,
|
||||
},
|
||||
{
|
||||
name: "caret-down",
|
||||
categories: [IconCategory.OTHER],
|
||||
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
||||
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
||||
Icon: Icon.CaretDown,
|
||||
},
|
||||
{
|
||||
name: "caret-left",
|
||||
categories: [IconCategory.OTHER],
|
||||
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
||||
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
||||
Icon: Icon.CaretLeft,
|
||||
},
|
||||
{
|
||||
name: "caret-right",
|
||||
categories: [IconCategory.OTHER],
|
||||
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
||||
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
||||
Icon: Icon.CaretRight,
|
||||
},
|
||||
{
|
||||
name: "caret-double-up",
|
||||
categories: [IconCategory.OTHER],
|
||||
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
||||
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
||||
Icon: Icon.CaretDoubleUp,
|
||||
},
|
||||
{
|
||||
name: "caret-double-down",
|
||||
categories: [IconCategory.OTHER],
|
||||
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
||||
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
||||
Icon: Icon.CaretDoubleDown,
|
||||
},
|
||||
{
|
||||
name: "caret-double-left",
|
||||
categories: [IconCategory.OTHER],
|
||||
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
||||
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
||||
Icon: Icon.CaretDoubleLeft,
|
||||
},
|
||||
{
|
||||
name: "caret-double-right",
|
||||
categories: [IconCategory.OTHER],
|
||||
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
||||
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
||||
Icon: Icon.CaretDoubleRight,
|
||||
},
|
||||
{
|
||||
name: "caret-circle-up",
|
||||
categories: [IconCategory.OTHER],
|
||||
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
||||
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
||||
Icon: Icon.CaretCircleUp,
|
||||
},
|
||||
{
|
||||
name: "caret-circle-down",
|
||||
categories: [IconCategory.OTHER],
|
||||
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
||||
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
||||
Icon: Icon.CaretCircleDown,
|
||||
},
|
||||
|
||||
{
|
||||
name: "caret-circle-left",
|
||||
categories: [IconCategory.OTHER],
|
||||
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
||||
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
||||
Icon: Icon.CaretCircleLeft,
|
||||
},
|
||||
{
|
||||
name: "caret-circle-right",
|
||||
categories: [IconCategory.OTHER],
|
||||
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
||||
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
||||
Icon: Icon.CaretCircleRight,
|
||||
},
|
||||
{
|
||||
name: "caret-circle-double-up",
|
||||
categories: [IconCategory.OTHER],
|
||||
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
||||
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
||||
Icon: Icon.CaretCircleDoubleUp,
|
||||
},
|
||||
{
|
||||
name: "caret-circle-double-down",
|
||||
categories: [IconCategory.OTHER],
|
||||
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
||||
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
||||
Icon: Icon.CaretCircleDoubleDown,
|
||||
},
|
||||
{
|
||||
name: "caret--circle-double-left",
|
||||
name: "caret-circle-double-left",
|
||||
categories: [IconCategory.OTHER],
|
||||
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
||||
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
||||
Icon: Icon.CaretCircleDoubleLeft,
|
||||
},
|
||||
{
|
||||
name: "caret-circle-double-right",
|
||||
categories: [IconCategory.OTHER],
|
||||
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
||||
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"],
|
||||
Icon: Icon.CaretCircleDoubleRight,
|
||||
},
|
||||
{
|
||||
@@ -1611,7 +1612,20 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
{
|
||||
name: "coffee",
|
||||
categories: [IconCategory.OTHER],
|
||||
tags: ["java", "tea", "beverages", "drinks"],
|
||||
tags: [
|
||||
"java",
|
||||
"tea",
|
||||
"beverages",
|
||||
"drinks",
|
||||
"cafe",
|
||||
"espresso",
|
||||
"cappuccino",
|
||||
"latte",
|
||||
"bars",
|
||||
"restaurants",
|
||||
"food",
|
||||
"dining",
|
||||
],
|
||||
Icon: Icon.Coffee,
|
||||
},
|
||||
{
|
||||
@@ -4143,7 +4157,17 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
{
|
||||
name: "pedestrian",
|
||||
categories: [IconCategory.MAP, IconCategory.USERS, IconCategory.OTHER],
|
||||
tags: ["person", "people", "walking", "human", "body", "transit", "travel"],
|
||||
tags: [
|
||||
"person",
|
||||
"people",
|
||||
"walking",
|
||||
"human",
|
||||
"woman",
|
||||
"man",
|
||||
"body",
|
||||
"transit",
|
||||
"travel",
|
||||
],
|
||||
Icon: Icon.Pedestrian,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user