From 43154e0a1ec001e9e78ac3f0fa8652c55c5a341d Mon Sep 17 00:00:00 2001 From: rektdeckard Date: Sun, 16 Aug 2020 23:08:51 -0400 Subject: [PATCH] icons: update icon list to match phosphor-react@0.2.0 --- src/lib/icons.ts | 1646 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 1630 insertions(+), 16 deletions(-) diff --git a/src/lib/icons.ts b/src/lib/icons.ts index 13b09c0..d19767a 100644 --- a/src/lib/icons.ts +++ b/src/lib/icons.ts @@ -369,13 +369,13 @@ export const icons: Readonly = [ { name: "book", categories: [IconCategory.DOCUMENT, IconCategory.OTHER], - tags: ["reading", "reader", "novel", "story"], + tags: ["reading", "reader", "novel", "story", "library"], Icon: Icon.Book, }, { name: "book-open", categories: [IconCategory.DOCUMENT, IconCategory.OTHER], - tags: ["reading", "reader", "novel", "story"], + tags: ["reading", "reader", "novel", "story", "library"], Icon: Icon.BookOpen, }, // { @@ -395,6 +395,7 @@ export const icons: Readonly = [ "placeholder", "favorites", "favorited", + "library", ], Icon: Icon.Bookmark, }, @@ -409,6 +410,7 @@ export const icons: Readonly = [ "placeholder", "favorites", "favorited", + "library", ], Icon: Icon.BookmarkChevron, }, @@ -910,12 +912,129 @@ export const icons: Readonly = [ ], Icon: Icon.Equals, }, + { + name: "eye", + categories: [IconCategory.OTHER], + tags: ["visible", "hidden", "show", "hide", "visibility"], + Icon: Icon.Eye, + }, + { + name: "fast-forward", + categories: [IconCategory.MEDIA, IconCategory.SYSTEM], + tags: ["seek", "scrub", "scan", "ahead"], + Icon: Icon.FastForward, + }, + { + name: "file", + categories: [IconCategory.DOCUMENT, IconCategory.EDITOR], + tags: ["documents", "files", "save", "write"], + Icon: Icon.File, + }, + { + name: "file-arrow-down", + categories: [IconCategory.DOCUMENT, IconCategory.EDITOR], + tags: [ + "documents", + "files", + "save", + "write", + "download", + "directional", + "pointer", + "pointing", + "arrowhead", + ], + Icon: Icon.FileArrowDown, + }, { name: "file-text", categories: [IconCategory.DOCUMENT, IconCategory.EDITOR], tags: ["documents", "files", "save", "write"], Icon: Icon.FileText, }, + { + name: "file-x", + categories: [IconCategory.DOCUMENT, IconCategory.EDITOR], + tags: ["documents", "files", "cancelled", "deleted", "removed", "errors"], + Icon: Icon.FileX, + }, + { + name: "fingerprint", + categories: [IconCategory.DEVICE, IconCategory.SYSTEM], + tags: [ + "security", + "secured", + "authentication", + "authenticated", + "login", + "locked", + "biometrics", + "encrypted", + "encryption", + ], + Icon: Icon.Fingerprint, + }, + { + name: "five", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "5", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.Five, + }, + { + name: "five-circle", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "5", + "round", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.FiveCircle, + }, + { + name: "five-square", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "5", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.FiveSquare, + }, + { + name: "floppy-disk", + categories: [ + IconCategory.DOCUMENT, + IconCategory.EDITOR, + IconCategory.SYSTEM, + ], + tags: [ + "directory", + "directories", + "folders", + "documents", + "files", + "save", + "write", + ], + Icon: Icon.FloppyDisk, + }, { name: "folder", categories: [ @@ -923,7 +1042,7 @@ export const icons: Readonly = [ IconCategory.EDITOR, IconCategory.SYSTEM, ], - tags: ["directory", "directories", "files"], + tags: ["directory", "directories", "files", "folders"], Icon: Icon.Folder, }, { @@ -933,9 +1052,19 @@ export const icons: Readonly = [ IconCategory.EDITOR, IconCategory.SYSTEM, ], - tags: ["directory", "directories", "files"], + tags: ["directory", "directories", "files", "folders"], Icon: Icon.FolderDip, }, + { + name: "folder-open", + categories: [ + IconCategory.DOCUMENT, + IconCategory.EDITOR, + IconCategory.SYSTEM, + ], + tags: ["directory", "directories", "files", "folders", "load"], + Icon: Icon.FolderOpen, + }, { name: "folder-simple", categories: [ @@ -943,9 +1072,161 @@ export const icons: Readonly = [ IconCategory.EDITOR, IconCategory.SYSTEM, ], - tags: ["directory", "directories", "files"], + tags: ["directory", "directories", "files", "folders"], Icon: Icon.FolderSimple, }, + { + name: "four", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "4", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.Four, + }, + { + name: "four-circle", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "4", + "round", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.FourCircle, + }, + { + name: "four-square", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "4", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.FourSquare, + }, + { + name: "gear-eight", + categories: [IconCategory.DEVICE, IconCategory.SYSTEM], + tags: [ + "8", + "settings", + "setup", + "preferences", + "cogs", + "gears", + "machinery", + "mechanical", + ], + Icon: Icon.GearEight, + }, + { + name: "gear-six", + categories: [IconCategory.DEVICE, IconCategory.SYSTEM], + tags: [ + "6", + "settings", + "setup", + "preferences", + "cogs", + "gears", + "machinery", + "mechanical", + ], + Icon: Icon.GearSix, + }, + { + name: "globe", + categories: [IconCategory.MAP], + tags: [ + "world", + "global", + "planet", + "circle", + "round", + "internationalization", + "languages", + "country", + "countries", + ], + Icon: Icon.Globe, + }, + { + name: "globe-simple", + categories: [IconCategory.MAP], + tags: [ + "world", + "global", + "planet", + "circle", + "round", + "internationalization", + "languages", + "country", + "countries", + ], + Icon: Icon.GlobeSimple, + }, + { + name: "google-play", + categories: [IconCategory.SYSTEM, IconCategory.MEDIA], + tags: [ + "games", + "apps", + "applications", + "play store", + "app store", + "phone", + "mobile", + "android", + ], + Icon: Icon.GooglePlay, + }, + { + name: "handbag", + categories: [IconCategory.BUSINESS], + tags: ["suitcases", "valises", "baggage", "purses"], + Icon: Icon.Handbag, + }, + { + name: "hash", + categories: [IconCategory.COMMUNICATION, IconCategory.OTHER], + tags: [ + "hashtag", + "octothorpe", + "pound sign", + "number sign", + "tic-tac-toe", + "symbol", + ], + Icon: Icon.Hash, + }, + { + name: "hash-straight", + categories: [IconCategory.COMMUNICATION, IconCategory.OTHER], + tags: [ + "hashtag", + "octothorpe", + "pound sign", + "number sign", + "tic-tac-toe", + "symbol", + ], + Icon: Icon.HashStraight, + }, { name: "heart", categories: [ @@ -954,21 +1235,299 @@ export const icons: Readonly = [ IconCategory.HEALTH, IconCategory.OTHER, ], - tags: ["wellness", "love", "healthy", "like", "suits", "cards"], + tags: [ + "wellness", + "love", + "healthy", + "like", + "favorites", + "favorited", + "suits", + "cards", + ], Icon: Icon.Heart, }, + { + name: "heart-straight", + categories: [ + IconCategory.COMMUNICATION, + IconCategory.DESIGN, + IconCategory.HEALTH, + IconCategory.OTHER, + ], + tags: [ + "wellness", + "love", + "healthy", + "like", + "favorites", + "favorited", + "suits", + "cards", + ], + Icon: Icon.HeartStraight, + }, + { + name: "hexagon", + categories: [IconCategory.OTHER], + tags: ["6", "shapes", "polygons"], + Icon: Icon.Hexagon, + }, + { + name: "hourglass", + categories: [IconCategory.SYSTEM], + tags: ["times", "timer", "clock", "schedule", "events", "waiting"], + Icon: Icon.Hourglass, + }, + { + name: "hourglass-high", + categories: [IconCategory.SYSTEM], + tags: ["times", "timer", "clock", "schedule", "events", "waiting"], + Icon: Icon.HourglassHigh, + }, + { + name: "hourglass-low", + categories: [IconCategory.SYSTEM], + tags: ["times", "timer", "clock", "schedule", "events", "waiting"], + Icon: Icon.HourglassLow, + }, + { + name: "hourglass-medium", + categories: [IconCategory.SYSTEM], + tags: ["times", "timer", "clock", "schedule", "events", "waiting"], + Icon: Icon.HourglassMedium, + }, // { // name: "horse", // categories: [IconCategory.HEALTH, IconCategory.OTHER], // tags: ["animals", "equestrian", "chess", "knight", "games", "sports"], // Icon: Icon.Horse, // }, + { + name: "house", + categories: [IconCategory.MAP, IconCategory.OTHER], + tags: ["homes", "buildings", "places", "locations"], + Icon: Icon.House, + }, + { + name: "house-line", + categories: [IconCategory.MAP, IconCategory.OTHER], + tags: ["homes", "buildings", "places", "locations"], + Icon: Icon.HouseLine, + }, + { + name: "house-round-door", + categories: [IconCategory.MAP, IconCategory.OTHER], + tags: ["homes", "buildings", "places", "locations"], + Icon: Icon.HouseRoundDoor, + }, + { + name: "house-simple", + categories: [IconCategory.MAP, IconCategory.OTHER], + tags: ["homes", "buildings", "places", "locations"], + Icon: Icon.HouseSimple, + }, + { + name: "info-circle", + categories: [IconCategory.SYSTEM], + tags: ["information", "help"], + Icon: Icon.InfoCircle, + }, + { + name: "intersect", + categories: [IconCategory.DESIGN, IconCategory.EDITOR], + tags: [ + "round", + "joining", + "union", + "merged", + "merging", + "intersecting", + "intersection", + ], + Icon: Icon.Intersect, + }, + { + name: "lightning", + categories: [ + IconCategory.WEATHER, + IconCategory.SYSTEM, + IconCategory.DEVICE, + ], + tags: [ + "meteorology", + "stormy", + "thunderstorm", + "thunderbolt", + "charged", + "charger", + "charging", + "power", + ], + Icon: Icon.Lightning, + }, + { + name: "lines-three", + categories: [IconCategory.SYSTEM], + tags: ["3", "hamburger menu", "overflow menu", "sidebar"], + Icon: Icon.LinesThree, + }, + { + name: "link", + categories: [IconCategory.OTHER], + tags: ["anchor", "hyperlink", "hypertext", "chains", "chained"], + Icon: Icon.Link, + }, + { + name: "lock-dot", + categories: [IconCategory.OTHER], + tags: [ + "padlock", + "security", + "secured", + "authentication", + "authenticated", + "login", + "locked", + "encrypted", + "encryption", + ], + Icon: Icon.LockDot, + }, + { + name: "lock-grooves", + categories: [IconCategory.OTHER], + tags: [ + "padlock", + "security", + "secured", + "authentication", + "authenticated", + "login", + "locked", + "encrypted", + "encryption", + ], + Icon: Icon.LockGrooves, + }, + { + name: "lock-key", + categories: [IconCategory.OTHER], + tags: [ + "padlock", + "security", + "secured", + "authentication", + "authenticated", + "login", + "locked", + "encrypted", + "encryption", + ], + Icon: Icon.LockKey, + }, + { + name: "lock-open-dot", + categories: [IconCategory.OTHER], + tags: [ + "padlock", + "security", + "unsecured", + "authentication", + "unauthenticated", + "login", + "unlocked", + "unencrypted", + "encryption", + ], + Icon: Icon.LockOpenDot, + }, + { + name: "lock-open-key", + categories: [IconCategory.OTHER], + tags: [ + "padlock", + "security", + "unsecured", + "authentication", + "unauthenticated", + "login", + "unlocked", + "unencrypted", + "encryption", + ], + Icon: Icon.LockOpenKey, + }, + { + name: "magnifying-glass", + categories: [IconCategory.EDITOR, IconCategory.SYSTEM], + tags: ["search", "find", "locate", "query", "inspect"], + Icon: Icon.MagnifyingGlass, + }, + { + name: "magnifying-glass-minus", + categories: [IconCategory.EDITOR, IconCategory.SYSTEM], + tags: ["search", "find", "locate", "query", "inspect", "zoom out"], + Icon: Icon.MagnifyingGlassMinus, + }, + { + name: "magnifying-glass-plus", + categories: [IconCategory.EDITOR, IconCategory.SYSTEM], + tags: ["search", "find", "locate", "query", "inspect", "zoom in"], + Icon: Icon.MagnifyingGlassPlus, + }, { name: "map-pin", categories: [IconCategory.MAP], - tags: ["places", "markers", "locations"], + tags: ["maps", "places", "markers", "pins", "locations"], Icon: Icon.MapPin, }, + { + name: "map-pin-line", + categories: [IconCategory.MAP], + tags: ["maps", "places", "markers", "pins", "locations"], + Icon: Icon.MapPinLine, + }, + { + name: "map-trifold", + categories: [IconCategory.MAP], + tags: ["maps", "places", "locations", "cartography"], + Icon: Icon.MapTrifold, + }, + { + name: "math", + categories: [ + IconCategory.DEVELOPMENT, + IconCategory.FINANCE, + IconCategory.OTHER, + ], + tags: [ + "addition", + "sum", + "subtraction", + "difference", + "multiply", + "multiplication", + "product", + "divide", + "division", + "divisor", + "dividend", + "quotient", + "equals", + "equality", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.Math, + }, + { + name: "medium", + categories: [IconCategory.BRAND], + tags: ["reading", "writing", "news"], + Icon: Icon.Medium, + }, { name: "microphone", categories: [ @@ -980,6 +1539,33 @@ export const icons: Readonly = [ tags: ["microphone", "audio", "recording", "music", "sound", "podcast"], Icon: Icon.Microphone, }, + { + name: "microphone-off", + categories: [ + IconCategory.COMMUNICATION, + IconCategory.DEVICE, + IconCategory.MEDIA, + IconCategory.SYSTEM, + ], + tags: ["microphone", "audio", "recording", "music", "sound", "podcast"], + Icon: Icon.MicrophoneOff, + }, + { + name: "minus", + categories: [ + IconCategory.DEVELOPMENT, + IconCategory.FINANCE, + IconCategory.OTHER, + ], + tags: [ + "subtraction", + "difference", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.Minus, + }, { name: "minus-circle", categories: [ @@ -997,12 +1583,306 @@ export const icons: Readonly = [ ], Icon: Icon.MinusCircle, }, + { + name: "moon", + categories: [IconCategory.OTHER, IconCategory.WEATHER, IconCategory.SYSTEM], + tags: [ + "night", + "evening", + "clear", + "sleep", + "snooze", + "night mode", + "dark mode", + ], + Icon: Icon.Moon, + }, // { // name: "music-notes-sixteenth", // categories: [IconCategory.MEDIA, IconCategory.SYSTEM], // tags: ["songs", "audio", "playlist", "albums"], // Icon: Icon.MusicNotesSixteenth, // }, + { + name: "music-notes", + categories: [IconCategory.MEDIA, IconCategory.SYSTEM], + tags: ["songs", "audio", "playlist", "albums"], + Icon: Icon.Notes, + }, + { + name: "music-notes-eighth", + categories: [IconCategory.MEDIA, IconCategory.SYSTEM], + tags: ["songs", "audio", "playlist", "albums"], + Icon: Icon.NotesEighth, + }, + { + name: "music-notes-eighth-beamed", + categories: [IconCategory.MEDIA, IconCategory.SYSTEM], + tags: ["songs", "audio", "playlist", "albums"], + Icon: Icon.NotesEighthBeamed, + }, + { + name: "music-notes-sixteenth", + categories: [IconCategory.MEDIA, IconCategory.SYSTEM], + tags: ["songs", "audio", "playlist", "albums"], + Icon: Icon.NotesSixteenth, + }, + { + name: "music-notes-sixteenth-beamed", + categories: [IconCategory.MEDIA, IconCategory.SYSTEM], + tags: ["songs", "audio", "playlist", "albums"], + Icon: Icon.NotesSixteenthsBeamed, + }, + { + name: "nine", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "9", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.Nine, + }, + { + name: "nine-circle", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "9", + "round", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.NineCircle, + }, + { + name: "nine-square", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "9", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.NineSquare, + }, + { + name: "note-blank-fold", + categories: [IconCategory.DOCUMENT, IconCategory.EDITOR], + tags: ["notes", "note-taking", "post-it", "reminders"], + Icon: Icon.NoteBlankFold, + }, + { + name: "note-pen", + categories: [IconCategory.DOCUMENT, IconCategory.EDITOR], + tags: ["notes", "note-taking", "post-it", "reminders"], + Icon: Icon.NotePen, + }, + { + name: "note-pencil", + categories: [IconCategory.DOCUMENT, IconCategory.EDITOR], + tags: ["notes", "note-taking", "post-it", "reminders"], + Icon: Icon.NotePencil, + }, + { + name: "note-text-long", + categories: [IconCategory.DOCUMENT, IconCategory.EDITOR], + tags: ["notes", "note-taking", "post-it", "reminders"], + Icon: Icon.NoteTextLong, + }, + { + name: "note-text-long-fold", + categories: [IconCategory.DOCUMENT, IconCategory.EDITOR], + tags: ["notes", "note-taking", "post-it", "reminders"], + Icon: Icon.NoteTextLongFold, + }, + { + name: "note-text-short", + categories: [IconCategory.DOCUMENT, IconCategory.EDITOR], + tags: ["notes", "note-taking", "post-it", "reminders"], + Icon: Icon.NoteTextShort, + }, + { + name: "nut-six", + categories: [IconCategory.OTHER], + tags: ["bolts", "screws", "machinery", "tools", "hexagon"], + Icon: Icon.NutSix, + }, + { + name: "octagon", + categories: [IconCategory.OTHER], + tags: ["8", "shapes", "polygons"], + Icon: Icon.Octagon, + }, + { + name: "one", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "1", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.One, + }, + { + name: "one-circle", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "1", + "round", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.OneCircle, + }, + { + name: "one-square", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "1", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.OneSquare, + }, + { + name: "overflow-horizontal", + categories: [IconCategory.SYSTEM], + tags: [ + "hamburger menu", + "overflow menu", + "sidebar", + "ellipsis", + "ellipses", + ], + Icon: Icon.OverflowHorizontal, + }, + { + name: "overflow-horizontal-circle", + categories: [IconCategory.SYSTEM], + tags: [ + "hamburger menu", + "overflow menu", + "sidebar", + "ellipsis", + "ellipses", + ], + Icon: Icon.OverflowHorizontalCircle, + }, + { + name: "overflow-horizontal-outline", + categories: [IconCategory.SYSTEM], + tags: [ + "hamburger menu", + "overflow menu", + "sidebar", + "ellipsis", + "ellipses", + ], + Icon: Icon.OverflowHorizontalOutline, + }, + { + name: "overflow-vertical", + categories: [IconCategory.SYSTEM], + tags: [ + "hamburger menu", + "overflow menu", + "sidebar", + "ellipsis", + "ellipses", + ], + Icon: Icon.OverflowVertical, + }, + { + name: "overflow-vertical-circle", + categories: [IconCategory.SYSTEM], + tags: [ + "hamburger menu", + "overflow menu", + "sidebar", + "ellipsis", + "ellipses", + ], + Icon: Icon.OverflowVerticalCircle, + }, + { + name: "overflow-vertical-outline", + categories: [IconCategory.SYSTEM], + tags: [ + "hamburger menu", + "overflow menu", + "sidebar", + "ellipsis", + "ellipses", + ], + Icon: Icon.OverflowVerticalOutline, + }, + { + name: "package", + categories: [ + IconCategory.BUSINESS, + IconCategory.DEVELOPMENT, + IconCategory.OTHER, + ], + tags: ["packages", "bundles", "library", "libraries", "shipping"], + Icon: Icon.Package, + }, + { + name: "paint-bucket", + categories: [IconCategory.DESIGN, IconCategory.EDITOR, IconCategory.OTHER], + tags: ["paintbucket", "fill"], + Icon: Icon.PaintBucket, + }, + { + name: "paperclip", + categories: [ + IconCategory.COMMUNICATION, + IconCategory.EDITOR, + IconCategory.OTHER, + ], + tags: ["attachments", "email", "office"], + Icon: Icon.Paperclip, + }, + { + name: "paper-plane", + categories: [IconCategory.COMMUNICATION, IconCategory.OTHER], + tags: ["messages", "messaging", "send", "sent", "email", "toys", "games"], + Icon: Icon.PaperPlane, + }, + { + name: "pause", + categories: [IconCategory.MEDIA, IconCategory.SYSTEM], + tags: ["music", "audio", "resume", "start", "stop"], + Icon: Icon.Pause, + }, + { + name: "pause-circle", + categories: [IconCategory.MEDIA, IconCategory.SYSTEM], + tags: ["music", "audio", "resume", "start", "stop", "round"], + Icon: Icon.PauseCircle, + }, { name: "pen", categories: [IconCategory.DESIGN, IconCategory.EDITOR], @@ -1030,12 +1910,58 @@ export const icons: Readonly = [ ], Icon: Icon.PenNib, }, + { + name: "percent", + categories: [ + IconCategory.DEVELOPMENT, + IconCategory.FINANCE, + IconCategory.OTHER, + ], + tags: [ + "percentage", + "percentile", + "ratio", + "delta", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.Percent, + }, + { + name: "picture-landscape", + categories: [IconCategory.DOCUMENT, IconCategory.MEDIA], + tags: ["photographs", "photography", "wallpapers", "gallery"], + Icon: Icon.PictureLandscape, + }, + { + name: "picture-square", + categories: [IconCategory.DOCUMENT, IconCategory.MEDIA], + tags: ["photographs", "photography", "wallpapers", "gallery"], + Icon: Icon.PictureSquare, + }, + { + name: "play", + categories: [IconCategory.MEDIA, IconCategory.SYSTEM], + tags: ["music", "audio", "resume", "start"], + Icon: Icon.Play, + }, { name: "play-circle", categories: [IconCategory.MEDIA, IconCategory.SYSTEM], - tags: ["resume", "music", "start", "round"], + tags: ["music", "audio", "resume", "start", "round"], Icon: Icon.PlayCircle, }, + { + name: "plus", + categories: [ + IconCategory.DEVELOPMENT, + IconCategory.FINANCE, + IconCategory.OTHER, + ], + tags: ["addition", "sum", "mathematics", "arithmetic", "calculator"], + Icon: Icon.Plus, + }, { name: "plus-circle", categories: [ @@ -1053,6 +1979,52 @@ export const icons: Readonly = [ ], Icon: Icon.PlusCircle, }, + { + name: "plus-minus", + categories: [ + IconCategory.DEVELOPMENT, + IconCategory.FINANCE, + IconCategory.OTHER, + ], + tags: [ + "plus or minus", + "plus/minus", + "add/subtract", + "addition", + "sum", + "subtraction", + "difference", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.PlusMinus, + }, + { + name: "power", + categories: [IconCategory.DEVICE, IconCategory.SYSTEM], + tags: [ + "charged", + "charger", + "charging", + "on", + "off", + "on/off", + "switch", + "power switch", + ], + Icon: Icon.Power, + }, + { + name: "printer", + categories: [ + IconCategory.DEVICE, + IconCategory.EDITOR, + IconCategory.DOCUMENT, + ], + tags: ["printing"], + Icon: Icon.Printer, + }, { name: "prohibit", categories: [IconCategory.MAP, IconCategory.SYSTEM, IconCategory.OTHER], @@ -1067,10 +2039,267 @@ export const icons: Readonly = [ Icon: Icon.Prohibit, }, { - name: "magnifying-glass", - categories: [IconCategory.EDITOR, IconCategory.SYSTEM], - tags: ["search", "find", "locate", "query"], - Icon: Icon.MagnifyingGlass, + name: "prohibit-inset", + categories: [IconCategory.MAP, IconCategory.SYSTEM, IconCategory.OTHER], + tags: [ + "forbidden", + "prohibited", + "cancelled", + "prevent", + "stop", + "do not enter", + ], + Icon: Icon.ProhibitInset, + }, + { + name: "push-pin", + categories: [IconCategory.MAP, IconCategory.OTHER], + tags: ["favorites", "favorited", "pushpin"], + Icon: Icon.PushPin, + }, + { + name: "question-mark-circle", + categories: [IconCategory.SYSTEM], + tags: ["information", "help", "questions"], + Icon: Icon.QuestionMarkCircle, + }, + { + name: "radical", + categories: [ + IconCategory.DEVELOPMENT, + IconCategory.FINANCE, + IconCategory.OTHER, + ], + tags: [ + "radix", + "radicand", + "square root", + "squareroot", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.Radical, + }, + { + name: "rectangle", + categories: [IconCategory.OTHER], + tags: ["4", "shapes", "polygons", "box"], + Icon: Icon.Rectangle, + }, + { + name: "rewind", + categories: [IconCategory.MEDIA, IconCategory.SYSTEM], + tags: [ + "music", + "audio", + "seek", + "scrub", + "scan", + "back", + "backwards", + "reverse", + ], + Icon: Icon.Rewind, + }, + { + name: "seven", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "7", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.Seven, + }, + { + name: "seven-circle", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "7", + "round", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.SevenCircle, + }, + { + name: "seven-square", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "7", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.SevenSquare, + }, + { + name: "shield", + categories: [IconCategory.SYSTEM, IconCategory.OTHER], + tags: [ + "security", + "secured", + "defense", + "defended", + "authentication", + "authenticated", + "guarded", + "locked", + "encrypted", + "encryption", + ], + Icon: Icon.Shield, + }, + { + name: "shield-check", + categories: [IconCategory.SYSTEM, IconCategory.OTHER], + tags: [ + "security", + "secured", + "defense", + "defended", + "authentication", + "authenticated", + "guarded", + "locked", + "encrypted", + "encryption", + ], + Icon: Icon.ShieldCheck, + }, + { + name: "shield-chevron", + categories: [IconCategory.SYSTEM, IconCategory.OTHER], + tags: [ + "security", + "secured", + "defense", + "defended", + "authentication", + "authenticated", + "guarded", + "locked", + "encrypted", + "encryption", + ], + Icon: Icon.ShieldChevron, + }, + { + name: "shopping-bag", + categories: [IconCategory.BUSINESS, IconCategory.OTHER], + tags: ["ecommerce", "market", "buying", "checkout"], + Icon: Icon.ShoppingBag, + }, + { + name: "shopping-bag-open", + categories: [IconCategory.BUSINESS, IconCategory.OTHER], + tags: ["ecommerce", "market", "buying", "checkout"], + Icon: Icon.ShoppingBagOpen, + }, + { + name: "six", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "6", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.Six, + }, + { + name: "six-circle", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "6", + "round", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.SixCircle, + }, + { + name: "six-square", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "6", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.SixSquare, + }, + { + name: "skip-back", + categories: [IconCategory.MEDIA, IconCategory.SYSTEM], + tags: [ + "music", + "audio", + "seek", + "scrub", + "scan", + "back", + "backwards", + "reverse", + "previous", + ], + Icon: Icon.SkipBack, + }, + { + name: "skip-forward", + categories: [IconCategory.MEDIA, IconCategory.SYSTEM], + tags: ["music", "audio", "seek", "scrub", "scan", "ahead", "next"], + Icon: Icon.SkipForward, + }, + { + name: "sliders-circles", + categories: [IconCategory.MEDIA, IconCategory.SYSTEM], + tags: [ + "music", + "audio", + "faders", + "equalizer", + "volume", + "settings", + "preferences", + ], + Icon: Icon.SlidersCircles, + }, + { + name: "sliders-lines", + categories: [IconCategory.MEDIA, IconCategory.SYSTEM], + tags: [ + "music", + "audio", + "faders", + "equalizer", + "volume", + "settings", + "preferences", + ], + Icon: Icon.SlidersLines, }, { name: "smiley", @@ -1079,9 +2308,19 @@ export const icons: Readonly = [ IconCategory.DESIGN, IconCategory.OTHER, ], - tags: ["face", "smiley", "emoji", "unimpressed"], + tags: ["face", "smiley", "emoji", "happy", "grinning", "smiling"], Icon: Icon.Smiley, }, + { + name: "smiley-blank", + categories: [ + IconCategory.COMMUNICATION, + IconCategory.DESIGN, + IconCategory.OTHER, + ], + tags: ["face", "smiley", "emoji", "unimpressed", "no face"], + Icon: Icon.SmileyBlank, + }, { name: "smiley-meh", categories: [ @@ -1089,15 +2328,131 @@ export const icons: Readonly = [ IconCategory.DESIGN, IconCategory.OTHER, ], - tags: ["face", "smiley", "emoji", "unimpressed"], + tags: ["face", "smiley", "emoji", "unimpressed", "neutral"], Icon: Icon.SmileyMeh, }, + { + name: "smiley-nervous", + categories: [ + IconCategory.COMMUNICATION, + IconCategory.DESIGN, + IconCategory.OTHER, + ], + tags: [ + "face", + "smiley", + "emoji", + "anxious", + "uncomfortable", + "uneasy", + "queasy", + "sick", + "ill", + ], + Icon: Icon.SmileyNervous, + }, + { + name: "smiley-sad", + categories: [ + IconCategory.COMMUNICATION, + IconCategory.DESIGN, + IconCategory.OTHER, + ], + tags: ["face", "smiley", "emoji", "unhappy", "frowning"], + Icon: Icon.SmileySad, + }, + { + name: "smiley-x-eyes", + categories: [ + IconCategory.COMMUNICATION, + IconCategory.DESIGN, + IconCategory.OTHER, + ], + tags: ["face", "smiley", "emoji", "dead", "killed", "unconscious"], + Icon: Icon.SmileyXEyes, + }, + { + name: "speaker-high", + categories: [IconCategory.MEDIA, IconCategory.SYSTEM], + tags: ["music", "audio", "volume", "sound"], + Icon: Icon.SpeakerHigh, + }, + { + name: "speaker-low", + categories: [IconCategory.MEDIA, IconCategory.SYSTEM], + tags: ["music", "audio", "volume", "sound"], + Icon: Icon.SpeakerLow, + }, { name: "speaker-none", categories: [IconCategory.MEDIA, IconCategory.SYSTEM], - tags: ["muted", "volume", "sound", "music"], + tags: ["music", "audio", "muted", "volume", "sound"], Icon: Icon.SpeakerNone, }, + { + name: "speaker-simple-high", + categories: [IconCategory.MEDIA, IconCategory.SYSTEM], + tags: ["music", "audio", "volume", "sound"], + Icon: Icon.SpeakerSimpleHigh, + }, + { + name: "speaker-simple-low", + categories: [IconCategory.MEDIA, IconCategory.SYSTEM], + tags: ["music", "audio", "volume", "sound"], + Icon: Icon.SpeakerSimpleLow, + }, + { + name: "speaker-simple-none", + categories: [IconCategory.MEDIA, IconCategory.SYSTEM], + tags: ["music", "audio", "muted", "volume", "sound"], + Icon: Icon.SpeakerSimpleNone, + }, + { + name: "speaker-simple-x", + categories: [IconCategory.MEDIA, IconCategory.SYSTEM], + tags: ["music", "audio", "muted", "volume", "sound"], + Icon: Icon.SpeakerSimpleX, + }, + { + name: "speaker-x", + categories: [IconCategory.MEDIA, IconCategory.SYSTEM], + tags: ["music", "audio", "muted", "volume", "sound"], + Icon: Icon.SpeakerX, + }, + { + name: "square", + categories: [IconCategory.OTHER], + tags: ["4", "shapes", "polygons", "box"], + Icon: Icon.Square, + }, + { + name: "squares-four", + categories: [IconCategory.OTHER], + tags: ["4", "shapes", "polygons"], + Icon: Icon.SquaresFour, + }, + { + name: "stack-isometric", + categories: [ + IconCategory.DESIGN, + IconCategory.DOCUMENT, + IconCategory.EDITOR, + IconCategory.OTHER, + ], + tags: ["cards", "layers"], + Icon: Icon.StackIsometric, + }, + { + name: "stack-two", + categories: [ + IconCategory.DESIGN, + IconCategory.DOCUMENT, + IconCategory.EDITOR, + IconCategory.OTHER, + ], + tags: ["cards", "layers"], + Icon: Icon.StackTwo, + }, { name: "star", categories: [ @@ -1108,18 +2463,180 @@ export const icons: Readonly = [ tags: ["rate", "ratings", "favorites", "favorited"], Icon: Icon.Star, }, + { + name: "stop", + categories: [IconCategory.MEDIA, IconCategory.SYSTEM], + tags: ["music", "audio"], + Icon: Icon.Stop, + }, + { + name: "stop-circle", + categories: [IconCategory.MEDIA, IconCategory.SYSTEM], + tags: ["music", "audio", "round"], + Icon: Icon.StopCircle, + }, + { + name: "sun", + categories: [IconCategory.OTHER, IconCategory.WEATHER, IconCategory.SYSTEM], + tags: [ + "day", + "daytime", + "daylight", + "clear", + "sunny", + "sunshine", + "light mode", + ], + Icon: Icon.Sun, + }, + { + name: "table", + categories: [ + IconCategory.BUSINESS, + IconCategory.FINANCE, + IconCategory.EDITOR, + ], + tags: ["tables", "tabular", "speadsheets", "excel"], + Icon: Icon.Table, + }, + { + name: "tag", + categories: [ + IconCategory.BUSINESS, + IconCategory.DEVELOPMENT, + IconCategory.OTHER, + ], + tags: ["tags", "hashtag", "labels"], + Icon: Icon.Tag, + }, + { + name: "text-left", + categories: [IconCategory.DESIGN, IconCategory.EDITOR], + tags: ["text alignment", "align left"], + Icon: Icon.TextLeft, + }, + { + name: "three", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "3", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.Three, + }, + { + name: "three-circle", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "3", + "round", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.ThreeCircle, + }, + { + name: "three-square", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "3", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.ThreeSquare, + }, + { + name: "tote", + categories: [IconCategory.BUSINESS], + tags: ["suitcases", "valises", "baggage", "tote-bag", "portfolios"], + Icon: Icon.Tote, + }, + { + name: "translate", + categories: [IconCategory.COMMUNICATION, IconCategory.SYSTEM], + tags: ["translation", "languages", "internationalization", "speech"], + Icon: Icon.Translate, + }, { name: "trash", categories: [IconCategory.DOCUMENT, IconCategory.SYSTEM], tags: ["garbage", "delete", "destroy", "recycle", "recycling"], Icon: Icon.Trash, }, + { + name: "trash-handle", + categories: [IconCategory.DOCUMENT, IconCategory.SYSTEM], + tags: ["garbage", "delete", "destroy", "recycle", "recycling"], + Icon: Icon.TrashHandle, + }, + { + name: "triangle", + categories: [IconCategory.OTHER], + tags: ["3", "shapes", "polygons"], + Icon: Icon.Triangle, + }, + { + name: "truck", + categories: [IconCategory.BUSINESS, IconCategory.MAP, IconCategory.OTHER], + tags: ["trucks", "cars", "vehicles", "maps", "shipping", "delivery"], + Icon: Icon.Truck, + }, + { + name: "two", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "2", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.Two, + }, { name: "two-circle", categories: [IconCategory.DESIGN], - tags: ["number", "digit", "2", "round"], + tags: [ + "2", + "round", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], Icon: Icon.TwoCircle, }, + { + name: "two-square", + categories: [IconCategory.DESIGN], + tags: [ + "2", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.TwoSquare, + }, { name: "user-circle", categories: [IconCategory.USERS], @@ -1132,10 +2649,107 @@ export const icons: Readonly = [ tags: ["alert", "danger", "dangerous", "caution"], Icon: Icon.Warning, }, + { + name: "warning-circle", + categories: [IconCategory.SYSTEM], + tags: ["alert", "danger", "dangerous", "caution", "round"], + Icon: Icon.WarningCircle, + }, + { + name: "warning-octagon", + categories: [IconCategory.SYSTEM], + tags: ["alert", "danger", "dangerous", "caution", "8", "eight"], + Icon: Icon.WarningOctagon, + }, + { + name: "wifi-high", + categories: [IconCategory.SYSTEM], + tags: ["wireless", "internet", "network", "connection", "connectivity"], + Icon: Icon.WifiHigh, + }, + { + name: "wifi-high-alt", + categories: [IconCategory.SYSTEM], + tags: ["wireless", "internet", "network", "connection", "connectivity"], + Icon: Icon.WifiHighAlt, + }, + { + name: "wifi-low", + categories: [IconCategory.SYSTEM], + tags: ["wireless", "internet", "network", "connection", "connectivity"], + Icon: Icon.WifiLow, + }, { name: "wifi-medium", categories: [IconCategory.SYSTEM], tags: ["wireless", "internet", "network", "connection", "connectivity"], Icon: Icon.WifiMedium, }, + { + name: "wifi-none", + categories: [IconCategory.SYSTEM], + tags: ["wireless", "internet", "network", "connection", "connectivity"], + Icon: Icon.WifiNone, + }, + { + name: "x", + categories: [IconCategory.SYSTEM, IconCategory.OTHER], + tags: ["closed", "cancelled", "dismissed"], + Icon: Icon.X, + }, + { + name: "x-circle", + categories: [IconCategory.SYSTEM, IconCategory.OTHER], + tags: ["closed", "cancelled", "dismissed", "round"], + Icon: Icon.XCircle, + }, + { + name: "x-square", + categories: [IconCategory.SYSTEM, IconCategory.OTHER], + tags: ["closed", "cancelled", "dismissed"], + Icon: Icon.XSquare, + }, + { + name: "zero", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "0", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.Zero, + }, + { + name: "zero-circle", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "0", + "round", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.ZeroCircle, + }, + { + name: "zero-square", + categories: [IconCategory.FINANCE, IconCategory.OTHER], + tags: [ + "0", + "numbers", + "numerals", + "digits", + "mathematics", + "arithmetic", + "calculator", + ], + Icon: Icon.ZeroSquare, + }, ];