From 2eb51f7ca78175f752c379bb041be7e01b12e135 Mon Sep 17 00:00:00 2001 From: rektdeckard Date: Mon, 14 Jun 2021 00:53:10 -0400 Subject: [PATCH] icons: yet more tagging and updates for v1.3.0 --- src/lib/icons.ts | 829 +++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 769 insertions(+), 60 deletions(-) diff --git a/src/lib/icons.ts b/src/lib/icons.ts index 361ac09..5f0abcf 100644 --- a/src/lib/icons.ts +++ b/src/lib/icons.ts @@ -1063,6 +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: "backspace", categories: [IconCategory.SYSTEM], @@ -1128,6 +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: "battery-charging", categories: [IconCategory.SYSTEM], @@ -1384,7 +1402,7 @@ export const icons: ReadonlyArray = [ // name: "boat", // categories: [IconCategory.MAP, IconCategory.OBJECTS], // tags: [ - // + // "*new*", // "ferry", // "ship", // "cruise", @@ -1485,6 +1503,18 @@ 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], @@ -1503,12 +1533,6 @@ export const icons: ReadonlyArray = [ // ], // Icon: Icons.Brandy, // }, - // { - // name: "brain", - // categories: [IconCategory.HEALTH, IconCategory.NATURE], - // tags: ["*new*", "mind", "mental"], - // Icon: Icons.Brain, - // }, { name: "briefcase", categories: [IconCategory.OFFICE, IconCategory.OBJECTS], @@ -1600,6 +1624,12 @@ export const icons: ReadonlyArray = [ ], Icon: Icons.Bus, }, + // { + // name: "cake", + // categories: [IconCategory.OBJECTS], + // tags: ["*new*", "dessert", "birthday", "celebration", "event"], + // Icon: Icons.Cake, + // }, { name: "calculator", categories: [ @@ -1646,6 +1676,18 @@ 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-x", categories: [IconCategory.OFFICE, IconCategory.SYSTEM], @@ -1658,6 +1700,19 @@ export const icons: ReadonlyArray = [ tags: ["photography", "pictures", "lens"], Icon: Icons.Camera, }, + // { + // name: "camera-rotate", + // categories: [IconCategory.MEDIA, IconCategory.SYSTEM], + // tags: [ + // "*new*", + // "photography", + // "pictures", + // "orientation", + // "portrait", + // "landscape", + // ], + // Icon: Icons.CameraRotate, + // }, { name: "camera-slash", categories: [IconCategory.MEDIA, IconCategory.SYSTEM], @@ -1718,98 +1773,210 @@ export const icons: ReadonlyArray = [ { name: "caret-up", categories: [IconCategory.ARROWS], - tags: ["chevron", "directional", "pointer", "pointing", "arrowhead", "triangle"], + tags: [ + "chevron", + "directional", + "pointer", + "pointing", + "arrowhead", + "triangle", + ], Icon: Icons.CaretUp, }, { name: "caret-down", categories: [IconCategory.ARROWS], - tags: ["chevron", "directional", "pointer", "pointing", "arrowhead", "triangle"], + tags: [ + "chevron", + "directional", + "pointer", + "pointing", + "arrowhead", + "triangle", + ], Icon: Icons.CaretDown, }, { name: "caret-left", categories: [IconCategory.ARROWS], - tags: ["chevron", "directional", "pointer", "pointing", "arrowhead", "triangle"], + tags: [ + "chevron", + "directional", + "pointer", + "pointing", + "arrowhead", + "triangle", + ], Icon: Icons.CaretLeft, }, { name: "caret-right", categories: [IconCategory.ARROWS], - tags: ["chevron", "directional", "pointer", "pointing", "arrowhead", "triangle"], + tags: [ + "chevron", + "directional", + "pointer", + "pointing", + "arrowhead", + "triangle", + ], Icon: Icons.CaretRight, }, { name: "caret-double-up", categories: [IconCategory.ARROWS], - tags: ["chevron", "directional", "pointer", "pointing", "arrowhead", "triangle"], + tags: [ + "chevron", + "directional", + "pointer", + "pointing", + "arrowhead", + "triangle", + ], Icon: Icons.CaretDoubleUp, }, { name: "caret-double-down", categories: [IconCategory.ARROWS], - tags: ["chevron", "directional", "pointer", "pointing", "arrowhead", "triangle"], + tags: [ + "chevron", + "directional", + "pointer", + "pointing", + "arrowhead", + "triangle", + ], Icon: Icons.CaretDoubleDown, }, { name: "caret-double-left", categories: [IconCategory.ARROWS], - tags: ["chevron", "directional", "pointer", "pointing", "arrowhead", "triangle"], + tags: [ + "chevron", + "directional", + "pointer", + "pointing", + "arrowhead", + "triangle", + ], Icon: Icons.CaretDoubleLeft, }, { name: "caret-double-right", categories: [IconCategory.ARROWS], - tags: ["chevron", "directional", "pointer", "pointing", "arrowhead", "triangle"], + tags: [ + "chevron", + "directional", + "pointer", + "pointing", + "arrowhead", + "triangle", + ], Icon: Icons.CaretDoubleRight, }, { name: "caret-circle-up", categories: [IconCategory.ARROWS], - tags: ["chevron", "directional", "pointer", "pointing", "arrowhead", "triangle"], + tags: [ + "chevron", + "directional", + "pointer", + "pointing", + "arrowhead", + "triangle", + ], Icon: Icons.CaretCircleUp, }, { name: "caret-circle-down", categories: [IconCategory.ARROWS], - tags: ["chevron", "directional", "pointer", "pointing", "arrowhead", "triangle"], + tags: [ + "chevron", + "directional", + "pointer", + "pointing", + "arrowhead", + "triangle", + ], Icon: Icons.CaretCircleDown, }, { name: "caret-circle-left", categories: [IconCategory.ARROWS], - tags: ["chevron", "directional", "pointer", "pointing", "arrowhead", "triangle"], + tags: [ + "chevron", + "directional", + "pointer", + "pointing", + "arrowhead", + "triangle", + ], Icon: Icons.CaretCircleLeft, }, { name: "caret-circle-right", categories: [IconCategory.ARROWS], - tags: ["chevron", "directional", "pointer", "pointing", "arrowhead", "triangle"], + tags: [ + "chevron", + "directional", + "pointer", + "pointing", + "arrowhead", + "triangle", + ], Icon: Icons.CaretCircleRight, }, { name: "caret-circle-double-up", categories: [IconCategory.ARROWS], - tags: ["chevron", "directional", "pointer", "pointing", "arrowhead", "triangle"], + tags: [ + "chevron", + "directional", + "pointer", + "pointing", + "arrowhead", + "triangle", + ], Icon: Icons.CaretCircleDoubleUp, }, { name: "caret-circle-double-down", categories: [IconCategory.ARROWS], - tags: ["chevron", "directional", "pointer", "pointing", "arrowhead", "triangle"], + tags: [ + "chevron", + "directional", + "pointer", + "pointing", + "arrowhead", + "triangle", + ], Icon: Icons.CaretCircleDoubleDown, }, { name: "caret-circle-double-left", categories: [IconCategory.ARROWS], - tags: ["chevron", "directional", "pointer", "pointing", "arrowhead", "triangle"], + tags: [ + "chevron", + "directional", + "pointer", + "pointing", + "arrowhead", + "triangle", + ], Icon: Icons.CaretCircleDoubleLeft, }, { name: "caret-circle-double-right", categories: [IconCategory.ARROWS], - tags: ["chevron", "directional", "pointer", "pointing", "arrowhead", "triangle"], + tags: [ + "chevron", + "directional", + "pointer", + "pointing", + "arrowhead", + "triangle", + ], Icon: Icons.CaretCircleDoubleRight, }, // { @@ -2356,6 +2523,12 @@ export const icons: ReadonlyArray = [ tags: ["todo", "task", "to-do", "list", "checkbox", "ok", "done"], Icon: Icons.Checks, }, + // { + // name: "child", + // categories: [IconCategory.PEOPLE], + // tags: ["*new*", "kids", "children", "family"], + // Icon: Icons.Child, + // }, { name: "circle", categories: [IconCategory.DESIGN], @@ -2486,9 +2659,33 @@ export const icons: ReadonlyArray = [ { name: "closed-captioning", categories: [IconCategory.MEDIA], - tags: ["subtitles", "television", "tv", "transcribed", "transcription"], + tags: [ + "subtitles", + "television", + "tv", + "transcribed", + "transcription", + "accessibility", + "a11y", + ], Icon: Icons.ClosedCaptioning, }, + // { + // name: "closed-captioning-slash", + // categories: [IconCategory.MEDIA], + // tags: [ + // "*new*", + // "subtitles", + // "television", + // "tv", + // "transcribed", + // "transcription", + // "accessibility", + // "a11y", + // "disabled", + // ], + // Icon: Icons.ClosedCaptioningSlash, + // }, { name: "cloud", categories: [IconCategory.SYSTEM, IconCategory.WEATHER], @@ -2619,6 +2816,7 @@ export const icons: ReadonlyArray = [ "cents", "change", "money", + "currency", "payment", "paying", "purchase", @@ -2627,6 +2825,23 @@ export const icons: ReadonlyArray = [ ], Icon: Icons.Coin, }, + // { + // name: "coins", + // categories: [IconCategory.COMMERCE, IconCategory.FINANCE], + // tags: [ + // "*new*", + // "cents", + // "change", + // "money", + // "currency", + // "payment", + // "paying", + // "purchase", + // "price", + // "sell", + // ], + // Icon: Icons.Coins, + // }, { name: "columns", categories: [IconCategory.DESIGN], @@ -2853,6 +3068,12 @@ export const icons: ReadonlyArray = [ // tags: ["pointer", "arrowhead", "mouse"], // Icon: Icons.CursorClick, // }, + // { + // name: "cursor-text", + // categories: [IconCategory.OBJECTS], + // tags: ["*new*", "i-beam", "pointers", "cursors", "text", "selection"], + // Icon: Icons.CursorText, + // }, { name: "database", categories: [IconCategory.DEVELOPMENT, IconCategory.SYSTEM], @@ -3025,6 +3246,20 @@ 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-three", categories: [IconCategory.SYSTEM], @@ -3197,6 +3432,18 @@ 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: "eject", categories: [IconCategory.MEDIA], @@ -3379,6 +3626,12 @@ export const icons: ReadonlyArray = [ Icon: Icons.FadersHorizontal, }, // { + // name: "family", + // categories: [IconCategory.PEOPLE], + // 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"], @@ -3491,6 +3744,12 @@ export const icons: ReadonlyArray = [ // 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], @@ -3572,10 +3831,16 @@ export const icons: ReadonlyArray = [ }, // { // name: "fish", - // categories: [IconCategory.NATURE], - // tags: ["*new*", "animals", "pets"], + // 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], @@ -3600,6 +3865,19 @@ 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: "floppy-disk", categories: [IconCategory.OFFICE, IconCategory.EDITOR, IconCategory.SYSTEM], @@ -3615,10 +3893,10 @@ export const icons: ReadonlyArray = [ Icon: Icons.FloppyDisk, }, // { - // name: "flow-line", + // name: "flow-arrow", // categories: [IconCategory.ARROWS, IconCategory.DESIGN, IconCategory.OFFICE], // tags: ["*new*", "flowchart", "arrowhead"], - // Icon: Icons.FlowLine, + // Icon: Icons.FlowArrow, // }, // { // name: "flower", @@ -3766,6 +4044,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: "fork-knife", categories: [IconCategory.COMMERCE, IconCategory.MAP, IconCategory.OBJECTS], @@ -3815,6 +4099,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: "gauge", categories: [ @@ -3887,6 +4177,12 @@ export const icons: ReadonlyArray = [ // 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"], @@ -3907,7 +4203,7 @@ export const icons: ReadonlyArray = [ { name: "gift", categories: [IconCategory.COMMERCE, IconCategory.OBJECTS], - tags: ["presents", "holidays", "birthdays"], + tags: ["presents", "holiday", "birthday"], Icon: Icons.Gift, }, { @@ -4168,6 +4464,20 @@ export const icons: ReadonlyArray = [ ], Icon: Icons.GridFour, }, + // { + // name: "hamburger", + // categories: [IconCategory.COMMERCE, IconCategory.MAP], + // tags: [ + // "*new*", + // "fast food", + // "places", + // "locations", + // "restaurants", + // "food", + // "dining", + // ], + // Icon: Icons.Hamburger, + // }, { name: "hand", categories: [IconCategory.SYSTEM, IconCategory.PEOPLE], @@ -4323,6 +4633,12 @@ export const icons: ReadonlyArray = [ ], Icon: Icons.HashStraight, }, + // { + // name: "headlights", + // categories: [IconCategory.MAP, IconCategory.OBJECTS], + // tags: ["*new*", "brights", "high beams"], + // Icon: Icons.Headlights, + // }, { name: "headphones", categories: [IconCategory.MEDIA, IconCategory.OBJECTS], @@ -4548,15 +4864,37 @@ export const icons: ReadonlyArray = [ Icon: Icons.HouseSimple, }, // { - // name: "i-beam", - // categories: [IconCategory.OBJECTS], - // tags: ["*new*", "pointers", "cursors", "text", "selection"], - // Icon: Icons.IBeam, + // name: "ice-cubes", + // categories: [IconCategory.COMMERCE, IconCategory.OBJECTS], + // tags: [ + // "*new*", + // "drinks", + // "beverages", + // "locations", + // "bars", + // "restaurants", + // "food", + // "dining", + // ], + // Icon: Icons.IceCubes, + // }, + // { + // name: "identification-badge", + // categories: [IconCategory.PEOPLE], + // tags: ["*new*", "license", "credentials", "nametag", "user", "verification"], + // Icon: Icons.IdentificationBadge, // }, { name: "identification-card", categories: [IconCategory.PEOPLE], - tags: ["license", "credentials", "nametag", "user", "verification"], + tags: [ + "badge", + "license", + "credentials", + "nametag", + "user", + "verification", + ], Icon: Icons.IdentificationCard, }, { @@ -4657,6 +4995,18 @@ export const icons: ReadonlyArray = [ ], Icon: Icons.Key, }, + // { + // name: "key-escape", + // categories: [IconCategory.SYSTEM], + // tags: ["*new*", "keyboard", "exit", "back"], + // Icon: Icons.KeyEscape, + // }, + // { + // name: "key-return", + // categories: [IconCategory.SYSTEM], + // tags: ["*new*", "keyboard", "enter"], + // Icon: Icons.KeyEnter, + // }, { name: "keyboard", categories: [IconCategory.SYSTEM], @@ -5185,18 +5535,16 @@ export const icons: ReadonlyArray = [ name: "microphone", categories: [ IconCategory.COMMUNICATION, - IconCategory.MEDIA, IconCategory.SYSTEM, ], - tags: ["audio", "recording", "music", "sound", "podcast"], + tags: ["audio", "recording", "music", "sound", "podcast", "studio"], Icon: Icons.Microphone, }, { name: "microphone-slash", categories: [ IconCategory.COMMUNICATION, - IconCategory.MEDIA, IconCategory.SYSTEM, ], @@ -5206,11 +5554,22 @@ export const icons: ReadonlyArray = [ "music", "sound", "podcast", + "studio", "muted", "disabled", ], Icon: Icons.MicrophoneSlash, }, + // { + // name: "microphone-stage", + // categories: [ + // IconCategory.COMMUNICATION, + // IconCategory.MEDIA, + // IconCategory.SYSTEM, + // ], + // tags: ["*new*", "audio", "recording", "music", "sound", "live", "emcee"], + // Icon: Icons.MicrophoneStage, + // }, { name: "minus", categories: [ @@ -5913,6 +6272,16 @@ export const icons: ReadonlyArray = [ // 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-broad", categories: [ @@ -5934,6 +6303,12 @@ export const icons: ReadonlyArray = [ 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"], @@ -6018,6 +6393,12 @@ export const icons: ReadonlyArray = [ tags: ["attachments", "mail", "email", "office"], Icon: Icons.PaperclipHorizontal, }, + { + name: "party-hat", + categories: [IconCategory.OBJECT], + tags: ["*new*", "birthday", "celebration", "event"], + Icon: Icons.PartyHat, + }, // { // name: "password", // categories: [IconCategory.SYSTEM], @@ -6103,30 +6484,11 @@ export const icons: ReadonlyArray = [ Icon: Icons.Pedestrian, }, // { - // name: "pedestrian-run", - // categories: [IconCategory.MAP, IconCategory.PEOPLE], + // name: "person-simple", + // categories: [IconCategory.MAP, IconCategory.PEOPLE, IconCategory.HEALTH], // 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", + // "pedestrian", // "walking", // "human", // "woman", @@ -6137,8 +6499,49 @@ export const icons: ReadonlyArray = [ // "travel", // "commuter", // "user", + // "exercise", // ], - // Icon: Icons.PedestrianWalk, + // 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", @@ -6276,12 +6679,60 @@ 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: "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: "placeholder", categories: [IconCategory.DESIGN, IconCategory.EDITOR], @@ -6367,6 +6818,12 @@ export const icons: ReadonlyArray = [ Icon: Icons.PokerChip, }, // { + // name: "police", + // categories: [IconCategory.MAP, IconCategory.PEOPLE], + // tags: ["*new*", "law enforcement", "emergency", "safety", "security"], + // Icon: Icons.Police, + // }, + // { // name: "polygon", // categories: [IconCategory.DESIGN], // tags: ["*new*", "shapes", "drawing"], @@ -6387,6 +6844,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: "presentation", categories: [IconCategory.FINANCE, IconCategory.OFFICE], @@ -6553,6 +7025,12 @@ 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: "rainbow", categories: [IconCategory.WEATHER], @@ -6817,6 +7295,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-chevron", categories: [IconCategory.SYSTEM, IconCategory.OBJECTS], @@ -6834,6 +7330,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-slash", categories: [IconCategory.SYSTEM, IconCategory.OBJECTS], @@ -6928,6 +7442,12 @@ export const icons: ReadonlyArray = [ ], Icon: Icons.ShoppingCartSimple, }, + // { + // name: "shower", + // categories: [IconCategory.OBJECTS], + // tags: ["*new*", "bath", "bathtub", "bathroom", "faucet"], + // Icon: Icons.Shower, + // }, { name: "shuffle", categories: [IconCategory.MEDIA, IconCategory.ARROWS], @@ -7130,6 +7650,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: "sort-ascending", categories: [IconCategory.EDITOR], @@ -7349,6 +7875,21 @@ export const icons: ReadonlyArray = [ // 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], @@ -7447,6 +7988,12 @@ export const icons: ReadonlyArray = [ tags: ["clothes", "clothing"], Icon: Icons.TShirt, }, + // { + // name: "tab", + // categories: [IconCategory.SYSTEM], + // tags: ["*new*", "tabs", "browser", "internet", "interface"], + // Icon: Icons.Tab, + // }, { name: "table", categories: [ @@ -7511,12 +8058,28 @@ export const icons: ReadonlyArray = [ // tags: ["*new*", "screen", "tv", "displays"], // Icon: Icons.Television, // }, + // { + // 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: "text-align-center", categories: [IconCategory.DESIGN, IconCategory.EDITOR], @@ -7541,6 +8104,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-t", categories: [IconCategory.DESIGN, IconCategory.EDITOR], @@ -7751,6 +8320,18 @@ export const icons: ReadonlyArray = [ tags: ["switch", "controls", "settings", "preferences"], Icon: Icons.ToggleRight, }, + // { + // name: "toilet", + // categories: [IconCategory.OBJECTS], + // 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: "tote", categories: [IconCategory.COMMERCE, IconCategory.OBJECTS], @@ -7863,6 +8444,18 @@ export const icons: ReadonlyArray = [ // "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], @@ -7998,6 +8591,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-gear", categories: [IconCategory.PEOPLE], @@ -8012,6 +8620,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-plus", categories: [IconCategory.PEOPLE], @@ -8042,6 +8664,12 @@ export const icons: ReadonlyArray = [ ], Icon: Icons.UserMinus, }, + // { + // name: "user-switch", + // categories: [IconCategory.PEOPLE], + // tags: ["*new*", "person", "users", "profile", "account"], + // Icon: Icons.UserSwitch, + // }, { name: "user-circle", categories: [IconCategory.PEOPLE], @@ -8118,6 +8746,60 @@ 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: "vault", + // categories: [ + // IconCategory.FINANCE, + // IconCategory.SYSTEM, + // IconCategory.OBJECTS, + // ], + // tags: [ + // "*new*", + // "safe", + // "bank", + // "security", + // "secured", + // "authentication", + // "authenticated", + // "locked", + // "encrypted", + // "encryption", + // ], + // Icon: Icons.Vault, + // }, { name: "vibrate", categories: [IconCategory.SYSTEM], @@ -8156,6 +8838,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: "wall", categories: [IconCategory.OBJECTS, IconCategory.SYSTEM], @@ -8205,6 +8893,12 @@ export const icons: ReadonlyArray = [ ], Icon: Icons.Watch, }, + // { + // name: "waves", + // categories: [IconCategory.NATURE, IconCategory.WEATHER], + // tags: ["*new*", "ocean", "tides", "surf"], + // Icon: Icons.Waves, + // }, { name: "whatsapp-logo", categories: [IconCategory.BRAND, IconCategory.COMMUNICATION], @@ -8225,6 +8919,21 @@ export const icons: ReadonlyArray = [ ], Icon: Icons.Wheelchair, }, + // { + // name: "wheelchair-motion", + // categories: [IconCategory.HEALTH, IconCategory.MAP, IconCategory.PEOPLE], + // tags: [ + // "*new*", + // "handicapped", + // "medical", + // "disabled", + // "differently abled", + // "accessible", + // "accessibility", + // "a11y", + // ], + // Icon: Icons.WheelchairMotion, + // }, { name: "wifi-high", categories: [IconCategory.SYSTEM],