From b6e2ae7da540429800382a0049519404ca0ff7ba Mon Sep 17 00:00:00 2001 From: rektdeckard Date: Mon, 5 Jul 2021 22:46:47 -0400 Subject: [PATCH] feat(deps): Update to phosphor-react@1.3.1 and add icon entries --- package.json | 4 +- src/lib/icons.ts | 1983 +++++++++++++++++++++++++--------------------- 2 files changed, 1075 insertions(+), 912 deletions(-) diff --git a/package.json b/package.json index b55f9e2..c01016f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phosphor-home", - "version": "1.2.1", + "version": "1.3.1", "license": "MIT", "homepage": "https://phosphoricons.com", "author": { @@ -24,7 +24,7 @@ "file-saver": "^2.0.2", "framer-motion": "^3.10.0", "fuse.js": "^6.4.1", - "phosphor-react": "^1.2.1", + "phosphor-react": "^1.3.1", "react": "^17.0.1", "react-dom": "^17.0.1", "react-dropdown-select": "^4.4.2", diff --git a/src/lib/icons.ts b/src/lib/icons.ts index a9ab0b3..fc2c0be 100644 --- a/src/lib/icons.ts +++ b/src/lib/icons.ts @@ -16,12 +16,12 @@ export const icons: ReadonlyArray = [ ], Icon: Icons.Activity, }, - // { - // name: "address-book", - // categories: [IconCategory.COMMUNICATION], - // tags: ["*new*", "contacts", "roledex"], - // Icon: Icons.AddressBook, - // }, + { + name: "address-book", + categories: [IconCategory.COMMUNICATION], + tags: ["*new*", "contacts", "roledex"], + Icon: Icons.AddressBook, + }, { name: "airplane", categories: [IconCategory.MAP, IconCategory.OBJECTS], @@ -1063,12 +1063,12 @@ export const icons: ReadonlyArray = [ ], Icon: Icons.Atom, }, - // { - // name: "baby", - // categories: [IconCategory.PEOPLE, IconCategory.HEALTH], - // tags: ["*new*", "infant", "child", "children", "toddler"], - // Icon: Icons.Baby, - // }, + { + name: "baby", + categories: [IconCategory.PEOPLE, IconCategory.HEALTH], + tags: ["*new*", "infant", "child", "children", "toddler"], + Icon: Icons.Baby, + }, { name: "backspace", categories: [IconCategory.SYSTEM], @@ -1134,18 +1134,18 @@ export const icons: ReadonlyArray = [ tags: ["upc", "qr", "products", "shopping", "scanner"], Icon: Icons.Barcode, }, - // { - // name: "baseball", - // categories: [IconCategory.GAMES, IconCategory.HEALTH], - // tags: ["*new*", "sports", "mlb"], - // Icon: Icons.Baseball, - // }, - // { - // name: "basketball", - // categories: [IconCategory.GAMES, IconCategory.HEALTH], - // tags: ["*new*", "sports", "nba"], - // Icon: Icons.Basketball, - // }, + { + name: "baseball", + categories: [IconCategory.GAMES, IconCategory.HEALTH], + tags: ["*new*", "sports", "mlb"], + Icon: Icons.Baseball, + }, + { + name: "basketball", + categories: [IconCategory.GAMES, IconCategory.HEALTH], + tags: ["*new*", "sports", "nba"], + Icon: Icons.Basketball, + }, { name: "battery-charging", categories: [IconCategory.SYSTEM], @@ -1362,12 +1362,12 @@ export const icons: ReadonlyArray = [ ], Icon: Icons.Bicycle, }, - // { - // name: "bird", - // categories: [IconCategory.NATURE], - // tags: ["*new*", "animals", "pets"], - // Icon: Icons.Bird, - // }, + { + name: "bird", + categories: [IconCategory.NATURE], + tags: ["*new*", "animals", "pets"], + Icon: Icons.Bird, + }, { name: "bluetooth", categories: [IconCategory.SYSTEM], @@ -1398,25 +1398,25 @@ export const icons: ReadonlyArray = [ tags: ["wireless", "connection", "connectivity", "disconnected", "errors"], Icon: Icons.BluetoothX, }, - // { - // name: "boat", - // categories: [IconCategory.MAP, IconCategory.OBJECTS], - // tags: [ - // "*new*", - // "ferry", - // "ship", - // "cruise", - // "vehicles", - // "public transit", - // "transportation", - // "commuter", - // "traveling", - // "sailing", - // "places", - // "locations", - // ], - // Icon: Icons.Boat, - // }, + { + name: "boat", + categories: [IconCategory.MAP, IconCategory.OBJECTS], + tags: [ + "*new*", + "ferry", + "ship", + "cruise", + "vehicles", + "public transit", + "transportation", + "commuter", + "traveling", + "sailing", + "places", + "locations", + ], + Icon: Icons.Boat, + }, { name: "book", categories: [IconCategory.OFFICE, IconCategory.MEDIA, IconCategory.OBJECTS], @@ -1443,6 +1443,25 @@ export const icons: ReadonlyArray = [ tags: ["reading", "reader", "novel", "story", "library"], Icon: Icons.BookOpen, }, + { + name: "books", + categories: [ + IconCategory.OFFICE, + IconCategory.MAP, + IconCategory.MEDIA, + IconCategory.OBJECTS, + ], + tags: [ + "*new*", + "reading", + "reader", + "bookshelf", + "library", + "places", + "locations", + ], + Icon: Icons.Books, + }, { name: "bookmark", categories: [IconCategory.OFFICE, IconCategory.MEDIA, IconCategory.OBJECTS], @@ -1503,36 +1522,60 @@ export const icons: ReadonlyArray = [ ], Icon: Icons.BookmarksSimple, }, - // { - // name: "bounding-box", - // categories: [IconCategory.DESIGN], - // tags: ["*new*", "polygon", "shapes", "outline", "corners", "rectangle"], - // Icon: Icons.BoundingBox, - // }, - // { - // name: "brain", - // categories: [IconCategory.HEALTH, IconCategory.NATURE], - // tags: ["*new*", "mind", "mental"], - // Icon: Icons.Brain, - // }, - // { - // 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: "bounding-box", + categories: [IconCategory.DESIGN], + tags: ["*new*", "polygon", "shapes", "outline", "corners", "rectangle"], + Icon: Icons.BoundingBox, + }, + { + name: "brackets-angle", + categories: [IconCategory.DEVELOPMENT, IconCategory.EDITOR], + tags: ["*new*", "code", "angle brackets", "angle braces"], + Icon: Icons.BracketsAngle, + }, + { + name: "brackets-curly", + categories: [IconCategory.DEVELOPMENT, IconCategory.EDITOR], + tags: ["*new*", "code", "curly brackets", "curly braces"], + Icon: Icons.BracketsCurly, + }, + { + name: "brackets-round", + categories: [IconCategory.DEVELOPMENT, IconCategory.EDITOR], + tags: ["*new*", "code", "parentheses", "round brackets", "round braces"], + Icon: Icons.BracketsRound, + }, + { + name: "brackets-square", + categories: [IconCategory.DEVELOPMENT, IconCategory.EDITOR], + tags: ["*new*", "code", "square brackets", "square braces", "array"], + Icon: Icons.BracketsSquare, + }, + { + name: "brain", + categories: [IconCategory.HEALTH, IconCategory.NATURE], + tags: ["*new*", "mind", "mental"], + Icon: Icons.Brain, + }, + { + 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: "briefcase", categories: [IconCategory.OFFICE, IconCategory.OBJECTS], @@ -1624,12 +1667,12 @@ export const icons: ReadonlyArray = [ ], Icon: Icons.Bus, }, - // { - // name: "cake", - // categories: [IconCategory.OBJECTS], - // tags: ["*new*", "dessert", "birthday", "celebration", "event"], - // Icon: Icons.Cake, - // }, + { + name: "cake", + categories: [IconCategory.OBJECTS], + tags: ["*new*", "dessert", "birthday", "celebration", "event"], + Icon: Icons.Cake, + }, { name: "calculator", categories: [ @@ -1676,18 +1719,26 @@ export const icons: ReadonlyArray = [ tags: ["dates", "times", "events", "schedule", "none"], Icon: Icons.CalendarBlank, }, - // { - // name: "calendar-check", - // categories: [IconCategory.OFFICE, IconCategory.SYSTEM], - // tags: ["*new*", "dates", "times", "events", "schedule", "todo", "checklist"], - // Icon: Icons.CalendarCheck, - // }, - // { - // name: "calendar-plus", - // categories: [IconCategory.OFFICE, IconCategory.SYSTEM], - // tags: ["*new*", "dates", "times", "events", "schedule", "add"], - // Icon: Icons.CalendarPlus, - // }, + { + name: "calendar-check", + categories: [IconCategory.OFFICE, IconCategory.SYSTEM], + tags: [ + "*new*", + "dates", + "times", + "events", + "schedule", + "todo", + "checklist", + ], + Icon: Icons.CalendarCheck, + }, + { + name: "calendar-plus", + categories: [IconCategory.OFFICE, IconCategory.SYSTEM], + tags: ["*new*", "dates", "times", "events", "schedule", "add"], + Icon: Icons.CalendarPlus, + }, { name: "calendar-x", categories: [IconCategory.OFFICE, IconCategory.SYSTEM], @@ -1979,12 +2030,12 @@ export const icons: ReadonlyArray = [ ], Icon: Icons.CaretCircleDoubleRight, }, - // { - // name: "cat", - // categories: [IconCategory.NATURE], - // tags: [ *new*", "pets", "animals", "kitty", "kitten"], - // Icon: Icons.Cat, - // }, + { + name: "cat", + categories: [IconCategory.NATURE], + tags: ["*new*", "pets", "animals", "kitty", "kitten"], + Icon: Icons.Cat, + }, { name: "cell-signal-full", categories: [IconCategory.SYSTEM], @@ -2874,26 +2925,30 @@ export const icons: ReadonlyArray = [ tags: ["desktop", "pc", "imac"], 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: "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", categories: [IconCategory.EDITOR, IconCategory.SYSTEM], @@ -3228,12 +3283,12 @@ export const icons: ReadonlyArray = [ ], Icon: Icons.Divide, }, - // { - // name: "dog", - // categories: [IconCategory.NATURE], - // tags: [ "*new*", "pets", "animals", "puppy"], - // Icon: Icons.Dog, - // }, + { + name: "dog", + categories: [IconCategory.NATURE], + tags: ["*new*", "pets", "animals", "puppy"], + Icon: Icons.Dog, + }, { name: "door", categories: [IconCategory.OBJECTS], @@ -3246,20 +3301,34 @@ export const icons: ReadonlyArray = [ tags: ["grid", "circles", "shapes", "polygons", "9"], Icon: Icons.DotsNine, }, - // { - // name: "dots-six", - // categories: [IconCategory.SYSTEM], - // tags: [ - // "*new*", - // "drag handle", - // "knurling", - // "circles", - // "shapes", - // "polygons", - // "6", - // ], - // Icon: Icons.DotsSix, - // }, + { + name: "dots-six", + categories: [IconCategory.SYSTEM], + tags: [ + "*new*", + "drag handle", + "knurling", + "circles", + "shapes", + "polygons", + "6", + ], + Icon: Icons.DotsSix, + }, + { + name: "dots-six-vertical", + categories: [IconCategory.SYSTEM], + tags: [ + "*new*", + "drag handle", + "knurling", + "circles", + "shapes", + "polygons", + "6", + ], + Icon: Icons.DotsSixVertical, + }, { name: "dots-three", categories: [IconCategory.SYSTEM], @@ -3432,30 +3501,30 @@ export const icons: ReadonlyArray = [ // tags: ["*new*", "cloud", "backup"], // Icon: Icons.DropboxLogo, // }, - // { - // name: "ear", - // categories: [IconCategory.MEDIA, IconCategory.SYSTEM], - // tags: ["*new*", "hearing", "audio", "sound"], - // Icon: Icons.Ear, - // }, - // { - // name: "ear-slash", - // categories: [IconCategory.MEDIA, IconCategory.SYSTEM], - // tags: ["*new*", "hearing", "audio", "sound", "mute", "accessible"], - // Icon: Icons.EarSlash, - // }, + { + name: "ear", + categories: [IconCategory.MEDIA, IconCategory.SYSTEM], + tags: ["*new*", "hearing", "audio", "sound"], + Icon: Icons.Ear, + }, + { + name: "ear-slash", + categories: [IconCategory.MEDIA, IconCategory.SYSTEM], + tags: ["*new*", "hearing", "audio", "sound", "mute", "accessible"], + Icon: Icons.EarSlash, + }, { name: "eject", categories: [IconCategory.MEDIA], tags: ["disconnect"], Icon: Icons.Eject, }, - // { - // name: "eject-simple", - // categories: [IconCategory.MEDIA], - // tags: ["*new*", "disconnect"], - // Icon: Icons.EjectSimple, - // }, + { + name: "eject-simple", + categories: [IconCategory.MEDIA], + tags: ["*new*", "disconnect"], + Icon: Icons.EjectSimple, + }, { name: "eraser", categories: [IconCategory.DESIGN, IconCategory.EDITOR], @@ -3529,6 +3598,12 @@ export const icons: ReadonlyArray = [ // "university",], // Icon: Icons.Exam, // }, + { + name: "export", + categories: [IconCategory.COMMUNICATION, IconCategory.SYSTEM], + tags: ["*new*", "share", "send to", "arrows"], + Icon: Icons.Export, + }, { name: "eye", categories: [IconCategory.DESIGN, IconCategory.EDITOR], @@ -3589,12 +3664,19 @@ export const icons: ReadonlyArray = [ tags: ["logos", "social media"], Icon: Icons.FacebookLogo, }, - // { - // name: "factory", - // categories: [IconCategory.COMMERCE, IconCategory.MAP], - // tags: ["*new*", "industry", "manufacture", "buildings", "places", "locations"], - // Icon: Icons.Factory, - // }, + { + name: "factory", + categories: [IconCategory.COMMERCE, IconCategory.MAP], + tags: [ + "*new*", + "industry", + "manufacture", + "buildings", + "places", + "locations", + ], + Icon: Icons.Factory, + }, { name: "faders", categories: [IconCategory.MEDIA, IconCategory.SYSTEM], @@ -3631,12 +3713,12 @@ export const icons: ReadonlyArray = [ // tags: ["*new*", "group", "community", "society", "parents", "children"], // Icon: Icons.Family, // }, - // { - // name: "fast-forward", - // categories: [IconCategory.MEDIA], - // tags: ["*new*", "audio", "music", "seek", "scrub", "scan", "ahead", "skip"], - // Icon: Icons.FastForward, - // }, + { + name: "fast-forward", + categories: [IconCategory.MEDIA], + tags: ["*new*", "audio", "music", "seek", "scrub", "scan", "ahead", "skip"], + Icon: Icons.FastForward, + }, { name: "fast-forward-circle", categories: [IconCategory.MEDIA], @@ -3708,18 +3790,18 @@ export const icons: ReadonlyArray = [ tags: ["documents", "files", "delete", "write", "remove", "-"], 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-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", categories: [IconCategory.OFFICE, IconCategory.EDITOR], @@ -3738,18 +3820,18 @@ export const icons: ReadonlyArray = [ tags: ["documents", "files", "cancelled", "deleted", "removed", "errors"], Icon: Icons.FileX, }, - // { - // name: "files", - // categories: [IconCategory.OFFICE, IconCategory.EDITOR], - // tags: ["*new*", "documents", "open", "library"], - // Icon: Icons.Files, - // }, - // { - // name: "film-strip", - // categories: [IconCategory.MEDIA], - // tags: ["*new*", "camera", "photography", "darkroom", "movie", "analog"], - // Icon: Icons.FilmStrip, - // }, + { + name: "files", + categories: [IconCategory.OFFICE, IconCategory.EDITOR], + tags: ["*new*", "documents", "open", "library"], + Icon: Icons.Files, + }, + { + name: "film-strip", + categories: [IconCategory.MEDIA], + tags: ["*new*", "camera", "photography", "darkroom", "movie", "analog"], + Icon: Icons.FilmStrip, + }, { name: "fingerprint", categories: [IconCategory.SYSTEM], @@ -3829,18 +3911,34 @@ export const icons: ReadonlyArray = [ ], Icon: Icons.FirstAidKit, }, - // { - // name: "fish", - // categories: [IconCategory.NATURE, IconCategory.Commerce], - // tags: ["*new*", "animals", "pets", "food", "seafood", "restaurants", "dining"], - // Icon: Icons.Fish, - // }, - // { - // name: "fish-simple", - // categories: [IconCategory.NATURE, IconCategory.Commerce], - // tags: ["*new*", "animals", "pets", "food", "seafood", "restaurants", "dining"], - // Icon: Icons.FishSimple, - // }, + { + name: "fish", + categories: [IconCategory.NATURE, IconCategory.COMMERCE], + tags: [ + "*new*", + "animals", + "pets", + "food", + "seafood", + "restaurants", + "dining", + ], + Icon: Icons.Fish, + }, + { + name: "fish-simple", + categories: [IconCategory.NATURE, IconCategory.COMMERCE], + tags: [ + "*new*", + "animals", + "pets", + "food", + "seafood", + "restaurants", + "dining", + ], + Icon: Icons.FishSimple, + }, { name: "flag", categories: [IconCategory.OBJECTS, IconCategory.MAP, IconCategory.SYSTEM], @@ -3865,23 +3963,25 @@ export const icons: ReadonlyArray = [ tags: ["torch", "find", "search", "locate"], Icon: Icons.Flashlight, }, - // { - // name: "flask", - // categories: [IconCategory.DEVELOPMENT, IconCategory.NATURE], - // tags: [ - // "*new*", - // "beaker", - // "science", - // "chemistry", - // "experiment", - // "erlenmeyer", - // ], - // Icon: Icons.Flask, - // }, + { + name: "flask", + categories: [IconCategory.DEVELOPMENT, IconCategory.NATURE], + tags: [ + "*new*", + "beaker", + "science", + "chemistry", + "experiment", + "erlenmeyer", + ], + Icon: Icons.Flask, + }, { name: "floppy-disk", categories: [IconCategory.OFFICE, IconCategory.EDITOR, IconCategory.SYSTEM], tags: [ + "*new*", + "diskette", "directory", "directories", "folders", @@ -3892,24 +3992,39 @@ export const icons: ReadonlyArray = [ ], Icon: Icons.FloppyDisk, }, - // { - // name: "flow-arrow", - // categories: [IconCategory.ARROWS, IconCategory.DESIGN, IconCategory.OFFICE], - // tags: ["*new*", "flowchart", "arrowhead"], - // Icon: Icons.FlowArrow, - // }, - // { - // 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: "floppy-disk-back", + categories: [IconCategory.OFFICE, IconCategory.EDITOR, IconCategory.SYSTEM], + tags: [ + "diskette", + "directory", + "directories", + "folders", + "documents", + "files", + "save", + "write", + ], + Icon: Icons.FloppyDiskBack, + }, + { + name: "flow-arrow", + categories: [IconCategory.ARROWS, IconCategory.DESIGN, IconCategory.OFFICE], + tags: ["*new*", "flowchart", "arrowhead"], + Icon: Icons.FlowArrow, + }, + { + 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", categories: [IconCategory.OFFICE, IconCategory.EDITOR, IconCategory.SYSTEM], @@ -4044,12 +4159,12 @@ export const icons: ReadonlyArray = [ ], Icon: Icons.Folders, }, - // { - // name: "football", - // categories: [IconCategory.GAMES, IconCategory.HEALTH], - // tags: ["*new*", "sports", "american football", "nfl"], - // Icon: Icons.Football, - // }, + { + name: "football", + categories: [IconCategory.GAMES, IconCategory.HEALTH], + tags: ["*new*", "sports", "american football", "nfl"], + Icon: Icons.Football, + }, { name: "fork-knife", categories: [IconCategory.COMMERCE, IconCategory.MAP, IconCategory.OBJECTS], @@ -4099,12 +4214,12 @@ export const icons: ReadonlyArray = [ ], Icon: Icons.GameController, }, - // { - // name: "gas-pump", - // categories: [IconCategory.MAP, IconCategory.OBJECTS], - // tags: ["*new*", "gas station", "petrol", "fuel", "gasoline"], - // Icon: Icons.GasPump, - // }, + { + name: "gas-pump", + categories: [IconCategory.MAP, IconCategory.OBJECTS], + tags: ["*new*", "gas station", "petrol", "fuel", "gasoline"], + Icon: Icons.GasPump, + }, { name: "gauge", categories: [ @@ -4152,42 +4267,42 @@ export const icons: ReadonlyArray = [ ], 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-nonbinary", - // categories: [IconCategory.PEOPLE], - // tags: ["*new*", "intersex", "non-binary"], - // Icon: Icons.GenderNonbinary, - // }, - // { - // name: "gender-neuter", - // categories: [IconCategory.PEOPLE], - // tags: ["*new*", "agender", "non-binary", "asexual"], - // Icon: Icons.GenderNeuter, - // }, + { + 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-nonbinary", + categories: [IconCategory.PEOPLE], + tags: ["*new*", "intersex", "non-binary"], + Icon: Icons.GenderNonbinary, + }, + { + name: "gender-neuter", + categories: [IconCategory.PEOPLE], + tags: ["*new*", "agender", "non-binary", "asexual"], + Icon: Icons.GenderNeuter, + }, { name: "ghost", categories: [IconCategory.GAMES, IconCategory.OBJECTS], @@ -4298,18 +4413,32 @@ export const icons: ReadonlyArray = [ ], Icon: Icons.GithubLogo, }, - // { - // name: "gitlab-logo", - // categories: [IconCategory.BRAND, IconCategory.DEVELOPMENT], - // tags: ["*new*", "vcs", "source control", "version control", "versioning", "branches"], - // Icon: Icons.GitlabLogo, - // }, - // { - // name: "gitlab-logo-simple", - // categories: [IconCategory.BRAND, IconCategory.DEVELOPMENT], - // tags: ["*new*", "vcs", "source control", "version control", "versioning", "branches"], - // Icon: Icons.GitlabLogoSimple, - // }, + { + name: "gitlab-logo", + categories: [IconCategory.BRAND, IconCategory.DEVELOPMENT], + tags: [ + "*new*", + "vcs", + "source control", + "version control", + "versioning", + "branches", + ], + Icon: Icons.GitlabLogo, + }, + { + name: "gitlab-logo-simple", + categories: [IconCategory.BRAND, IconCategory.DEVELOPMENT], + tags: [ + "*new*", + "vcs", + "source control", + "version control", + "versioning", + "branches", + ], + Icon: Icons.GitlabLogoSimple, + }, { name: "globe", categories: [IconCategory.MAP], @@ -4543,12 +4672,12 @@ export const icons: ReadonlyArray = [ tags: ["pointers", "cursors", "emoji", "palm", "wave", "hello", "goodbye"], Icon: Icons.HandWaving, }, - // { - // name: "hands-clapping", - // categories: [IconCategory.SYSTEM, IconCategory.PEOPLE], - // tags: ["*new*", "emoji", "clap", "applause"], - // Icon: Icons.HandsClapping, - // }, + { + name: "hands-clapping", + categories: [IconCategory.SYSTEM, IconCategory.PEOPLE], + tags: ["*new*", "emoji", "clap", "applause"], + Icon: Icons.HandsClapping, + }, { name: "handshake", categories: [IconCategory.PEOPLE, IconCategory.COMMERCE], @@ -4633,12 +4762,12 @@ export const icons: ReadonlyArray = [ ], Icon: Icons.HashStraight, }, - // { - // name: "headlights", - // categories: [IconCategory.MAP, IconCategory.OBJECTS], - // tags: ["*new*", "brights", "high beams"], - // Icon: Icons.Headlights, - // }, + { + name: "headlights", + categories: [IconCategory.MAP, IconCategory.OBJECTS], + tags: ["*new*", "brights", "high beams"], + Icon: Icons.Headlights, + }, { name: "headphones", categories: [IconCategory.MEDIA, IconCategory.OBJECTS], @@ -4878,18 +5007,26 @@ export const icons: ReadonlyArray = [ // ], // Icon: Icons.IceCubes, // }, - // { - // name: "identification-badge", - // categories: [IconCategory.PEOPLE], - // tags: ["*new*", "license", "credentials", "nametag", "user", "verification"], - // Icon: Icons.IdentificationBadge, - // }, + { + name: "identification-badge", + categories: [IconCategory.PEOPLE], + tags: [ + "*new*", + "license", + "credentials", + "nametag", + "user", + "verification", + ], + Icon: Icons.IdentificationBadge, + }, { name: "identification-card", categories: [IconCategory.PEOPLE], tags: [ - "badge", + "*new*", "license", + "badge", "credentials", "nametag", "user", @@ -5001,12 +5138,12 @@ export const icons: ReadonlyArray = [ // tags: ["*new*", "keyboard", "exit", "back"], // Icon: Icons.KeyEscape, // }, - // { - // name: "key-return", - // categories: [IconCategory.SYSTEM], - // tags: ["*new*", "keyboard", "enter"], - // Icon: Icons.KeyEnter, - // }, + { + name: "key-return", + categories: [IconCategory.SYSTEM], + tags: ["*new*", "keyboard", "enter"], + Icon: Icons.KeyReturn, + }, { name: "keyboard", categories: [IconCategory.SYSTEM], @@ -5039,12 +5176,12 @@ export const icons: ReadonlyArray = [ tags: ["computer", "notebook", "pc", "macbook"], Icon: Icons.Laptop, }, - // { - // name: "layout", - // categories: [IconCategory.DESIGN], - // tags: ["*new*", "wireframe"], - // Icon: Icons.Layout, - // }, + { + name: "layout", + categories: [IconCategory.DESIGN], + tags: ["*new*", "wireframe", "sidebar", "ui", "interface"], + Icon: Icons.Layout, + }, { name: "leaf", categories: [IconCategory.NATURE], @@ -5059,12 +5196,6 @@ export const icons: ReadonlyArray = [ ], Icon: Icons.Leaf, }, - // { - // name: "library", - // categories: [IconCategory.MAP, IconCategory.MEDIA], - // tags: ["*new*", "books", "places", "locations"], - // Icon: Icons.Library, - // }, { name: "lifebuoy", categories: [ @@ -5126,18 +5257,18 @@ export const icons: ReadonlyArray = [ ], 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: "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", categories: [IconCategory.COMMUNICATION, IconCategory.OBJECTS], @@ -5394,12 +5525,12 @@ export const icons: ReadonlyArray = [ ], Icon: Icons.LockSimpleOpen, }, - // { - // name: "magic-wand", - // categories: [IconCategory.DESIGN, IconCategory.GAMES, IconCategory.OBJECTS], - // tags: ["*new*", "selection", "wizard", "games"], - // Icon: Icons.MagicWand, - // }, + { + name: "magic-wand", + categories: [IconCategory.DESIGN, IconCategory.GAMES, IconCategory.OBJECTS], + tags: ["*new*", "selection", "wizard", "games"], + Icon: Icons.MagicWand, + }, { name: "magnet", categories: [IconCategory.DEVELOPMENT, IconCategory.OBJECTS], @@ -5525,12 +5656,12 @@ export const icons: ReadonlyArray = [ tags: ["bullhorn", "announcements", "loudspeaker", "broadcast"], Icon: Icons.MegaphoneSimple, }, - // { - // name: "messenger-logo", - // categories: [IconCategory.BRAND, IconCategory.COMMUNICATION], - // tags: ["*new*", "logos", "facebook", "social media"], - // Icon: Icons.MessengerLogo, - // }, + { + name: "messenger-logo", + categories: [IconCategory.BRAND, IconCategory.COMMUNICATION], + tags: ["*new*", "logos", "facebook", "social media"], + Icon: Icons.MessengerLogo, + }, { name: "microphone", categories: [ @@ -5774,12 +5905,12 @@ export const icons: ReadonlyArray = [ ], Icon: Icons.Notepad, }, - // { - // name: "notification", - // categories: [IconCategory.SYSTEM], - // tags: ["*new*", "badge", "pip"], - // Icon: Icons.Notification, - // }, + { + name: "notification", + categories: [IconCategory.SYSTEM], + tags: ["*new*", "badge", "pip"], + Icon: Icons.Notification, + }, { name: "number-zero", categories: [IconCategory.FINANCE], @@ -6262,26 +6393,26 @@ export const icons: ReadonlyArray = [ ], Icon: Icons.Package, }, - // { - // name: "paint-brush", - // categories: [ - // IconCategory.DESIGN, - // IconCategory.EDITOR, - // IconCategory.OBJECTS, - // ], - // tags: [ "colors", "color picker", "arts"], - // Icon: Icons.PaintBrush, - // }, - // { - // name: "paint-brush-household", - // categories: [ - // IconCategory.DESIGN, - // IconCategory.EDITOR, - // IconCategory.OBJECTS, - // ], - // tags: [ "colors", "color picker", "arts"], - // Icon: Icons.PaintBrushHousehold, - // }, + { + name: "paint-brush", + categories: [ + IconCategory.DESIGN, + IconCategory.EDITOR, + IconCategory.OBJECTS, + ], + tags: ["*new*", "colors", "color picker", "arts"], + Icon: Icons.PaintBrush, + }, + { + name: "paint-brush-household", + categories: [ + IconCategory.DESIGN, + IconCategory.EDITOR, + IconCategory.OBJECTS, + ], + tags: ["*new*", "colors", "color picker", "arts"], + Icon: Icons.PaintBrushHousehold, + }, { name: "paint-brush-broad", categories: [ @@ -6302,18 +6433,26 @@ export const icons: ReadonlyArray = [ tags: ["paintbucket", "colors", "color picker", "fill", "arts"], Icon: Icons.PaintBucket, }, - // { - // name: "paint-roller", - // categories: [IconCategory.DESIGN, IconCategory.EDITOR, IconCategory.OBJECTS], - // tags: ["*new*", "colors", "color picker", "fill", "arts", "theme"], - // Icon: Icons.PaintRoller, - // }, - // { - // name: "palette", - // categories: [IconCategory.DESIGN, IconCategory.EDITOR, IconCategory.OBJECTS], - // tags: ["*new*", "paint", "colors", "color picker", "arts"], - // Icon: Icons.Palette, - // }, + { + name: "paint-roller", + categories: [ + IconCategory.DESIGN, + IconCategory.EDITOR, + IconCategory.OBJECTS, + ], + tags: ["*new*", "colors", "color picker", "fill", "arts", "theme"], + Icon: Icons.PaintRoller, + }, + { + name: "palette", + categories: [ + IconCategory.DESIGN, + IconCategory.EDITOR, + IconCategory.OBJECTS, + ], + tags: ["*new*", "paint", "colors", "color picker", "arts"], + Icon: Icons.Palette, + }, { name: "paper-plane", categories: [ @@ -6466,7 +6605,7 @@ export const icons: ReadonlyArray = [ Icon: Icons.Peace, }, { - name: "pedestrian", + name: "person", categories: [IconCategory.MAP, IconCategory.PEOPLE], tags: [ "person", @@ -6481,68 +6620,68 @@ export const icons: ReadonlyArray = [ "commuter", "user", ], - Icon: Icons.Pedestrian, + Icon: Icons.Person, + }, + { + name: "person-simple", + categories: [IconCategory.MAP, IconCategory.PEOPLE, IconCategory.HEALTH], + tags: [ + "*new*", + "pedestrian", + "walking", + "human", + "woman", + "man", + "body", + "transit", + "transportation", + "travel", + "commuter", + "user", + "exercise", + ], + Icon: Icons.PersonSimple, + }, + { + name: "person-simple-walk", + categories: [IconCategory.MAP, IconCategory.PEOPLE, IconCategory.HEALTH], + tags: [ + "*new*", + "pedestrian", + "walking", + "human", + "woman", + "man", + "body", + "transit", + "transportation", + "travel", + "commuter", + "user", + "exercise", + ], + Icon: Icons.PersonSimpleWalk, + }, + { + name: "person-simple-run", + categories: [IconCategory.MAP, IconCategory.PEOPLE, IconCategory.HEALTH], + tags: [ + "*new*", + "pedestrian", + "running", + "human", + "woman", + "man", + "body", + "transit", + "transportation", + "travel", + "commuter", + "user", + "exercise", + ], + Icon: Icons.PersonSimpleRun, }, - // { - // name: "person-simple", - // categories: [IconCategory.MAP, IconCategory.PEOPLE, IconCategory.HEALTH], - // tags: [ - // "*new*", - // "pedestrian", - // "walking", - // "human", - // "woman", - // "man", - // "body", - // "transit", - // "transportation", - // "travel", - // "commuter", - // "user", - // "exercise", - // ], - // Icon: Icons.PersonSimple, - // }, - // { - // name: "pedestrian-simple-run", - // categories: [IconCategory.MAP, IconCategory.PEOPLE, IconCategory.HEALTH], - // tags: [ - // "*new*", - // "pedestrian", - // "running", - // "human", - // "woman", - // "man", - // "body", - // "transit", - // "transportation", - // "travel", - // "commuter", - // "user", - // "exercise", - // ], - // Icon: Icons.PersonSimpleRun, - // }, - // { - // name: "pedestrian-simple-walk", - // categories: [IconCategory.MAP, IconCategory.PEOPLE, IconCategory.HEALTH], - // tags: [ - // "*new*", - // "pedestrian", - // "walking", - // "human", - // "woman", - // "man", - // "body", - // "transit", - // "transportation", - // "travel", - // "commuter", - // "user", - // "exercise", - // ], - // Icon: Icons.PersonSimpleWalk, - // }, { name: "pen", categories: [IconCategory.DESIGN, IconCategory.EDITOR, IconCategory.OFFICE], @@ -6679,60 +6818,44 @@ export const icons: ReadonlyArray = [ tags: ["pip", "pop-out", "minimize", "maximize"], Icon: Icons.PictureInPicture, }, - // { - // name: "pill", - // categories: [IconCategory.HEALTH], - // tags: [ - // "*new*", - // "capsule", - // "medicine", - // "rx", - // "pharmacy", - // "pharmacist", - // "pharmaceuticals", - // "prescription", - // "drugs", - // ], - // Icon: Icons.Pill, - // }, - // { - // name: "pill-simple", - // categories: [IconCategory.HEALTH], - // tags: [ - // "*new*", - // "capsule", - // "medicine", - // "rx", - // "pharmacy", - // "pharmacist", - // "pharmaceuticals", - // "prescription", - // "drugs", - // ], - // Icon: Icons.PillSimple, - // }, + { + name: "pill", + categories: [IconCategory.HEALTH], + tags: [ + "*new*", + "capsule", + "medicine", + "rx", + "pharmacy", + "pharmacist", + "pharmaceuticals", + "prescription", + "drugs", + ], + Icon: Icons.Pill, + }, { name: "pinterest-logo", categories: [IconCategory.BRAND, IconCategory.COMMUNICATION], tags: ["logos", "vision board", "mood board", "social media"], Icon: Icons.PinterestLogo, }, - // { - // name: "pizza", - // categories: [IconCategory.COMMERCE, IconCategory.MAP], - // tags: [ - // "*new*", - // "*new*", - // "fast food", - // "party", - // "places", - // "locations", - // "restaurants", - // "food", - // "dining", - // ], - // Icon: Icons.Pizza, - // }, + { + name: "pizza", + categories: [IconCategory.COMMERCE, IconCategory.MAP], + tags: [ + "*new*", + "*new*", + "fast food", + "party", + "places", + "locations", + "restaurants", + "food", + "dining", + ], + Icon: Icons.Pizza, + }, { name: "placeholder", categories: [IconCategory.DESIGN, IconCategory.EDITOR], @@ -6757,12 +6880,12 @@ export const icons: ReadonlyArray = [ tags: ["music", "audio", "resume", "start", "round"], Icon: Icons.PlayCircle, }, - // { - // name: "playlist", - // categories: [IconCategory.MEDIA], - // tags: ["*new*", "music", "audio", "queue"], - // Icon: Icons.Playlist, - // }, + { + name: "playlist", + categories: [IconCategory.MEDIA], + tags: ["*new*", "music", "audio", "queue"], + Icon: Icons.Playlist, + }, { name: "plus", categories: [ @@ -6823,12 +6946,12 @@ export const icons: ReadonlyArray = [ // tags: ["*new*", "law enforcement", "emergency", "safety", "security"], // Icon: Icons.Police, // }, - // { - // name: "polygon", - // categories: [IconCategory.DESIGN], - // tags: ["*new*", "shapes", "drawing"], - // Icon: Icons.Polygon, - // }, + { + name: "polygon", + categories: [IconCategory.DESIGN], + tags: ["*new*", "shapes", "drawing"], + Icon: Icons.Polygon, + }, { name: "power", categories: [IconCategory.SYSTEM], @@ -6844,21 +6967,21 @@ export const icons: ReadonlyArray = [ ], Icon: Icons.Power, }, - // { - // name: "prescription", - // categories: [IconCategory.HEALTH], - // tags: [ - // "*new*", - // "rx", - // "medicine", - // "drugs", - // "pharmacy", - // "pharmacist", - // "pharmaceuticals", - // "doctor", - // ], - // Icon: Icons.Prescription, - // }, + { + name: "prescription", + categories: [IconCategory.HEALTH], + tags: [ + "*new*", + "rx", + "medicine", + "drugs", + "pharmacy", + "pharmacist", + "pharmaceuticals", + "doctor", + ], + Icon: Icons.Prescription, + }, { name: "presentation", categories: [IconCategory.FINANCE, IconCategory.OFFICE], @@ -6994,12 +7117,12 @@ export const icons: ReadonlyArray = [ tags: ["information", "help", "support", "questions"], Icon: Icons.Question, }, - // { - // name: "queue", - // categories: [IconCategory.MEDIA], - // tags: ["*new*", "music", "audio", "playlist"], - // Icon: Icons.Queue, - // }, + { + name: "queue", + categories: [IconCategory.MEDIA], + tags: ["*new*", "music", "audio", "playlist"], + Icon: Icons.Queue, + }, { name: "quotes", categories: [ @@ -7025,12 +7148,16 @@ export const icons: ReadonlyArray = [ ], Icon: Icons.Radical, }, - // { - // name: "radio", - // categories: [IconCategory.COMMUNICATION, IconCategory.MEDIA, IconCategory.OBJECTS], - // tags: ["*new*", "broadcast", "fm", "am", "xm", "transmitter", "receiver"], - // Icon: Icons.Radio, - // }, + { + name: "radio", + categories: [ + IconCategory.COMMUNICATION, + IconCategory.MEDIA, + IconCategory.OBJECTS, + ], + tags: ["*new*", "broadcast", "fm", "am", "xm", "transmitter", "receiver"], + Icon: Icons.Radio, + }, { name: "rainbow", categories: [IconCategory.WEATHER], @@ -7070,12 +7197,12 @@ export const icons: ReadonlyArray = [ tags: ["4", "shapes", "polygons", "box"], Icon: Icons.Rectangle, }, - // { - // name: "recycle", - // categories: [IconCategory.ARROWS, IconCategory.NATURE], - // tags: ["*new*", "recycling", "trash", "environmental", "green"], - // Icon: Icons.Recycle, - // }, + { + name: "recycle", + categories: [IconCategory.ARROWS, IconCategory.NATURE], + tags: ["*new*", "recycling", "trash", "environmental", "green"], + Icon: Icons.Recycle, + }, { name: "reddit-logo", categories: [IconCategory.BRAND, IconCategory.COMMUNICATION], @@ -7094,23 +7221,23 @@ export const icons: ReadonlyArray = [ tags: ["music", "audio", "recycle"], Icon: Icons.RepeatOnce, }, - // { - // name: "rewind", - // categories: [IconCategory.MEDIA], - // tags: [ - // "*new*", - // "music", - // "audio", - // "seek", - // "scrub", - // "scan", - // "skip", - // "back", - // "backwards", - // "reverse", - // ], - // Icon: Icons.Rewind, - // }, + { + name: "rewind", + categories: [IconCategory.MEDIA], + tags: [ + "*new*", + "music", + "audio", + "seek", + "scrub", + "scan", + "skip", + "back", + "backwards", + "reverse", + ], + Icon: Icons.Rewind, + }, { name: "rewind-circle", categories: [IconCategory.MEDIA], @@ -7127,12 +7254,12 @@ export const icons: ReadonlyArray = [ ], Icon: Icons.RewindCircle, }, - // { - // name: "robot", - // categories: [IconCategory.DEVELOPMENT, IconCategory.OBJECTS], - // tags: ["*new*", "automaton", "artificial intelligence"], - // Icon: Icons.Robot, - // }, + { + name: "robot", + categories: [IconCategory.DEVELOPMENT, IconCategory.OBJECTS], + tags: ["*new*", "automaton", "artificial intelligence"], + Icon: Icons.Robot, + }, { name: "rocket", categories: [ @@ -7171,18 +7298,22 @@ export const icons: ReadonlyArray = [ tags: ["radio", "broadcast", "web feed", "news", "aggregator"], 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: "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], @@ -7219,36 +7350,48 @@ export const icons: ReadonlyArray = [ tags: ["doodles", "drawing", "sign", "signature"], Icon: Icons.ScribbleLoop, }, - // { - // name: "selection", - // categories: [IconCategory.DESIGN, IconCategory.EDITOR], - // tags: ["*new*", "marquis", "select"], - // 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: "selection", + categories: [IconCategory.DESIGN, IconCategory.EDITOR], + tags: ["*new*", "marquis", "select"], + 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: "selection-foreground", + categories: [IconCategory.DESIGN, IconCategory.EDITOR], + tags: ["*new*", "marquis"], + Icon: Icons.SelectionForeground, + }, + { + name: "selection-background", + categories: [IconCategory.DESIGN, IconCategory.EDITOR], + tags: ["*new*", "marquis"], + Icon: Icons.SelectionBackground, + }, { name: "share", categories: [IconCategory.COMMUNICATION, IconCategory.SYSTEM], @@ -7295,24 +7438,24 @@ export const icons: ReadonlyArray = [ ], Icon: Icons.ShieldCheck, }, - // { - // name: "shield-checkered", - // categories: [IconCategory.SYSTEM, IconCategory.OBJECTS], - // tags: [ - // "*new*", - // "security", - // "secured", - // "defense", - // "defended", - // "authentication", - // "authenticated", - // "guarded", - // "locked", - // "encrypted", - // "encryption", - // ], - // Icon: Icons.ShieldCheckered, - // }, + { + name: "shield-checkered", + categories: [IconCategory.SYSTEM, IconCategory.OBJECTS], + tags: [ + "*new*", + "security", + "secured", + "defense", + "defended", + "authentication", + "authenticated", + "guarded", + "locked", + "encrypted", + "encryption", + ], + Icon: Icons.ShieldCheckered, + }, { name: "shield-chevron", categories: [IconCategory.SYSTEM, IconCategory.OBJECTS], @@ -7330,24 +7473,24 @@ export const icons: ReadonlyArray = [ ], Icon: Icons.ShieldChevron, }, - // { - // name: "shield-plus", - // categories: [IconCategory.SYSTEM, IconCategory.OBJECTS], - // tags: [ - // "*new*", - // "security", - // "secured", - // "defense", - // "defended", - // "authentication", - // "authenticated", - // "guarded", - // "locked", - // "encrypted", - // "encryption", - // ], - // Icon: Icons.ShieldPlus, - // }, + { + name: "shield-plus", + categories: [IconCategory.SYSTEM, IconCategory.OBJECTS], + tags: [ + "*new*", + "security", + "secured", + "defense", + "defended", + "authentication", + "authenticated", + "guarded", + "locked", + "encrypted", + "encryption", + ], + Icon: Icons.ShieldPlus, + }, { name: "shield-slash", categories: [IconCategory.SYSTEM, IconCategory.OBJECTS], @@ -7442,12 +7585,12 @@ export const icons: ReadonlyArray = [ ], Icon: Icons.ShoppingCartSimple, }, - // { - // name: "shower", - // categories: [IconCategory.OBJECTS], - // tags: ["*new*", "bath", "bathtub", "bathroom", "faucet"], - // Icon: Icons.Shower, - // }, + { + name: "shower", + categories: [IconCategory.OBJECTS], + tags: ["*new*", "bath", "bathtub", "bathroom", "faucet"], + Icon: Icons.Shower, + }, { name: "shuffle", categories: [IconCategory.MEDIA, IconCategory.ARROWS], @@ -7650,12 +7793,12 @@ export const icons: ReadonlyArray = [ tags: ["meteorology", "snowy", "snowing", "snowstorm"], Icon: Icons.Snowflake, }, - // { - // name: "soccer-ball", - // categories: [IconCategory.GAMES, IconCategory.HEALTH], - // tags: ["*new*", "sports", "football", "mls"], - // Icon: Icons.SoccerBall, - // }, + { + name: "soccer-ball", + categories: [IconCategory.GAMES, IconCategory.HEALTH], + tags: ["*new*", "sports", "football", "mls"], + Icon: Icons.SoccerBall, + }, { name: "sort-ascending", categories: [IconCategory.EDITOR], @@ -7674,12 +7817,12 @@ export const icons: ReadonlyArray = [ tags: ["spades", "suits", "cards", "gambling", "casino", "gaming"], Icon: Icons.Spade, }, - // { - // name: "sparkle", - // categories: [IconCategory.COMMUNICATION, IconCategory.NATURE], - // tags: ["*new*", "star", "rate", "ratings", "favorites", "favorited"], - // Icon: Icons.Sparkle, - // }, + { + name: "sparkle", + categories: [IconCategory.COMMUNICATION, IconCategory.NATURE], + tags: ["*new*", "star", "rate", "ratings", "favorites", "favorited"], + Icon: Icons.Sparkle, + }, { name: "speaker-high", categories: [IconCategory.MEDIA, IconCategory.SYSTEM], @@ -7794,12 +7937,12 @@ export const icons: ReadonlyArray = [ ], Icon: Icons.SquaresFour, }, - // { - // name: "square-logo", - // categories: [IconCategory.BRAND, IconCategory.COMMERCE], - // tags: ["*new*", "squareup", "payment"], - // Icon: Icons.SquareLogo, - // }, + { + name: "square-logo", + categories: [IconCategory.BRAND, IconCategory.COMMERCE], + tags: ["*new*", "squareup", "payment"], + Icon: Icons.SquareLogo, + }, { name: "stack", categories: [IconCategory.DESIGN, IconCategory.OFFICE, IconCategory.EDITOR], @@ -7822,15 +7965,18 @@ export const icons: ReadonlyArray = [ tags: ["rate", "ratings", "favorites", "favorited"], Icon: Icons.Star, }, - // { - // name: "star-four", - // categories: [ - // IconCategory.COMMUNICATION, - // IconCategory.NATURE, - // ], - // tags: ["*new*", "rate", "ratings", "favorites", "favorited"], - // Icon: Icons.StarFour, - // }, + { + name: "star-half", + categories: [IconCategory.COMMUNICATION], + tags: ["*new*", "rate", "ratings"], + Icon: Icons.StarHalf, + }, + { + 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], @@ -7869,27 +8015,27 @@ export const icons: ReadonlyArray = [ ], Icon: Icons.Storefront, }, - // { - // name: "stripe-logo", - // categories: [IconCategory.BRAND, IconCategory.COMMERCE], - // tags: ["*new*", "payment"], - // Icon: Icons.StripeLogo, - // }, - // { - // name: "student", - // categories: [IconCategory.PEOPLE], - // tags: [ - // "*new*", - // "pupil", - // "classroom", - // "teacher", - // "education", - // "school", - // "college", - // "university", - // ], - // Icon: Icons.Student, - // }, + { + name: "stripe-logo", + categories: [IconCategory.BRAND, IconCategory.COMMERCE], + tags: ["*new*", "payment"], + Icon: Icons.StripeLogo, + }, + { + name: "student", + categories: [IconCategory.PEOPLE], + tags: [ + "*new*", + "pupil", + "classroom", + "teacher", + "education", + "school", + "college", + "university", + ], + Icon: Icons.Student, + }, { name: "suitcase", categories: [IconCategory.OFFICE, IconCategory.OBJECTS], @@ -7958,6 +8104,12 @@ export const icons: ReadonlyArray = [ ], Icon: Icons.SunHorizon, }, + { + name: "swap", + categories: [IconCategory.DESIGN, IconCategory.EDITOR], + tags: ["*new*", "layers", "replace", "exchange", "reverse"], + Icon: Icons.Swap, + }, { name: "swatches", categories: [ @@ -8040,46 +8192,52 @@ export const icons: ReadonlyArray = [ tags: ["bullseye", "radar", "archery", "accuracy", "precision"], Icon: Icons.Target, }, - // { - // name: "team", - // categories: [IconCategory.PEOPLE, IconCategory.OFFICE], - // tags: ["*new*", "group", "users", "accounts"], - // Icon: Icons.Team, - // }, { name: "telegram-logo", categories: [IconCategory.BRAND, IconCategory.COMMUNICATION], tags: ["logos", "messages", "messaging"], Icon: Icons.TelegramLogo, }, - // { - // name: "television", - // categories: [IconCategory.SYSTEM, IconCategory.OBJECTS], - // tags: ["*new*", "screen", "tv", "displays"], - // Icon: Icons.Television, - // }, - // { - // name: "tennis-ball", - // categories: [IconCategory.GAMES, IconCategory.HEALTH], - // tags: ["*new*", "sports", "mlb"], - // Icon: Icons.TennisBall, - // }, + { + name: "television", + categories: [IconCategory.SYSTEM, IconCategory.OBJECTS], + tags: ["*new*", "screen", "tv", "displays"], + Icon: Icons.Television, + }, + { + name: "television-simple", + categories: [IconCategory.SYSTEM, IconCategory.OBJECTS], + tags: ["*new*", "screen", "tv", "displays"], + Icon: Icons.TelevisionSimple, + }, + { + name: "tennis-ball", + categories: [IconCategory.GAMES, IconCategory.HEALTH], + tags: ["*new*", "sports", "mlb"], + Icon: Icons.TennisBall, + }, { name: "terminal", categories: [IconCategory.DEVELOPMENT, IconCategory.SYSTEM], tags: ["command line", "cli", "bash", "shell", "caret"], Icon: Icons.Terminal, }, - // { - // name: "test-tube", - // categories: [ - // IconCategory.DEVELOPMENT, - // IconCategory.NATURE, - // IconCategory.HEALTH, - // ], - // tags: ["*new*", "science", "chemistry", "experiment", "vial"], - // Icon: Icons.TestTube, - // }, + { + name: "terminal-window", + categories: [IconCategory.DEVELOPMENT, IconCategory.SYSTEM], + tags: ["*new*", "command line", "cli", "bash", "shell", "caret"], + Icon: Icons.TerminalWindow, + }, + { + name: "test-tube", + categories: [ + IconCategory.DEVELOPMENT, + IconCategory.NATURE, + IconCategory.HEALTH, + ], + tags: ["*new*", "science", "chemistry", "experiment", "vial"], + Icon: Icons.TestTube, + }, { name: "text-align-center", categories: [IconCategory.DESIGN, IconCategory.EDITOR], @@ -8104,12 +8262,12 @@ export const icons: ReadonlyArray = [ tags: ["typography", "print", "font", "alignment", "flush right"], Icon: Icons.TextAlignRight, }, - // { - // name: "text-aa", - // categories: [IconCategory.DESIGN, IconCategory.EDITOR], - // tags: ["typography", "typeface", "print", "font"], - // Icon: Icons.TextAa, - // }, + { + name: "text-aa", + categories: [IconCategory.DESIGN, IconCategory.EDITOR], + tags: ["*new*", "typography", "typeface", "print", "font"], + Icon: Icons.TextAa, + }, { name: "text-t", categories: [IconCategory.DESIGN, IconCategory.EDITOR], @@ -8122,48 +8280,48 @@ export const icons: ReadonlyArray = [ tags: ["typography", "typeface", "print", "font", "boldface", "emphasis"], 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-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", categories: [IconCategory.DESIGN, IconCategory.EDITOR, IconCategory.OFFICE], @@ -8302,6 +8460,12 @@ export const icons: ReadonlyArray = [ tags: ["ticketstub", "movie ticket", "entry", "admissions", "events"], Icon: Icons.Ticket, }, + { + name: "tiktok-logo", + categories: [IconCategory.BRAND, IconCategory.COMMUNICATION], + tags: ["*new*", "logos", "social media"], + Icon: Icons.TiktokLogo, + }, { name: "timer", categories: [IconCategory.SYSTEM], @@ -8326,12 +8490,12 @@ export const icons: ReadonlyArray = [ // tags: ["*new*", "bathroom", "restroom", "lavatory", "water closet"], // Icon: Icons.Toilet, // }, - // { - // name: "toilet-paper", - // categories: [IconCategory.OBJECTS], - // tags: ["*new*", "bathroom", "restroom", "lavatory", "water closet"], - // Icon: Icons.ToiletPaper, - // }, + { + name: "toilet-paper", + categories: [IconCategory.OBJECTS], + tags: ["*new*", "bathroom", "restroom", "lavatory", "water closet"], + Icon: Icons.ToiletPaper, + }, { name: "tote", categories: [IconCategory.COMMERCE, IconCategory.OBJECTS], @@ -8434,28 +8598,27 @@ export const icons: ReadonlyArray = [ tags: ["inbox", "mailbox", "bin"], Icon: Icons.Tray, }, - // { - // name: "tree", - // categories: [IconCategory.NATURE], - // tags: ["*new*", "plants", - // "branches", - // "leaves", - // "green", - // "environmental"], - // Icon: Icons.Tree, - // }, - // { - // name: "tree-evergreen", - // categories: [IconCategory.NATURE], - // tags: ["*new*", "plants", - // "branches", - // "leaves", - // "pine", - // "conifer", - // "green", - // "environmental"], - // Icon: Icons.TreeEvergreen, - // }, + { + name: "tree", + categories: [IconCategory.NATURE], + tags: ["*new*", "plants", "branches", "leaves", "green", "environmental"], + Icon: Icons.Tree, + }, + { + name: "tree-evergreen", + categories: [IconCategory.NATURE], + tags: [ + "*new*", + "plants", + "branches", + "leaves", + "pine", + "conifer", + "green", + "environmental", + ], + Icon: Icons.TreeEvergreen, + }, { name: "tree-structure", categories: [IconCategory.DEVELOPMENT, IconCategory.OFFICE], @@ -8591,21 +8754,21 @@ export const icons: ReadonlyArray = [ tags: ["person", "users", "profile", "account", "contact", "login"], Icon: Icons.User, }, - // { - // name: "user-focus", - // categories: [IconCategory.PEOPLE], - // tags: [ - // "*new*", - // "identification", - // "biometrics", - // "facial recognition", - // "profile", - // "person", - // "account", - // "autofocus", - // ], - // Icon: Icons.UserFocus, - // }, + { + name: "user-focus", + categories: [IconCategory.PEOPLE], + tags: [ + "*new*", + "identification", + "biometrics", + "facial recognition", + "profile", + "person", + "account", + "autofocus", + ], + Icon: Icons.UserFocus, + }, { name: "user-gear", categories: [IconCategory.PEOPLE], @@ -8620,20 +8783,20 @@ export const icons: ReadonlyArray = [ ], Icon: Icons.UserGear, }, - // { - // name: "user-list", - // categories: [IconCategory.PEOPLE], - // tags: [ - // "*new*", - // "person", - // "users", - // "profiles", - // "accounts", - // "members", - // "address book", - // ], - // Icon: Icons.UserList, - // }, + { + name: "user-list", + categories: [IconCategory.PEOPLE], + tags: [ + "*new*", + "person", + "users", + "profiles", + "accounts", + "members", + "address book", + ], + Icon: Icons.UserList, + }, { name: "user-plus", categories: [IconCategory.PEOPLE], @@ -8746,39 +8909,39 @@ export const icons: ReadonlyArray = [ ], Icon: Icons.Users, }, - // { - // name: "users-three", - // categories: [IconCategory.PEOPLE], - // tags: [ - // "*new*", - // "user", - // "group", - // "team", - // "community", - // "people", - // "profiles", - // "accounts", - // "contacts", - // ], - // Icon: Icons.UsersThree, - // }, - // { - // name: "users-four", - // categories: [IconCategory.PEOPLE], - // tags: [ - // "*new*", - // "user", - // "group", - // "team", - // "department", - // "community", - // "people", - // "profiles", - // "accounts", - // "contacts", - // ], - // Icon: Icons.UsersFour, - // }, + { + name: "users-three", + categories: [IconCategory.PEOPLE], + tags: [ + "*new*", + "user", + "group", + "team", + "community", + "people", + "profiles", + "accounts", + "contacts", + ], + Icon: Icons.UsersThree, + }, + { + name: "users-four", + categories: [IconCategory.PEOPLE], + tags: [ + "*new*", + "user", + "group", + "team", + "department", + "community", + "people", + "profiles", + "accounts", + "contacts", + ], + Icon: Icons.UsersFour, + }, // { // name: "vault", // categories: [ @@ -8838,12 +9001,12 @@ export const icons: ReadonlyArray = [ tags: ["phonecalls", "missed", "recording", "telephone", "landline"], Icon: Icons.Voicemail, }, - // { - // name: "volleyball", - // categories: [IconCategory.GAMES, IconCategory.HEALTH], - // tags: ["*new*", "sports"], - // Icon: Icons.Volleyball, - // }, + { + name: "volleyball", + categories: [IconCategory.GAMES, IconCategory.HEALTH], + tags: ["*new*", "sports"], + Icon: Icons.Volleyball, + }, { name: "wall", categories: [IconCategory.OBJECTS, IconCategory.SYSTEM], @@ -8893,12 +9056,12 @@ export const icons: ReadonlyArray = [ ], Icon: Icons.Watch, }, - // { - // name: "waves", - // categories: [IconCategory.NATURE, IconCategory.WEATHER], - // tags: ["*new*", "ocean", "tides", "surf"], - // Icon: Icons.Waves, - // }, + { + name: "waves", + categories: [IconCategory.NATURE, IconCategory.WEATHER], + tags: ["*new*", "ocean", "tides", "surf"], + Icon: Icons.Waves, + }, { name: "whatsapp-logo", categories: [IconCategory.BRAND, IconCategory.COMMUNICATION], @@ -8992,29 +9155,29 @@ export const icons: ReadonlyArray = [ tags: ["meteorology", "windy", "stormy", "blustery", "gusty", "air"], Icon: Icons.Wind, }, - // { - // name: "windows-logo", - // categories: [IconCategory.BRAND, IconCategory.DEVELOPMENT], - // tags: ["*new*", "microsoft", "computers"], - // Icon: Icons.WindowsLogo, - // }, - // { - // name: "wine", - // categories: [IconCategory.COMMERCE, IconCategory.MAP, IconCategory.OBJECTS], - // tags: [ - // "*new*", - // "drinks", - // "beverages", - // "vineyard", - // "places", - // "locations", - // "bars", - // "restaurants", - // "food", - // "dining", - // ], - // Icon: Icons.Wine, - // }, + { + name: "windows-logo", + categories: [IconCategory.BRAND, IconCategory.DEVELOPMENT], + tags: ["*new*", "microsoft", "computers"], + Icon: Icons.WindowsLogo, + }, + { + name: "wine", + categories: [IconCategory.COMMERCE, IconCategory.MAP, IconCategory.OBJECTS], + tags: [ + "*new*", + "drinks", + "beverages", + "vineyard", + "places", + "locations", + "bars", + "restaurants", + "food", + "dining", + ], + Icon: Icons.Wine, + }, { name: "wrench", categories: [IconCategory.SYSTEM, IconCategory.OBJECTS],