icons: more tagging

This commit is contained in:
rektdeckard
2021-06-13 12:47:11 -04:00
parent 94e5d9b305
commit 7e1bd3d18e

View File

@@ -16,6 +16,12 @@ export const icons: ReadonlyArray<IconEntry> = [
], ],
Icon: Icons.Activity, Icon: Icons.Activity,
}, },
// {
// name: "address-book",
// categories: [IconCategory.COMMUNICATION],
// tags: ["*new*", "contacts", "roledex"],
// Icon: Icons.AddressBook,
// },
{ {
name: "airplane", name: "airplane",
categories: [IconCategory.MAP, IconCategory.OBJECTS], categories: [IconCategory.MAP, IconCategory.OBJECTS],
@@ -1024,6 +1030,12 @@ export const icons: ReadonlyArray<IconEntry> = [
], ],
Icon: Icons.ArticleNyTimes, Icon: Icons.ArticleNyTimes,
}, },
// {
// name: "artificial-intelligence",
// categories: [IconCategory.DEVELOPMENT],
// tags: ["*new*", "ai", "machine learning", "computer", "robot"],
// Icon: Icons.ArtificialIntelligence,
// },
{ {
name: "asterisk", name: "asterisk",
categories: [IconCategory.COMMUNICATION], categories: [IconCategory.COMMUNICATION],
@@ -1069,6 +1081,12 @@ export const icons: ReadonlyArray<IconEntry> = [
tags: ["suitcase", "valise", "baggage", "folders", "portfolio"], tags: ["suitcase", "valise", "baggage", "folders", "portfolio"],
Icon: Icons.BagSimple, Icon: Icons.BagSimple,
}, },
// {
// name: "balloon",
// categories: [IconCategory.OBJECTS],
// tags: ["*new*", "helium", "birthday", "party"],
// Icon: Icons.Balloon,
// },
{ {
name: "bandaids", name: "bandaids",
categories: [IconCategory.HEALTH], categories: [IconCategory.HEALTH],
@@ -1326,6 +1344,12 @@ export const icons: ReadonlyArray<IconEntry> = [
], ],
Icon: Icons.Bicycle, Icon: Icons.Bicycle,
}, },
// {
// name: "bird",
// categories: [IconCategory.NATURE],
// tags: ["*new*", "animals", "pets"],
// Icon: Icons.Bird,
// },
{ {
name: "bluetooth", name: "bluetooth",
categories: [IconCategory.SYSTEM], categories: [IconCategory.SYSTEM],
@@ -1461,6 +1485,30 @@ export const icons: ReadonlyArray<IconEntry> = [
], ],
Icon: Icons.BookmarksSimple, Icon: Icons.BookmarksSimple,
}, },
// {
// name: "brandy",
// categories: [IconCategory.COMMERCE, IconCategory.MAP, IconCategory.OBJECTS],
// tags: [
// "*new*",
// "drinks",
// "beverages",
// "whiskey",
// "cocktail",
// "places",
// "locations",
// "bars",
// "restaurants",
// "food",
// "dining",
// ],
// Icon: Icons.Brandy,
// },
// {
// name: "brain",
// categories: [IconCategory.HEALTH, IconCategory.NATURE],
// tags: ["*new*", "mind", "mental"],
// Icon: Icons.Brain,
// },
{ {
name: "briefcase", name: "briefcase",
categories: [IconCategory.OFFICE, IconCategory.OBJECTS], categories: [IconCategory.OFFICE, IconCategory.OBJECTS],
@@ -1670,104 +1718,104 @@ export const icons: ReadonlyArray<IconEntry> = [
{ {
name: "caret-up", name: "caret-up",
categories: [IconCategory.ARROWS], categories: [IconCategory.ARROWS],
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"], tags: ["chevron", "directional", "pointer", "pointing", "arrowhead", "triangle"],
Icon: Icons.CaretUp, Icon: Icons.CaretUp,
}, },
{ {
name: "caret-down", name: "caret-down",
categories: [IconCategory.ARROWS], categories: [IconCategory.ARROWS],
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"], tags: ["chevron", "directional", "pointer", "pointing", "arrowhead", "triangle"],
Icon: Icons.CaretDown, Icon: Icons.CaretDown,
}, },
{ {
name: "caret-left", name: "caret-left",
categories: [IconCategory.ARROWS], categories: [IconCategory.ARROWS],
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"], tags: ["chevron", "directional", "pointer", "pointing", "arrowhead", "triangle"],
Icon: Icons.CaretLeft, Icon: Icons.CaretLeft,
}, },
{ {
name: "caret-right", name: "caret-right",
categories: [IconCategory.ARROWS], categories: [IconCategory.ARROWS],
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"], tags: ["chevron", "directional", "pointer", "pointing", "arrowhead", "triangle"],
Icon: Icons.CaretRight, Icon: Icons.CaretRight,
}, },
{ {
name: "caret-double-up", name: "caret-double-up",
categories: [IconCategory.ARROWS], categories: [IconCategory.ARROWS],
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"], tags: ["chevron", "directional", "pointer", "pointing", "arrowhead", "triangle"],
Icon: Icons.CaretDoubleUp, Icon: Icons.CaretDoubleUp,
}, },
{ {
name: "caret-double-down", name: "caret-double-down",
categories: [IconCategory.ARROWS], categories: [IconCategory.ARROWS],
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"], tags: ["chevron", "directional", "pointer", "pointing", "arrowhead", "triangle"],
Icon: Icons.CaretDoubleDown, Icon: Icons.CaretDoubleDown,
}, },
{ {
name: "caret-double-left", name: "caret-double-left",
categories: [IconCategory.ARROWS], categories: [IconCategory.ARROWS],
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"], tags: ["chevron", "directional", "pointer", "pointing", "arrowhead", "triangle"],
Icon: Icons.CaretDoubleLeft, Icon: Icons.CaretDoubleLeft,
}, },
{ {
name: "caret-double-right", name: "caret-double-right",
categories: [IconCategory.ARROWS], categories: [IconCategory.ARROWS],
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"], tags: ["chevron", "directional", "pointer", "pointing", "arrowhead", "triangle"],
Icon: Icons.CaretDoubleRight, Icon: Icons.CaretDoubleRight,
}, },
{ {
name: "caret-circle-up", name: "caret-circle-up",
categories: [IconCategory.ARROWS], categories: [IconCategory.ARROWS],
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"], tags: ["chevron", "directional", "pointer", "pointing", "arrowhead", "triangle"],
Icon: Icons.CaretCircleUp, Icon: Icons.CaretCircleUp,
}, },
{ {
name: "caret-circle-down", name: "caret-circle-down",
categories: [IconCategory.ARROWS], categories: [IconCategory.ARROWS],
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"], tags: ["chevron", "directional", "pointer", "pointing", "arrowhead", "triangle"],
Icon: Icons.CaretCircleDown, Icon: Icons.CaretCircleDown,
}, },
{ {
name: "caret-circle-left", name: "caret-circle-left",
categories: [IconCategory.ARROWS], categories: [IconCategory.ARROWS],
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"], tags: ["chevron", "directional", "pointer", "pointing", "arrowhead", "triangle"],
Icon: Icons.CaretCircleLeft, Icon: Icons.CaretCircleLeft,
}, },
{ {
name: "caret-circle-right", name: "caret-circle-right",
categories: [IconCategory.ARROWS], categories: [IconCategory.ARROWS],
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"], tags: ["chevron", "directional", "pointer", "pointing", "arrowhead", "triangle"],
Icon: Icons.CaretCircleRight, Icon: Icons.CaretCircleRight,
}, },
{ {
name: "caret-circle-double-up", name: "caret-circle-double-up",
categories: [IconCategory.ARROWS], categories: [IconCategory.ARROWS],
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"], tags: ["chevron", "directional", "pointer", "pointing", "arrowhead", "triangle"],
Icon: Icons.CaretCircleDoubleUp, Icon: Icons.CaretCircleDoubleUp,
}, },
{ {
name: "caret-circle-double-down", name: "caret-circle-double-down",
categories: [IconCategory.ARROWS], categories: [IconCategory.ARROWS],
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"], tags: ["chevron", "directional", "pointer", "pointing", "arrowhead", "triangle"],
Icon: Icons.CaretCircleDoubleDown, Icon: Icons.CaretCircleDoubleDown,
}, },
{ {
name: "caret-circle-double-left", name: "caret-circle-double-left",
categories: [IconCategory.ARROWS], categories: [IconCategory.ARROWS],
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"], tags: ["chevron", "directional", "pointer", "pointing", "arrowhead", "triangle"],
Icon: Icons.CaretCircleDoubleLeft, Icon: Icons.CaretCircleDoubleLeft,
}, },
{ {
name: "caret-circle-double-right", name: "caret-circle-double-right",
categories: [IconCategory.ARROWS], categories: [IconCategory.ARROWS],
tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"], tags: ["chevron", "directional", "pointer", "pointing", "arrowhead", "triangle"],
Icon: Icons.CaretCircleDoubleRight, Icon: Icons.CaretCircleDoubleRight,
}, },
// { // {
// name: "cat", // name: "cat",
// categories: [IconCategory.NATURE], // categories: [IconCategory.NATURE],
// tags: [ "pets", "animals", "kitty", "kitten"], // tags: [ *new*", "pets", "animals", "kitty", "kitten"],
// Icon: Icons.Cat, // Icon: Icons.Cat,
// }, // },
{ {
@@ -1886,6 +1934,12 @@ export const icons: ReadonlyArray<IconEntry> = [
], ],
Icon: Icons.CellSignalX, Icon: Icons.CellSignalX,
}, },
// {
// name: "certificate",
// categories: [IconCategory.DEVELOPMENT, IconCategory.OFFICE],
// tags: ["*new*", "diploma", "valid", "authentic"],
// Icon: Icons.Certificate,
// },
{ {
name: "chalkboard", name: "chalkboard",
categories: [IconCategory.MAP, IconCategory.OBJECTS], categories: [IconCategory.MAP, IconCategory.OBJECTS],
@@ -2605,6 +2659,26 @@ export const icons: ReadonlyArray<IconEntry> = [
tags: ["desktop", "pc", "imac"], tags: ["desktop", "pc", "imac"],
Icon: Icons.ComputerTower, Icon: Icons.ComputerTower,
}, },
// {
// name: "cookie",
// categories: [IconCategory.MAP, IconCategory.OBJECTS, IconCategory.DEVELOPMENT],
// tags: ["*new*", "privacy", "dessert", "food", "dining",],
// Icon: Icons.Cookie,
// },
// {
// name: "cooking-pot",
// categories: [IconCategory.MAP, IconCategory.OBJECTS],
// tags: [
// "*new*",
// "stew",
// "kitchen",
// "steaming",
// "restaurants",
// "food",
// "dining",
// ],
// Icon: Icons.CookingPot,
// },
{ {
name: "copy", name: "copy",
categories: [IconCategory.EDITOR, IconCategory.SYSTEM], categories: [IconCategory.EDITOR, IconCategory.SYSTEM],
@@ -2773,6 +2847,12 @@ export const icons: ReadonlyArray<IconEntry> = [
tags: ["pointer", "arrowhead", "mouse", "click"], tags: ["pointer", "arrowhead", "mouse", "click"],
Icon: Icons.Cursor, Icon: Icons.Cursor,
}, },
// {
// name: "cursor-click",
// categories: [IconCategory.DESIGN, IconCategory.SYSTEM],
// tags: ["pointer", "arrowhead", "mouse"],
// Icon: Icons.CursorClick,
// },
{ {
name: "database", name: "database",
categories: [IconCategory.DEVELOPMENT, IconCategory.SYSTEM], categories: [IconCategory.DEVELOPMENT, IconCategory.SYSTEM],
@@ -2930,7 +3010,7 @@ export const icons: ReadonlyArray<IconEntry> = [
// { // {
// name: "dog", // name: "dog",
// categories: [IconCategory.NATURE], // categories: [IconCategory.NATURE],
// tags: [ "pets", "animals", "puppy"], // tags: [ "*new*", "pets", "animals", "puppy"],
// Icon: Icons.Dog, // Icon: Icons.Dog,
// }, // },
{ {
@@ -3111,12 +3191,24 @@ export const icons: ReadonlyArray<IconEntry> = [
], ],
Icon: Icons.DropHalf, Icon: Icons.DropHalf,
}, },
// {
// name: "dropbox-logo",
// categories: [IconCategory.BRAND],
// tags: ["*new*", "cloud", "backup"],
// Icon: Icons.DropboxLogo,
// },
{ {
name: "eject", name: "eject",
categories: [IconCategory.MEDIA], categories: [IconCategory.MEDIA],
tags: ["disconnect"], tags: ["disconnect"],
Icon: Icons.Eject, Icon: Icons.Eject,
}, },
// {
// name: "eject-simple",
// categories: [IconCategory.MEDIA],
// tags: ["*new*", "disconnect"],
// Icon: Icons.EjectSimple,
// },
{ {
name: "eraser", name: "eraser",
categories: [IconCategory.DESIGN, IconCategory.EDITOR], categories: [IconCategory.DESIGN, IconCategory.EDITOR],
@@ -3179,6 +3271,17 @@ export const icons: ReadonlyArray<IconEntry> = [
], ],
Icon: Icons.Equals, Icon: Icons.Equals,
}, },
// {
// name: "exam",
// categories: [IconCategory.OBJECTS],
// tags: ["*new*", "test", "classroom",
// "teacher",
// "education",
// "school",
// "college",
// "university",],
// Icon: Icons.Exam,
// },
{ {
name: "eye", name: "eye",
categories: [IconCategory.DESIGN, IconCategory.EDITOR], categories: [IconCategory.DESIGN, IconCategory.EDITOR],
@@ -3239,6 +3342,12 @@ export const icons: ReadonlyArray<IconEntry> = [
tags: ["logos", "social media"], tags: ["logos", "social media"],
Icon: Icons.FacebookLogo, Icon: Icons.FacebookLogo,
}, },
// {
// name: "factory",
// categories: [IconCategory.COMMERCE, IconCategory.MAP],
// tags: ["*new*", "industry", "manufacture", "buildings", "places", "locations"],
// Icon: Icons.Factory,
// },
{ {
name: "faders", name: "faders",
categories: [IconCategory.MEDIA, IconCategory.SYSTEM], categories: [IconCategory.MEDIA, IconCategory.SYSTEM],
@@ -3269,6 +3378,12 @@ export const icons: ReadonlyArray<IconEntry> = [
], ],
Icon: Icons.FadersHorizontal, Icon: Icons.FadersHorizontal,
}, },
// {
// name: "fast-forward",
// categories: [IconCategory.MEDIA],
// tags: ["*new*", "audio", "music", "seek", "scrub", "scan", "ahead", "skip"],
// Icon: Icons.FastForward,
// },
{ {
name: "fast-forward-circle", name: "fast-forward-circle",
categories: [IconCategory.MEDIA], categories: [IconCategory.MEDIA],
@@ -3340,10 +3455,22 @@ export const icons: ReadonlyArray<IconEntry> = [
tags: ["documents", "files", "delete", "write", "remove", "-"], tags: ["documents", "files", "delete", "write", "remove", "-"],
Icon: Icons.FileMinus, Icon: Icons.FileMinus,
}, },
// {
// name: "file-dotted",
// categories: [IconCategory.OFFICE, IconCategory.EDITOR],
// tags: ["*new*", "documents", "files", "browse", "draft", "open"],
// Icon: Icons.FileDotted,
// },
// {
// name: "file-pdf",
// categories: [IconCategory.OFFICE, IconCategory.EDITOR],
// tags: ["*new*", "documents", "files", "acrobat"],
// Icon: Icons.FilePdf,
// },
{ {
name: "file-search", name: "file-search",
categories: [IconCategory.OFFICE, IconCategory.EDITOR], categories: [IconCategory.OFFICE, IconCategory.EDITOR],
tags: ["documents", "files", "find", "locate", "missing"], tags: ["documents", "files", "find", "locate", "browse", "missing"],
Icon: Icons.FileSearch, Icon: Icons.FileSearch,
}, },
{ {
@@ -3358,6 +3485,12 @@ export const icons: ReadonlyArray<IconEntry> = [
tags: ["documents", "files", "cancelled", "deleted", "removed", "errors"], tags: ["documents", "files", "cancelled", "deleted", "removed", "errors"],
Icon: Icons.FileX, Icon: Icons.FileX,
}, },
// {
// name: "files",
// categories: [IconCategory.OFFICE, IconCategory.EDITOR],
// tags: ["*new*", "documents", "open", "library"],
// Icon: Icons.Files,
// },
{ {
name: "fingerprint", name: "fingerprint",
categories: [IconCategory.SYSTEM], categories: [IconCategory.SYSTEM],
@@ -3437,6 +3570,12 @@ export const icons: ReadonlyArray<IconEntry> = [
], ],
Icon: Icons.FirstAidKit, Icon: Icons.FirstAidKit,
}, },
// {
// name: "fish",
// categories: [IconCategory.NATURE],
// tags: ["*new*", "animals", "pets"],
// Icon: Icons.Fish,
// },
{ {
name: "flag", name: "flag",
categories: [IconCategory.OBJECTS, IconCategory.MAP, IconCategory.SYSTEM], categories: [IconCategory.OBJECTS, IconCategory.MAP, IconCategory.SYSTEM],
@@ -3475,6 +3614,24 @@ export const icons: ReadonlyArray<IconEntry> = [
], ],
Icon: Icons.FloppyDisk, Icon: Icons.FloppyDisk,
}, },
// {
// name: "flow-line",
// categories: [IconCategory.ARROWS, IconCategory.DESIGN, IconCategory.OFFICE],
// tags: ["*new*", "flowchart", "arrowhead"],
// Icon: Icons.FlowLine,
// },
// {
// name: "flower",
// categories: [IconCategory.NATURE],
// tags: ["*new*", "plants", "green", "environmental"],
// Icon: Icons.Flower,
// },
// {
// name: "flower-lotus",
// categories: [IconCategory.NATURE],
// tags: ["*new*", "plants", "green", "environmental", "spirituality"],
// Icon: Icons.FlowerLotus,
// },
{ {
name: "folder", name: "folder",
categories: [IconCategory.OFFICE, IconCategory.EDITOR, IconCategory.SYSTEM], categories: [IconCategory.OFFICE, IconCategory.EDITOR, IconCategory.SYSTEM],
@@ -3705,6 +3862,36 @@ export const icons: ReadonlyArray<IconEntry> = [
], ],
Icon: Icons.GearSix, Icon: Icons.GearSix,
}, },
// {
// name: "gender-female",
// categories: [IconCategory.PEOPLE],
// tags: ["*new*", "woman", "feminine", "venus"],
// Icon: Icons.GenderFemale,
// },
// {
// name: "gender-male",
// categories: [IconCategory.PEOPLE],
// tags: ["*new*", "man", "masculine", "mars"],
// Icon: Icons.GenderMale,
// },
// {
// name: "gender-intersex",
// categories: [IconCategory.PEOPLE],
// tags: ["*new*", "transgender", "non-binary"],
// Icon: Icons.GenderIntersex,
// },
// {
// name: "gender-transgender",
// categories: [IconCategory.PEOPLE],
// tags: ["*new*", "intersex", "non-binary"],
// Icon: Icons.GenderTransgender,
// },
// {
// name: "gender-neuter",
// categories: [IconCategory.PEOPLE],
// tags: ["*new*", "agender", "non-binary", "asexual"],
// Icon: Icons.GenderNeuter,
// },
{ {
name: "ghost", name: "ghost",
categories: [IconCategory.GAMES, IconCategory.OBJECTS], categories: [IconCategory.GAMES, IconCategory.OBJECTS],
@@ -3999,6 +4186,12 @@ export const icons: ReadonlyArray<IconEntry> = [
tags: ["pointers", "cursors", "emoji", "drag", "hold"], tags: ["pointers", "cursors", "emoji", "drag", "hold"],
Icon: Icons.HandGrabbing, Icon: Icons.HandGrabbing,
}, },
// {
// name: "hand-ok",
// categories: [IconCategory.PEOPLE],
// tags: ["*new*", "pointers", "emoji", "good", "nice"],
// Icon: Icons.HandOk,
// },
{ {
name: "hand-palm", name: "hand-palm",
categories: [IconCategory.SYSTEM, IconCategory.PEOPLE], categories: [IconCategory.SYSTEM, IconCategory.PEOPLE],
@@ -4014,6 +4207,20 @@ export const icons: ReadonlyArray<IconEntry> = [
], ],
Icon: Icons.HandPalm, Icon: Icons.HandPalm,
}, },
// {
// name: "hand-peace",
// categories: [IconCategory.PEOPLE],
// tags: [
// "*new*",
// "pointers",
// "cursors",
// "emoji",
// "love",
// "hippies",
// "peace sign"
// ],
// Icon: Icons.HandPeace,
// },
{ {
name: "hand-pointing", name: "hand-pointing",
categories: [IconCategory.SYSTEM, IconCategory.PEOPLE], categories: [IconCategory.SYSTEM, IconCategory.PEOPLE],
@@ -4026,6 +4233,12 @@ export const icons: ReadonlyArray<IconEntry> = [
tags: ["pointers", "cursors", "emoji", "palm", "wave", "hello", "goodbye"], tags: ["pointers", "cursors", "emoji", "palm", "wave", "hello", "goodbye"],
Icon: Icons.HandWaving, Icon: Icons.HandWaving,
}, },
// {
// name: "hands-clapping",
// categories: [IconCategory.SYSTEM, IconCategory.PEOPLE],
// tags: ["*new*", "emoji", "clap", "applause"],
// Icon: Icons.HandsClapping,
// },
{ {
name: "handshake", name: "handshake",
categories: [IconCategory.PEOPLE, IconCategory.COMMERCE], categories: [IconCategory.PEOPLE, IconCategory.COMMERCE],
@@ -4334,6 +4547,12 @@ export const icons: ReadonlyArray<IconEntry> = [
tags: ["homes", "buildings", "places", "locations"], tags: ["homes", "buildings", "places", "locations"],
Icon: Icons.HouseSimple, Icon: Icons.HouseSimple,
}, },
// {
// name: "i-beam",
// categories: [IconCategory.OBJECTS],
// tags: ["*new*", "pointers", "cursors", "text", "selection"],
// Icon: Icons.IBeam,
// },
{ {
name: "identification-card", name: "identification-card",
categories: [IconCategory.PEOPLE], categories: [IconCategory.PEOPLE],
@@ -4470,6 +4689,12 @@ export const icons: ReadonlyArray<IconEntry> = [
tags: ["computer", "notebook", "pc", "macbook"], tags: ["computer", "notebook", "pc", "macbook"],
Icon: Icons.Laptop, Icon: Icons.Laptop,
}, },
// {
// name: "layout",
// categories: [IconCategory.DESIGN],
// tags: ["*new*", "wireframe"],
// Icon: Icons.Layout,
// },
{ {
name: "leaf", name: "leaf",
categories: [IconCategory.NATURE], categories: [IconCategory.NATURE],
@@ -4484,6 +4709,12 @@ export const icons: ReadonlyArray<IconEntry> = [
], ],
Icon: Icons.Leaf, Icon: Icons.Leaf,
}, },
// {
// name: "library",
// categories: [IconCategory.MAP, IconCategory.MEDIA],
// tags: ["*new*", "books", "places", "locations"],
// Icon: Icons.Library,
// },
{ {
name: "lifebuoy", name: "lifebuoy",
categories: [ categories: [
@@ -4545,6 +4776,18 @@ export const icons: ReadonlyArray<IconEntry> = [
], ],
Icon: Icons.LightningSlash, Icon: Icons.LightningSlash,
}, },
// {
// name: "line-segment",
// categories: [IconCategory.DESIGN],
// tags: ["*new*", "shapes", "drawing", "path", "pen"],
// Icon: Icons.LineSegment,
// },
// {
// name: "line-segments",
// categories: [IconCategory.DESIGN],
// tags: ["*new*", "shapes", "drawing", "path", "pen"],
// Icon: Icons.LineSegments,
// },
{ {
name: "link", name: "link",
categories: [IconCategory.COMMUNICATION, IconCategory.OBJECTS], categories: [IconCategory.COMMUNICATION, IconCategory.OBJECTS],
@@ -4801,6 +5044,12 @@ export const icons: ReadonlyArray<IconEntry> = [
], ],
Icon: Icons.LockSimpleOpen, Icon: Icons.LockSimpleOpen,
}, },
// {
// name: "magic-wand",
// categories: [IconCategory.DESIGN, IconCategory.GAMES, IconCategory.OBJECTS],
// tags: ["*new*", "selection", "wizard", "games"],
// Icon: Icons.MagicWand,
// },
{ {
name: "magnet", name: "magnet",
categories: [IconCategory.DEVELOPMENT, IconCategory.OBJECTS], categories: [IconCategory.DEVELOPMENT, IconCategory.OBJECTS],
@@ -4926,6 +5175,12 @@ export const icons: ReadonlyArray<IconEntry> = [
tags: ["bullhorn", "announcements", "loudspeaker", "broadcast"], tags: ["bullhorn", "announcements", "loudspeaker", "broadcast"],
Icon: Icons.MegaphoneSimple, Icon: Icons.MegaphoneSimple,
}, },
// {
// name: "messenger-logo",
// categories: [IconCategory.BRAND, IconCategory.COMMUNICATION],
// tags: ["*new*", "logos", "facebook", "social media"],
// Icon: Icons.MessengerLogo,
// },
{ {
name: "microphone", name: "microphone",
categories: [ categories: [
@@ -5054,6 +5309,12 @@ export const icons: ReadonlyArray<IconEntry> = [
], ],
Icon: Icons.MoonStars, Icon: Icons.MoonStars,
}, },
// {
// name: "mountain",
// categories: [IconCategory.NATURE, IconCategory.MAP],
// tags: ["*new*", "peak", "hill", "summit", "outdoors", "climbing", "terrain", "geology"],
// Icon: Icons.Mountain,
// },
{ {
name: "mouse", name: "mouse",
categories: [IconCategory.SYSTEM], categories: [IconCategory.SYSTEM],
@@ -5154,6 +5415,12 @@ export const icons: ReadonlyArray<IconEntry> = [
], ],
Icon: Icons.Notepad, Icon: Icons.Notepad,
}, },
// {
// name: "notification",
// categories: [IconCategory.SYSTEM],
// tags: ["*new*", "badge", "pip"],
// Icon: Icons.Notification,
// },
{ {
name: "number-zero", name: "number-zero",
categories: [IconCategory.FINANCE], categories: [IconCategory.FINANCE],
@@ -5666,6 +5933,12 @@ export const icons: ReadonlyArray<IconEntry> = [
tags: ["paintbucket", "colors", "color picker", "fill", "arts"], tags: ["paintbucket", "colors", "color picker", "fill", "arts"],
Icon: Icons.PaintBucket, Icon: Icons.PaintBucket,
}, },
// {
// name: "palette",
// categories: [IconCategory.DESIGN, IconCategory.EDITOR, IconCategory.OBJECTS],
// tags: ["*new*", "paint", "colors", "color picker", "arts"],
// Icon: Icons.Palette,
// },
{ {
name: "paper-plane", name: "paper-plane",
categories: [ categories: [
@@ -5745,6 +6018,22 @@ export const icons: ReadonlyArray<IconEntry> = [
tags: ["attachments", "mail", "email", "office"], tags: ["attachments", "mail", "email", "office"],
Icon: Icons.PaperclipHorizontal, Icon: Icons.PaperclipHorizontal,
}, },
// {
// name: "password",
// categories: [IconCategory.SYSTEM],
// tags: [
// "*new*",
// "security",
// "secured",
// "authentication",
// "authenticated",
// "login",
// "encrypted",
// "encryption",
// "privacy",
// "private",],
// Icon: Icons.Password,
// },
{ {
name: "path", name: "path",
categories: [IconCategory.DESIGN, IconCategory.MAP], categories: [IconCategory.DESIGN, IconCategory.MAP],
@@ -5813,6 +6102,44 @@ export const icons: ReadonlyArray<IconEntry> = [
], ],
Icon: Icons.Pedestrian, Icon: Icons.Pedestrian,
}, },
// {
// name: "pedestrian-run",
// categories: [IconCategory.MAP, IconCategory.PEOPLE],
// tags: [
// "*new*",
// "person",
// "running",
// "human",
// "woman",
// "man",
// "body",
// "transit",
// "transportation",
// "travel",
// "commuter",
// "user",
// ],
// Icon: Icons.PedestrianRun,
// },
// {
// name: "pedestrian-walk",
// categories: [IconCategory.MAP, IconCategory.PEOPLE],
// tags: [
// "*new*",
// "person",
// "walking",
// "human",
// "woman",
// "man",
// "body",
// "transit",
// "transportation",
// "travel",
// "commuter",
// "user",
// ],
// Icon: Icons.PedestrianWalk,
// },
{ {
name: "pen", name: "pen",
categories: [IconCategory.DESIGN, IconCategory.EDITOR, IconCategory.OFFICE], categories: [IconCategory.DESIGN, IconCategory.EDITOR, IconCategory.OFFICE],
@@ -5979,6 +6306,12 @@ export const icons: ReadonlyArray<IconEntry> = [
tags: ["music", "audio", "resume", "start", "round"], tags: ["music", "audio", "resume", "start", "round"],
Icon: Icons.PlayCircle, Icon: Icons.PlayCircle,
}, },
// {
// name: "playlist",
// categories: [IconCategory.MEDIA],
// tags: ["*new*", "music", "audio", "queue"],
// Icon: Icons.Playlist,
// },
{ {
name: "plus", name: "plus",
categories: [ categories: [
@@ -6033,6 +6366,12 @@ export const icons: ReadonlyArray<IconEntry> = [
tags: ["chips", "tokens", "cards", "gambling", "casino"], tags: ["chips", "tokens", "cards", "gambling", "casino"],
Icon: Icons.PokerChip, Icon: Icons.PokerChip,
}, },
// {
// name: "polygon",
// categories: [IconCategory.DESIGN],
// tags: ["*new*", "shapes", "drawing"],
// Icon: Icons.Polygon,
// },
{ {
name: "power", name: "power",
categories: [IconCategory.SYSTEM], categories: [IconCategory.SYSTEM],
@@ -6183,6 +6522,12 @@ export const icons: ReadonlyArray<IconEntry> = [
tags: ["information", "help", "support", "questions"], tags: ["information", "help", "support", "questions"],
Icon: Icons.Question, Icon: Icons.Question,
}, },
// {
// name: "queue",
// categories: [IconCategory.MEDIA],
// tags: ["*new*", "music", "audio", "playlist"],
// Icon: Icons.Queue,
// },
{ {
name: "quotes", name: "quotes",
categories: [ categories: [
@@ -6247,6 +6592,12 @@ export const icons: ReadonlyArray<IconEntry> = [
tags: ["4", "shapes", "polygons", "box"], tags: ["4", "shapes", "polygons", "box"],
Icon: Icons.Rectangle, Icon: Icons.Rectangle,
}, },
// {
// name: "recycle",
// categories: [IconCategory.ARROWS, IconCategory.NATURE],
// tags: ["*new*", "recycling", "trash", "environmental", "green"],
// Icon: Icons.Recycle,
// },
{ {
name: "reddit-logo", name: "reddit-logo",
categories: [IconCategory.BRAND, IconCategory.COMMUNICATION], categories: [IconCategory.BRAND, IconCategory.COMMUNICATION],
@@ -6265,6 +6616,23 @@ export const icons: ReadonlyArray<IconEntry> = [
tags: ["music", "audio", "recycle"], tags: ["music", "audio", "recycle"],
Icon: Icons.RepeatOnce, Icon: Icons.RepeatOnce,
}, },
// {
// name: "rewind",
// categories: [IconCategory.MEDIA],
// tags: [
// "*new*",
// "music",
// "audio",
// "seek",
// "scrub",
// "scan",
// "skip",
// "back",
// "backwards",
// "reverse",
// ],
// Icon: Icons.Rewind,
// },
{ {
name: "rewind-circle", name: "rewind-circle",
categories: [IconCategory.MEDIA], categories: [IconCategory.MEDIA],
@@ -6281,6 +6649,12 @@ export const icons: ReadonlyArray<IconEntry> = [
], ],
Icon: Icons.RewindCircle, Icon: Icons.RewindCircle,
}, },
// {
// name: "robot",
// categories: [IconCategory.DEVELOPMENT, IconCategory.OBJECTS],
// tags: ["*new*", "automaton", "artificial intelligence"],
// Icon: Icons.Robot,
// },
{ {
name: "rocket", name: "rocket",
categories: [ categories: [
@@ -6319,6 +6693,24 @@ export const icons: ReadonlyArray<IconEntry> = [
tags: ["radio", "broadcast", "web feed", "news", "aggregator"], tags: ["radio", "broadcast", "web feed", "news", "aggregator"],
Icon: Icons.RssSimple, Icon: Icons.RssSimple,
}, },
// {
// name: "ruler",
// categories: [IconCategory.DESIGN, IconCategory.EDITOR, IconCategory.OBJECTS],
// tags: ["*new*", "measure", "scale", "distance"],
// Icon: Icons.Ruler,
// },
// {
// name: "scales",
// categories: [IconCategory.COMMERCE, IconCategory.MAP, IconCategory.OBJECTS],
// tags: ["*new*", "measure", "balance", "law", "justice", "government"],
// Icon: Icons.Scales,
// },
// {
// name: "scalpel",
// categories: [IconCategory.DESIGN, IconCategory.HEALTH],
// tags: ["*new*", "x-acto", "hobby knife", "craft knife", "razor", "slice"],
// Icon: Icons.Scalpel,
// },
{ {
name: "scissors", name: "scissors",
categories: [ categories: [
@@ -6352,9 +6744,33 @@ export const icons: ReadonlyArray<IconEntry> = [
// { // {
// name: "selection", // name: "selection",
// categories: [IconCategory.DESIGN, IconCategory.EDITOR], // categories: [IconCategory.DESIGN, IconCategory.EDITOR],
// tags: ["*new*", "marquis", "select all"], // tags: ["*new*", "marquis", "select"],
// Icon: Icons.Selection, // Icon: Icons.Selection,
// }, // },
// {
// name: "selection-all",
// categories: [IconCategory.DESIGN, IconCategory.EDITOR],
// tags: ["*new*", "marquis", "select all"],
// Icon: Icons.SelectionAll,
// },
// {
// name: "selection-inverse",
// categories: [IconCategory.DESIGN, IconCategory.EDITOR],
// tags: ["*new*", "marquis", "invert"],
// Icon: Icons.SelectionInverse,
// },
// {
// name: "selection-plus",
// categories: [IconCategory.DESIGN, IconCategory.EDITOR],
// tags: ["*new*", "marquis", "add"],
// Icon: Icons.SelectionPlus,
// },
// {
// name: "selection-slash",
// categories: [IconCategory.DESIGN, IconCategory.EDITOR],
// tags: ["*new*", "marquis", "unselect"],
// Icon: Icons.SelectionSlash,
// },
{ {
name: "share", name: "share",
categories: [IconCategory.COMMUNICATION, IconCategory.SYSTEM], categories: [IconCategory.COMMUNICATION, IconCategory.SYSTEM],
@@ -6732,6 +7148,12 @@ export const icons: ReadonlyArray<IconEntry> = [
tags: ["spades", "suits", "cards", "gambling", "casino", "gaming"], tags: ["spades", "suits", "cards", "gambling", "casino", "gaming"],
Icon: Icons.Spade, Icon: Icons.Spade,
}, },
// {
// name: "sparkle",
// categories: [IconCategory.COMMUNICATION, IconCategory.NATURE],
// tags: ["*new*", "star", "rate", "ratings", "favorites", "favorited"],
// Icon: Icons.Sparkle,
// },
{ {
name: "speaker-high", name: "speaker-high",
categories: [IconCategory.MEDIA, IconCategory.SYSTEM], categories: [IconCategory.MEDIA, IconCategory.SYSTEM],
@@ -6874,6 +7296,21 @@ export const icons: ReadonlyArray<IconEntry> = [
tags: ["rate", "ratings", "favorites", "favorited"], tags: ["rate", "ratings", "favorites", "favorited"],
Icon: Icons.Star, Icon: Icons.Star,
}, },
// {
// name: "star-four",
// categories: [
// IconCategory.COMMUNICATION,
// IconCategory.NATURE,
// ],
// tags: ["*new*", "rate", "ratings", "favorites", "favorited"],
// Icon: Icons.StarFour,
// },
// {
// name: "steam-logo",
// categories: [IconCategory.BRAND, IconCategory.GAMES],
// tags: ["*new*", "logos","gaming", "valve"],
// Icon: Icons.SteamLogo,
// },
{ {
name: "sticker", name: "sticker",
categories: [IconCategory.COMMUNICATION], categories: [IconCategory.COMMUNICATION],
@@ -7056,12 +7493,24 @@ export const icons: ReadonlyArray<IconEntry> = [
tags: ["bullseye", "radar", "archery", "accuracy", "precision"], tags: ["bullseye", "radar", "archery", "accuracy", "precision"],
Icon: Icons.Target, Icon: Icons.Target,
}, },
// {
// name: "team",
// categories: [IconCategory.PEOPLE, IconCategory.OFFICE],
// tags: ["*new*", "group", "users", "accounts"],
// Icon: Icons.Team,
// },
{ {
name: "telegram-logo", name: "telegram-logo",
categories: [IconCategory.BRAND, IconCategory.COMMUNICATION], categories: [IconCategory.BRAND, IconCategory.COMMUNICATION],
tags: ["logos", "messages", "messaging"], tags: ["logos", "messages", "messaging"],
Icon: Icons.TelegramLogo, Icon: Icons.TelegramLogo,
}, },
// {
// name: "television",
// categories: [IconCategory.SYSTEM, IconCategory.OBJECTS],
// tags: ["*new*", "screen", "tv", "displays"],
// Icon: Icons.Television,
// },
{ {
name: "terminal", name: "terminal",
categories: [IconCategory.DEVELOPMENT, IconCategory.SYSTEM], categories: [IconCategory.DEVELOPMENT, IconCategory.SYSTEM],
@@ -7104,6 +7553,48 @@ export const icons: ReadonlyArray<IconEntry> = [
tags: ["typography", "typeface", "print", "font", "boldface", "emphasis"], tags: ["typography", "typeface", "print", "font", "boldface", "emphasis"],
Icon: Icons.TextBolder, Icon: Icons.TextBolder,
}, },
// {
// name: "text-h",
// categories: [IconCategory.DESIGN, IconCategory.EDITOR, IconCategory.OFFICE],
// tags: ["*new*", "heading", "typography", "print"],
// Icon: Icons.TextH,
// },
// {
// name: "text-h-one",
// categories: [IconCategory.DESIGN, IconCategory.EDITOR, IconCategory.OFFICE],
// tags: ["*new*", "heading", "h1", "typography", "print"],
// Icon: Icons.TextHOne,
// },
// {
// name: "text-h-two",
// categories: [IconCategory.DESIGN, IconCategory.EDITOR, IconCategory.OFFICE],
// tags: ["*new*", "heading", "h2", "typography", "print"],
// Icon: Icons.TextHTwo,
// },
// {
// name: "text-h-three",
// categories: [IconCategory.DESIGN, IconCategory.EDITOR, IconCategory.OFFICE],
// tags: ["*new*", "heading", "h3", "typography", "print"],
// Icon: Icons.TextHThree,
// },
// {
// name: "text-h-four",
// categories: [IconCategory.DESIGN, IconCategory.EDITOR, IconCategory.OFFICE],
// tags: ["*new*", "heading", "h4", "typography", "print"],
// Icon: Icons.TextHFour,
// },
// {
// name: "text-h-five",
// categories: [IconCategory.DESIGN, IconCategory.EDITOR, IconCategory.OFFICE],
// tags: ["*new*", "heading", "h5", "typography", "print"],
// Icon: Icons.TextHFive,
// },
// {
// name: "text-h-six",
// categories: [IconCategory.DESIGN, IconCategory.EDITOR, IconCategory.OFFICE],
// tags: ["*new*", "heading", "h6", "typography", "print"],
// Icon: Icons.TextHSix,
// },
{ {
name: "text-italic", name: "text-italic",
categories: [IconCategory.DESIGN, IconCategory.EDITOR, IconCategory.OFFICE], categories: [IconCategory.DESIGN, IconCategory.EDITOR, IconCategory.OFFICE],
@@ -7362,6 +7853,16 @@ export const icons: ReadonlyArray<IconEntry> = [
tags: ["inbox", "mailbox", "bin"], tags: ["inbox", "mailbox", "bin"],
Icon: Icons.Tray, Icon: Icons.Tray,
}, },
// {
// name: "tree",
// categories: [IconCategory.NATURE],
// tags: ["*new*", "plants",
// "branches",
// "leaves",
// "green",
// "environmental"],
// Icon: Icons.Tree,
// },
{ {
name: "tree-structure", name: "tree-structure",
categories: [IconCategory.DEVELOPMENT, IconCategory.OFFICE], categories: [IconCategory.DEVELOPMENT, IconCategory.OFFICE],
@@ -7643,6 +8144,12 @@ export const icons: ReadonlyArray<IconEntry> = [
tags: ["videography", "films", "movies", "recording", "disabled"], tags: ["videography", "films", "movies", "recording", "disabled"],
Icon: Icons.VideoCameraSlash, Icon: Icons.VideoCameraSlash,
}, },
// {
// name: "virus",
// categories: [IconCategory.HEALTH],
// tags: ["*new*", "illness", "disease", "covid-19", "coronavirus", "flu", "cold"],
// Icon: Icons.Virus,
// },
{ {
name: "voicemail", name: "voicemail",
categories: [IconCategory.SYSTEM], categories: [IconCategory.SYSTEM],
@@ -7797,7 +8304,7 @@ export const icons: ReadonlyArray<IconEntry> = [
// "food", // "food",
// "dining", // "dining",
// ], // ],
// Icon: Icons.WineGlass, // Icon: Icons.Wine,
// }, // },
{ {
name: "wrench", name: "wrench",