icons: add Arrows category

This commit is contained in:
rektdeckard
2020-10-07 15:39:43 -04:00
parent e03487d348
commit a73af0573e
2 changed files with 178 additions and 170 deletions

View File

@@ -18,6 +18,7 @@ export const icons: ReadonlyArray<IconEntry> = [
"flying", "flying",
"planes", "planes",
"transit", "transit",
"transportation",
"traveling", "traveling",
], ],
Icon: Icon.Airplane, Icon: Icon.Airplane,
@@ -43,7 +44,7 @@ export const icons: ReadonlyArray<IconEntry> = [
IconCategory.DEVICE, IconCategory.DEVICE,
IconCategory.SYSTEM, IconCategory.SYSTEM,
], ],
tags: ["android", "google", "mobile", "phone", "cellular", "cellphone"], tags: ["google", "mobile", "phone", "cellular", "cellphone"],
Icon: Icon.Android, Icon: Icon.Android,
}, },
{ {
@@ -96,225 +97,224 @@ export const icons: ReadonlyArray<IconEntry> = [
}, },
{ {
name: "arrow-up", name: "arrow-up",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowUp, Icon: Icon.ArrowUp,
}, },
{ {
name: "arrow-down", name: "arrow-down",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowDown, Icon: Icon.ArrowDown,
}, },
{ {
name: "arrow-left", name: "arrow-left",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowLeft, Icon: Icon.ArrowLeft,
}, },
{ {
name: "arrow-right", name: "arrow-right",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowRight, Icon: Icon.ArrowRight,
}, },
{ {
name: "arrow-up-left", name: "arrow-up-left",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowUpLeft, Icon: Icon.ArrowUpLeft,
}, },
{ {
name: "arrow-up-right", name: "arrow-up-right",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowUpRight, Icon: Icon.ArrowUpRight,
}, },
{ {
name: "arrow-down-left", name: "arrow-down-left",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowDownLeft, Icon: Icon.ArrowDownLeft,
}, },
{ {
name: "arrow-down-right", name: "arrow-down-right",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowDownRight, Icon: Icon.ArrowDownRight,
}, },
{ {
name: "arrow-circle-up", name: "arrow-circle-up",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowCircleUp, Icon: Icon.ArrowCircleUp,
}, },
{ {
name: "arrow-circle-down", name: "arrow-circle-down",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowCircleDown, Icon: Icon.ArrowCircleDown,
}, },
{ {
name: "arrow-circle-left", name: "arrow-circle-left",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowCircleLeft, Icon: Icon.ArrowCircleLeft,
}, },
{ {
name: "arrow-circle-right", name: "arrow-circle-right",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowCircleRight, Icon: Icon.ArrowCircleRight,
}, },
{ {
name: "arrow-circle-up-left", name: "arrow-circle-up-left",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowCircleUpLeft, Icon: Icon.ArrowCircleUpLeft,
}, },
{ {
name: "arrow-circle-up-right", name: "arrow-circle-up-right",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowCircleUpRight, Icon: Icon.ArrowCircleUpRight,
}, },
{ {
name: "arrow-circle-down-left", name: "arrow-circle-down-left",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowCircleDownLeft, Icon: Icon.ArrowCircleDownLeft,
}, },
{ {
name: "arrow-circle-down-right", name: "arrow-circle-down-right",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowCircleDownRight, Icon: Icon.ArrowCircleDownRight,
}, },
{ {
name: "arrow-square-up", name: "arrow-square-up",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowSquareUp, Icon: Icon.ArrowSquareUp,
}, },
{ {
name: "arrow-square-down", name: "arrow-square-down",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowSquareDown, Icon: Icon.ArrowSquareDown,
}, },
{ {
name: "arrow-square-left", name: "arrow-square-left",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowSquareLeft, Icon: Icon.ArrowSquareLeft,
}, },
{ {
name: "arrow-square-right", name: "arrow-square-right",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowSquareRight, Icon: Icon.ArrowSquareRight,
}, },
{ {
name: "arrow-square-up-left", name: "arrow-square-up-left",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowSquareUpLeft, Icon: Icon.ArrowSquareUpLeft,
}, },
{ {
name: "arrow-square-up-right", name: "arrow-square-up-right",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowSquareUpRight, Icon: Icon.ArrowSquareUpRight,
}, },
{ {
name: "arrow-square-down-left", name: "arrow-square-down-left",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowSquareDownLeft, Icon: Icon.ArrowSquareDownLeft,
}, },
{ {
name: "arrow-square-down-right", name: "arrow-square-down-right",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowSquareDownRight, Icon: Icon.ArrowSquareDownRight,
}, },
{ {
name: "arrow-arc-left", name: "arrow-arc-left",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowArcLeft, Icon: Icon.ArrowArcLeft,
}, },
{ {
name: "arrow-arc-right", name: "arrow-arc-right",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowArcRight, Icon: Icon.ArrowArcRight,
}, },
{ {
name: "arrow-bend-left-up", name: "arrow-bend-left-up",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowBendLeftUp, Icon: Icon.ArrowBendLeftUp,
}, },
{ {
name: "arrow-bend-right-up", name: "arrow-bend-right-up",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowBendRightUp, Icon: Icon.ArrowBendRightUp,
}, },
{ {
name: "arrow-bend-left-down", name: "arrow-bend-left-down",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowBendLeftDown, Icon: Icon.ArrowBendLeftDown,
}, },
{ {
name: "arrow-bend-right-down", name: "arrow-bend-right-down",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowBendRightDown, Icon: Icon.ArrowBendRightDown,
}, },
{ {
name: "arrow-bend-up-left", name: "arrow-bend-up-left",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowBendUpLeft, Icon: Icon.ArrowBendUpLeft,
}, },
{ {
name: "arrow-bend-down-left", name: "arrow-bend-down-left",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowBendDownLeft, Icon: Icon.ArrowBendDownLeft,
}, },
{ {
name: "arrow-bend-up-right", name: "arrow-bend-up-right",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowBendUpRight, Icon: Icon.ArrowBendUpRight,
}, },
{ {
name: "arrow-bend-down-right", name: "arrow-bend-down-right",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowBendDownRight, Icon: Icon.ArrowBendDownRight,
}, },
{ {
name: "arrow-bend-double-left", name: "arrow-bend-double-left",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowBendDoubleUpLeft, Icon: Icon.ArrowBendDoubleUpLeft,
}, },
{ {
name: "arrow-bend-double-right", name: "arrow-bend-double-right",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowBendDoubleUpRight, Icon: Icon.ArrowBendDoubleUpRight,
}, },
{ {
name: "arrow-clockwise", name: "arrow-clockwise",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: [ tags: [
"arrows",
"directional", "directional",
"pointer", "pointer",
"pointing", "pointing",
@@ -326,9 +326,8 @@ export const icons: ReadonlyArray<IconEntry> = [
}, },
{ {
name: "arrow-counter-clockwise", name: "arrow-counter-clockwise",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: [ tags: [
"arrows",
"directional", "directional",
"pointer", "pointer",
"pointing", "pointing",
@@ -340,118 +339,117 @@ export const icons: ReadonlyArray<IconEntry> = [
}, },
{ {
name: "arrow-elbow-left", name: "arrow-elbow-left",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowElbowLeft, Icon: Icon.ArrowElbowLeft,
}, },
{ {
name: "arrow-elbow-right", name: "arrow-elbow-right",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowElbowRight, Icon: Icon.ArrowElbowRight,
}, },
{ {
name: "arrow-elbow-left-up", name: "arrow-elbow-left-up",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowElbowLeftUp, Icon: Icon.ArrowElbowLeftUp,
}, },
{ {
name: "arrow-elbow-right-up", name: "arrow-elbow-right-up",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowElbowRightUp, Icon: Icon.ArrowElbowRightUp,
}, },
{ {
name: "arrow-elbow-left-down", name: "arrow-elbow-left-down",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowElbowLeftDown, Icon: Icon.ArrowElbowLeftDown,
}, },
{ {
name: "arrow-elbow-right-down", name: "arrow-elbow-right-down",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowElbowRightDown, Icon: Icon.ArrowElbowRightDown,
}, },
{ {
name: "arrow-elbow-up-left", name: "arrow-elbow-up-left",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowElbowUpLeft, Icon: Icon.ArrowElbowUpLeft,
}, },
{ {
name: "arrow-elbow-down-left", name: "arrow-elbow-down-left",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowElbowDownLeft, Icon: Icon.ArrowElbowDownLeft,
}, },
{ {
name: "arrow-elbow-up-right", name: "arrow-elbow-up-right",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowElbowUpRight, Icon: Icon.ArrowElbowUpRight,
}, },
{ {
name: "arrow-elbow-down-right", name: "arrow-elbow-down-right",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowElbowDownRight, Icon: Icon.ArrowElbowDownRight,
}, },
{ {
name: "arrow-line-up", name: "arrow-line-up",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowLineUp, Icon: Icon.ArrowLineUp,
}, },
{ {
name: "arrow-line-down", name: "arrow-line-down",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowLineDown, Icon: Icon.ArrowLineDown,
}, },
{ {
name: "arrow-line-left", name: "arrow-line-left",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowLineLeft, Icon: Icon.ArrowLineLeft,
}, },
{ {
name: "arrow-line-right", name: "arrow-line-right",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowLineRight, Icon: Icon.ArrowLineRight,
}, },
{ {
name: "arrow-line-up-left", name: "arrow-line-up-left",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowLineUpLeft, Icon: Icon.ArrowLineUpLeft,
}, },
{ {
name: "arrow-line-up-right", name: "arrow-line-up-right",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowLineUpRight, Icon: Icon.ArrowLineUpRight,
}, },
{ {
name: "arrow-line-down-left", name: "arrow-line-down-left",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowLineDownLeft, Icon: Icon.ArrowLineDownLeft,
}, },
{ {
name: "arrow-line-down-right", name: "arrow-line-down-right",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["arrows", "directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowLineDownRight, Icon: Icon.ArrowLineDownRight,
}, },
{ {
name: "arrow-u-left-up", name: "arrow-u-left-up",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: [ tags: [
"arrows",
"directional", "directional",
"pointer", "pointer",
"pointing", "pointing",
@@ -463,9 +461,8 @@ export const icons: ReadonlyArray<IconEntry> = [
}, },
{ {
name: "arrow-u-right-up", name: "arrow-u-right-up",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: [ tags: [
"arrows",
"directional", "directional",
"pointer", "pointer",
"pointing", "pointing",
@@ -477,9 +474,8 @@ export const icons: ReadonlyArray<IconEntry> = [
}, },
{ {
name: "arrow-u-left-down", name: "arrow-u-left-down",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: [ tags: [
"arrows",
"directional", "directional",
"pointer", "pointer",
"pointing", "pointing",
@@ -492,9 +488,8 @@ export const icons: ReadonlyArray<IconEntry> = [
}, },
{ {
name: "arrow-u-right-down", name: "arrow-u-right-down",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: [ tags: [
"arrows",
"directional", "directional",
"pointer", "pointer",
"pointing", "pointing",
@@ -507,9 +502,8 @@ export const icons: ReadonlyArray<IconEntry> = [
}, },
{ {
name: "arrow-u-up-left", name: "arrow-u-up-left",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: [ tags: [
"arrows",
"directional", "directional",
"pointer", "pointer",
"pointing", "pointing",
@@ -522,9 +516,8 @@ export const icons: ReadonlyArray<IconEntry> = [
}, },
{ {
name: "arrow-u-down-left", name: "arrow-u-down-left",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: [ tags: [
"arrows",
"directional", "directional",
"pointer", "pointer",
"pointing", "pointing",
@@ -537,9 +530,8 @@ export const icons: ReadonlyArray<IconEntry> = [
}, },
{ {
name: "arrow-u-up-right", name: "arrow-u-up-right",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: [ tags: [
"arrows",
"directional", "directional",
"pointer", "pointer",
"pointing", "pointing",
@@ -551,9 +543,8 @@ export const icons: ReadonlyArray<IconEntry> = [
}, },
{ {
name: "arrow-u-down-right", name: "arrow-u-down-right",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: [ tags: [
"arrows",
"directional", "directional",
"pointer", "pointer",
"pointing", "pointing",
@@ -565,7 +556,7 @@ export const icons: ReadonlyArray<IconEntry> = [
}, },
{ {
name: "arrows-clockwise", name: "arrows-clockwise",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: [ tags: [
"directional", "directional",
"pointer", "pointer",
@@ -580,7 +571,7 @@ export const icons: ReadonlyArray<IconEntry> = [
}, },
{ {
name: "arrows-counter-clockwise", name: "arrows-counter-clockwise",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: [ tags: [
"directional", "directional",
"pointer", "pointer",
@@ -593,19 +584,19 @@ export const icons: ReadonlyArray<IconEntry> = [
}, },
{ {
name: "arrows-down-up", name: "arrows-down-up",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowsDownUp, Icon: Icon.ArrowsDownUp,
}, },
{ {
name: "arrows-left-right", name: "arrows-left-right",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: ["directional", "pointer", "pointing", "arrowhead"], tags: ["directional", "pointer", "pointing", "arrowhead"],
Icon: Icon.ArrowsLeftRight, Icon: Icon.ArrowsLeftRight,
}, },
{ {
name: "arrows-in", name: "arrows-in",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: [ tags: [
"directional", "directional",
"pointer", "pointer",
@@ -618,7 +609,7 @@ export const icons: ReadonlyArray<IconEntry> = [
}, },
{ {
name: "arrows-in-cardinal", name: "arrows-in-cardinal",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: [ tags: [
"directional", "directional",
"pointer", "pointer",
@@ -632,7 +623,7 @@ export const icons: ReadonlyArray<IconEntry> = [
}, },
{ {
name: "arrows-in-simple", name: "arrows-in-simple",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: [ tags: [
"directional", "directional",
"pointer", "pointer",
@@ -646,7 +637,7 @@ export const icons: ReadonlyArray<IconEntry> = [
}, },
{ {
name: "arrows-out", name: "arrows-out",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: [ tags: [
"directional", "directional",
"pointer", "pointer",
@@ -660,7 +651,7 @@ export const icons: ReadonlyArray<IconEntry> = [
}, },
{ {
name: "arrows-out-cardinal", name: "arrows-out-cardinal",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: [ tags: [
"directional", "directional",
"pointer", "pointer",
@@ -675,7 +666,7 @@ export const icons: ReadonlyArray<IconEntry> = [
}, },
{ {
name: "arrows-out-simple", name: "arrows-out-simple",
categories: [IconCategory.OTHER], categories: [IconCategory.ARROWS],
tags: [ tags: [
"directional", "directional",
"pointer", "pointer",
@@ -747,7 +738,7 @@ export const icons: ReadonlyArray<IconEntry> = [
{ {
name: "barbell", name: "barbell",
categories: [IconCategory.HEALTH], categories: [IconCategory.HEALTH],
tags: ["weights", "dumbbells", "strength training", "workout", "exercise"], tags: ["weights", "dumbbells", "strength training", "workout", "exercises"],
Icon: Icon.Barbell, Icon: Icon.Barbell,
}, },
{ {
@@ -888,7 +879,15 @@ export const icons: ReadonlyArray<IconEntry> = [
{ {
name: "bicycle", name: "bicycle",
categories: [IconCategory.HEALTH, IconCategory.MAP, IconCategory.OTHER], categories: [IconCategory.HEALTH, IconCategory.MAP, IconCategory.OTHER],
tags: ["bikers", "bicycling", "cyclists"], tags: [
"bikers",
"bicycling",
"cyclists",
"transit",
"transportation",
"commuter",
"exercises",
],
Icon: Icon.Bicycle, Icon: Icon.Bicycle,
}, },
{ {
@@ -1044,6 +1043,7 @@ export const icons: ReadonlyArray<IconEntry> = [
tags: [ tags: [
"vehicles", "vehicles",
"public transit", "public transit",
"transportation",
"commuter", "commuter",
"traveling", "traveling",
"places", "places",
@@ -1084,13 +1084,14 @@ export const icons: ReadonlyArray<IconEntry> = [
{ {
name: "car", name: "car",
categories: [IconCategory.MAP, IconCategory.OTHER], categories: [IconCategory.MAP, IconCategory.OTHER],
tags: ["cars", "vehicles", "transit", "traveling"],
tags: ["cars", "vehicles", "transit", "transportation", "traveling"],
Icon: Icon.Car, Icon: Icon.Car,
}, },
{ {
name: "car-simple", name: "car-simple",
categories: [IconCategory.MAP, IconCategory.OTHER], categories: [IconCategory.MAP, IconCategory.OTHER],
tags: ["cars", "vehicles", "transit", "traveling"], tags: ["cars", "vehicles", "transit", "transportation", "traveling"],
Icon: Icon.CarSimple, Icon: Icon.CarSimple,
}, },
{ {
@@ -1314,13 +1315,13 @@ export const icons: ReadonlyArray<IconEntry> = [
{ {
name: "chart-line", name: "chart-line",
categories: [IconCategory.BUSINESS, IconCategory.FINANCE], categories: [IconCategory.BUSINESS, IconCategory.FINANCE],
tags: ["graphs", "graphing", "charts", "circle", "analyze", "analysis"], tags: ["graphs", "graphing", "charts", "analyze", "analysis"],
Icon: Icon.ChartLine, Icon: Icon.ChartLine,
}, },
{ {
name: "chart-line-up", name: "chart-line-up",
categories: [IconCategory.BUSINESS, IconCategory.FINANCE], categories: [IconCategory.BUSINESS, IconCategory.FINANCE],
tags: ["graphs", "graphing", "charts", "circle", "analyze", "analysis"], tags: ["graphs", "graphing", "charts", "analyze", "analysis"],
Icon: Icon.ChartLineUp, Icon: Icon.ChartLineUp,
}, },
{ {
@@ -1626,7 +1627,7 @@ export const icons: ReadonlyArray<IconEntry> = [
}, },
{ {
name: "coffee", name: "coffee",
categories: [IconCategory.OTHER], categories: [IconCategory.BUSINESS, IconCategory.OTHER],
tags: [ tags: [
"tea", "tea",
"java", "java",
@@ -2707,13 +2708,13 @@ export const icons: ReadonlyArray<IconEntry> = [
{ {
name: "hand", name: "hand",
categories: [IconCategory.SYSTEM, IconCategory.USERS, IconCategory.OTHER], categories: [IconCategory.SYSTEM, IconCategory.USERS, IconCategory.OTHER],
tags: ["pointers", "cursors", "palm", "stop", "wait", "hamsa"], tags: ["pointers", "cursors", "emoji", "palm", "stop", "wait", "hamsa"],
Icon: Icon.Hand, Icon: Icon.Hand,
}, },
{ {
name: "hand-pointing", name: "hand-pointing",
categories: [IconCategory.SYSTEM, IconCategory.USERS, IconCategory.OTHER], categories: [IconCategory.SYSTEM, IconCategory.USERS, IconCategory.OTHER],
tags: ["pointers", "cursors", "fingers", "clicks", "mouse"], tags: ["pointers", "cursors", "emoji", "fingers", "clicks", "mouse"],
Icon: Icon.HandPointing, Icon: Icon.HandPointing,
}, },
{ {
@@ -3058,6 +3059,7 @@ export const icons: ReadonlyArray<IconEntry> = [
"wrangler", "wrangler",
"off-road", "off-road",
"transit", "transit",
"transportation",
"traveling", "traveling",
], ],
Icon: Icon.Jeep, Icon: Icon.Jeep,
@@ -4194,7 +4196,9 @@ export const icons: ReadonlyArray<IconEntry> = [
"man", "man",
"body", "body",
"transit", "transit",
"transportation",
"travel", "travel",
"commuter",
], ],
Icon: Icon.Pedestrian, Icon: Icon.Pedestrian,
}, },
@@ -4693,20 +4697,20 @@ export const icons: ReadonlyArray<IconEntry> = [
}, },
{ {
name: "shuffle", name: "shuffle",
categories: [IconCategory.MEDIA, IconCategory.SYSTEM], categories: [IconCategory.MEDIA, IconCategory.SYSTEM, IconCategory.ARROWS],
tags: ["music", "audio", "randomize", "arrows", "crossed"], tags: ["music", "audio", "randomize", "crossed"],
Icon: Icon.Shuffle, Icon: Icon.Shuffle,
}, },
{ {
name: "shuffle-angular", name: "shuffle-angular",
categories: [IconCategory.MEDIA, IconCategory.SYSTEM], categories: [IconCategory.MEDIA, IconCategory.SYSTEM, IconCategory.ARROWS],
tags: ["music", "audio", "randomize", "arrows", "crossed"], tags: ["music", "audio", "randomize", "crossed"],
Icon: Icon.ShuffleAngular, Icon: Icon.ShuffleAngular,
}, },
{ {
name: "shuffle-simple", name: "shuffle-simple",
categories: [IconCategory.MEDIA, IconCategory.SYSTEM], categories: [IconCategory.MEDIA, IconCategory.SYSTEM, IconCategory.ARROWS],
tags: ["music", "audio", "randomize", "arrows", "crossed"], tags: ["music", "audio", "randomize", "crossed"],
Icon: Icon.ShuffleSimple, Icon: Icon.ShuffleSimple,
}, },
{ {
@@ -5180,6 +5184,7 @@ export const icons: ReadonlyArray<IconEntry> = [
"subway", "subway",
"light rail", "light rail",
"public transit", "public transit",
"transportation",
"commuter", "commuter",
"traveling", "traveling",
"places", "places",
@@ -5195,6 +5200,7 @@ export const icons: ReadonlyArray<IconEntry> = [
"subway", "subway",
"railroad", "railroad",
"public transit", "public transit",
"transportation",
"commuter", "commuter",
"freight", "freight",
"shipping", "shipping",
@@ -5212,6 +5218,7 @@ export const icons: ReadonlyArray<IconEntry> = [
"subway", "subway",
"light rail", "light rail",
"public transit", "public transit",
"transportation",
"commuter", "commuter",
"traveling", "traveling",
"places", "places",

View File

@@ -10,22 +10,23 @@ export enum IconStyle {
} }
export enum IconCategory { export enum IconCategory {
BRAND = "Brands", ARROWS = "arrows",
BUSINESS = "Businesses", BRAND = "brands",
COMMUNICATION = "Communications", BUSINESS = "business",
DESIGN = "Design", COMMUNICATION = "communications",
DEVELOPMENT = "Development", DESIGN = "design",
DEVICE = "Devices", DEVELOPMENT = "development",
DOCUMENT = "Documents", DEVICE = "devices",
EDITOR = "Editors", DOCUMENT = "documents",
FINANCE = "Finances", EDITOR = "editor",
HEALTH = "Health & Medical", FINANCE = "finances",
MAP = "Maps", HEALTH = "health & medical",
MEDIA = "Media", MAP = "maps",
SYSTEM = "System", MEDIA = "media",
USERS = "Users", SYSTEM = "system",
WEATHER = "Weather", USERS = "users",
OTHER = "Other", WEATHER = "weather",
OTHER = "other",
} }
export interface IconEntry { export interface IconEntry {