From de97e02427abc02d14f21368ad9eb3ce48c1c029 Mon Sep 17 00:00:00 2001 From: rektdeckard Date: Tue, 24 Nov 2020 15:55:23 -0500 Subject: [PATCH] icons+deps: update to phosphor-react@1.1.0 and enable new --- package.json | 2 +- src/lib/icons.ts | 1739 ++++++++++++++++++++++++++++++---------------- 2 files changed, 1144 insertions(+), 597 deletions(-) diff --git a/package.json b/package.json index c6f54bb..bb38d17 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "file-saver": "^2.0.2", "framer-motion": "^2.1.0", "fuse.js": "^6.4.1", - "phosphor-react": "^1.0.0", + "phosphor-react": "^1.1.0", "react": "^17.0.1", "react-dom": "^17.0.1", "react-dropdown-select": "^4.4.2", diff --git a/src/lib/icons.ts b/src/lib/icons.ts index 5239fd3..dad248d 100644 --- a/src/lib/icons.ts +++ b/src/lib/icons.ts @@ -23,38 +23,57 @@ export const icons: ReadonlyArray = [ ], Icon: Icon.Airplane, }, - // { - // name: "airplane-landing", - // categories: [IconCategory.MAP, IconCategory.OBJECTS], - // tags: ["*new*", - // "vehicles", - // "airports", - // "flights", - // "flying", - // "planes", - // "transit", - // "transportation", - // "traveling", - // "arrival", - // ], - // Icon: Icon.AirplaneLanding, - // }, - // { - // name: "airplane-takeoff", - // categories: [IconCategory.MAP, IconCategory.OBJECTS], - // tags: ["*new*", - // "vehicles", - // "airports", - // "flights", - // "flying", - // "planes", - // "transit", - // "transportation", - // "traveling", - // "departure", - // ], - // Icon: Icon.AirplaneTakeoff, - // }, + { + name: "airplane-in-flight", + categories: [IconCategory.MAP, IconCategory.OBJECTS], + tags: [ + "*new*", + "vehicles", + "airports", + "flights", + "flying", + "planes", + "transit", + "transportation", + "traveling", + "arrival", + ], + Icon: Icon.AirplaneInFlight, + }, + { + name: "airplane-landing", + categories: [IconCategory.MAP, IconCategory.OBJECTS], + tags: [ + "*new*", + "vehicles", + "airports", + "flights", + "flying", + "planes", + "transit", + "transportation", + "traveling", + "arrival", + ], + Icon: Icon.AirplaneLanding, + }, + { + name: "airplane-takeoff", + categories: [IconCategory.MAP, IconCategory.OBJECTS], + tags: [ + "*new*", + "vehicles", + "airports", + "flights", + "flying", + "planes", + "transit", + "transportation", + "traveling", + "departure", + ], + Icon: Icon.AirplaneTakeoff, + }, { name: "airplay", categories: [IconCategory.MEDIA, IconCategory.SYSTEM], @@ -67,48 +86,56 @@ export const icons: ReadonlyArray = [ tags: ["times", "timer", "clock", "schedule", "events", "watch"], Icon: Icon.Alarm, }, - // { - // name: "anchor", - // categories: [IconCategory.COMMUNICATION, IconCategory.OBJECTS], - // tags: ["*new*", "nautical", "boats", "ships", "hope", "safety"], - // Icon: Icon.Anchor, - // }, - // { - // name: "align-top", - // categories: [IconCategory.DESIGN, IconCategory.EDITOR], - // tags: ["*new*", "alignment", "arrangement", "layout", "flush top"], - // Icon: Icon.AlignTop, - // }, - // { - // name: "align-bottom", - // categories: [IconCategory.DESIGN, IconCategory.EDITOR], - // tags: ["*new*", "alignment", "arrangement", "layout", "flush bottom"], - // Icon: Icon.AlignBottom, - // }, - // { - // name: "align-left", - // categories: [IconCategory.DESIGN, IconCategory.EDITOR], - // tags: ["*new*", "alignment", "arrangement", "layout", "flush left"], - // Icon: Icon.AlignLeft, - // }, - // { - // name: "align-right", - // categories: [IconCategory.DESIGN, IconCategory.EDITOR], - // tags: ["*new*", "alignment", "arrangement", "layout", "flush right"], - // Icon: Icon.AlignRight, - // }, - // { - // name: "align-center-horizontal", - // categories: [IconCategory.DESIGN, IconCategory.EDITOR], - // tags: ["*new*", "alignment", "arrangement", "layout", "centered", "middle"], - // Icon: Icon.AlignCenterHorizontal, - // }, - // { - // name: "align-center-vertical", - // categories: [IconCategory.DESIGN, IconCategory.EDITOR], - // tags: ["*new*", "alignment", "arrangement", "layout", "centered", "middle"], - // Icon: Icon.AlignCenterVertical, - // }, + { + name: "align-top", + categories: [IconCategory.DESIGN, IconCategory.EDITOR], + tags: ["*new*", "alignment", "arrangement", "layout", "flush top"], + Icon: Icon.AlignTop, + }, + { + name: "align-bottom", + categories: [IconCategory.DESIGN, IconCategory.EDITOR], + tags: ["*new*", "alignment", "arrangement", "layout", "flush bottom"], + Icon: Icon.AlignBottom, + }, + { + name: "align-left", + categories: [IconCategory.DESIGN, IconCategory.EDITOR], + tags: ["*new*", "alignment", "arrangement", "layout", "flush left"], + Icon: Icon.AlignLeft, + }, + { + name: "align-right", + categories: [IconCategory.DESIGN, IconCategory.EDITOR], + tags: ["*new*", "alignment", "arrangement", "layout", "flush right"], + Icon: Icon.AlignRight, + }, + { + name: "align-center-horizontal", + categories: [IconCategory.DESIGN, IconCategory.EDITOR], + tags: ["*new*", "alignment", "arrangement", "layout", "centered", "middle"], + Icon: Icon.AlignCenterHorizontal, + }, + { + name: "align-center-vertical", + categories: [IconCategory.DESIGN, IconCategory.EDITOR], + tags: ["*new*", "alignment", "arrangement", "layout", "centered", "middle"], + Icon: Icon.AlignCenterVertical, + }, + { + name: "anchor", + categories: [IconCategory.COMMUNICATION, IconCategory.OBJECTS], + tags: [ + "*new*", + "nautical", + "boats", + "ships", + "hope", + "safety", + "insurance", + ], + Icon: Icon.Anchor, + }, { name: "android-logo", categories: [ @@ -126,12 +153,12 @@ export const icons: ReadonlyArray = [ tags: ["photography", "cameras", "pictures", "lens"], Icon: Icon.Aperture, }, - // { - // name: "apple-logo", - // categories: [IconCategory.BRAND], - // tags: ["*new*", "macintosh", "imac", "iphone", "ipad", "macos", "ios"], - // Icon: Icon.AppleLogo, - // }, + { + name: "apple-logo", + categories: [IconCategory.BRAND], + tags: ["*new*", "macintosh", "imac", "iphone", "ipad", "macos", "ios"], + Icon: Icon.AppleLogo, + }, { name: "archive", categories: [IconCategory.OFFICE, IconCategory.SYSTEM], @@ -476,6 +503,164 @@ export const icons: ReadonlyArray = [ tags: ["directional", "pointer", "pointing", "arrowhead"], Icon: Icon.ArrowElbowDownRight, }, + { + name: "arrow-fat-up", + categories: [IconCategory.ARROWS], + tags: [ + "*new*", + "directional", + "pointer", + "pointing", + "arrowhead", + "shift", + "outlined", + ], + Icon: Icon.ArrowFatUp, + }, + { + name: "arrow-fat-down", + categories: [IconCategory.ARROWS], + tags: [ + "*new*", + "directional", + "pointer", + "pointing", + "arrowhead", + "outlined", + ], + Icon: Icon.ArrowFatDown, + }, + { + name: "arrow-fat-left", + categories: [IconCategory.ARROWS], + tags: [ + "*new*", + "directional", + "pointer", + "pointing", + "arrowhead", + "outlined", + ], + Icon: Icon.ArrowFatLeft, + }, + { + name: "arrow-fat-right", + categories: [IconCategory.ARROWS], + tags: [ + "*new*", + "directional", + "pointer", + "pointing", + "arrowhead", + "outlined", + ], + Icon: Icon.ArrowFatRight, + }, + { + name: "arrow-fat-line-up", + categories: [IconCategory.ARROWS], + tags: [ + "*new*", + "directional", + "pointer", + "pointing", + "arrowhead", + "caps lock", + "outlined", + ], + Icon: Icon.ArrowFatLineUp, + }, + { + name: "arrow-fat-line-down", + categories: [IconCategory.ARROWS], + tags: [ + "*new*", + "directional", + "pointer", + "pointing", + "arrowhead", + "outlined", + ], + Icon: Icon.ArrowFatLineDown, + }, + { + name: "arrow-fat-line-left", + categories: [IconCategory.ARROWS], + tags: [ + "*new*", + "directional", + "pointer", + "pointing", + "arrowhead", + "outlined", + ], + Icon: Icon.ArrowFatLineLeft, + }, + { + name: "arrow-fat-line-right", + categories: [IconCategory.ARROWS], + tags: [ + "*new*", + "directional", + "pointer", + "pointing", + "arrowhead", + "outlined", + ], + Icon: Icon.ArrowFatLineRight, + }, + { + name: "arrow-fat-lines-up", + categories: [IconCategory.ARROWS], + tags: [ + "*new*", + "directional", + "pointer", + "pointing", + "arrowhead", + "outlined", + ], + Icon: Icon.ArrowFatLinesUp, + }, + { + name: "arrow-fat-lines-down", + categories: [IconCategory.ARROWS], + tags: [ + "*new*", + "directional", + "pointer", + "pointing", + "arrowhead", + "outlined", + ], + Icon: Icon.ArrowFatLinesDown, + }, + { + name: "arrow-fat-lines-left", + categories: [IconCategory.ARROWS], + tags: [ + "*new*", + "directional", + "pointer", + "pointing", + "arrowhead", + "outlined", + ], + Icon: Icon.ArrowFatLinesLeft, + }, + { + name: "arrow-fat-lines-right", + categories: [IconCategory.ARROWS], + tags: [ + "*new*", + "directional", + "pointer", + "pointing", + "arrowhead", + "outlined", + ], + Icon: Icon.ArrowFatLinesRight, + }, { name: "arrow-line-up", categories: [IconCategory.ARROWS], @@ -714,6 +899,36 @@ export const icons: ReadonlyArray = [ ], Icon: Icon.ArrowsInSimple, }, + { + name: "arrows-in-line-horizontal", + categories: [IconCategory.ARROWS, IconCategory.DESIGN, IconCategory.EDITOR], + tags: [ + "*new*", + "directional", + "pointer", + "pointing", + "arrowhead", + "close", + "center", + "align", + ], + Icon: Icon.ArrowsInLineHorizontal, + }, + { + name: "arrows-in-line-vertical", + categories: [IconCategory.ARROWS, IconCategory.DESIGN, IconCategory.EDITOR], + tags: [ + "*new*", + "directional", + "pointer", + "pointing", + "arrowhead", + "close", + "center", + "align", + ], + Icon: Icon.ArrowsInLineVertical, + }, { name: "arrows-out", categories: [IconCategory.ARROWS], @@ -757,6 +972,18 @@ export const icons: ReadonlyArray = [ ], Icon: Icon.ArrowsOutSimple, }, + { + name: "arrows-out-line-horizontal", + categories: [IconCategory.ARROWS, IconCategory.DESIGN, IconCategory.EDITOR], + tags: ["*new*", "directional", "pointer", "pointing", "arrowhead", "open"], + Icon: Icon.ArrowsOutLineHorizontal, + }, + { + name: "arrows-out-line-vertical", + categories: [IconCategory.ARROWS, IconCategory.DESIGN, IconCategory.EDITOR], + tags: ["*new*", "directional", "pointer", "pointing", "arrowhead", "open"], + Icon: Icon.ArrowsOutLineVertical, + }, { name: "article", categories: [IconCategory.MEDIA, IconCategory.OBJECTS], @@ -791,7 +1018,7 @@ export const icons: ReadonlyArray = [ { name: "bag", categories: [IconCategory.COMMERCE, IconCategory.OBJECTS], - tags: ["suitcases", "valises", "baggage", "folders", "portfolios"], + tags: ["suitcase", "valise", "baggage", "folders", "portfolio"], Icon: Icon.Bag, }, { @@ -1019,9 +1246,11 @@ export const icons: ReadonlyArray = [ // { // name: "boat", // categories: [IconCategory.MAP, IconCategory.OBJECTS], - // tags: ["*new*", + // tags: [ + // "*new*", // "ferry", // "ship", + // "cruise", // "vehicles", // "public transit", // "transportation", @@ -1107,13 +1336,13 @@ export const icons: ReadonlyArray = [ { name: "briefcase", categories: [IconCategory.OFFICE, IconCategory.OBJECTS], - tags: ["suitcases", "valises", "baggage", "folders", "portfolios"], + tags: ["*new*", "suitcase", "valise", "baggage", "folders", "portfolio"], Icon: Icon.Briefcase, }, { name: "briefcase-simple", categories: [IconCategory.OFFICE, IconCategory.OBJECTS], - tags: ["suitcases", "valises", "baggage", "folders", "portfolios"], + tags: ["*new*", "suitcase", "valise", "baggage", "folders", "portfolio"], Icon: Icon.BriefcaseSimple, }, { @@ -1164,35 +1393,41 @@ export const icons: ReadonlyArray = [ ], Icon: Icon.Bus, }, - // { - // name: "calculator", - // categories: [IconCategory.DEVELOPMENT, IconCategory.FINANCE, IconCategory.OFFICE, IconCategory.OBJECTS], - // tags: ["*new*", - // "addition", - // "sum", - // "subtraction", - // "difference", - // "multiply", - // "multiplication", - // "product", - // "divide", - // "division", - // "divisor", - // "dividend", - // "quotient", - // "equals", - // "equality", - // "mathematics", - // "arithmetic", - // "+", - // "-", - // "±", - // "×", - // "÷", - // "=", - // ], - // Icon: Icon.Calculator, - // }, + { + name: "calculator", + categories: [ + IconCategory.DEVELOPMENT, + IconCategory.FINANCE, + IconCategory.OFFICE, + IconCategory.OBJECTS, + ], + tags: [ + "*new*", + "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], @@ -1223,12 +1458,6 @@ export const icons: ReadonlyArray = [ tags: ["photography", "pictures", "lens", "disabled"], Icon: Icon.CameraSlash, }, - // { - // name: "caps-lock", - // categories: [IconCategory.SYSTEM], - // tags: ["*new*", "keyboard", "capitalize", "shift"], - // Icon: Icon.CapsLock, - // }, { name: "car", categories: [IconCategory.MAP, IconCategory.OBJECTS], @@ -1608,12 +1837,12 @@ export const icons: ReadonlyArray = [ tags: ["todo", "to-do", "list", "checkbox", "rectangle"], Icon: Icon.CheckSquareOffset, }, - // { - // name: "checks", - // categories: [IconCategory.SYSTEM], - // tags: ["*new*", "todo", "to-do", "list", "checkbox"], - // Icon: Icon.Checks, - // }, + { + name: "checks", + categories: [IconCategory.SYSTEM], + tags: ["*new*", "todo", "to-do", "list", "checkbox"], + Icon: Icon.Checks, + }, { name: "circle", categories: [IconCategory.DESIGN], @@ -1737,24 +1966,40 @@ export const icons: ReadonlyArray = [ tags: ["serverless", "backup", "storage", "sync", "disabled"], Icon: Icon.CloudSlash, }, - // { - // name: "cloud-fog", - // categories: [IconCategory.WEATHER], - // tags: ["*new*", "meteorology", "cloudy", "overcast", "foggy", "misty", "haze", "hazy"], - // Icon: Icon.CloudFog, - // }, + { + name: "cloud-fog", + categories: [IconCategory.WEATHER], + tags: [ + "*new*", + "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: ["*new*", "meteorology", "cloudy", "partly cloudy", "night", "evening"], - // Icon: Icon.CloudMoon, - // }, + { + name: "cloud-moon", + categories: [IconCategory.WEATHER], + tags: [ + "*new*", + "meteorology", + "cloudy", + "partly cloudy", + "night", + "evening", + ], + Icon: Icon.CloudMoon, + }, { name: "cloud-rain", categories: [IconCategory.WEATHER], @@ -1767,12 +2012,12 @@ export const icons: ReadonlyArray = [ tags: ["meteorology", "cloudy", "snowy", "snowing", "stormy", "snowstorm"], Icon: Icon.CloudSnow, }, - // { - // name: "cloud-sun", - // categories: [IconCategory.WEATHER], - // tags: ["*new*", "meteorology", "cloudy", "partly cloudy", "partly sunny"], - // Icon: Icon.CloudSun, - // }, + { + name: "cloud-sun", + categories: [IconCategory.WEATHER], + tags: ["*new*", "meteorology", "cloudy", "partly cloudy", "partly sunny"], + Icon: Icon.CloudSun, + }, { name: "club", categories: [IconCategory.GAMES], @@ -1825,6 +2070,22 @@ export const icons: ReadonlyArray = [ // ], // Icon: Icon.Coin, // }, + { + name: "columns", + categories: [IconCategory.DESIGN], + tags: [ + "*new*", + "2", + "shapes", + "polygons", + "box", + "stack", + "list", + "table", + "cards", + ], + Icon: Icon.Columns, + }, { name: "command", categories: [IconCategory.EDITOR, IconCategory.SYSTEM], @@ -1845,6 +2106,12 @@ export const icons: ReadonlyArray = [ tags: ["navigation", "directions", "maps", "safari", "apple"], Icon: Icon.Compass, }, + { + name: "computer-tower", + categories: [IconCategory.DEVELOPMENT, IconCategory.OBJECTS], + tags: ["*new*", "desktop", "pc", "imac"], + Icon: Icon.ComputerTower, + }, { name: "copy", categories: [IconCategory.EDITOR, IconCategory.SYSTEM], @@ -1857,17 +2124,12 @@ export const icons: ReadonlyArray = [ tags: ["duplicated", "copied", "clipboard"], Icon: Icon.CopySimple, }, - // { - // name: "copyright", - // categories: [IconCategory.COMMERCE, IconCategory.MEDIA], - // tags: ["*new*", - // "©", - // "intellectual property", - // "copr.", - // "symbol", - // ], - // Icon: Icon.Copyright, - // }, + { + name: "copyright", + categories: [IconCategory.COMMERCE, IconCategory.MEDIA], + tags: ["*new*", "©", "intellectual property", "copr.", "symbol"], + Icon: Icon.Copyright, + }, { name: "corners-in", categories: [IconCategory.SYSTEM], @@ -1919,126 +2181,73 @@ export const icons: ReadonlyArray = [ tags: ["square", "box", "3d", "volume", "blocks"], Icon: Icon.Cube, }, - // { - // name: "currency-dollar", - // categories: [IconCategory.COMMERCE, IconCategory.FINANCE], - // tags: ["*new*", - // "money", - // "USD", - // "payment", - // "paying", - // "purchase", - // ], - // Icon: Icon.CurrencyDollar, - // }, - // { - // name: "currency-dollar-simple", - // categories: [IconCategory.COMMERCE, IconCategory.FINANCE], - // tags: ["*new*", - // "money", - // "USD", - // "payment", - // "paying", - // "purchase", - // ], - // Icon: Icon.CurrencyDollarSimple, - // }, - // { - // name: "currency-cny", - // categories: [IconCategory.COMMERCE, IconCategory.FINANCE], - // tags: ["*new*", - // "money", - // "yuan", - // "payment", - // "paying", - // "purchase", - // ], - // Icon: Icon.CurrencyCny, - // }, - // { - // name: "currency-eur", - // categories: [IconCategory.COMMERCE, IconCategory.FINANCE], - // tags: ["*new*", - // "money", - // "euros", - // "payment", - // "paying", - // "purchase", - // ], - // Icon: Icon.CurrencyEur, - // }, - // { - // name: "currency-gbp", - // categories: [IconCategory.COMMERCE, IconCategory.FINANCE], - // tags: ["*new*", - // "money", - // "pounds sterling", - // "payment", - // "paying", - // "purchase", - // ], - // Icon: Icon.CurrencyGbp, - // }, - // { - // name: "currency-inr", - // categories: [IconCategory.COMMERCE, IconCategory.FINANCE], - // tags: ["*new*", - // "money", - // "rupees", - // "payment", - // "paying", - // "purchase", - // ], - // Icon: Icon.CurrencyInr, - // }, - // { - // name: "currency-jpy", - // categories: [IconCategory.COMMERCE, IconCategory.FINANCE], - // tags: ["*new*", - // "money", - // "yen", - // "payment", - // "paying", - // "purchase", - // ], - // Icon: Icon.CurrencyJpy, - // }, - // { - // name: "currency-krw", - // categories: [IconCategory.COMMERCE, IconCategory.FINANCE], - // tags: ["*new*", - // "money", - // "won", - // "payment", - // "paying", - // "purchase", - // ], - // Icon: Icon.CurrencyKrw, - // }, - // { - // name: "currency-rub", - // categories: [IconCategory.COMMERCE, IconCategory.FINANCE], - // tags: ["*new*", - // "money", - // "rubles", - // "payment", - // "paying", - // "purchase", - // ], - // Icon: Icon.CurrencyRub, - // }, - // { - // name: "currency-circle-dollar", - // categories: [IconCategory.COMMERCE, IconCategory.FINANCE], - // tags: ["*new*", - // "money", - // "USD", - // "payment", - // "paying", - // "purchase", - // ], - // Icon: Icon.CurrencyCircleDollar, - // }, + { + name: "currency-dollar", + categories: [IconCategory.COMMERCE, IconCategory.FINANCE], + tags: ["*new*", "money", "USD", "payment", "paying", "purchase"], + Icon: Icon.CurrencyDollar, + }, + { + name: "currency-dollar-simple", + categories: [IconCategory.COMMERCE, IconCategory.FINANCE], + tags: ["*new*", "money", "USD", "payment", "paying", "purchase"], + Icon: Icon.CurrencyDollarSimple, + }, + { + name: "currency-cny", + categories: [IconCategory.COMMERCE, IconCategory.FINANCE], + tags: ["*new*", "money", "yuan", "payment", "paying", "purchase"], + Icon: Icon.CurrencyCny, + }, + { + name: "currency-eur", + categories: [IconCategory.COMMERCE, IconCategory.FINANCE], + tags: ["*new*", "money", "euros", "payment", "paying", "purchase"], + Icon: Icon.CurrencyEur, + }, + { + name: "currency-gbp", + categories: [IconCategory.COMMERCE, IconCategory.FINANCE], + tags: [ + "*new*", + "money", + "pounds sterling", + "payment", + "paying", + "purchase", + ], + Icon: Icon.CurrencyGbp, + }, + { + name: "currency-inr", + categories: [IconCategory.COMMERCE, IconCategory.FINANCE], + tags: ["*new*", "money", "rupees", "payment", "paying", "purchase"], + Icon: Icon.CurrencyInr, + }, + { + name: "currency-jpy", + categories: [IconCategory.COMMERCE, IconCategory.FINANCE], + tags: ["*new*", "money", "yen", "payment", "paying", "purchase"], + Icon: Icon.CurrencyJpy, + }, + { + name: "currency-krw", + categories: [IconCategory.COMMERCE, IconCategory.FINANCE], + tags: ["*new*", "money", "won", "payment", "paying", "purchase"], + Icon: Icon.CurrencyKrw, + }, + { + name: "currency-rub", + categories: [IconCategory.COMMERCE, IconCategory.FINANCE], + tags: ["*new*", "money", "rubles", "payment", "paying", "purchase"], + Icon: Icon.CurrencyRub, + }, + { + name: "currency-circle-dollar", + categories: [IconCategory.COMMERCE, IconCategory.FINANCE], + tags: ["*new*", "money", "USD", "payment", "paying", "purchase"], + Icon: Icon.CurrencyCircleDollar, + }, { name: "cursor", categories: [IconCategory.DESIGN, IconCategory.SYSTEM], @@ -2062,12 +2271,18 @@ export const icons: ReadonlyArray = [ ], Icon: Icon.Database, }, - // { - // name: "desktop", - // categories: [IconCategory.DEVELOPMENT, IconCategory.OBJECTS], - // tags: ["*new*", "computer", "pc", "imac", "tower"], - // Icon: Icon.Desktop, - // }, + { + name: "desktop", + categories: [IconCategory.DEVELOPMENT, IconCategory.OBJECTS], + tags: ["*new*", "computer", "pc", "imac", "tower"], + Icon: Icon.Desktop, + }, + { + name: "desktop-tower", + categories: [IconCategory.DEVELOPMENT, IconCategory.OBJECTS], + tags: ["*new*", "computer", "pc", "imac"], + Icon: Icon.DesktopTower, + }, { name: "device-mobile", categories: [IconCategory.OBJECTS], @@ -2163,6 +2378,16 @@ export const icons: ReadonlyArray = [ tags: ["die", "rolling", "gamble", "gambling", "casino", "gaming", "6"], Icon: Icon.DiceSix, }, + { + name: "disc", + categories: [ + IconCategory.DEVELOPMENT, + IconCategory.MEDIA, + IconCategory.OBJECTS, + ], + tags: ["*new*", "cd-rom", "compact disk", "album", "record"], + Icon: Icon.Disc, + }, { name: "divide", categories: [IconCategory.DEVELOPMENT, IconCategory.FINANCE], @@ -2320,9 +2545,36 @@ export const icons: ReadonlyArray = [ { name: "drop", categories: [IconCategory.NATURE, IconCategory.WEATHER], - tags: ["droplet", "raindrop", "raining", "meteorology", "water"], + tags: [ + "droplet", + "teardrop", + "raindrop", + "raining", + "meteorology", + "water", + ], Icon: Icon.Drop, }, + { + name: "drop-half", + categories: [ + IconCategory.DESIGN, + IconCategory.EDITOR, + IconCategory.NATURE, + IconCategory.WEATHER, + ], + tags: [ + "*new*", + "droplet", + "teardrop", + "raindrop", + "raining", + "water", + "contrast", + "brightness", + ], + Icon: Icon.DropHalf, + }, { name: "eject", categories: [IconCategory.MEDIA], @@ -2400,16 +2652,30 @@ export const icons: ReadonlyArray = [ tags: ["visible", "hidden", "show", "hide", "visibility", "invisible"], Icon: Icon.EyeClosed, }, - // { - // name: "eyedropper", - // categories: [ - // IconCategory.DESIGN, - // IconCategory.EDITOR, - // IconCategory.OBJECTS, - // ], - // tags: ["*new*", "colors", "color picker", "sample", "arts"], - // Icon: Icon.Eyedropper, - // }, + { + name: "eyedropper", + categories: [ + IconCategory.DESIGN, + IconCategory.EDITOR, + IconCategory.OBJECTS, + ], + tags: ["*new*", "colors", "color picker", "sample", "arts"], + Icon: Icon.Eyedropper, + }, + { + name: "face-mask", + categories: [IconCategory.HEALTH], + tags: [ + "*new*", + "ppe", + "facemask", + "covid-19", + "coronavirus", + "flu", + "cold", + ], + Icon: Icon.FaceMask, + }, { name: "facebook-logo", categories: [IconCategory.BRAND, IconCategory.COMMUNICATION], @@ -2445,10 +2711,10 @@ export const icons: ReadonlyArray = [ Icon: Icon.FadersHorizontal, }, { - name: "fast-forward", + name: "fast-forward-circle", categories: [IconCategory.MEDIA], tags: ["audio", "music", "seek", "scrub", "scan", "ahead", "skip"], - Icon: Icon.FastForward, + Icon: Icon.FastForwardCircle, }, { name: "figma-logo", @@ -2549,18 +2815,45 @@ export const icons: ReadonlyArray = [ ], Icon: Icon.FingerprintSimple, }, + { + name: "finn-the-human", + categories: [IconCategory.GAMES], + tags: [ + "*new*", + "adventure time", + "cartoons", + "television", + "tv", + "character", + ], + Icon: Icon.FinnTheHuman, + }, { name: "fire", categories: [IconCategory.NATURE, IconCategory.WEATHER], tags: ["flame", "burning", "match", "lighter"], Icon: Icon.Fire, }, - // { - // name: "first-aid-kit", - // categories: [IconCategory.HEALTH], - // tags: ["*new*", "bandages", "medical", "injury", "safety", "emergency"], - // Icon: Icon.FirstAidKit, - // }, + { + name: "first-aid", + categories: [IconCategory.HEALTH], + tags: [ + "*new*", + "hospital", + "cross", + "medical", + "injury", + "safety", + "emergency", + ], + Icon: Icon.FirstAid, + }, + { + name: "first-aid-kit", + categories: [IconCategory.HEALTH], + tags: ["*new*", "bandages", "medical", "injury", "safety", "emergency"], + Icon: Icon.FirstAidKit, + }, { name: "flag", categories: [IconCategory.OBJECTS, IconCategory.SYSTEM], @@ -2878,6 +3171,20 @@ export const icons: ReadonlyArray = [ ], Icon: Icon.GitPullRequest, }, + { + name: "github-logo", + categories: [IconCategory.DEVELOPMENT, IconCategory.BRAND], + tags: [ + "*new*", + "octocat", + "vcs", + "source control", + "version control", + "versioning", + "branches", + ], + Icon: Icon.GithubLogo, + }, { name: "globe", categories: [IconCategory.MAP], @@ -3016,39 +3323,63 @@ export const icons: ReadonlyArray = [ { name: "hand", categories: [IconCategory.SYSTEM, IconCategory.PEOPLE], - tags: ["pointers", "cursors", "emoji", "backhand"], + tags: ["*new*", "pointers", "cursors", "emoji", "backhand"], Icon: Icon.Hand, }, - // { - // name: "hand-fist", - // categories: [IconCategory.PEOPLE], - // tags: ["*new*", "pointers", "cursors", "emoji", "power", "protest", "blm"], - // Icon: Icon.HandFist, - // }, - // { - // name: "hand-grabbing", - // categories: [IconCategory.SYSTEM, IconCategory.PEOPLE], - // tags: ["*new*", "pointers", "cursors", "emoji", "drag", "hold"], - // Icon: Icon.HandGrabbing, - // }, - // { - // name: "hand-palm", - // categories: [IconCategory.SYSTEM, IconCategory.PEOPLE], - // tags: ["*new*", "pointers", "cursors", "emoji", "palm", "stop", "wait", "hamsa", "5"], - // Icon: Icon.HandPalm, - // }, + { + name: "hand-fist", + categories: [IconCategory.PEOPLE], + tags: ["*new*", "pointers", "cursors", "emoji", "power", "protest", "blm"], + Icon: Icon.HandFist, + }, + { + name: "hand-grabbing", + categories: [IconCategory.SYSTEM, IconCategory.PEOPLE], + 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", + ], + 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: ["*new*", "pointers", "cursors", "emoji", "deal", "agreement"], - // Icon: Icon.Handshake, - // }, + { + name: "hand-waving", + categories: [IconCategory.SYSTEM, IconCategory.PEOPLE], + tags: [ + "*new*", + "pointers", + "cursors", + "emoji", + "palm", + "wave", + "hello", + "goodbye", + ], + Icon: Icon.HandWaving, + }, + { + name: "handshake", + categories: [IconCategory.PEOPLE, IconCategory.COMMERCE], + tags: ["*new*", "pointers", "cursors", "emoji", "deal", "agreement"], + Icon: Icon.Handshake, + }, { name: "handbag", categories: [IconCategory.COMMERCE, IconCategory.OBJECTS], @@ -3121,12 +3452,20 @@ export const icons: ReadonlyArray = [ tags: ["music", "audio", "listening"], Icon: Icon.Headphones, }, - // { - // name: "headset", - // categories: [IconCategory.MEDIA, IconCategory.GAMES, IconCategory.OBJECTS], - // tags: ["*new*", "music", "audio", "listening", "gaming", "voice chat", "microphone"], - // Icon: Icon.Headset, - // }, + { + name: "headset", + categories: [IconCategory.MEDIA, IconCategory.GAMES, IconCategory.OBJECTS], + tags: [ + "*new*", + "music", + "audio", + "listening", + "gaming", + "voice chat", + "microphone", + ], + Icon: Icon.Headset, + }, { name: "heart", categories: [ @@ -3401,7 +3740,7 @@ export const icons: ReadonlyArray = [ }, { name: "key", - categories: [IconCategory.OBJECTS, IconCategory.SYSTEM], /// !! + categories: [IconCategory.OBJECTS, IconCategory.SYSTEM], tags: [ "padlock", "security", @@ -3421,12 +3760,12 @@ export const icons: ReadonlyArray = [ tags: ["typing", "type", "keys", "input"], Icon: Icon.Keyboard, }, - // { - // name: "laptop", - // categories: [IconCategory.DEVELOPMENT, IconCategory.OBJECTS], - // tags: ["*new*", "computer", "notebook", "pc", "macbook"], - // Icon: Icon.Laptop, - // }, + { + name: "laptop", + categories: [IconCategory.DEVELOPMENT, IconCategory.OBJECTS], + tags: ["*new*", "computer", "notebook", "pc", "macbook"], + Icon: Icon.Laptop, + }, { name: "leaf", categories: [IconCategory.NATURE], @@ -3761,12 +4100,6 @@ export const icons: ReadonlyArray = [ ], Icon: Icon.Martini, }, - // { - // name: "mask", - // categories: [IconCategory.HEALTH], - // tags: ["*new*", "ppe", "facemask", "covid-19", "coronavirus", "flu", "cold"], - // Icon: Icon.Mask, - // }, { name: "math-operations", categories: [IconCategory.DEVELOPMENT, IconCategory.FINANCE], @@ -3880,25 +4213,41 @@ export const icons: ReadonlyArray = [ ], Icon: Icon.MinusCircle, }, - // { - // name: "money", - // categories: [IconCategory.COMMERCE, IconCategory.FINANCE], - // tags: ["*new*", - // "cash", - // "dollars", - // "paper bills", - // "payment", - // "paying", - // "purchase", - // ], - // Icon: Icon.Money, - // }, + { + name: "money", + categories: [IconCategory.COMMERCE, IconCategory.FINANCE], + tags: [ + "*new*", + "cash", + "dollars", + "paper bills", + "payment", + "paying", + "purchase", + ], + Icon: Icon.Money, + }, { name: "monitor", categories: [IconCategory.SYSTEM], tags: ["screen", "television", "tv", "displays"], Icon: Icon.Monitor, }, + { + name: "monitor-play", + categories: [IconCategory.SYSTEM, IconCategory.MEDIA], + tags: [ + "*new*", + "screen", + "television", + "tv", + "displays", + "screencast", + "video", + "movie", + ], + Icon: Icon.MonitorPlay, + }, { name: "moon", categories: [ @@ -3919,23 +4268,24 @@ export const icons: ReadonlyArray = [ ], Icon: Icon.Moon, }, - // { - // name: "moon-stars", - // categories: [IconCategory.NATURE, IconCategory.WEATHER], - // tags: ["*new*", - // "night", - // "evening", - // "clear", - // "sleep", - // "snooze", - // "night mode", - // "dark mode", - // "astronomy", - // "stargazing", - // "constellation", - // ], - // Icon: Icon.MoonStars, - // }, + { + name: "moon-stars", + categories: [IconCategory.NATURE, IconCategory.WEATHER], + tags: [ + "*new*", + "night", + "evening", + "clear", + "sleep", + "snooze", + "night mode", + "dark mode", + "astronomy", + "stargazing", + "constellation", + ], + Icon: Icon.MoonStars, + }, { name: "mouse", categories: [IconCategory.SYSTEM], @@ -4475,26 +4825,26 @@ export const icons: ReadonlyArray = [ ], Icon: Icon.Package, }, - // { - // name: "paint-brush", - // categories: [ - // IconCategory.DESIGN, - // IconCategory.EDITOR, - // IconCategory.OBJECTS, - // ], - // tags: ["*new*", "colors", "color picker", "arts"], - // Icon: Icon.PaintBrush, - // }, - // { - // name: "paint-brush-broad", - // categories: [ - // IconCategory.DESIGN, - // IconCategory.EDITOR, - // IconCategory.OBJECTS, - // ], - // tags: ["*new*", "fill", "colors", "color picker", "arts"], - // Icon: Icon.PaintBrushBroad, - // }, + // { + // name: "paint-brush", + // categories: [ + // IconCategory.DESIGN, + // IconCategory.EDITOR, + // IconCategory.OBJECTS, + // ], + // tags: ["*new*", "colors", "color picker", "arts"], + // Icon: Icon.PaintBrush, + // }, + { + name: "paint-brush-broad", + categories: [ + IconCategory.DESIGN, + IconCategory.EDITOR, + IconCategory.OBJECTS, + ], + tags: ["*new*", "fill", "colors", "color picker", "arts"], + Icon: Icon.PaintBrushBroad, + }, { name: "paint-bucket", categories: [ @@ -4570,20 +4920,20 @@ export const icons: ReadonlyArray = [ IconCategory.OFFICE, IconCategory.OBJECTS, ], - tags: ["attachments", "mail", "email", "office"], + tags: ["*new*", "attachments", "mail", "email", "office"], Icon: Icon.Paperclip, }, - // { - // name: "paperclip-tilt", - // categories: [ - // IconCategory.COMMUNICATION, - // IconCategory.EDITOR, - // IconCategory.OFFICE, - // IconCategory.OBJECTS, - // ], - // tags: ["*new*", "attachments", "mail", "email", "office"], - // Icon: Icon.PaperclipTilt, - // }, + { + name: "paperclip-horizontal", + categories: [ + IconCategory.COMMUNICATION, + IconCategory.EDITOR, + IconCategory.OFFICE, + IconCategory.OBJECTS, + ], + tags: ["attachments", "mail", "email", "office"], + Icon: Icon.PaperclipHorizontal, + }, { name: "path", categories: [IconCategory.DESIGN, IconCategory.MAP], @@ -4808,12 +5158,12 @@ export const icons: ReadonlyArray = [ ], Icon: Icon.PlusMinus, }, - // { - // name: "poker-chip", - // categories: [IconCategory.GAMES], - // tags: ["*new*", "chips", "tokens", "cards", "gambling", "casino"], - // Icon: Icon.PokerChip, - // }, + { + name: "poker-chip", + categories: [IconCategory.GAMES], + tags: ["*new*", "chips", "tokens", "cards", "gambling", "casino"], + Icon: Icon.PokerChip, + }, { name: "power", categories: [IconCategory.SYSTEM], @@ -4873,12 +5223,19 @@ export const icons: ReadonlyArray = [ tags: ["favorites", "favorited", "pushpin", "disabled"], Icon: Icon.PushPinSlash, }, - // { - // name: "puzzle-piece", - // categories: [IconCategory.GAMES, IconCategory.DEVELOPMENT], - // tags: ["*new*", "board game", "element", "component", "extension", "plugin"], - // Icon: Icon.PuzzlePiece, - // }, + { + name: "puzzle-piece", + categories: [IconCategory.GAMES, IconCategory.DEVELOPMENT], + tags: [ + "*new*", + "board game", + "element", + "component", + "extension", + "plugin", + ], + Icon: Icon.PuzzlePiece, + }, { name: "qr-code", categories: [IconCategory.SYSTEM], @@ -4906,27 +5263,36 @@ export const icons: ReadonlyArray = [ ], Icon: Icon.Radical, }, - // { - // name: "rainbow", - // categories: [IconCategory.WEATHER], - // tags: ["*new*", "meteorology", "rainstorm", "arc", "pride", "LGBTQ+", "leprechaun"], - // Icon: Icon.Rainbow, - // }, - // { - // name: "rainbow-cloud", - // categories: [IconCategory.WEATHER], - // tags: ["*new*", - // "meteorology", - // "rainstorm", - // "cloudy", - // "partly cloudy", - // "partly sunny", - // "pride", - // "LGBTQ+", - // "leprechaun", - // ], - // Icon: Icon.RainbowCloud, - // }, + { + name: "rainbow", + categories: [IconCategory.WEATHER], + tags: [ + "*new*", + "meteorology", + "rainstorm", + "arc", + "pride", + "LGBTQ+", + "leprechaun", + ], + Icon: Icon.Rainbow, + }, + { + name: "rainbow-cloud", + categories: [IconCategory.WEATHER], + tags: [ + "*new*", + "meteorology", + "rainstorm", + "cloudy", + "partly cloudy", + "partly sunny", + "pride", + "LGBTQ+", + "leprechaun", + ], + Icon: Icon.RainbowCloud, + }, { name: "receipt", categories: [IconCategory.COMMERCE, IconCategory.FINANCE], @@ -4946,10 +5312,10 @@ export const icons: ReadonlyArray = [ Icon: Icon.Rectangle, }, { - name: "rectangles-two", - categories: [IconCategory.DESIGN], - tags: ["2", "shapes", "polygons", "box", "stack", "list", "cards"], - Icon: Icon.RectanglesTwo, + name: "reddit-logo", + categories: [IconCategory.BRAND, IconCategory.COMMUNICATION], + tags: ["*new*", "logos", "subreddit", "snoo", "social media"], + Icon: Icon.RedditLogo, }, { name: "repeat", @@ -4964,7 +5330,7 @@ export const icons: ReadonlyArray = [ Icon: Icon.RepeatOnce, }, { - name: "rewind", + name: "rewind-circle", categories: [IconCategory.MEDIA], tags: [ "music", @@ -4977,7 +5343,7 @@ export const icons: ReadonlyArray = [ "backwards", "reverse", ], - Icon: Icon.Rewind, + Icon: Icon.RewindCircle, }, { name: "rocket", @@ -4999,6 +5365,22 @@ export const icons: ReadonlyArray = [ tags: ["spaceship", "flying", "blastoff", "deployment", "rocketship"], Icon: Icon.RocketLaunch, }, + { + name: "rows", + categories: [IconCategory.DESIGN], + tags: [ + "*new*", + "2", + "shapes", + "polygons", + "box", + "stack", + "list", + "table", + "cards", + ], + Icon: Icon.Rows, + }, { name: "rss", categories: [IconCategory.COMMUNICATION], @@ -5217,6 +5599,7 @@ export const icons: ReadonlyArray = [ name: "skip-back", categories: [IconCategory.MEDIA], tags: [ + "*new*", "music", "audio", "seek", @@ -5229,40 +5612,40 @@ export const icons: ReadonlyArray = [ ], Icon: Icon.SkipBack, }, - // { - // name: "skip-back-circle", - // categories: [IconCategory.MEDIA], - // tags: ["*new*", - // "music", - // "audio", - // "seek", - // "scrub", - // "scan", - // "back", - // "backwards", - // "reverse", - // "previous", - // ], - // Icon: Icon.SkipBackCircle, - // }, + { + 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"], + tags: ["*new*", "music", "audio", "seek", "scrub", "scan", "ahead", "next"], Icon: Icon.SkipForward, }, - // { - // name: "skip-forward-circle", - // categories: [IconCategory.MEDIA], - // tags: ["*new*", "music", "audio", "seek", "scrub", "scan", "ahead", "next"], - // Icon: Icon.SkipForwardCircle, - // }, - // { - // name: "slack-logo", - // categories: [IconCategory.BRAND, IconCategory.COMMUNICATION], - // tags: ["*new*", "logos", "messaging"], - // Icon: Icon.SlackLogo, - // }, + { + 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: ["*new*", "logos", "messaging"], + Icon: Icon.SlackLogo, + }, { name: "sliders", categories: [IconCategory.MEDIA, IconCategory.SYSTEM], @@ -5343,12 +5726,12 @@ export const icons: ReadonlyArray = [ tags: ["face", "smiley", "emoji", "dead", "killed", "unconscious"], Icon: Icon.SmileyXEyes, }, - // { - // name: "snowflake", - // categories: [IconCategory.WEATHER], - // tags: ["*new*", "meteorology", "snowy", "snowing", "snowstorm"], - // Icon: Icon.Snowflake, - // }, + { + name: "snowflake", + categories: [IconCategory.WEATHER], + tags: ["*new*", "meteorology", "snowy", "snowing", "snowstorm"], + Icon: Icon.Snowflake, + }, { name: "sort-ascending", categories: [IconCategory.EDITOR], @@ -5475,6 +5858,12 @@ export const icons: ReadonlyArray = [ tags: ["rate", "ratings", "favorites", "favorited"], Icon: Icon.Star, }, + { + name: "sticker", + categories: [IconCategory.COMMUNICATION], + tags: ["*new*", "stickers", "sticker pack", "labels"], + Icon: Icon.Sticker, + }, { name: "stop", categories: [IconCategory.MEDIA], @@ -5489,7 +5878,7 @@ export const icons: ReadonlyArray = [ }, { name: "storefront", - categories: [IconCategory.COMMERCE, IconCategory.MAP], /// ?? + categories: [IconCategory.COMMERCE, IconCategory.MAP], tags: [ "shops", "shopping", @@ -5501,6 +5890,18 @@ export const icons: ReadonlyArray = [ ], Icon: Icon.Storefront, }, + { + name: "suitcase", + categories: [IconCategory.OFFICE, IconCategory.OBJECTS], + tags: ["briefcase", "valise", "baggage", "folders", "portfolio"], + Icon: Icon.Suitcase, + }, + { + name: "suitcase-simple", + categories: [IconCategory.OFFICE, IconCategory.OBJECTS], + tags: ["briefcase", "valise", "baggage", "folders", "portfolio"], + Icon: Icon.SuitcaseSimple, + }, { name: "sun", categories: [ @@ -5542,37 +5943,47 @@ export const icons: ReadonlyArray = [ ], Icon: Icon.SunDim, }, - // { - // name: "sun-horizon", - // categories: [IconCategory.NATURE, IconCategory.WEATHER], - // tags: ["*new*", - // "day", - // "daytime", - // "daylight", - // "clear", - // "sunny", - // "sunshine", - // "sunrise", - // "sunset", - // ], - // Icon: Icon.SunHorizon, - // }, - // { - // name: "swatches", - // categories: [ - // IconCategory.DESIGN, - // IconCategory.EDITOR, - // IconCategory.OBJECTS, - // ], - // tags: ["*new*", "colors", "color picker", "samples", "pantone"], - // Icon: Icon.Swatches, - // }, - // { - // name: "sword", - // categories: [IconCategory.GAMES, IconCategory.OBJECTS], - // tags: ["*new*", "weapon", "knife", "dagger", "gladius", "video games", "rpg", "gaming"], - // Icon: Icon.Sword, - // }, + { + name: "sun-horizon", + categories: [IconCategory.NATURE, IconCategory.WEATHER], + tags: [ + "*new*", + "day", + "daytime", + "daylight", + "clear", + "sunny", + "sunshine", + "sunrise", + "sunset", + ], + Icon: Icon.SunHorizon, + }, + { + name: "swatches", + categories: [ + IconCategory.DESIGN, + IconCategory.EDITOR, + IconCategory.OBJECTS, + ], + tags: ["*new*", "colors", "color picker", "samples", "pantone"], + Icon: Icon.Swatches, + }, + { + name: "sword", + categories: [IconCategory.GAMES, IconCategory.OBJECTS], + tags: [ + "*new*", + "weapon", + "knife", + "dagger", + "gladius", + "video games", + "rpg", + "gaming", + ], + Icon: Icon.Sword, + }, { name: "table", categories: [ @@ -5609,18 +6020,18 @@ export const icons: ReadonlyArray = [ tags: ["bullseye", "radar", "archery", "accuracy", "precision"], Icon: Icon.Target, }, + { + name: "telegram-logo", + categories: [IconCategory.BRAND, IconCategory.COMMUNICATION], + tags: ["*new*", "logos", "messages", "messaging"], + Icon: Icon.TelegramLogo, + }, { name: "terminal", categories: [IconCategory.DEVELOPMENT, IconCategory.SYSTEM], tags: ["command line", "cli", "bash", "shell", "caret"], Icon: Icon.Terminal, }, - { - name: "text", - categories: [IconCategory.DESIGN, IconCategory.EDITOR], - tags: ["typography", "typeface", "print", "font"], - Icon: Icon.Text, - }, { name: "text-align-center", categories: [IconCategory.DESIGN, IconCategory.EDITOR], @@ -5645,48 +6056,160 @@ export const icons: ReadonlyArray = [ tags: ["typography", "print", "font", "alignment", "flush right"], Icon: Icon.TextAlignRight, }, - // { - // name: "text-bold", - // categories: [IconCategory.DESIGN, IconCategory.EDITOR], - // tags: ["*new*", "typography", "typeface", "print", "font", "boldface", "emphasis"], - // Icon: Icon.TextBold, - // }, - // { - // name: "text-italic", - // categories: [IconCategory.DESIGN, IconCategory.EDITOR], - // tags: ["*new*", "typography", "typeface", "print", "font", "slant", "oblique", "stress", "emphasis", "calligraphy"], - // Icon: Icon.TextItalic, - // }, - // { - // name: "text-underline", - // categories: [IconCategory.DESIGN, IconCategory.EDITOR], - // tags: ["*new*", "typography", "typeface", "print", "font", "underscore", "emphasis"], - // Icon: Icon.TextUnderline, - // }, - // { - // name: "text-strikethrough", - // categories: [IconCategory.DESIGN, IconCategory.EDITOR], - // tags: ["*new*", "typography", "typeface", "print", "font", "struck", "remove", "delete", "change"], - // Icon: Icon.TextStrikethrough, - // }, - // { - // name: "thermometer", - // categories: [IconCategory.WEATHER, IconCategory.HEALTH, IconCategory.OBJECTS], - // 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: ["*new*", "meteorology", "temperature", "degrees", "°", "celcius", "centigrade", "kelvin", "fahrenheit"], - // Icon: Icon.ThermometerCold, - // }, - // { - // name: "thermometer-hot", - // categories: [IconCategory.WEATHER, IconCategory.HEALTH, IconCategory.OBJECTS], - // tags: ["*new*", "meteorology", "temperature", "degrees", "°", "celcius", "centigrade", "kelvin", "fahrenheit", "warm"], - // Icon: Icon.ThermometerHot, - // }, + { + name: "text-t", + categories: [IconCategory.DESIGN, IconCategory.EDITOR], + tags: ["typography", "typeface", "print", "font"], + Icon: Icon.TextT, + }, + { + name: "text-bolder", + categories: [IconCategory.DESIGN, IconCategory.EDITOR, IconCategory.OFFICE], + tags: [ + "*new*", + "typography", + "typeface", + "print", + "font", + "boldface", + "emphasis", + ], + Icon: Icon.TextBolder, + }, + { + name: "text-italic", + categories: [IconCategory.DESIGN, IconCategory.EDITOR, IconCategory.OFFICE], + tags: [ + "*new*", + "typography", + "typeface", + "print", + "font", + "slant", + "oblique", + "stress", + "emphasis", + "calligraphy", + ], + Icon: Icon.TextItalic, + }, + { + name: "text-underline", + categories: [IconCategory.DESIGN, IconCategory.EDITOR, IconCategory.OFFICE], + tags: [ + "*new*", + "typography", + "typeface", + "print", + "font", + "underscore", + "emphasis", + ], + Icon: Icon.TextUnderline, + }, + { + name: "text-strikethrough", + categories: [IconCategory.DESIGN, IconCategory.EDITOR, IconCategory.OFFICE], + tags: [ + "*new*", + "typography", + "typeface", + "print", + "font", + "struck", + "remove", + "delete", + "change", + ], + Icon: Icon.TextStrikethrough, + }, + { + name: "thermometer", + categories: [ + IconCategory.WEATHER, + IconCategory.HEALTH, + IconCategory.OBJECTS, + ], + tags: [ + "*new*", + "meteorology", + "temperature", + "degrees", + "°", + "celcius", + "centigrade", + "kelvin", + "fahrenheit", + "hot", + "warm", + "cold", + ], + Icon: Icon.Thermometer, + }, + { + name: "thermometer-simple", + categories: [ + IconCategory.WEATHER, + IconCategory.HEALTH, + IconCategory.OBJECTS, + ], + tags: [ + "*new*", + "meteorology", + "temperature", + "degrees", + "°", + "celcius", + "centigrade", + "kelvin", + "fahrenheit", + "hot", + "warm", + "cold", + ], + Icon: Icon.ThermometerSimple, + }, + { + name: "thermometer-cold", + categories: [ + IconCategory.WEATHER, + IconCategory.HEALTH, + IconCategory.OBJECTS, + ], + tags: [ + "*new*", + "meteorology", + "temperature", + "degrees", + "°", + "celcius", + "centigrade", + "kelvin", + "fahrenheit", + ], + Icon: Icon.ThermometerCold, + }, + { + name: "thermometer-hot", + categories: [ + IconCategory.WEATHER, + IconCategory.HEALTH, + IconCategory.OBJECTS, + ], + tags: [ + "*new*", + "meteorology", + "temperature", + "degrees", + "°", + "celcius", + "centigrade", + "kelvin", + "fahrenheit", + "warm", + ], + Icon: Icon.ThermometerHot, + }, { name: "thumbs-up", categories: [IconCategory.COMMUNICATION, IconCategory.PEOPLE], @@ -5853,6 +6376,24 @@ export const icons: ReadonlyArray = [ tags: ["trucks", "cars", "vehicles", "shipping", "delivery"], Icon: Icon.Truck, }, + { + name: "twitch-logo", + categories: [ + IconCategory.BRAND, + IconCategory.COMMUNICATION, + IconCategory.GAMES, + ], + tags: [ + "*new*", + "logos", + "streaming", + "livestream", + "gaming", + "video games", + "social media", + ], + Icon: Icon.TwitchLogo, + }, { name: "twitter-logo", categories: [IconCategory.BRAND, IconCategory.COMMUNICATION], @@ -6074,6 +6615,12 @@ export const icons: ReadonlyArray = [ ], Icon: Icon.Watch, }, + { + name: "whatsapp-logo", + categories: [IconCategory.BRAND, IconCategory.COMMUNICATION], + tags: ["*new*", "logos", "messages", "messaging"], + Icon: Icon.WhatsappLogo, + }, { name: "wheelchair", categories: [IconCategory.HEALTH, IconCategory.MAP, IconCategory.PEOPLE], @@ -6140,42 +6687,43 @@ export const icons: ReadonlyArray = [ ], Icon: Icon.WifiX, }, - // { - // name: "wind", - // categories: [IconCategory.WEATHER], - // tags: ["*new*", "meteorology", "windy", "stormy", "blustery", "gusty"], - // Icon: Icon.Wind, - // }, - // { - // name: "wine-glass", - // categories: [IconCategory.COMMERCE, IconCategory.MAP, IconCategory.OBJECTS], - // tags: ["*new*", - // "drinks", - // "beverages", - // "vineyard", - // "places", - // "locations", - // "bars", - // "restaurants", - // "food", - // "dining", - // ], - // Icon: Icon.WineGlass, - // }, - // { - // name: "wrench", - // categories: [IconCategory.SYSTEM, IconCategory.OBJECTS], - // tags: ["*new*", - // "settings", - // "setup", - // "preferences", - // "tools", - // "machinery", - // "mechanical", - // "repairs", - // ], - // Icon: Icon.Wrench, - // }, + { + name: "wind", + categories: [IconCategory.WEATHER], + tags: ["*new*", "meteorology", "windy", "stormy", "blustery", "gusty"], + Icon: Icon.Wind, + }, + // { + // name: "wine-glass", + // categories: [IconCategory.COMMERCE, IconCategory.MAP, IconCategory.OBJECTS], + // tags: ["*new*", + // "drinks", + // "beverages", + // "vineyard", + // "places", + // "locations", + // "bars", + // "restaurants", + // "food", + // "dining", + // ], + // Icon: Icon.WineGlass, + // }, + { + name: "wrench", + categories: [IconCategory.SYSTEM, IconCategory.OBJECTS], + tags: [ + "*new*", + "settings", + "setup", + "preferences", + "tools", + "machinery", + "mechanical", + "repairs", + ], + Icon: Icon.Wrench, + }, { name: "x", categories: [ @@ -6183,7 +6731,6 @@ export const icons: ReadonlyArray = [ IconCategory.FINANCE, IconCategory.SYSTEM, ], - tags: [ "×", "closed",