From 71eba27c9210da675a76ac2d69d524b07f6835dd Mon Sep 17 00:00:00 2001 From: rektdeckard Date: Sat, 14 Nov 2020 22:55:28 -0500 Subject: [PATCH] icons: add new icons and tags for v1.1.0 --- src/lib/icons.ts | 821 ++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 738 insertions(+), 83 deletions(-) diff --git a/src/lib/icons.ts b/src/lib/icons.ts index 13158cb..55749eb 100644 --- a/src/lib/icons.ts +++ b/src/lib/icons.ts @@ -23,6 +23,38 @@ export const icons: ReadonlyArray = [ ], Icon: Icon.Airplane, }, + // { + // name: "airplane-landing", + // categories: [IconCategory.MAP, IconCategory.OBJECTS], + // tags: [ + // "vehicles", + // "airports", + // "flights", + // "flying", + // "planes", + // "transit", + // "transportation", + // "traveling", + // "arrival", + // ], + // Icon: Icon.AirplaneLanding, + // }, + // { + // name: "airplane-takeoff", + // categories: [IconCategory.MAP, IconCategory.OBJECTS], + // tags: [ + // "vehicles", + // "airports", + // "flights", + // "flying", + // "planes", + // "transit", + // "transportation", + // "traveling", + // "departure", + // ], + // Icon: Icon.AirplaneTakeoff, + // }, { name: "airplay", categories: [IconCategory.MEDIA, IconCategory.SYSTEM], @@ -35,6 +67,48 @@ export const icons: ReadonlyArray = [ tags: ["times", "timer", "clock", "schedule", "events", "watch"], Icon: Icon.Alarm, }, + // { + // name: "anchor", + // categories: [IconCategory.COMMUNICATION, IconCategory.OBJECTS], + // tags: ["nautical", "boats", "ships", "hope", "safety"], + // Icon: Icon.Anchor, + // }, + // { + // name: "align-top", + // categories: [IconCategory.DESIGN, IconCategory.EDITOR], + // tags: ["alignment", "arrangement", "layout", "flush top"], + // Icon: Icon.AlignTop, + // }, + // { + // name: "align-bottom", + // categories: [IconCategory.DESIGN, IconCategory.EDITOR], + // tags: ["alignment", "arrangement", "layout", "flush bottom"], + // Icon: Icon.AlignBottom, + // }, + // { + // name: "align-left", + // categories: [IconCategory.DESIGN, IconCategory.EDITOR], + // tags: ["alignment", "arrangement", "layout", "flush left"], + // Icon: Icon.AlignLeft, + // }, + // { + // name: "align-right", + // categories: [IconCategory.DESIGN, IconCategory.EDITOR], + // tags: ["alignment", "arrangement", "layout", "flush right"], + // Icon: Icon.AlignRight, + // }, + // { + // name: "align-center-horizontal", + // categories: [IconCategory.DESIGN, IconCategory.EDITOR], + // tags: ["alignment", "arrangement", "layout", "centered", "middle"], + // Icon: Icon.AlignCenterHorizontal, + // }, + // { + // name: "align-center-vertical", + // categories: [IconCategory.DESIGN, IconCategory.EDITOR], + // tags: ["alignment", "arrangement", "layout", "centered", "middle"], + // Icon: Icon.AlignCenterVertical, + // }, { name: "android-logo", categories: [ @@ -52,6 +126,12 @@ export const icons: ReadonlyArray = [ tags: ["photography", "cameras", "pictures", "lens"], Icon: Icon.Aperture, }, + // { + // name: "apple-logo", + // categories: [IconCategory.BRAND], + // tags: ["macintosh", "imac", "iphone", "ipad", "macos", "ios"], + // Icon: Icon.AppleLogo, + // }, { name: "archive", categories: [IconCategory.OFFICE, IconCategory.SYSTEM], @@ -818,6 +898,7 @@ export const icons: ReadonlyArray = [ "places", "locations", "medical", + "hospital", ], Icon: Icon.Bed, }, @@ -935,6 +1016,23 @@ export const icons: ReadonlyArray = [ tags: ["wireless", "connection", "connectivity", "disconnected", "errors"], Icon: Icon.BluetoothX, }, + // { + // name: "boat", + // categories: [IconCategory.MAP, IconCategory.OBJECTS], + // tags: [ + // "ferry", + // "ship", + // "vehicles", + // "public transit", + // "transportation", + // "commuter", + // "traveling", + // "sailing", + // "places", + // "locations", + // ], + // Icon: Icon.Boat, + // }, { name: "book", categories: [IconCategory.OFFICE, IconCategory.MEDIA, IconCategory.OBJECTS], @@ -1066,6 +1164,35 @@ export const icons: ReadonlyArray = [ ], Icon: Icon.Bus, }, + // { + // name: "calculator", + // categories: [IconCategory.DEVELOPMENT, IconCategory.FINANCE, IconCategory.OFFICE, IconCategory.OBJECTS], + // tags: [ + // "addition", + // "sum", + // "subtraction", + // "difference", + // "multiply", + // "multiplication", + // "product", + // "divide", + // "division", + // "divisor", + // "dividend", + // "quotient", + // "equals", + // "equality", + // "mathematics", + // "arithmetic", + // "+", + // "-", + // "±", + // "×", + // "÷", + // "=", + // ], + // Icon: Icon.Calculator, + // }, { name: "calendar", categories: [IconCategory.OFFICE, IconCategory.SYSTEM], @@ -1096,6 +1223,12 @@ export const icons: ReadonlyArray = [ tags: ["photography", "pictures", "lens", "disabled"], Icon: Icon.CameraSlash, }, + // { + // name: "caps-lock", + // categories: [IconCategory.SYSTEM], + // tags: ["keyboard", "capitalize", "shift"], + // Icon: Icon.CapsLock, + // }, { name: "car", categories: [IconCategory.MAP, IconCategory.OBJECTS], @@ -1206,6 +1339,12 @@ export const icons: ReadonlyArray = [ tags: ["chevron", "directional", "pointer", "pointing", "arrowhead"], Icon: Icon.CaretCircleDoubleRight, }, + // { + // name: "cat", + // categories: [IconCategory.NATURE], + // tags: ["pets", "animals", "kitty", "kitten"], + // Icon: Icon.Cat, + // }, { name: "cell-signal-full", categories: [IconCategory.SYSTEM], @@ -1448,7 +1587,7 @@ export const icons: ReadonlyArray = [ { name: "check", categories: [IconCategory.SYSTEM], - tags: ["todo", "to-do", "list", "checkbox", "round"], + tags: ["todo", "to-do", "list", "checkbox"], Icon: Icon.Check, }, { @@ -1469,6 +1608,12 @@ export const icons: ReadonlyArray = [ tags: ["todo", "to-do", "list", "checkbox", "rectangle"], Icon: Icon.CheckSquareOffset, }, + // { + // name: "checks", + // categories: [IconCategory.SYSTEM], + // tags: ["todo", "to-do", "list", "checkbox"], + // Icon: Icon.Checks, + // }, { name: "circle", categories: [IconCategory.DESIGN], @@ -1496,7 +1641,7 @@ export const icons: ReadonlyArray = [ { name: "circles-three-plus", categories: [IconCategory.DESIGN], - tags: ["round", "shapes", "polygons", "3"], + tags: ["round", "shapes", "polygons", "3", "+"], Icon: Icon.CirclesThreePlus, }, { @@ -1592,12 +1737,24 @@ export const icons: ReadonlyArray = [ tags: ["serverless", "backup", "storage", "sync", "disabled"], Icon: Icon.CloudSlash, }, + // { + // name: "cloud-fog", + // categories: [IconCategory.WEATHER], + // tags: ["meteorology", "cloudy", "overcast", "foggy", "misty", "haze", "hazy"], + // Icon: Icon.CloudFog, + // }, { name: "cloud-lightning", categories: [IconCategory.WEATHER], tags: ["meteorology", "cloudy", "overcast", "stormy", "thunderstorm"], Icon: Icon.CloudLightning, }, + // { + // name: "cloud-moon", + // categories: [IconCategory.WEATHER], + // tags: ["meteorology", "cloudy", "partly cloudy", "night", "evening"], + // Icon: Icon.CloudMoon, + // }, { name: "cloud-rain", categories: [IconCategory.WEATHER], @@ -1610,10 +1767,16 @@ export const icons: ReadonlyArray = [ tags: ["meteorology", "cloudy", "snowy", "snowing", "stormy", "snowstorm"], Icon: Icon.CloudSnow, }, + // { + // name: "cloud-sun", + // categories: [IconCategory.WEATHER], + // tags: ["meteorology", "cloudy", "partly cloudy", "partly sunny"], + // Icon: Icon.CloudSun, + // }, { name: "club", categories: [IconCategory.GAMES], - tags: ["clubs", "suits", "cards", "gambling", "casino", "games", "gaming"], + tags: ["clubs", "suits", "cards", "gambling", "casino", "gaming"], Icon: Icon.Club, }, { @@ -1649,6 +1812,19 @@ export const icons: ReadonlyArray = [ ], Icon: Icon.Coffee, }, + // { + // name: "coin", + // categories: [IconCategory.COMMERCE, IconCategory.FINANCE], + // tags: [ + // "coins", + // "cents", + // "money", + // "payment", + // "paying", + // "purchase", + // ], + // Icon: Icon.Coin, + // }, { name: "command", categories: [IconCategory.EDITOR, IconCategory.SYSTEM], @@ -1681,6 +1857,17 @@ export const icons: ReadonlyArray = [ tags: ["duplicated", "copied", "clipboard"], Icon: Icon.CopySimple, }, + // { + // name: "copyright", + // categories: [IconCategory.COMMERCE, IconCategory.MEDIA], + // tags: [ + // "©", + // "intellectual property", + // "copr.", + // "symbol", + // ], + // Icon: Icon.Copyright, + // }, { name: "corners-in", categories: [IconCategory.SYSTEM], @@ -1732,6 +1919,126 @@ export const icons: ReadonlyArray = [ tags: ["square", "box", "3d", "volume", "blocks"], Icon: Icon.Cube, }, + // { + // name: "currency-dollar", + // categories: [IconCategory.COMMERCE, IconCategory.FINANCE], + // tags: [ + // "money", + // "USD", + // "payment", + // "paying", + // "purchase", + // ], + // Icon: Icon.CurrencyDollar, + // }, + // { + // name: "currency-dollar-simple", + // categories: [IconCategory.COMMERCE, IconCategory.FINANCE], + // tags: [ + // "money", + // "USD", + // "payment", + // "paying", + // "purchase", + // ], + // Icon: Icon.CurrencyDollarSimple, + // }, + // { + // name: "currency-cny", + // categories: [IconCategory.COMMERCE, IconCategory.FINANCE], + // tags: [ + // "money", + // "yuan", + // "payment", + // "paying", + // "purchase", + // ], + // Icon: Icon.CurrencyCny, + // }, + // { + // name: "currency-eur", + // categories: [IconCategory.COMMERCE, IconCategory.FINANCE], + // tags: [ + // "money", + // "euros", + // "payment", + // "paying", + // "purchase", + // ], + // Icon: Icon.CurrencyEur, + // }, + // { + // name: "currency-gbp", + // categories: [IconCategory.COMMERCE, IconCategory.FINANCE], + // tags: [ + // "money", + // "pounds sterling", + // "payment", + // "paying", + // "purchase", + // ], + // Icon: Icon.CurrencyGbp, + // }, + // { + // name: "currency-inr", + // categories: [IconCategory.COMMERCE, IconCategory.FINANCE], + // tags: [ + // "money", + // "rupees", + // "payment", + // "paying", + // "purchase", + // ], + // Icon: Icon.CurrencyInr, + // }, + // { + // name: "currency-jpy", + // categories: [IconCategory.COMMERCE, IconCategory.FINANCE], + // tags: [ + // "money", + // "yen", + // "payment", + // "paying", + // "purchase", + // ], + // Icon: Icon.CurrencyJpy, + // }, + // { + // name: "currency-krw", + // categories: [IconCategory.COMMERCE, IconCategory.FINANCE], + // tags: [ + // "money", + // "won", + // "payment", + // "paying", + // "purchase", + // ], + // Icon: Icon.CurrencyKrw, + // }, + // { + // name: "currency-rub", + // categories: [IconCategory.COMMERCE, IconCategory.FINANCE], + // tags: [ + // "money", + // "rubles", + // "payment", + // "paying", + // "purchase", + // ], + // Icon: Icon.CurrencyRub, + // }, + // { + // name: "currency-circle-dollar", + // categories: [IconCategory.COMMERCE, IconCategory.FINANCE], + // tags: [ + // "money", + // "USD", + // "payment", + // "paying", + // "purchase", + // ], + // Icon: Icon.CurrencyCircleDollar, + // }, { name: "cursor", categories: [IconCategory.DESIGN, IconCategory.SYSTEM], @@ -1755,6 +2062,12 @@ export const icons: ReadonlyArray = [ ], Icon: Icon.Database, }, + // { + // name: "desktop", + // categories: [IconCategory.DEVELOPMENT, IconCategory.OBJECTS], + // tags: ["computer", "pc", "imac", "tower"], + // Icon: Icon.Desktop, + // }, { name: "device-mobile", categories: [IconCategory.OBJECTS], @@ -1803,7 +2116,7 @@ export const icons: ReadonlyArray = [ "cards", "gambling", "casino", - "games", + "gaming", ], Icon: Icon.Diamond, @@ -1811,97 +2124,43 @@ export const icons: ReadonlyArray = [ // { // name: "dice", // categories: [IconCategory.OTHER], - // tags: ["die", "rolling", "gamble", "gambling", "casino", "games", "gaming"], + // tags: ["die", "rolling", "gamble", "gambling", "casino", "gaming"], // Icon: Icon.Dice, // }, { name: "dice-one", categories: [IconCategory.GAMES, IconCategory.OBJECTS], - tags: [ - "die", - "rolling", - "gamble", - "gambling", - "casino", - "games", - "gaming", - "1", - ], + tags: ["die", "rolling", "gamble", "gambling", "casino", "gaming", "1"], Icon: Icon.DiceOne, }, { name: "dice-two", categories: [IconCategory.GAMES, IconCategory.OBJECTS], - tags: [ - "die", - "rolling", - "gamble", - "gambling", - "casino", - "games", - "gaming", - "2", - ], + tags: ["die", "rolling", "gamble", "gambling", "casino", "gaming", "2"], Icon: Icon.DiceTwo, }, { name: "dice-three", categories: [IconCategory.GAMES, IconCategory.OBJECTS], - tags: [ - "die", - "rolling", - "gamble", - "gambling", - "casino", - "games", - "gaming", - "3", - ], + tags: ["die", "rolling", "gamble", "gambling", "casino", "gaming", "3"], Icon: Icon.DiceThree, }, { name: "dice-four", categories: [IconCategory.GAMES, IconCategory.OBJECTS], - tags: [ - "die", - "rolling", - "gamble", - "gambling", - "casino", - "games", - "gaming", - "4", - ], + tags: ["die", "rolling", "gamble", "gambling", "casino", "gaming", "4"], Icon: Icon.DiceFour, }, { name: "dice-five", categories: [IconCategory.GAMES, IconCategory.OBJECTS], - tags: [ - "die", - "rolling", - "gamble", - "gambling", - "casino", - "games", - "gaming", - "5", - ], + tags: ["die", "rolling", "gamble", "gambling", "casino", "gaming", "5"], Icon: Icon.DiceFive, }, { name: "dice-six", categories: [IconCategory.GAMES, IconCategory.OBJECTS], - tags: [ - "die", - "rolling", - "gamble", - "gambling", - "casino", - "games", - "gaming", - "6", - ], + tags: ["die", "rolling", "gamble", "gambling", "casino", "gaming", "6"], Icon: Icon.DiceSix, }, { @@ -1918,6 +2177,12 @@ export const icons: ReadonlyArray = [ ], Icon: Icon.Divide, }, + // { + // name: "dog", + // categories: [IconCategory.NATURE], + // tags: ["pets", "animals", "puppy"], + // Icon: Icon.Dog, + // }, { name: "dots-nine", categories: [IconCategory.DESIGN], @@ -2098,6 +2363,7 @@ export const icons: ReadonlyArray = [ name: "equals", categories: [IconCategory.DEVELOPMENT, IconCategory.FINANCE], tags: [ + "=", "equality", "equivalent", "equivalence", @@ -2134,6 +2400,16 @@ export const icons: ReadonlyArray = [ tags: ["visible", "hidden", "show", "hide", "visibility", "invisible"], Icon: Icon.EyeClosed, }, + // { + // name: "eyedropper", + // categories: [ + // IconCategory.DESIGN, + // IconCategory.EDITOR, + // IconCategory.OBJECTS, + // ], + // tags: ["colors", "color picker", "sample", "arts"], + // Icon: Icon.Eyedropper, + // }, { name: "facebook-logo", categories: [IconCategory.BRAND, IconCategory.COMMUNICATION], @@ -2214,13 +2490,13 @@ export const icons: ReadonlyArray = [ { name: "file-plus", categories: [IconCategory.OFFICE, IconCategory.EDITOR], - tags: ["documents", "files", "save", "write", "add", "new", "create"], + tags: ["documents", "files", "save", "write", "add", "new", "create", "+"], Icon: Icon.FilePlus, }, { name: "file-minus", categories: [IconCategory.OFFICE, IconCategory.EDITOR], - tags: ["documents", "files", "delete", "write", "remove"], + tags: ["documents", "files", "delete", "write", "remove", "-"], Icon: Icon.FileMinus, }, { @@ -2279,6 +2555,12 @@ export const icons: ReadonlyArray = [ tags: ["flame", "burning", "match", "lighter"], Icon: Icon.Fire, }, + // { + // name: "first-aid-kit", + // categories: [IconCategory.HEALTH], + // tags: ["bandages", "medical", "injury", "safety", "emergency"], + // Icon: Icon.FirstAidKit, + // }, { name: "flag", categories: [IconCategory.OBJECTS, IconCategory.SYSTEM], @@ -2323,13 +2605,22 @@ export const icons: ReadonlyArray = [ "add", "new", "create", + "+", ], Icon: Icon.FolderPlus, }, { name: "folder-minus", categories: [IconCategory.OFFICE, IconCategory.EDITOR, IconCategory.SYSTEM], - tags: ["directory", "directories", "files", "delete", "write", "remove"], + tags: [ + "directory", + "directories", + "files", + "delete", + "write", + "remove", + "-", + ], Icon: Icon.FolderMinus, }, { @@ -2356,13 +2647,22 @@ export const icons: ReadonlyArray = [ "add", "new", "create", + "+", ], Icon: Icon.FolderNotchPlus, }, { name: "folder-notch-minus", categories: [IconCategory.OFFICE, IconCategory.EDITOR, IconCategory.SYSTEM], - tags: ["directory", "directories", "files", "delete", "write", "remove"], + tags: [ + "directory", + "directories", + "files", + "delete", + "write", + "remove", + "-", + ], Icon: Icon.FolderNotchMinus, }, { @@ -2389,13 +2689,22 @@ export const icons: ReadonlyArray = [ "add", "new", "create", + "+", ], Icon: Icon.FolderSimplePlus, }, { name: "folder-simple-minus", categories: [IconCategory.OFFICE, IconCategory.EDITOR, IconCategory.SYSTEM], - tags: ["directory", "directories", "files", "delete", "write", "remove"], + tags: [ + "directory", + "directories", + "files", + "delete", + "write", + "remove", + "-", + ], Icon: Icon.FolderSimpleMinus, }, { @@ -2707,15 +3016,39 @@ export const icons: ReadonlyArray = [ { name: "hand", categories: [IconCategory.SYSTEM, IconCategory.PEOPLE], - tags: ["pointers", "cursors", "emoji", "palm", "stop", "wait", "hamsa"], + tags: ["pointers", "cursors", "emoji", "backhand"], Icon: Icon.Hand, }, + // { + // name: "hand-fist", + // categories: [IconCategory.PEOPLE], + // tags: ["pointers", "cursors", "emoji", "power", "protest", "blm"], + // Icon: Icon.HandFist, + // }, + // { + // name: "hand-grabbing", + // categories: [IconCategory.SYSTEM, IconCategory.PEOPLE], + // tags: ["pointers", "cursors", "emoji", "drag", "hold"], + // Icon: Icon.HandGrabbing, + // }, + // { + // name: "hand-palm", + // categories: [IconCategory.SYSTEM, IconCategory.PEOPLE], + // tags: ["pointers", "cursors", "emoji", "palm", "stop", "wait", "hamsa", "5"], + // Icon: Icon.HandPalm, + // }, { name: "hand-pointing", categories: [IconCategory.SYSTEM, IconCategory.PEOPLE], tags: ["pointers", "cursors", "emoji", "fingers", "clicks", "mouse"], Icon: Icon.HandPointing, }, + // { + // name: "handshake", + // categories: [IconCategory.PEOPLE, IconCategory.COMMERCE], + // tags: ["pointers", "cursors", "emoji", "deal", "agreement"], + // Icon: Icon.Handshake, + // }, { name: "handbag", categories: [IconCategory.COMMERCE, IconCategory.OBJECTS], @@ -2788,6 +3121,12 @@ export const icons: ReadonlyArray = [ tags: ["music", "audio", "listening"], Icon: Icon.Headphones, }, + // { + // name: "headset", + // categories: [IconCategory.MEDIA, IconCategory.GAMES, IconCategory.OBJECTS], + // tags: ["music", "audio", "listening", "gaming", "voice chat", "microphone"], + // Icon: Icon.Headset, + // }, { name: "heart", categories: [ @@ -2806,7 +3145,6 @@ export const icons: ReadonlyArray = [ "cards", "gambling", "casino", - "games", "gaming", ], Icon: Icon.Heart, @@ -2829,7 +3167,6 @@ export const icons: ReadonlyArray = [ "cards", "gambling", "casino", - "games", "gaming", ], Icon: Icon.HeartStraight, @@ -2849,9 +3186,15 @@ export const icons: ReadonlyArray = [ { name: "horse", categories: [IconCategory.GAMES, IconCategory.HEALTH, IconCategory.NATURE], - tags: ["animals", "equestrian", "chess", "knight", "games", "sports"], + tags: ["animals", "equestrian", "chess", "knight", "sports"], Icon: Icon.Horse, }, + // { + // name: "hospital", + // categories: [IconCategory.HEALTH, IconCategory.MAP], + // tags: ["medical", "injury", "safety", "emergency"], + // Icon: Icon.Hospital, + // }, { name: "hourglass", categories: [IconCategory.SYSTEM, IconCategory.OBJECTS], @@ -3078,6 +3421,12 @@ export const icons: ReadonlyArray = [ tags: ["typing", "type", "keys", "input"], Icon: Icon.Keyboard, }, + // { + // name: "laptop", + // categories: [IconCategory.DEVELOPMENT, IconCategory.OBJECTS], + // tags: ["computer", "notebook", "pc", "macbook"], + // Icon: Icon.Laptop, + // }, { name: "leaf", categories: [IconCategory.NATURE], @@ -3221,7 +3570,15 @@ export const icons: ReadonlyArray = [ { name: "list-plus", categories: [IconCategory.EDITOR], - tags: ["ul", "ol", "unordered list", "ordered list", "checklist", "add"], + tags: [ + "ul", + "ol", + "unordered list", + "ordered list", + "checklist", + "add", + "+", + ], Icon: Icon.ListPlus, }, { @@ -3361,13 +3718,13 @@ export const icons: ReadonlyArray = [ { name: "magnifying-glass-plus", categories: [IconCategory.EDITOR, IconCategory.SYSTEM], - tags: ["search", "find", "locate", "query", "inspect", "zoom in"], + tags: ["search", "find", "locate", "query", "inspect", "zoom in", "+"], Icon: Icon.MagnifyingGlassPlus, }, { name: "magnifying-glass-minus", categories: [IconCategory.EDITOR, IconCategory.SYSTEM], - tags: ["search", "find", "locate", "query", "inspect", "zoom out"], + tags: ["search", "find", "locate", "query", "inspect", "zoom out", "-"], Icon: Icon.MagnifyingGlassMinus, }, { @@ -3404,6 +3761,12 @@ export const icons: ReadonlyArray = [ ], Icon: Icon.Martini, }, + // { + // name: "mask", + // categories: [IconCategory.HEALTH], + // tags: ["ppe", "facemask", "covid-19", "coronavirus", "flu", "cold"], + // Icon: Icon.Mask, + // }, { name: "math-operations", categories: [IconCategory.DEVELOPMENT, IconCategory.FINANCE], @@ -3425,6 +3788,12 @@ export const icons: ReadonlyArray = [ "mathematics", "arithmetic", "calculator", + "+", + "-", + "±", + "×", + "÷", + "=", ], Icon: Icon.MathOperations, }, @@ -3484,6 +3853,7 @@ export const icons: ReadonlyArray = [ IconCategory.SYSTEM, ], tags: [ + "-", "subtraction", "difference", "mathematics", @@ -3500,6 +3870,7 @@ export const icons: ReadonlyArray = [ IconCategory.SYSTEM, ], tags: [ + "-", "subtraction", "difference", "mathematics", @@ -3509,6 +3880,19 @@ export const icons: ReadonlyArray = [ ], Icon: Icon.MinusCircle, }, + // { + // name: "money", + // categories: [IconCategory.COMMERCE, IconCategory.FINANCE], + // tags: [ + // "cash", + // "dollars", + // "paper bills", + // "payment", + // "paying", + // "purchase", + // ], + // Icon: Icon.Money, + // }, { name: "monitor", categories: [IconCategory.SYSTEM], @@ -3530,9 +3914,28 @@ export const icons: ReadonlyArray = [ "snooze", "night mode", "dark mode", + "astronomy", + "stargazing", ], Icon: Icon.Moon, }, + // { + // name: "moon-stars", + // categories: [IconCategory.NATURE, IconCategory.WEATHER], + // tags: [ + // "night", + // "evening", + // "clear", + // "sleep", + // "snooze", + // "night mode", + // "dark mode", + // "astronomy", + // "stargazing", + // "constellation", + // ], + // Icon: Icon.MoonStars, + // }, { name: "mouse", categories: [IconCategory.SYSTEM], @@ -4072,6 +4475,26 @@ export const icons: ReadonlyArray = [ ], Icon: Icon.Package, }, + // { + // name: "paint-brush", + // categories: [ + // IconCategory.DESIGN, + // IconCategory.EDITOR, + // IconCategory.OBJECTS, + // ], + // tags: ["colors", "color picker", "arts"], + // Icon: Icon.PaintBrush, + // }, + // { + // name: "paint-brush-broad", + // categories: [ + // IconCategory.DESIGN, + // IconCategory.EDITOR, + // IconCategory.OBJECTS, + // ], + // tags: ["fill", "colors", "color picker", "arts"], + // Icon: Icon.PaintBrushBroad, + // }, { name: "paint-bucket", categories: [ @@ -4079,7 +4502,7 @@ export const icons: ReadonlyArray = [ IconCategory.EDITOR, IconCategory.OBJECTS, ], - tags: ["paintbucket", "fill"], + tags: ["paintbucket", "colors", "color picker", "fill", "arts"], Icon: Icon.PaintBucket, }, { @@ -4150,6 +4573,17 @@ export const icons: ReadonlyArray = [ tags: ["attachments", "mail", "email", "office"], Icon: Icon.Paperclip, }, + // { + // name: "paperclip-tilt", + // categories: [ + // IconCategory.COMMUNICATION, + // IconCategory.EDITOR, + // IconCategory.OFFICE, + // IconCategory.OBJECTS, + // ], + // tags: ["attachments", "mail", "email", "office"], + // Icon: Icon.PaperclipTilt, + // }, { name: "path", categories: [IconCategory.DESIGN, IconCategory.MAP], @@ -4176,6 +4610,12 @@ export const icons: ReadonlyArray = [ tags: ["music", "audio", "resume", "start", "stop", "round"], Icon: Icon.PauseCircle, }, + // { + // name: "paw-print", + // categories: [IconCategory.NATURE, IconCategory.COMMERCE, IconCategory.HEALTH], + // tags: ["pets", "pet store", "pet shop", "animals", "cat", "dog", "veterinarian"], + // Icon: Icon.PawPrint, + // }, { name: "peace", categories: [IconCategory.COMMUNICATION], @@ -4249,6 +4689,7 @@ export const icons: ReadonlyArray = [ name: "percent", categories: [IconCategory.DEVELOPMENT, IconCategory.FINANCE], tags: [ + "%", "percentage", "percentile", "ratio", @@ -4326,7 +4767,7 @@ export const icons: ReadonlyArray = [ IconCategory.FINANCE, IconCategory.SYSTEM, ], - tags: ["addition", "sum", "mathematics", "arithmetic", "calculator"], + tags: ["addition", "sum", "mathematics", "arithmetic", "calculator", "+"], Icon: Icon.Plus, }, { @@ -4343,6 +4784,7 @@ export const icons: ReadonlyArray = [ "arithmetic", "calculator", "round", + "+", ], Icon: Icon.PlusCircle, }, @@ -4360,9 +4802,18 @@ export const icons: ReadonlyArray = [ "mathematics", "arithmetic", "calculator", + "+", + "-", + "±", ], Icon: Icon.PlusMinus, }, + // { + // name: "poker-chip", + // categories: [IconCategory.GAMES], + // tags: ["chips", "tokens", "cards", "gambling", "casino"], + // Icon: Icon.PokerChip, + // }, { name: "power", categories: [IconCategory.SYSTEM], @@ -4422,6 +4873,12 @@ export const icons: ReadonlyArray = [ tags: ["favorites", "favorited", "pushpin", "disabled"], Icon: Icon.PushPinSlash, }, + // { + // name: "puzzle-piece", + // categories: [IconCategory.GAMES, IconCategory.DEVELOPMENT], + // tags: ["board game", "element", "component", "extension", "plugin"], + // Icon: Icon.PuzzlePiece, + // }, { name: "qr-code", categories: [IconCategory.SYSTEM], @@ -4438,6 +4895,7 @@ export const icons: ReadonlyArray = [ name: "radical", categories: [IconCategory.DEVELOPMENT, IconCategory.FINANCE], tags: [ + "√", "radix", "radicand", "square root", @@ -4448,6 +4906,27 @@ export const icons: ReadonlyArray = [ ], Icon: Icon.Radical, }, + // { + // name: "rainbow", + // categories: [IconCategory.WEATHER], + // tags: ["meteorology", "rainstorm", "arc", "pride", "LGBTQ+", "leprechaun"], + // Icon: Icon.Rainbow, + // }, + // { + // name: "rainbow-cloud", + // categories: [IconCategory.WEATHER], + // tags: [ + // "meteorology", + // "rainstorm", + // "cloudy", + // "partly cloudy", + // "partly sunny", + // "pride", + // "LGBTQ+", + // "leprechaun", + // ], + // Icon: Icon.RainbowCloud, + // }, { name: "receipt", categories: [IconCategory.COMMERCE, IconCategory.FINANCE], @@ -4750,12 +5229,40 @@ export const icons: ReadonlyArray = [ ], Icon: Icon.SkipBack, }, + // { + // name: "skip-back-circle", + // categories: [IconCategory.MEDIA], + // tags: [ + // "music", + // "audio", + // "seek", + // "scrub", + // "scan", + // "back", + // "backwards", + // "reverse", + // "previous", + // ], + // Icon: Icon.SkipBackCircle, + // }, { name: "skip-forward", categories: [IconCategory.MEDIA], tags: ["music", "audio", "seek", "scrub", "scan", "ahead", "next"], Icon: Icon.SkipForward, }, + // { + // name: "skip-forward-circle", + // categories: [IconCategory.MEDIA], + // tags: ["music", "audio", "seek", "scrub", "scan", "ahead", "next"], + // Icon: Icon.SkipForwardCircle, + // }, + // { + // name: "slack-logo", + // categories: [IconCategory.BRAND, IconCategory.COMMUNICATION], + // tags: ["logos", "messaging"], + // Icon: Icon.SlackLogo, + // }, { name: "sliders", categories: [IconCategory.MEDIA, IconCategory.SYSTEM], @@ -4836,6 +5343,12 @@ export const icons: ReadonlyArray = [ tags: ["face", "smiley", "emoji", "dead", "killed", "unconscious"], Icon: Icon.SmileyXEyes, }, + // { + // name: "snowflake", + // categories: [IconCategory.WEATHER], + // tags: ["meteorology", "snowy", "snowing", "snowstorm"], + // Icon: Icon.Snowflake, + // }, { name: "sort-ascending", categories: [IconCategory.EDITOR], @@ -4851,7 +5364,7 @@ export const icons: ReadonlyArray = [ { name: "spade", categories: [IconCategory.GAMES], - tags: ["spades", "suits", "cards", "gambling", "casino", "games", "gaming"], + tags: ["spades", "suits", "cards", "gambling", "casino", "gaming"], Icon: Icon.Spade, }, { @@ -5029,6 +5542,37 @@ export const icons: ReadonlyArray = [ ], Icon: Icon.SunDim, }, + // { + // name: "sun-horizon", + // categories: [IconCategory.NATURE, IconCategory.WEATHER], + // tags: [ + // "day", + // "daytime", + // "daylight", + // "clear", + // "sunny", + // "sunshine", + // "sunrise", + // "sunset", + // ], + // Icon: Icon.SunHorizon, + // }, + // { + // name: "swatches", + // categories: [ + // IconCategory.DESIGN, + // IconCategory.EDITOR, + // IconCategory.OBJECTS, + // ], + // tags: ["colors", "color picker", "samples", "pantone"], + // Icon: Icon.Swatches, + // }, + // { + // name: "sword", + // categories: [IconCategory.GAMES, IconCategory.OBJECTS], + // tags: ["weapon", "knife", "dagger", "gladius", "video games", "rpg", "gaming"], + // Icon: Icon.Sword, + // }, { name: "table", categories: [ @@ -5074,7 +5618,7 @@ export const icons: ReadonlyArray = [ { name: "text", categories: [IconCategory.DESIGN, IconCategory.EDITOR], - tags: ["typography", "print", "font"], + tags: ["typography", "typeface", "print", "font"], Icon: Icon.Text, }, { @@ -5101,6 +5645,48 @@ export const icons: ReadonlyArray = [ tags: ["typography", "print", "font", "alignment", "flush right"], Icon: Icon.TextAlignRight, }, + // { + // name: "text-bold", + // categories: [IconCategory.DESIGN, IconCategory.EDITOR], + // tags: ["typography", "typeface", "print", "font", "boldface", "emphasis"], + // Icon: Icon.TextBold, + // }, + // { + // name: "text-italic", + // categories: [IconCategory.DESIGN, IconCategory.EDITOR], + // tags: ["typography", "typeface", "print", "font", "slant", "oblique", "stress", "emphasis", "calligraphy"], + // Icon: Icon.TextItalic, + // }, + // { + // name: "text-underline", + // categories: [IconCategory.DESIGN, IconCategory.EDITOR], + // tags: ["typography", "typeface", "print", "font", "underscore", "emphasis"], + // Icon: Icon.TextUnderline, + // }, + // { + // name: "text-strikethrough", + // categories: [IconCategory.DESIGN, IconCategory.EDITOR], + // tags: ["typography", "typeface", "print", "font", "struck", "remove", "delete", "change"], + // Icon: Icon.TextStrikethrough, + // }, + // { + // name: "thermometer", + // categories: [IconCategory.WEATHER, IconCategory.HEALTH, IconCategory.OBJECTS], + // tags: ["meteorology", "temperature", "degrees", "°", "celcius", "centigrade", "kelvin", "fahrenheit", "hot", "warm", "cold"], + // Icon: Icon.Thermometer, + // }, + // { + // name: "thermometer-cold", + // categories: [IconCategory.WEATHER, IconCategory.HEALTH, IconCategory.OBJECTS], + // tags: ["meteorology", "temperature", "degrees", "°", "celcius", "centigrade", "kelvin", "fahrenheit"], + // Icon: Icon.ThermometerCold, + // }, + // { + // name: "thermometer-hot", + // categories: [IconCategory.WEATHER, IconCategory.HEALTH, IconCategory.OBJECTS], + // tags: ["meteorology", "temperature", "degrees", "°", "celcius", "centigrade", "kelvin", "fahrenheit", "warm"], + // Icon: Icon.ThermometerHot, + // }, { name: "thumbs-up", categories: [IconCategory.COMMUNICATION, IconCategory.PEOPLE], @@ -5215,6 +5801,12 @@ export const icons: ReadonlyArray = [ tags: ["inbox", "mailbox", "bin"], Icon: Icon.Tray, }, + // { + // name: "tree-structure", + // categories: [IconCategory.DEVELOPMENT], + // tags: ["data structures", "family tree", "genealogy", "hierarchy", "taxonomy"], + // Icon: Icon.TreeStructure, + // }, { name: "trend-up", categories: [IconCategory.FINANCE], @@ -5249,6 +5841,12 @@ export const icons: ReadonlyArray = [ tags: ["3", "shapes", "polygons"], Icon: Icon.Triangle, }, + // { + // name: "trophy", + // categories: [IconCategory.OBJECTS], + // tags: ["ribbons", "winning", "victory", "awards"], + // Icon: Icon.Trophy, + // }, { name: "truck", categories: [IconCategory.COMMERCE, IconCategory.MAP, IconCategory.OBJECTS], @@ -5316,7 +5914,16 @@ export const icons: ReadonlyArray = [ { name: "user-plus", categories: [IconCategory.PEOPLE], - tags: ["person", "users", "profile", "account", "contact", "add", "create"], + tags: [ + "person", + "users", + "profile", + "account", + "contact", + "add", + "create", + "+", + ], Icon: Icon.UserPlus, }, { @@ -5330,6 +5937,7 @@ export const icons: ReadonlyArray = [ "contact", "delete", "remove", + "-", ], Icon: Icon.UserMinus, }, @@ -5356,7 +5964,16 @@ export const icons: ReadonlyArray = [ { name: "user-circle-plus", categories: [IconCategory.PEOPLE], - tags: ["person", "users", "profile", "account", "contact", "add", "create"], + tags: [ + "person", + "users", + "profile", + "account", + "contact", + "add", + "create", + "+", + ], Icon: Icon.UserCirclePlus, }, { @@ -5370,6 +5987,7 @@ export const icons: ReadonlyArray = [ "contact", "delete", "remove", + "-", ], Icon: Icon.UserCircleMinus, }, @@ -5522,6 +6140,42 @@ export const icons: ReadonlyArray = [ ], Icon: Icon.WifiX, }, + // { + // name: "wind", + // categories: [IconCategory.WEATHER], + // tags: ["meteorology", "windy", "stormy", "blustery", "gusty"], + // Icon: Icon.Wind, + // }, + // { + // name: "wine-glass", + // categories: [IconCategory.COMMERCE, IconCategory.MAP, IconCategory.OBJECTS], + // tags: [ + // "drinks", + // "beverages", + // "vineyard", + // "places", + // "locations", + // "bars", + // "restaurants", + // "food", + // "dining", + // ], + // Icon: Icon.WineGlass, + // }, + // { + // name: "wrench", + // categories: [IconCategory.SYSTEM, IconCategory.OBJECTS], + // tags: [ + // "settings", + // "setup", + // "preferences", + // "tools", + // "machinery", + // "mechanical", + // "repairs", + // ], + // Icon: Icon.Wrench, + // }, { name: "x", categories: [ @@ -5531,6 +6185,7 @@ export const icons: ReadonlyArray = [ ], tags: [ + "×", "closed", "cancelled", "dismissed",