@lobehub/icons 5.10.1 → 5.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -69,6 +69,7 @@ import Github from "../Github";
69
69
  import GithubCopilot from "../GithubCopilot";
70
70
  import Google from "../Google";
71
71
  import GoogleCloud from "../GoogleCloud";
72
+ import Grok from "../Grok";
72
73
  import Groq from "../Groq";
73
74
  import Higress from "../Higress";
74
75
  import Huawei from "../Huawei";
@@ -572,6 +573,9 @@ export var providerMappings = [{
572
573
  Icon: XAI,
573
574
  combineMultiple: 0.85,
574
575
  keywords: [ModelProvider.XAI]
576
+ }, {
577
+ Icon: Grok,
578
+ keywords: [ModelProvider.SuperGrok]
575
579
  }, {
576
580
  Combine: /*#__PURE__*/memo(function (_ref7) {
577
581
  var _ref7$size = _ref7.size,
@@ -123,6 +123,7 @@ export declare enum ModelProvider {
123
123
  Straico = "straico",
124
124
  StreamLake = "streamlake",
125
125
  SubModel = "submodel",
126
+ SuperGrok = "supergrok",
126
127
  TII = "tii",
127
128
  Taichu = "taichu",
128
129
  Targon = "targon",
@@ -123,6 +123,7 @@ export var ModelProvider = /*#__PURE__*/function (ModelProvider) {
123
123
  ModelProvider["Straico"] = "straico";
124
124
  ModelProvider["StreamLake"] = "streamlake";
125
125
  ModelProvider["SubModel"] = "submodel";
126
+ ModelProvider["SuperGrok"] = "supergrok";
126
127
  ModelProvider["TII"] = "tii";
127
128
  ModelProvider["Taichu"] = "taichu";
128
129
  ModelProvider["Targon"] = "targon";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/icons",
3
- "version": "5.10.1",
3
+ "version": "5.11.0",
4
4
  "description": "Popular AI / LLM Model Brand SVG Logo and Icon Collection",
5
5
  "keywords": [
6
6
  "lobehub",