icons: more tags
This commit is contained in:
206
src/lib/icons.ts
206
src/lib/icons.ts
@@ -5,7 +5,15 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
{
|
||||
name: "activity",
|
||||
categories: [IconCategory.HEALTH],
|
||||
tags: ["heartbeat", "medical", "ecg", "ekg", "vitals", "monitor"],
|
||||
tags: [
|
||||
"heartbeat",
|
||||
"medical",
|
||||
"ecg",
|
||||
"ekg",
|
||||
"vitals",
|
||||
"monitor",
|
||||
"medicine",
|
||||
],
|
||||
Icon: Icons.Activity,
|
||||
},
|
||||
{
|
||||
@@ -663,13 +671,13 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
{
|
||||
name: "arrow-line-up",
|
||||
categories: [IconCategory.ARROWS],
|
||||
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
||||
tags: ["directional", "pointer", "pointing", "arrowhead", "top"],
|
||||
Icon: Icons.ArrowLineUp,
|
||||
},
|
||||
{
|
||||
name: "arrow-line-down",
|
||||
categories: [IconCategory.ARROWS],
|
||||
tags: ["directional", "pointer", "pointing", "arrowhead"],
|
||||
tags: ["directional", "pointer", "pointing", "arrowhead", "bottom"],
|
||||
Icon: Icons.ArrowLineDown,
|
||||
},
|
||||
{
|
||||
@@ -872,6 +880,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
"collapse",
|
||||
"minimize",
|
||||
"resize",
|
||||
"shrink",
|
||||
],
|
||||
Icon: Icons.ArrowsIn,
|
||||
},
|
||||
@@ -886,6 +895,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
"collapse",
|
||||
"minimize",
|
||||
"resize",
|
||||
"shrink",
|
||||
],
|
||||
Icon: Icons.ArrowsInCardinal,
|
||||
},
|
||||
@@ -942,6 +952,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
"expand",
|
||||
"fullscreen",
|
||||
"resize",
|
||||
"grow",
|
||||
],
|
||||
Icon: Icons.ArrowsOut,
|
||||
},
|
||||
@@ -958,6 +969,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
"resize",
|
||||
"pan",
|
||||
"move",
|
||||
"grow",
|
||||
],
|
||||
Icon: Icons.ArrowsOutCardinal,
|
||||
},
|
||||
@@ -1055,6 +1067,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
"science",
|
||||
"physics",
|
||||
"electron",
|
||||
"automation",
|
||||
],
|
||||
Icon: Icons.Atom,
|
||||
},
|
||||
@@ -1079,7 +1092,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
{
|
||||
name: "bandaids",
|
||||
categories: [IconCategory.HEALTH],
|
||||
tags: ["bandages", "medical", "first aid", "injury"],
|
||||
tags: ["bandages", "medical", "medicine", "first aid", "injury"],
|
||||
Icon: Icons.Bandaids,
|
||||
},
|
||||
{
|
||||
@@ -1554,6 +1567,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
categories: [IconCategory.MAP, IconCategory.OBJECTS],
|
||||
tags: [
|
||||
"vehicles",
|
||||
"automobile",
|
||||
"public transit",
|
||||
"transportation",
|
||||
"commuter",
|
||||
@@ -1631,13 +1645,27 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
name: "car",
|
||||
categories: [IconCategory.MAP, IconCategory.OBJECTS],
|
||||
|
||||
tags: ["cars", "vehicles", "transit", "transportation", "traveling"],
|
||||
tags: [
|
||||
"cars",
|
||||
"vehicles",
|
||||
"automobile",
|
||||
"transit",
|
||||
"transportation",
|
||||
"traveling",
|
||||
],
|
||||
Icon: Icons.Car,
|
||||
},
|
||||
{
|
||||
name: "car-simple",
|
||||
categories: [IconCategory.MAP, IconCategory.OBJECTS],
|
||||
tags: ["cars", "vehicles", "transit", "transportation", "traveling"],
|
||||
tags: [
|
||||
"cars",
|
||||
"vehicles",
|
||||
"automobile",
|
||||
"transit",
|
||||
"transportation",
|
||||
"traveling",
|
||||
],
|
||||
Icon: Icons.CarSimple,
|
||||
},
|
||||
{
|
||||
@@ -1961,13 +1989,29 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
{
|
||||
name: "chart-line",
|
||||
categories: [IconCategory.FINANCE],
|
||||
tags: ["graphs", "graphing", "charts", "statistics", "analyze", "analysis"],
|
||||
tags: [
|
||||
"graphs",
|
||||
"graphing",
|
||||
"charts",
|
||||
"statistics",
|
||||
"analyze",
|
||||
"analysis",
|
||||
"stocks",
|
||||
],
|
||||
Icon: Icons.ChartLine,
|
||||
},
|
||||
{
|
||||
name: "chart-line-up",
|
||||
categories: [IconCategory.FINANCE],
|
||||
tags: ["graphs", "graphing", "charts", "statistics", "analyze", "analysis"],
|
||||
tags: [
|
||||
"graphs",
|
||||
"graphing",
|
||||
"charts",
|
||||
"statistics",
|
||||
"analyze",
|
||||
"analysis",
|
||||
"stocks",
|
||||
],
|
||||
Icon: Icons.ChartLineUp,
|
||||
},
|
||||
{
|
||||
@@ -2010,6 +2054,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
"texting",
|
||||
"comment",
|
||||
"square",
|
||||
"bubble",
|
||||
],
|
||||
Icon: Icons.Chat,
|
||||
},
|
||||
@@ -2025,6 +2070,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
"texting",
|
||||
"comment",
|
||||
"square",
|
||||
"bubble",
|
||||
],
|
||||
|
||||
Icon: Icons.ChatDots,
|
||||
@@ -2041,6 +2087,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
"texting",
|
||||
"comment",
|
||||
"square",
|
||||
"bubble",
|
||||
],
|
||||
|
||||
Icon: Icons.ChatText,
|
||||
@@ -2057,6 +2104,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
"texting",
|
||||
"comment",
|
||||
"square",
|
||||
"bubble",
|
||||
],
|
||||
|
||||
Icon: Icons.Chats,
|
||||
@@ -2073,6 +2121,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
"texting",
|
||||
"comment",
|
||||
"square",
|
||||
"bubble",
|
||||
],
|
||||
Icon: Icons.ChatCentered,
|
||||
},
|
||||
@@ -2088,6 +2137,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
"texting",
|
||||
"comment",
|
||||
"square",
|
||||
"bubble",
|
||||
],
|
||||
Icon: Icons.ChatCenteredDots,
|
||||
},
|
||||
@@ -2103,6 +2153,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
"texting",
|
||||
"comment",
|
||||
"square",
|
||||
"bubble",
|
||||
],
|
||||
Icon: Icons.ChatCenteredText,
|
||||
},
|
||||
@@ -2118,6 +2169,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
"texting",
|
||||
"comment",
|
||||
"round",
|
||||
"bubble",
|
||||
],
|
||||
Icon: Icons.ChatCircle,
|
||||
},
|
||||
@@ -2133,6 +2185,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
"texting",
|
||||
"comment",
|
||||
"round",
|
||||
"bubble",
|
||||
],
|
||||
Icon: Icons.ChatCircleDots,
|
||||
},
|
||||
@@ -2148,6 +2201,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
"texting",
|
||||
"comment",
|
||||
"round",
|
||||
"bubble",
|
||||
],
|
||||
|
||||
Icon: Icons.ChatCircleText,
|
||||
@@ -2164,6 +2218,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
"texting",
|
||||
"comment",
|
||||
"round",
|
||||
"bubble",
|
||||
],
|
||||
Icon: Icons.ChatsCircle,
|
||||
},
|
||||
@@ -2178,6 +2233,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
"sms",
|
||||
"texting",
|
||||
"comment",
|
||||
"bubble",
|
||||
],
|
||||
Icon: Icons.ChatTeardrop,
|
||||
},
|
||||
@@ -2192,6 +2248,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
"sms",
|
||||
"texting",
|
||||
"comment",
|
||||
"bubble",
|
||||
],
|
||||
Icon: Icons.ChatTeardropDots,
|
||||
},
|
||||
@@ -2206,6 +2263,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
"sms",
|
||||
"texting",
|
||||
"comment",
|
||||
"bubble",
|
||||
],
|
||||
Icon: Icons.ChatTeardropText,
|
||||
},
|
||||
@@ -2220,6 +2278,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
"sms",
|
||||
"texting",
|
||||
"comment",
|
||||
"bubble",
|
||||
],
|
||||
Icon: Icons.ChatsTeardrop,
|
||||
},
|
||||
@@ -2337,7 +2396,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
{
|
||||
name: "circles-three",
|
||||
categories: [IconCategory.DESIGN],
|
||||
tags: ["round", "shapes", "polygons", "3"],
|
||||
tags: ["round", "shapes", "polygons", "3", "asana"],
|
||||
Icon: Icons.CirclesThree,
|
||||
},
|
||||
{
|
||||
@@ -2387,13 +2446,23 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
"events",
|
||||
"restore",
|
||||
"fast forward",
|
||||
"update",
|
||||
],
|
||||
Icon: Icons.ClockClockwise,
|
||||
},
|
||||
{
|
||||
name: "clock-counter-clockwise",
|
||||
categories: [IconCategory.SYSTEM],
|
||||
tags: ["times", "timer", "alarm", "schedule", "events", "backup", "rewind"],
|
||||
tags: [
|
||||
"times",
|
||||
"timer",
|
||||
"alarm",
|
||||
"schedule",
|
||||
"events",
|
||||
"backup",
|
||||
"rewind",
|
||||
"history",
|
||||
],
|
||||
Icon: Icons.ClockCounterClockwise,
|
||||
},
|
||||
{
|
||||
@@ -2527,7 +2596,18 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
{
|
||||
name: "coin",
|
||||
categories: [IconCategory.COMMERCE, IconCategory.FINANCE],
|
||||
tags: ["*new*", "coins", "cents", "money", "payment", "paying", "purchase"],
|
||||
tags: [
|
||||
"*new*",
|
||||
"coins",
|
||||
"cents",
|
||||
"change",
|
||||
"money",
|
||||
"payment",
|
||||
"paying",
|
||||
"purchase",
|
||||
"price",
|
||||
"sell",
|
||||
],
|
||||
Icon: Icons.Coin,
|
||||
},
|
||||
{
|
||||
@@ -2622,13 +2702,13 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
{
|
||||
name: "crosshair",
|
||||
categories: [IconCategory.MAP, IconCategory.SYSTEM],
|
||||
tags: ["geolocation", "aiming", "targeting"],
|
||||
tags: ["geolocation", "gps", "aiming", "targeting"],
|
||||
Icon: Icons.Crosshair,
|
||||
},
|
||||
{
|
||||
name: "crosshair-simple",
|
||||
categories: [IconCategory.MAP, IconCategory.SYSTEM],
|
||||
tags: ["geolocation", "aiming", "targeting"],
|
||||
tags: ["geolocation", "gps", "aiming", "targeting"],
|
||||
Icon: Icons.CrosshairSimple,
|
||||
},
|
||||
{
|
||||
@@ -3374,6 +3454,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
"hospital",
|
||||
"cross",
|
||||
"medical",
|
||||
"medicine",
|
||||
"injury",
|
||||
"safety",
|
||||
"emergency",
|
||||
@@ -3384,7 +3465,15 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
{
|
||||
name: "first-aid-kit",
|
||||
categories: [IconCategory.HEALTH],
|
||||
tags: ["bandages", "medical", "injury", "safety", "emergency", "doctor"],
|
||||
tags: [
|
||||
"bandages",
|
||||
"medical",
|
||||
"medicine",
|
||||
"injury",
|
||||
"safety",
|
||||
"emergency",
|
||||
"doctor",
|
||||
],
|
||||
Icon: Icons.FirstAidKit,
|
||||
},
|
||||
{
|
||||
@@ -3780,6 +3869,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
categories: [IconCategory.MAP],
|
||||
tags: [
|
||||
"world",
|
||||
"earth",
|
||||
"global",
|
||||
"planet",
|
||||
"circle",
|
||||
@@ -3798,6 +3888,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
categories: [IconCategory.MAP],
|
||||
tags: [
|
||||
"world",
|
||||
"earth",
|
||||
"global",
|
||||
"planet",
|
||||
"circle",
|
||||
@@ -3816,6 +3907,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
categories: [IconCategory.MAP],
|
||||
tags: [
|
||||
"world",
|
||||
"earth",
|
||||
"global",
|
||||
"planet",
|
||||
"circle",
|
||||
@@ -3838,6 +3930,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
categories: [IconCategory.MAP],
|
||||
tags: [
|
||||
"world",
|
||||
"earth",
|
||||
"global",
|
||||
"planet",
|
||||
"circle",
|
||||
@@ -4138,7 +4231,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
// {
|
||||
// name: "hospital",
|
||||
// categories: [IconCategory.HEALTH, IconCategory.MAP],
|
||||
// tags: [ "medical", "injury", "safety", "emergency"],
|
||||
// tags: [ "medical", "medicine", "injury", "safety", "emergency"],
|
||||
// Icon: Icons.Hospital,
|
||||
// },
|
||||
{
|
||||
@@ -4152,6 +4245,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
"schedule",
|
||||
"events",
|
||||
"waiting",
|
||||
"progress",
|
||||
],
|
||||
Icon: Icons.Hourglass,
|
||||
},
|
||||
@@ -4166,6 +4260,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
"schedule",
|
||||
"events",
|
||||
"waiting",
|
||||
"progress",
|
||||
],
|
||||
Icon: Icons.HourglassHigh,
|
||||
},
|
||||
@@ -4180,6 +4275,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
"schedule",
|
||||
"events",
|
||||
"waiting",
|
||||
"progress",
|
||||
],
|
||||
Icon: Icons.HourglassMedium,
|
||||
},
|
||||
@@ -4194,6 +4290,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
"schedule",
|
||||
"events",
|
||||
"waiting",
|
||||
"progress",
|
||||
],
|
||||
Icon: Icons.HourglassLow,
|
||||
},
|
||||
@@ -4208,6 +4305,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
"schedule",
|
||||
"events",
|
||||
"waiting",
|
||||
"progress",
|
||||
],
|
||||
Icon: Icons.HourglassSimple,
|
||||
},
|
||||
@@ -4222,6 +4320,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
"schedule",
|
||||
"events",
|
||||
"waiting",
|
||||
"progress",
|
||||
],
|
||||
Icon: Icons.HourglassSimpleHigh,
|
||||
},
|
||||
@@ -4236,6 +4335,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
"schedule",
|
||||
"events",
|
||||
"waiting",
|
||||
"progress",
|
||||
],
|
||||
Icon: Icons.HourglassSimpleMedium,
|
||||
},
|
||||
@@ -4250,6 +4350,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
"schedule",
|
||||
"events",
|
||||
"waiting",
|
||||
"progress",
|
||||
],
|
||||
Icon: Icons.HourglassSimpleLow,
|
||||
},
|
||||
@@ -4348,6 +4449,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
categories: [IconCategory.MAP, IconCategory.OBJECTS],
|
||||
tags: [
|
||||
"vehicles",
|
||||
"automobile",
|
||||
"suv",
|
||||
"cars",
|
||||
"trucks",
|
||||
@@ -4411,7 +4513,15 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
{
|
||||
name: "leaf",
|
||||
categories: [IconCategory.NATURE],
|
||||
tags: ["trees", "branches", "leaves", "nodes", "green", "environmental"],
|
||||
tags: [
|
||||
"plants",
|
||||
"trees",
|
||||
"branches",
|
||||
"leaves",
|
||||
"nodes",
|
||||
"green",
|
||||
"environmental",
|
||||
],
|
||||
Icon: Icons.Leaf,
|
||||
},
|
||||
{
|
||||
@@ -4458,6 +4568,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
"charger",
|
||||
"charging",
|
||||
"power",
|
||||
"electricity",
|
||||
],
|
||||
Icon: Icons.Lightning,
|
||||
},
|
||||
@@ -4470,6 +4581,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
"charger",
|
||||
"charging",
|
||||
"power",
|
||||
"electricity",
|
||||
"disabled",
|
||||
],
|
||||
Icon: Icons.LightningSlash,
|
||||
@@ -5823,43 +5935,50 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
{
|
||||
name: "phone",
|
||||
categories: [IconCategory.COMMUNICATION, IconCategory.SYSTEM],
|
||||
tags: ["calls", "telephone", "landline"],
|
||||
tags: ["calls", "telephone", "landline", "talk"],
|
||||
Icon: Icons.Phone,
|
||||
},
|
||||
{
|
||||
name: "phone-call",
|
||||
categories: [IconCategory.COMMUNICATION, IconCategory.SYSTEM],
|
||||
tags: ["calls", "calling", "ringing", "telephone", "landline"],
|
||||
tags: ["calls", "calling", "ringing", "telephone", "landline", "talk"],
|
||||
Icon: Icons.PhoneCall,
|
||||
},
|
||||
{
|
||||
name: "phone-disconnect",
|
||||
categories: [IconCategory.COMMUNICATION, IconCategory.SYSTEM],
|
||||
tags: ["calls", "hang up", "disconnected", "telephone", "landline"],
|
||||
tags: ["calls", "hang up", "disconnected", "telephone", "landline", "talk"],
|
||||
Icon: Icons.PhoneDisconnect,
|
||||
},
|
||||
{
|
||||
name: "phone-incoming",
|
||||
categories: [IconCategory.COMMUNICATION, IconCategory.SYSTEM],
|
||||
tags: ["calls", "calling", "telephone", "landline"],
|
||||
tags: ["calls", "calling", "telephone", "landline", "talk"],
|
||||
Icon: Icons.PhoneIncoming,
|
||||
},
|
||||
{
|
||||
name: "phone-outgoing",
|
||||
categories: [IconCategory.COMMUNICATION, IconCategory.SYSTEM],
|
||||
tags: ["calls", "calling", "telephone", "landline"],
|
||||
tags: ["calls", "calling", "telephone", "landline", "talk"],
|
||||
Icon: Icons.PhoneOutgoing,
|
||||
},
|
||||
{
|
||||
name: "phone-slash",
|
||||
categories: [IconCategory.COMMUNICATION, IconCategory.SYSTEM],
|
||||
tags: ["calls", "disabled", "disconnected", "telephone", "landline"],
|
||||
tags: [
|
||||
"calls",
|
||||
"disabled",
|
||||
"disconnected",
|
||||
"telephone",
|
||||
"landline",
|
||||
"talk",
|
||||
],
|
||||
Icon: Icons.PhoneSlash,
|
||||
},
|
||||
{
|
||||
name: "phone-x",
|
||||
categories: [IconCategory.COMMUNICATION, IconCategory.SYSTEM],
|
||||
tags: ["calls", "missed", "errors", "telephone", "landline"],
|
||||
tags: ["calls", "missed", "errors", "telephone", "landline", "talk"],
|
||||
Icon: Icons.PhoneX,
|
||||
},
|
||||
{
|
||||
@@ -5984,6 +6103,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
"statistics",
|
||||
"analyze",
|
||||
"analysis",
|
||||
"meeting",
|
||||
],
|
||||
Icon: Icons.Presentation,
|
||||
},
|
||||
@@ -6000,6 +6120,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
"statistics",
|
||||
"analyze",
|
||||
"analysis",
|
||||
"meeting",
|
||||
],
|
||||
Icon: Icons.PresentationChart,
|
||||
},
|
||||
@@ -6723,24 +6844,19 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
{
|
||||
name: "spinner",
|
||||
categories: [IconCategory.SYSTEM],
|
||||
tags: ["*new*", "loading", "loader", "waiting"],
|
||||
tags: ["*new*", "loading", "loader", "waiting", "progress"],
|
||||
Icon: Icons.Spinner,
|
||||
},
|
||||
{
|
||||
name: "spinner-gap",
|
||||
categories: [IconCategory.SYSTEM],
|
||||
tags: ["*new*", "loading", "loader", "waiting"],
|
||||
tags: ["*new*", "loading", "loader", "waiting", "progress"],
|
||||
Icon: Icons.SpinnerGap,
|
||||
},
|
||||
{
|
||||
name: "spotify-logo",
|
||||
categories: [IconCategory.BRAND, IconCategory.MEDIA],
|
||||
tags: [
|
||||
"*new*",
|
||||
"music",
|
||||
"player",
|
||||
"streaming",
|
||||
],
|
||||
tags: ["*new*", "music", "player", "streaming"],
|
||||
Icon: Icons.SpotifyLogo,
|
||||
},
|
||||
{
|
||||
@@ -6766,7 +6882,17 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
{
|
||||
name: "squares-four",
|
||||
categories: [IconCategory.DESIGN, IconCategory.SYSTEM],
|
||||
tags: ["4", "shapes", "polygons", "apps", "applications", "grid", "table"],
|
||||
tags: [
|
||||
"4",
|
||||
"shapes",
|
||||
"polygons",
|
||||
"apps",
|
||||
"applications",
|
||||
"grid",
|
||||
"table",
|
||||
"microsoft",
|
||||
"logos",
|
||||
],
|
||||
Icon: Icons.SquaresFour,
|
||||
},
|
||||
{
|
||||
@@ -6928,7 +7054,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
IconCategory.OFFICE,
|
||||
IconCategory.EDITOR,
|
||||
],
|
||||
tags: ["tables", "tabular", "speadsheets", "excel", "grid"],
|
||||
tags: ["tables", "tabular", "speadsheets", "excel", "grid", "form"],
|
||||
Icon: Icons.Table,
|
||||
},
|
||||
{
|
||||
@@ -6938,7 +7064,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
IconCategory.DEVELOPMENT,
|
||||
IconCategory.OBJECTS,
|
||||
],
|
||||
tags: ["tags", "hashtag", "labels", "sale"],
|
||||
tags: ["tags", "hashtag", "labels", "sale", "sell", "price", "discount"],
|
||||
Icon: Icons.Tag,
|
||||
},
|
||||
{
|
||||
@@ -6948,7 +7074,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
IconCategory.DEVELOPMENT,
|
||||
IconCategory.OBJECTS,
|
||||
],
|
||||
tags: ["tags", "hashtag", "labels", "sale"],
|
||||
tags: ["tags", "hashtag", "labels", "sale", "sell", "price", "discount"],
|
||||
Icon: Icons.TagSimple,
|
||||
},
|
||||
{
|
||||
@@ -7138,19 +7264,19 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
{
|
||||
name: "thumbs-up",
|
||||
categories: [IconCategory.COMMUNICATION, IconCategory.PEOPLE],
|
||||
tags: ["like", "love", "favorited", "favorites", "emoji"],
|
||||
tags: ["like", "love", "favorited", "favorites", "emoji", "yes"],
|
||||
Icon: Icons.ThumbsUp,
|
||||
},
|
||||
{
|
||||
name: "thumbs-down",
|
||||
categories: [IconCategory.COMMUNICATION, IconCategory.PEOPLE],
|
||||
tags: ["dislike", "hate", "emoji"],
|
||||
tags: ["dislike", "hate", "emoji", "no"],
|
||||
Icon: Icons.ThumbsDown,
|
||||
},
|
||||
{
|
||||
name: "ticket",
|
||||
categories: [IconCategory.COMMERCE, IconCategory.MAP, IconCategory.OBJECTS],
|
||||
tags: ["ticketstub", "movie ticket", "entry", "admissions"],
|
||||
tags: ["ticketstub", "movie ticket", "entry", "admissions", "events"],
|
||||
Icon: Icons.Ticket,
|
||||
},
|
||||
{
|
||||
@@ -7341,7 +7467,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
{
|
||||
name: "truck",
|
||||
categories: [IconCategory.COMMERCE, IconCategory.MAP, IconCategory.OBJECTS],
|
||||
tags: ["trucks", "cars", "vehicles", "shipping", "delivery"],
|
||||
tags: ["trucks", "cars", "vehicles", "automobile", "shipping", "delivery"],
|
||||
Icon: Icons.Truck,
|
||||
},
|
||||
{
|
||||
@@ -7693,7 +7819,7 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
{
|
||||
name: "wind",
|
||||
categories: [IconCategory.WEATHER],
|
||||
tags: ["meteorology", "windy", "stormy", "blustery", "gusty"],
|
||||
tags: ["meteorology", "windy", "stormy", "blustery", "gusty", "air"],
|
||||
Icon: Icons.Wind,
|
||||
},
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user