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