From 30e777f85681f786168844fba660cdaae74e5d1f Mon Sep 17 00:00:00 2001 From: rektdeckard Date: Sat, 14 Nov 2020 23:15:42 -0500 Subject: [PATCH] icons: add "new" tags to icons making first appearance --- src/lib/icons.ts | 144 +++++++++++++++++++++++------------------------ 1 file changed, 72 insertions(+), 72 deletions(-) diff --git a/src/lib/icons.ts b/src/lib/icons.ts index 55749eb..dbcb80a 100644 --- a/src/lib/icons.ts +++ b/src/lib/icons.ts @@ -26,7 +26,7 @@ export const icons: ReadonlyArray = [ // { // name: "airplane-landing", // categories: [IconCategory.MAP, IconCategory.OBJECTS], - // tags: [ + // tags: ["new", // "vehicles", // "airports", // "flights", @@ -42,7 +42,7 @@ export const icons: ReadonlyArray = [ // { // name: "airplane-takeoff", // categories: [IconCategory.MAP, IconCategory.OBJECTS], - // tags: [ + // tags: ["new", // "vehicles", // "airports", // "flights", @@ -70,43 +70,43 @@ export const icons: ReadonlyArray = [ // { // name: "anchor", // categories: [IconCategory.COMMUNICATION, IconCategory.OBJECTS], - // tags: ["nautical", "boats", "ships", "hope", "safety"], + // tags: ["new", "nautical", "boats", "ships", "hope", "safety"], // Icon: Icon.Anchor, // }, // { // name: "align-top", // categories: [IconCategory.DESIGN, IconCategory.EDITOR], - // tags: ["alignment", "arrangement", "layout", "flush top"], + // tags: ["new", "alignment", "arrangement", "layout", "flush top"], // Icon: Icon.AlignTop, // }, // { // name: "align-bottom", // categories: [IconCategory.DESIGN, IconCategory.EDITOR], - // tags: ["alignment", "arrangement", "layout", "flush bottom"], + // tags: ["new", "alignment", "arrangement", "layout", "flush bottom"], // Icon: Icon.AlignBottom, // }, // { // name: "align-left", // categories: [IconCategory.DESIGN, IconCategory.EDITOR], - // tags: ["alignment", "arrangement", "layout", "flush left"], + // tags: ["new", "alignment", "arrangement", "layout", "flush left"], // Icon: Icon.AlignLeft, // }, // { // name: "align-right", // categories: [IconCategory.DESIGN, IconCategory.EDITOR], - // tags: ["alignment", "arrangement", "layout", "flush right"], + // tags: ["new", "alignment", "arrangement", "layout", "flush right"], // Icon: Icon.AlignRight, // }, // { // name: "align-center-horizontal", // categories: [IconCategory.DESIGN, IconCategory.EDITOR], - // tags: ["alignment", "arrangement", "layout", "centered", "middle"], + // tags: ["new", "alignment", "arrangement", "layout", "centered", "middle"], // Icon: Icon.AlignCenterHorizontal, // }, // { // name: "align-center-vertical", // categories: [IconCategory.DESIGN, IconCategory.EDITOR], - // tags: ["alignment", "arrangement", "layout", "centered", "middle"], + // tags: ["new", "alignment", "arrangement", "layout", "centered", "middle"], // Icon: Icon.AlignCenterVertical, // }, { @@ -129,7 +129,7 @@ export const icons: ReadonlyArray = [ // { // name: "apple-logo", // categories: [IconCategory.BRAND], - // tags: ["macintosh", "imac", "iphone", "ipad", "macos", "ios"], + // tags: ["new", "macintosh", "imac", "iphone", "ipad", "macos", "ios"], // Icon: Icon.AppleLogo, // }, { @@ -1019,7 +1019,7 @@ export const icons: ReadonlyArray = [ // { // name: "boat", // categories: [IconCategory.MAP, IconCategory.OBJECTS], - // tags: [ + // tags: ["new", // "ferry", // "ship", // "vehicles", @@ -1167,7 +1167,7 @@ export const icons: ReadonlyArray = [ // { // name: "calculator", // categories: [IconCategory.DEVELOPMENT, IconCategory.FINANCE, IconCategory.OFFICE, IconCategory.OBJECTS], - // tags: [ + // tags: ["new", // "addition", // "sum", // "subtraction", @@ -1226,7 +1226,7 @@ export const icons: ReadonlyArray = [ // { // name: "caps-lock", // categories: [IconCategory.SYSTEM], - // tags: ["keyboard", "capitalize", "shift"], + // tags: ["new", "keyboard", "capitalize", "shift"], // Icon: Icon.CapsLock, // }, { @@ -1342,7 +1342,7 @@ export const icons: ReadonlyArray = [ // { // name: "cat", // categories: [IconCategory.NATURE], - // tags: ["pets", "animals", "kitty", "kitten"], + // tags: ["new", "pets", "animals", "kitty", "kitten"], // Icon: Icon.Cat, // }, { @@ -1611,7 +1611,7 @@ export const icons: ReadonlyArray = [ // { // name: "checks", // categories: [IconCategory.SYSTEM], - // tags: ["todo", "to-do", "list", "checkbox"], + // tags: ["new", "todo", "to-do", "list", "checkbox"], // Icon: Icon.Checks, // }, { @@ -1740,7 +1740,7 @@ export const icons: ReadonlyArray = [ // { // name: "cloud-fog", // categories: [IconCategory.WEATHER], - // tags: ["meteorology", "cloudy", "overcast", "foggy", "misty", "haze", "hazy"], + // tags: ["new", "meteorology", "cloudy", "overcast", "foggy", "misty", "haze", "hazy"], // Icon: Icon.CloudFog, // }, { @@ -1752,7 +1752,7 @@ export const icons: ReadonlyArray = [ // { // name: "cloud-moon", // categories: [IconCategory.WEATHER], - // tags: ["meteorology", "cloudy", "partly cloudy", "night", "evening"], + // tags: ["new", "meteorology", "cloudy", "partly cloudy", "night", "evening"], // Icon: Icon.CloudMoon, // }, { @@ -1770,7 +1770,7 @@ export const icons: ReadonlyArray = [ // { // name: "cloud-sun", // categories: [IconCategory.WEATHER], - // tags: ["meteorology", "cloudy", "partly cloudy", "partly sunny"], + // tags: ["new", "meteorology", "cloudy", "partly cloudy", "partly sunny"], // Icon: Icon.CloudSun, // }, { @@ -1815,7 +1815,7 @@ export const icons: ReadonlyArray = [ // { // name: "coin", // categories: [IconCategory.COMMERCE, IconCategory.FINANCE], - // tags: [ + // tags: ["new", // "coins", // "cents", // "money", @@ -1860,7 +1860,7 @@ export const icons: ReadonlyArray = [ // { // name: "copyright", // categories: [IconCategory.COMMERCE, IconCategory.MEDIA], - // tags: [ + // tags: ["new", // "©", // "intellectual property", // "copr.", @@ -1922,7 +1922,7 @@ export const icons: ReadonlyArray = [ // { // name: "currency-dollar", // categories: [IconCategory.COMMERCE, IconCategory.FINANCE], - // tags: [ + // tags: ["new", // "money", // "USD", // "payment", @@ -1934,7 +1934,7 @@ export const icons: ReadonlyArray = [ // { // name: "currency-dollar-simple", // categories: [IconCategory.COMMERCE, IconCategory.FINANCE], - // tags: [ + // tags: ["new", // "money", // "USD", // "payment", @@ -1946,7 +1946,7 @@ export const icons: ReadonlyArray = [ // { // name: "currency-cny", // categories: [IconCategory.COMMERCE, IconCategory.FINANCE], - // tags: [ + // tags: ["new", // "money", // "yuan", // "payment", @@ -1958,7 +1958,7 @@ export const icons: ReadonlyArray = [ // { // name: "currency-eur", // categories: [IconCategory.COMMERCE, IconCategory.FINANCE], - // tags: [ + // tags: ["new", // "money", // "euros", // "payment", @@ -1970,7 +1970,7 @@ export const icons: ReadonlyArray = [ // { // name: "currency-gbp", // categories: [IconCategory.COMMERCE, IconCategory.FINANCE], - // tags: [ + // tags: ["new", // "money", // "pounds sterling", // "payment", @@ -1982,7 +1982,7 @@ export const icons: ReadonlyArray = [ // { // name: "currency-inr", // categories: [IconCategory.COMMERCE, IconCategory.FINANCE], - // tags: [ + // tags: ["new", // "money", // "rupees", // "payment", @@ -1994,7 +1994,7 @@ export const icons: ReadonlyArray = [ // { // name: "currency-jpy", // categories: [IconCategory.COMMERCE, IconCategory.FINANCE], - // tags: [ + // tags: ["new", // "money", // "yen", // "payment", @@ -2006,7 +2006,7 @@ export const icons: ReadonlyArray = [ // { // name: "currency-krw", // categories: [IconCategory.COMMERCE, IconCategory.FINANCE], - // tags: [ + // tags: ["new", // "money", // "won", // "payment", @@ -2018,7 +2018,7 @@ export const icons: ReadonlyArray = [ // { // name: "currency-rub", // categories: [IconCategory.COMMERCE, IconCategory.FINANCE], - // tags: [ + // tags: ["new", // "money", // "rubles", // "payment", @@ -2030,7 +2030,7 @@ export const icons: ReadonlyArray = [ // { // name: "currency-circle-dollar", // categories: [IconCategory.COMMERCE, IconCategory.FINANCE], - // tags: [ + // tags: ["new", // "money", // "USD", // "payment", @@ -2065,7 +2065,7 @@ export const icons: ReadonlyArray = [ // { // name: "desktop", // categories: [IconCategory.DEVELOPMENT, IconCategory.OBJECTS], - // tags: ["computer", "pc", "imac", "tower"], + // tags: ["new", "computer", "pc", "imac", "tower"], // Icon: Icon.Desktop, // }, { @@ -2124,7 +2124,7 @@ export const icons: ReadonlyArray = [ // { // name: "dice", // categories: [IconCategory.OTHER], - // tags: ["die", "rolling", "gamble", "gambling", "casino", "gaming"], + // tags: ["new", "die", "rolling", "gamble", "gambling", "casino", "gaming"], // Icon: Icon.Dice, // }, { @@ -2180,7 +2180,7 @@ export const icons: ReadonlyArray = [ // { // name: "dog", // categories: [IconCategory.NATURE], - // tags: ["pets", "animals", "puppy"], + // tags: ["new", "pets", "animals", "puppy"], // Icon: Icon.Dog, // }, { @@ -2407,7 +2407,7 @@ export const icons: ReadonlyArray = [ // IconCategory.EDITOR, // IconCategory.OBJECTS, // ], - // tags: ["colors", "color picker", "sample", "arts"], + // tags: ["new", "colors", "color picker", "sample", "arts"], // Icon: Icon.Eyedropper, // }, { @@ -2558,7 +2558,7 @@ export const icons: ReadonlyArray = [ // { // name: "first-aid-kit", // categories: [IconCategory.HEALTH], - // tags: ["bandages", "medical", "injury", "safety", "emergency"], + // tags: ["new", "bandages", "medical", "injury", "safety", "emergency"], // Icon: Icon.FirstAidKit, // }, { @@ -3022,19 +3022,19 @@ export const icons: ReadonlyArray = [ // { // name: "hand-fist", // categories: [IconCategory.PEOPLE], - // tags: ["pointers", "cursors", "emoji", "power", "protest", "blm"], + // tags: ["new", "pointers", "cursors", "emoji", "power", "protest", "blm"], // Icon: Icon.HandFist, // }, // { // name: "hand-grabbing", // categories: [IconCategory.SYSTEM, IconCategory.PEOPLE], - // tags: ["pointers", "cursors", "emoji", "drag", "hold"], + // tags: ["new", "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"], + // tags: ["new", "pointers", "cursors", "emoji", "palm", "stop", "wait", "hamsa", "5"], // Icon: Icon.HandPalm, // }, { @@ -3046,7 +3046,7 @@ export const icons: ReadonlyArray = [ // { // name: "handshake", // categories: [IconCategory.PEOPLE, IconCategory.COMMERCE], - // tags: ["pointers", "cursors", "emoji", "deal", "agreement"], + // tags: ["new", "pointers", "cursors", "emoji", "deal", "agreement"], // Icon: Icon.Handshake, // }, { @@ -3124,7 +3124,7 @@ export const icons: ReadonlyArray = [ // { // name: "headset", // categories: [IconCategory.MEDIA, IconCategory.GAMES, IconCategory.OBJECTS], - // tags: ["music", "audio", "listening", "gaming", "voice chat", "microphone"], + // tags: ["new", "music", "audio", "listening", "gaming", "voice chat", "microphone"], // Icon: Icon.Headset, // }, { @@ -3192,7 +3192,7 @@ export const icons: ReadonlyArray = [ // { // name: "hospital", // categories: [IconCategory.HEALTH, IconCategory.MAP], - // tags: ["medical", "injury", "safety", "emergency"], + // tags: ["new", "medical", "injury", "safety", "emergency"], // Icon: Icon.Hospital, // }, { @@ -3424,7 +3424,7 @@ export const icons: ReadonlyArray = [ // { // name: "laptop", // categories: [IconCategory.DEVELOPMENT, IconCategory.OBJECTS], - // tags: ["computer", "notebook", "pc", "macbook"], + // tags: ["new", "computer", "notebook", "pc", "macbook"], // Icon: Icon.Laptop, // }, { @@ -3764,7 +3764,7 @@ export const icons: ReadonlyArray = [ // { // name: "mask", // categories: [IconCategory.HEALTH], - // tags: ["ppe", "facemask", "covid-19", "coronavirus", "flu", "cold"], + // tags: ["new", "ppe", "facemask", "covid-19", "coronavirus", "flu", "cold"], // Icon: Icon.Mask, // }, { @@ -3883,7 +3883,7 @@ export const icons: ReadonlyArray = [ // { // name: "money", // categories: [IconCategory.COMMERCE, IconCategory.FINANCE], - // tags: [ + // tags: ["new", // "cash", // "dollars", // "paper bills", @@ -3922,7 +3922,7 @@ export const icons: ReadonlyArray = [ // { // name: "moon-stars", // categories: [IconCategory.NATURE, IconCategory.WEATHER], - // tags: [ + // tags: ["new", // "night", // "evening", // "clear", @@ -4482,7 +4482,7 @@ export const icons: ReadonlyArray = [ // IconCategory.EDITOR, // IconCategory.OBJECTS, // ], - // tags: ["colors", "color picker", "arts"], + // tags: ["new", "colors", "color picker", "arts"], // Icon: Icon.PaintBrush, // }, // { @@ -4492,7 +4492,7 @@ export const icons: ReadonlyArray = [ // IconCategory.EDITOR, // IconCategory.OBJECTS, // ], - // tags: ["fill", "colors", "color picker", "arts"], + // tags: ["new", "fill", "colors", "color picker", "arts"], // Icon: Icon.PaintBrushBroad, // }, { @@ -4581,7 +4581,7 @@ export const icons: ReadonlyArray = [ // IconCategory.OFFICE, // IconCategory.OBJECTS, // ], - // tags: ["attachments", "mail", "email", "office"], + // tags: ["new", "attachments", "mail", "email", "office"], // Icon: Icon.PaperclipTilt, // }, { @@ -4613,7 +4613,7 @@ export const icons: ReadonlyArray = [ // { // name: "paw-print", // categories: [IconCategory.NATURE, IconCategory.COMMERCE, IconCategory.HEALTH], - // tags: ["pets", "pet store", "pet shop", "animals", "cat", "dog", "veterinarian"], + // tags: ["new", "pets", "pet store", "pet shop", "animals", "cat", "dog", "veterinarian"], // Icon: Icon.PawPrint, // }, { @@ -4811,7 +4811,7 @@ export const icons: ReadonlyArray = [ // { // name: "poker-chip", // categories: [IconCategory.GAMES], - // tags: ["chips", "tokens", "cards", "gambling", "casino"], + // tags: ["new", "chips", "tokens", "cards", "gambling", "casino"], // Icon: Icon.PokerChip, // }, { @@ -4876,7 +4876,7 @@ export const icons: ReadonlyArray = [ // { // name: "puzzle-piece", // categories: [IconCategory.GAMES, IconCategory.DEVELOPMENT], - // tags: ["board game", "element", "component", "extension", "plugin"], + // tags: ["new", "board game", "element", "component", "extension", "plugin"], // Icon: Icon.PuzzlePiece, // }, { @@ -4909,13 +4909,13 @@ export const icons: ReadonlyArray = [ // { // name: "rainbow", // categories: [IconCategory.WEATHER], - // tags: ["meteorology", "rainstorm", "arc", "pride", "LGBTQ+", "leprechaun"], + // tags: ["new", "meteorology", "rainstorm", "arc", "pride", "LGBTQ+", "leprechaun"], // Icon: Icon.Rainbow, // }, // { // name: "rainbow-cloud", // categories: [IconCategory.WEATHER], - // tags: [ + // tags: ["new", // "meteorology", // "rainstorm", // "cloudy", @@ -5232,7 +5232,7 @@ export const icons: ReadonlyArray = [ // { // name: "skip-back-circle", // categories: [IconCategory.MEDIA], - // tags: [ + // tags: ["new", // "music", // "audio", // "seek", @@ -5254,13 +5254,13 @@ export const icons: ReadonlyArray = [ // { // name: "skip-forward-circle", // categories: [IconCategory.MEDIA], - // tags: ["music", "audio", "seek", "scrub", "scan", "ahead", "next"], + // tags: ["new", "music", "audio", "seek", "scrub", "scan", "ahead", "next"], // Icon: Icon.SkipForwardCircle, // }, // { // name: "slack-logo", // categories: [IconCategory.BRAND, IconCategory.COMMUNICATION], - // tags: ["logos", "messaging"], + // tags: ["new", "logos", "messaging"], // Icon: Icon.SlackLogo, // }, { @@ -5346,7 +5346,7 @@ export const icons: ReadonlyArray = [ // { // name: "snowflake", // categories: [IconCategory.WEATHER], - // tags: ["meteorology", "snowy", "snowing", "snowstorm"], + // tags: ["new", "meteorology", "snowy", "snowing", "snowstorm"], // Icon: Icon.Snowflake, // }, { @@ -5545,7 +5545,7 @@ export const icons: ReadonlyArray = [ // { // name: "sun-horizon", // categories: [IconCategory.NATURE, IconCategory.WEATHER], - // tags: [ + // tags: ["new", // "day", // "daytime", // "daylight", @@ -5564,13 +5564,13 @@ export const icons: ReadonlyArray = [ // IconCategory.EDITOR, // IconCategory.OBJECTS, // ], - // tags: ["colors", "color picker", "samples", "pantone"], + // tags: ["new", "colors", "color picker", "samples", "pantone"], // Icon: Icon.Swatches, // }, // { // name: "sword", // categories: [IconCategory.GAMES, IconCategory.OBJECTS], - // tags: ["weapon", "knife", "dagger", "gladius", "video games", "rpg", "gaming"], + // tags: ["new", "weapon", "knife", "dagger", "gladius", "video games", "rpg", "gaming"], // Icon: Icon.Sword, // }, { @@ -5648,43 +5648,43 @@ export const icons: ReadonlyArray = [ // { // name: "text-bold", // categories: [IconCategory.DESIGN, IconCategory.EDITOR], - // tags: ["typography", "typeface", "print", "font", "boldface", "emphasis"], + // tags: ["new", "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"], + // tags: ["new", "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"], + // tags: ["new", "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"], + // tags: ["new", "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"], + // tags: ["new", "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"], + // tags: ["new", "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"], + // tags: ["new", "meteorology", "temperature", "degrees", "°", "celcius", "centigrade", "kelvin", "fahrenheit", "warm"], // Icon: Icon.ThermometerHot, // }, { @@ -5804,7 +5804,7 @@ export const icons: ReadonlyArray = [ // { // name: "tree-structure", // categories: [IconCategory.DEVELOPMENT], - // tags: ["data structures", "family tree", "genealogy", "hierarchy", "taxonomy"], + // tags: ["new", "data structures", "family tree", "genealogy", "hierarchy", "taxonomy"], // Icon: Icon.TreeStructure, // }, { @@ -5844,7 +5844,7 @@ export const icons: ReadonlyArray = [ // { // name: "trophy", // categories: [IconCategory.OBJECTS], - // tags: ["ribbons", "winning", "victory", "awards"], + // tags: ["new", "ribbons", "winning", "victory", "awards"], // Icon: Icon.Trophy, // }, { @@ -6143,13 +6143,13 @@ export const icons: ReadonlyArray = [ // { // name: "wind", // categories: [IconCategory.WEATHER], - // tags: ["meteorology", "windy", "stormy", "blustery", "gusty"], + // tags: ["new", "meteorology", "windy", "stormy", "blustery", "gusty"], // Icon: Icon.Wind, // }, // { // name: "wine-glass", // categories: [IconCategory.COMMERCE, IconCategory.MAP, IconCategory.OBJECTS], - // tags: [ + // tags: ["new", // "drinks", // "beverages", // "vineyard", @@ -6165,7 +6165,7 @@ export const icons: ReadonlyArray = [ // { // name: "wrench", // categories: [IconCategory.SYSTEM, IconCategory.OBJECTS], - // tags: [ + // tags: ["new", // "settings", // "setup", // "preferences",