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