@lobehub/icons 1.94.0 → 1.96.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.
Files changed (307) hide show
  1. package/README.md +73 -70
  2. package/es/AiHubMix/components/Avatar.d.ts +5 -0
  3. package/es/AiHubMix/components/Avatar.js +28 -0
  4. package/es/AiHubMix/components/Color.d.ts +3 -0
  5. package/es/AiHubMix/components/Color.js +45 -0
  6. package/es/AiHubMix/components/Combine.d.ts +7 -0
  7. package/es/AiHubMix/components/Combine.js +32 -0
  8. package/es/AiHubMix/components/Inner.d.ts +3 -0
  9. package/es/AiHubMix/components/Inner.js +52 -0
  10. package/es/AiHubMix/components/Mono.d.ts +3 -0
  11. package/es/AiHubMix/components/Mono.js +42 -0
  12. package/es/AiHubMix/components/Text.d.ts +3 -0
  13. package/es/AiHubMix/components/Text.js +41 -0
  14. package/es/AiHubMix/index.d.ts +15 -0
  15. package/es/AiHubMix/index.js +16 -0
  16. package/es/AiHubMix/style.d.ts +4 -0
  17. package/es/AiHubMix/style.js +4 -0
  18. package/es/AionLabs/components/Avatar.d.ts +5 -0
  19. package/es/AionLabs/components/Avatar.js +29 -0
  20. package/es/AionLabs/components/Color.d.ts +3 -0
  21. package/es/AionLabs/components/Color.js +217 -0
  22. package/es/AionLabs/components/Combine.d.ts +7 -0
  23. package/es/AionLabs/components/Combine.js +32 -0
  24. package/es/AionLabs/components/Mono.d.ts +3 -0
  25. package/es/AionLabs/components/Mono.js +43 -0
  26. package/es/AionLabs/components/Text.d.ts +3 -0
  27. package/es/AionLabs/components/Text.js +40 -0
  28. package/es/AionLabs/index.d.ts +15 -0
  29. package/es/AionLabs/index.js +16 -0
  30. package/es/AionLabs/style.d.ts +4 -0
  31. package/es/AionLabs/style.js +4 -0
  32. package/es/AlephAlpha/components/Avatar.d.ts +5 -0
  33. package/es/AlephAlpha/components/Avatar.js +28 -0
  34. package/es/AlephAlpha/components/Combine.d.ts +5 -0
  35. package/es/AlephAlpha/components/Combine.js +26 -0
  36. package/es/AlephAlpha/components/Mono.d.ts +3 -0
  37. package/es/AlephAlpha/components/Mono.js +41 -0
  38. package/es/AlephAlpha/components/Text.d.ts +3 -0
  39. package/es/AlephAlpha/components/Text.js +44 -0
  40. package/es/AlephAlpha/index.d.ts +13 -0
  41. package/es/AlephAlpha/index.js +14 -0
  42. package/es/AlephAlpha/style.d.ts +4 -0
  43. package/es/AlephAlpha/style.js +4 -0
  44. package/es/Anyscale/components/Avatar.d.ts +5 -0
  45. package/es/Anyscale/components/Avatar.js +30 -0
  46. package/es/Anyscale/components/Color.d.ts +3 -0
  47. package/es/Anyscale/components/Color.js +40 -0
  48. package/es/Anyscale/components/Combine.d.ts +7 -0
  49. package/es/Anyscale/components/Combine.js +32 -0
  50. package/es/Anyscale/components/Mono.d.ts +3 -0
  51. package/es/Anyscale/components/Mono.js +41 -0
  52. package/es/Anyscale/components/Text.d.ts +3 -0
  53. package/es/Anyscale/components/Text.js +40 -0
  54. package/es/Anyscale/index.d.ts +15 -0
  55. package/es/Anyscale/index.js +16 -0
  56. package/es/Anyscale/style.d.ts +4 -0
  57. package/es/Anyscale/style.js +4 -0
  58. package/es/AssemblyAI/components/Avatar.d.ts +5 -0
  59. package/es/AssemblyAI/components/Avatar.js +27 -0
  60. package/es/AssemblyAI/components/Color.d.ts +3 -0
  61. package/es/AssemblyAI/components/Color.js +43 -0
  62. package/es/AssemblyAI/components/Combine.d.ts +7 -0
  63. package/es/AssemblyAI/components/Combine.js +32 -0
  64. package/es/AssemblyAI/components/Mono.d.ts +3 -0
  65. package/es/AssemblyAI/components/Mono.js +43 -0
  66. package/es/AssemblyAI/components/Text.d.ts +3 -0
  67. package/es/AssemblyAI/components/Text.js +40 -0
  68. package/es/AssemblyAI/index.d.ts +15 -0
  69. package/es/AssemblyAI/index.js +16 -0
  70. package/es/AssemblyAI/style.d.ts +4 -0
  71. package/es/AssemblyAI/style.js +4 -0
  72. package/es/CentML/components/Avatar.d.ts +5 -0
  73. package/es/CentML/components/Avatar.js +27 -0
  74. package/es/CentML/components/BrandColor.d.ts +3 -0
  75. package/es/CentML/components/BrandColor.js +46 -0
  76. package/es/CentML/components/BrandMono.d.ts +3 -0
  77. package/es/CentML/components/BrandMono.js +47 -0
  78. package/es/CentML/components/Color.d.ts +3 -0
  79. package/es/CentML/components/Color.js +43 -0
  80. package/es/CentML/components/Combine.d.ts +7 -0
  81. package/es/CentML/components/Combine.js +30 -0
  82. package/es/CentML/components/Mono.d.ts +3 -0
  83. package/es/CentML/components/Mono.js +43 -0
  84. package/es/CentML/components/Text.d.ts +3 -0
  85. package/es/CentML/components/Text.js +47 -0
  86. package/es/CentML/index.d.ts +19 -0
  87. package/es/CentML/index.js +20 -0
  88. package/es/CentML/style.d.ts +4 -0
  89. package/es/CentML/style.js +4 -0
  90. package/es/Cerebras/components/Combine.js +2 -4
  91. package/es/Crusoe/components/Avatar.d.ts +5 -0
  92. package/es/Crusoe/components/Avatar.js +27 -0
  93. package/es/Crusoe/components/Color.d.ts +3 -0
  94. package/es/Crusoe/components/Color.js +65 -0
  95. package/es/Crusoe/components/Combine.d.ts +7 -0
  96. package/es/Crusoe/components/Combine.js +32 -0
  97. package/es/Crusoe/components/Mono.d.ts +3 -0
  98. package/es/Crusoe/components/Mono.js +62 -0
  99. package/es/Crusoe/components/Text.d.ts +3 -0
  100. package/es/Crusoe/components/Text.js +41 -0
  101. package/es/Crusoe/index.d.ts +15 -0
  102. package/es/Crusoe/index.js +16 -0
  103. package/es/Crusoe/style.d.ts +4 -0
  104. package/es/Crusoe/style.js +4 -0
  105. package/es/Featherless/components/Avatar.d.ts +5 -0
  106. package/es/Featherless/components/Avatar.js +33 -0
  107. package/es/Featherless/components/Color.d.ts +3 -0
  108. package/es/Featherless/components/Color.js +40 -0
  109. package/es/Featherless/components/Combine.d.ts +7 -0
  110. package/es/Featherless/components/Combine.js +32 -0
  111. package/es/Featherless/components/Mono.d.ts +3 -0
  112. package/es/Featherless/components/Mono.js +41 -0
  113. package/es/Featherless/components/Text.d.ts +3 -0
  114. package/es/Featherless/components/Text.js +40 -0
  115. package/es/Featherless/index.d.ts +15 -0
  116. package/es/Featherless/index.js +16 -0
  117. package/es/Featherless/style.d.ts +4 -0
  118. package/es/Featherless/style.js +4 -0
  119. package/es/Friendli/components/Avatar.d.ts +5 -0
  120. package/es/Friendli/components/Avatar.js +28 -0
  121. package/es/Friendli/components/Combine.d.ts +5 -0
  122. package/es/Friendli/components/Combine.js +26 -0
  123. package/es/Friendli/components/Mono.d.ts +3 -0
  124. package/es/Friendli/components/Mono.js +45 -0
  125. package/es/Friendli/components/Text.d.ts +3 -0
  126. package/es/Friendli/components/Text.js +40 -0
  127. package/es/Friendli/index.d.ts +13 -0
  128. package/es/Friendli/index.js +14 -0
  129. package/es/Friendli/style.d.ts +4 -0
  130. package/es/Friendli/style.js +4 -0
  131. package/es/Hyperbolic/components/Avatar.d.ts +5 -0
  132. package/es/Hyperbolic/components/Avatar.js +30 -0
  133. package/es/Hyperbolic/components/Color.d.ts +3 -0
  134. package/es/Hyperbolic/components/Color.js +40 -0
  135. package/es/Hyperbolic/components/Combine.d.ts +7 -0
  136. package/es/Hyperbolic/components/Combine.js +32 -0
  137. package/es/Hyperbolic/components/Mono.d.ts +3 -0
  138. package/es/Hyperbolic/components/Mono.js +41 -0
  139. package/es/Hyperbolic/components/Text.d.ts +3 -0
  140. package/es/Hyperbolic/components/Text.js +40 -0
  141. package/es/Hyperbolic/index.d.ts +15 -0
  142. package/es/Hyperbolic/index.js +16 -0
  143. package/es/Hyperbolic/style.d.ts +4 -0
  144. package/es/Hyperbolic/style.js +4 -0
  145. package/es/Inference/components/Avatar.d.ts +5 -0
  146. package/es/Inference/components/Avatar.js +27 -0
  147. package/es/Inference/components/Combine.d.ts +5 -0
  148. package/es/Inference/components/Combine.js +24 -0
  149. package/es/Inference/components/Mono.d.ts +3 -0
  150. package/es/Inference/components/Mono.js +41 -0
  151. package/es/Inference/components/Text.d.ts +3 -0
  152. package/es/Inference/components/Text.js +40 -0
  153. package/es/Inference/index.d.ts +13 -0
  154. package/es/Inference/index.js +14 -0
  155. package/es/Inference/style.d.ts +4 -0
  156. package/es/Inference/style.js +4 -0
  157. package/es/Infermatic/components/Avatar.d.ts +5 -0
  158. package/es/Infermatic/components/Avatar.js +30 -0
  159. package/es/Infermatic/components/Color.d.ts +3 -0
  160. package/es/Infermatic/components/Color.js +40 -0
  161. package/es/Infermatic/components/Combine.d.ts +7 -0
  162. package/es/Infermatic/components/Combine.js +32 -0
  163. package/es/Infermatic/components/Mono.d.ts +3 -0
  164. package/es/Infermatic/components/Mono.js +41 -0
  165. package/es/Infermatic/components/Text.d.ts +3 -0
  166. package/es/Infermatic/components/Text.js +40 -0
  167. package/es/Infermatic/index.d.ts +15 -0
  168. package/es/Infermatic/index.js +16 -0
  169. package/es/Infermatic/style.d.ts +4 -0
  170. package/es/Infermatic/style.js +4 -0
  171. package/es/Inflection/components/Avatar.d.ts +5 -0
  172. package/es/Inflection/components/Avatar.js +28 -0
  173. package/es/Inflection/components/Combine.d.ts +5 -0
  174. package/es/Inflection/components/Combine.js +24 -0
  175. package/es/Inflection/components/Mono.d.ts +3 -0
  176. package/es/Inflection/components/Mono.js +41 -0
  177. package/es/Inflection/components/Text.d.ts +3 -0
  178. package/es/Inflection/components/Text.js +40 -0
  179. package/es/Inflection/index.d.ts +13 -0
  180. package/es/Inflection/index.js +14 -0
  181. package/es/Inflection/style.d.ts +4 -0
  182. package/es/Inflection/style.js +4 -0
  183. package/es/Kluster/components/Avatar.d.ts +5 -0
  184. package/es/Kluster/components/Avatar.js +30 -0
  185. package/es/Kluster/components/Color.d.ts +3 -0
  186. package/es/Kluster/components/Color.js +43 -0
  187. package/es/Kluster/components/Combine.d.ts +7 -0
  188. package/es/Kluster/components/Combine.js +32 -0
  189. package/es/Kluster/components/Mono.d.ts +3 -0
  190. package/es/Kluster/components/Mono.js +43 -0
  191. package/es/Kluster/components/Text.d.ts +3 -0
  192. package/es/Kluster/components/Text.js +40 -0
  193. package/es/Kluster/index.d.ts +15 -0
  194. package/es/Kluster/index.js +16 -0
  195. package/es/Kluster/style.d.ts +4 -0
  196. package/es/Kluster/style.js +4 -0
  197. package/es/LeptonAI/components/Avatar.d.ts +5 -0
  198. package/es/LeptonAI/components/Avatar.js +29 -0
  199. package/es/LeptonAI/components/Color.d.ts +3 -0
  200. package/es/LeptonAI/components/Color.js +61 -0
  201. package/es/LeptonAI/components/Combine.d.ts +7 -0
  202. package/es/LeptonAI/components/Combine.js +32 -0
  203. package/es/LeptonAI/components/Mono.d.ts +3 -0
  204. package/es/LeptonAI/components/Mono.js +57 -0
  205. package/es/LeptonAI/components/Text.d.ts +3 -0
  206. package/es/LeptonAI/components/Text.js +40 -0
  207. package/es/LeptonAI/index.d.ts +15 -0
  208. package/es/LeptonAI/index.js +16 -0
  209. package/es/LeptonAI/style.d.ts +4 -0
  210. package/es/LeptonAI/style.js +4 -0
  211. package/es/Liquid/components/Avatar.d.ts +5 -0
  212. package/es/Liquid/components/Avatar.js +27 -0
  213. package/es/Liquid/components/Combine.d.ts +5 -0
  214. package/es/Liquid/components/Combine.js +29 -0
  215. package/es/Liquid/components/Mono.d.ts +3 -0
  216. package/es/Liquid/components/Mono.js +41 -0
  217. package/es/Liquid/components/Text.d.ts +3 -0
  218. package/es/Liquid/components/Text.js +50 -0
  219. package/es/Liquid/index.d.ts +13 -0
  220. package/es/Liquid/index.js +14 -0
  221. package/es/Liquid/style.d.ts +4 -0
  222. package/es/Liquid/style.js +4 -0
  223. package/es/NPLCloud/components/Avatar.d.ts +5 -0
  224. package/es/NPLCloud/components/Avatar.js +30 -0
  225. package/es/NPLCloud/components/Color.d.ts +3 -0
  226. package/es/NPLCloud/components/Color.js +40 -0
  227. package/es/NPLCloud/components/Combine.d.ts +7 -0
  228. package/es/NPLCloud/components/Combine.js +32 -0
  229. package/es/NPLCloud/components/Mono.d.ts +3 -0
  230. package/es/NPLCloud/components/Mono.js +41 -0
  231. package/es/NPLCloud/components/Text.d.ts +3 -0
  232. package/es/NPLCloud/components/Text.js +40 -0
  233. package/es/NPLCloud/index.d.ts +15 -0
  234. package/es/NPLCloud/index.js +16 -0
  235. package/es/NPLCloud/style.d.ts +4 -0
  236. package/es/NPLCloud/style.js +4 -0
  237. package/es/Nebius/components/Avatar.d.ts +5 -0
  238. package/es/Nebius/components/Avatar.js +28 -0
  239. package/es/Nebius/components/Mono.d.ts +3 -0
  240. package/es/Nebius/components/Mono.js +43 -0
  241. package/es/Nebius/components/Text.d.ts +3 -0
  242. package/es/Nebius/components/Text.js +47 -0
  243. package/es/Nebius/index.d.ts +11 -0
  244. package/es/Nebius/index.js +12 -0
  245. package/es/Nebius/style.d.ts +4 -0
  246. package/es/Nebius/style.js +4 -0
  247. package/es/Parasail/components/Avatar.d.ts +5 -0
  248. package/es/Parasail/components/Avatar.js +28 -0
  249. package/es/Parasail/components/Combine.d.ts +5 -0
  250. package/es/Parasail/components/Combine.js +27 -0
  251. package/es/Parasail/components/Mono.d.ts +3 -0
  252. package/es/Parasail/components/Mono.js +44 -0
  253. package/es/Parasail/components/Text.d.ts +3 -0
  254. package/es/Parasail/components/Text.js +40 -0
  255. package/es/Parasail/index.d.ts +13 -0
  256. package/es/Parasail/index.js +14 -0
  257. package/es/Parasail/style.d.ts +4 -0
  258. package/es/Parasail/style.js +4 -0
  259. package/es/Snowflake/components/Avatar.d.ts +5 -0
  260. package/es/Snowflake/components/Avatar.js +30 -0
  261. package/es/Snowflake/components/Color.d.ts +3 -0
  262. package/es/Snowflake/components/Color.js +42 -0
  263. package/es/Snowflake/components/Combine.d.ts +7 -0
  264. package/es/Snowflake/components/Combine.js +32 -0
  265. package/es/Snowflake/components/Mono.d.ts +3 -0
  266. package/es/Snowflake/components/Mono.js +42 -0
  267. package/es/Snowflake/components/Text.d.ts +3 -0
  268. package/es/Snowflake/components/Text.js +41 -0
  269. package/es/Snowflake/index.d.ts +15 -0
  270. package/es/Snowflake/index.js +16 -0
  271. package/es/Snowflake/style.d.ts +4 -0
  272. package/es/Snowflake/style.js +4 -0
  273. package/es/Targon/components/Avatar.d.ts +5 -0
  274. package/es/Targon/components/Avatar.js +28 -0
  275. package/es/Targon/components/Color.d.ts +3 -0
  276. package/es/Targon/components/Color.js +45 -0
  277. package/es/Targon/components/Combine.d.ts +7 -0
  278. package/es/Targon/components/Combine.js +32 -0
  279. package/es/Targon/components/Inner.d.ts +3 -0
  280. package/es/Targon/components/Inner.js +42 -0
  281. package/es/Targon/components/Mono.d.ts +3 -0
  282. package/es/Targon/components/Mono.js +42 -0
  283. package/es/Targon/components/Text.d.ts +3 -0
  284. package/es/Targon/components/Text.js +40 -0
  285. package/es/Targon/index.d.ts +15 -0
  286. package/es/Targon/index.js +16 -0
  287. package/es/Targon/style.d.ts +4 -0
  288. package/es/Targon/style.js +4 -0
  289. package/es/Voyage/components/Avatar.d.ts +5 -0
  290. package/es/Voyage/components/Avatar.js +27 -0
  291. package/es/Voyage/components/Color.d.ts +3 -0
  292. package/es/Voyage/components/Color.js +40 -0
  293. package/es/Voyage/components/Mono.d.ts +3 -0
  294. package/es/Voyage/components/Mono.js +41 -0
  295. package/es/Voyage/components/Text.d.ts +3 -0
  296. package/es/Voyage/components/Text.js +40 -0
  297. package/es/Voyage/index.d.ts +13 -0
  298. package/es/Voyage/index.js +14 -0
  299. package/es/Voyage/style.d.ts +4 -0
  300. package/es/Voyage/style.js +4 -0
  301. package/es/features/IconCombine/index.d.ts +1 -1
  302. package/es/features/IconCombine/index.js +1 -1
  303. package/es/features/modelConfig.js +20 -0
  304. package/es/icons.d.ts +22 -0
  305. package/es/icons.js +22 -0
  306. package/es/toc.js +396 -0
  307. package/package.json +1 -1
@@ -0,0 +1,40 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["size", "style"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import { forwardRef } from 'react';
13
+ import { TITLE } from "../style";
14
+ import { jsx as _jsx } from "react/jsx-runtime";
15
+ import { jsxs as _jsxs } from "react/jsx-runtime";
16
+ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
17
+ var _ref$size = _ref.size,
18
+ size = _ref$size === void 0 ? '1em' : _ref$size,
19
+ style = _ref.style,
20
+ rest = _objectWithoutProperties(_ref, _excluded);
21
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
22
+ fill: "currentColor",
23
+ fillRule: "evenodd",
24
+ height: size,
25
+ ref: ref,
26
+ style: _objectSpread({
27
+ flex: 'none',
28
+ lineHeight: 1
29
+ }, style),
30
+ viewBox: "0 0 140 24",
31
+ xmlns: "http://www.w3.org/2000/svg"
32
+ }, rest), {}, {
33
+ children: [/*#__PURE__*/_jsx("title", {
34
+ children: TITLE
35
+ }), /*#__PURE__*/_jsx("path", {
36
+ d: "M6.04.441v.06a.859.859 0 00-.043.22c-.01.098-.015.186-.015.265 0 .304.04.643.118 1.015.088.363.25.82.486 1.369l6.534 14.7L19.43 3.489c.148-.363.305-.76.472-1.192.167-.432.251-.869.251-1.31A1.234 1.234 0 0020.066.5V.441h3.023v.06c-.187.186-.413.52-.679 1a23.7 23.7 0 00-.87 1.78L13.09 22h-1.18L3.902 4.003a20.103 20.103 0 00-.59-1.222 24.744 24.744 0 00-.56-1.06A14.24 14.24 0 002.28.913 5.084 5.084 0 002 .5V.441h4.04zm17.093 13.142c0-1.158.216-2.232.649-3.223a8.109 8.109 0 011.799-2.575 8.128 8.128 0 012.684-1.722 8.868 8.868 0 013.318-.618c1.16 0 2.252.196 3.274.588a7.8 7.8 0 012.684 1.649 7.713 7.713 0 011.814 2.604c.443 1.02.664 2.164.664 3.429a8.49 8.49 0 01-.56 3.046 7.78 7.78 0 01-1.638 2.59c-.717.746-1.602 1.344-2.654 1.795-1.052.442-2.257.663-3.613.663a9.226 9.226 0 01-3.26-.574A8.114 8.114 0 0125.61 19.6a7.75 7.75 0 01-1.813-2.59c-.443-1.02-.664-2.163-.664-3.428zm8.79 7.18c.747 0 1.435-.146 2.064-.44a4.612 4.612 0 001.622-1.266c.462-.55.816-1.217 1.062-2.002.256-.794.383-1.687.383-2.678 0-1.128-.122-2.173-.368-3.134-.236-.962-.6-1.79-1.092-2.487a5.11 5.11 0 00-1.813-1.648c-.728-.403-1.578-.604-2.552-.604-.747 0-1.435.143-2.064.427a4.666 4.666 0 00-1.637 1.236c-.453.54-.806 1.202-1.062 1.987-.256.785-.384 1.677-.384 2.678 0 1.118.123 2.163.37 3.134.255.962.623 1.8 1.105 2.517a5.524 5.524 0 001.829 1.677c.727.403 1.573.604 2.536.604zm17.902-5.282c0 .883.01 1.653.03 2.31.02.658.045 1.227.074 1.707.04.471.083.868.132 1.192.06.324.124.589.193.795v.059h-3.422v-.06c.069-.205.128-.47.177-.794.059-.324.103-.72.133-1.192.039-.48.069-1.05.088-1.707.02-.657.03-1.427.03-2.31v-1.015l-5.31-6.99a7.507 7.507 0 00-1.017-1.134c-.324-.294-.57-.48-.737-.559v-.059h4.188c0 .177.064.452.192.824.127.363.388.81.781 1.34l3.746 4.944 3.834-5.15c.276-.373.482-.741.62-1.104.147-.363.221-.648.221-.854h2.699v.06a5.923 5.923 0 00-.767.632 9.497 9.497 0 00-.9 1.089l-4.985 6.74v1.236zm16.93 1.089h-3.76c-.502 0-.978.005-1.43.015-.453 0-.866.005-1.24.014h-.87l-.545 1.148c-.236.471-.438.883-.605 1.236a15.46 15.46 0 00-.413.913 5.257 5.257 0 00-.236.691 2.082 2.082 0 00-.059.78c.01.05.025.088.045.118v.059h-2.596v-.06a3.17 3.17 0 00.324-.44 20.3 20.3 0 00.502-.854c.197-.334.403-.711.62-1.133.226-.422.447-.859.663-1.31l6.017-12.39h1.106l5.9 12.39c.225.471.451.922.677 1.354.236.432.453.82.65 1.163.196.333.368.613.516.838.147.216.245.344.294.383v.059H68.54a.881.881 0 00.03-.206v-.22c0-.217-.05-.477-.148-.78a7.606 7.606 0 00-.34-.928 11.414 11.414 0 00-.412-.927c-.138-.294-.25-.54-.34-.736l-.574-1.177zm-6.724-1.148h2.212a68.2 68.2 0 011.416-.015h1.371c.443-.01.84-.014 1.195-.014l-3.053-6.505-3.14 6.534zm28.58 4.341c0 .128-.014.236-.044.324a.355.355 0 01-.162.22c-.698.491-1.514.884-2.448 1.178-.924.284-2.01.427-3.26.427-1.405 0-2.688-.201-3.849-.604-1.15-.402-2.138-.961-2.964-1.677a7.676 7.676 0 01-1.931-2.605c-.453-1.01-.679-2.129-.679-3.355 0-1.05.207-2.07.62-3.061a8.062 8.062 0 011.813-2.634c.787-.765 1.74-1.378 2.861-1.84 1.131-.46 2.404-.691 3.82-.691.737 0 1.435.044 2.094.132.659.079 1.293.206 1.902.383l1.106 2.649-.147.103a6.419 6.419 0 00-2.139-1.604c-.835-.403-1.794-.604-2.875-.604-.885 0-1.701.143-2.448.427a5.516 5.516 0 00-1.932 1.25c-.541.54-.963 1.208-1.268 2.002-.305.795-.458 1.697-.458 2.708 0 1.138.143 2.193.428 3.164.285.971.713 1.815 1.283 2.531a6.038 6.038 0 002.11 1.663c.844.402 1.828.603 2.949.603.963 0 1.71-.122 2.241-.368.541-.245.81-.525.81-.839v-.78c0-.51-.004-.951-.014-1.324-.01-.373-.024-.692-.044-.956-.02-.275-.05-.51-.088-.707a4.042 4.042 0 00-.118-.544v-.06h3.14v.06c-.048.147-.093.324-.132.53-.039.206-.073.45-.103.735-.02.285-.04.618-.06 1.001-.01.383-.014.824-.014 1.324v.84zm3.377-14.039h2.965l2.816-.029c.866-.02 1.608-.04 2.227-.059.629-.02 1.042-.049 1.239-.088l-.575 1.59a11.887 11.887 0 00-.9-.192c-.295-.05-.653-.093-1.076-.133-.413-.049-.895-.073-1.446-.073-.196 0-.422.01-.678.03-.256.009-.502.024-.737.043l-.84.06v5.812c.796-.01 1.513-.03 2.152-.059.64-.03 1.185-.069 1.637-.118.53-.039.998-.093 1.401-.161l-.354 1.75a43.962 43.962 0 00-1.637-.176 30.36 30.36 0 00-1.563-.118c-.57-.039-1.116-.059-1.637-.059v6.681a28.4 28.4 0 002.522-.103 39.805 39.805 0 002.006-.25c.668-.108 1.273-.23 1.814-.368l-.34 1.928c-.147-.01-.388-.024-.722-.044l-1.033-.03a32.3 32.3 0 01-1.002-.014H91.987v-.06c.07-.205.128-.47.177-.794.06-.324.104-.72.133-1.192.04-.48.069-1.05.088-1.707.02-.657.03-1.427.03-2.31v-3.708c0-.883-.01-1.649-.03-2.296a32.1 32.1 0 00-.088-1.692c-.03-.481-.074-.883-.133-1.207a4.877 4.877 0 00-.177-.795v-.059zm36.485 15.82v-.06a.813.813 0 00.044-.22c.01-.098.015-.186.015-.265 0-.304-.044-.637-.133-1-.078-.373-.236-.834-.472-1.384l-1.784-4.002c-.55-.02-1.283-.03-2.197-.03h-5.221c-.717 0-1.366.01-1.946.03l-1.696 3.885c-.148.363-.305.76-.472 1.192a3.605 3.605 0 00-.251 1.31c0 .127.01.235.03.323a.539.539 0 00.059.162v.059h-3.009v-.06c.177-.186.398-.514.664-.985.265-.48.555-1.08.87-1.795L121.424 0h1.18l8.008 17.983c.187.421.378.834.575 1.236.206.392.398.745.575 1.06.177.313.334.578.472.794.137.216.231.353.28.412v.059h-4.041zm-9.556-8.226h1.755c.6-.01 1.185-.015 1.755-.015.58-.01 1.135-.015 1.667-.015.53-.01 1.012-.02 1.445-.03l-4.144-9.344-4.071 9.404h1.593zm15.559 8.167a6.95 6.95 0 00.162-.765c.049-.304.093-.682.132-1.133.04-.452.069-.986.089-1.604.02-.628.029-1.36.029-2.193V6.21c0-.834-.009-1.56-.029-2.178a29.344 29.344 0 00-.089-1.619 15.81 15.81 0 00-.132-1.147 6.951 6.951 0 00-.162-.766V.441H138v.06a9.228 9.228 0 00-.177.765c-.049.304-.093.686-.133 1.147-.029.452-.059.991-.088 1.62a68.47 68.47 0 00-.03 2.177v9.58c0 .834.01 1.565.03 2.193.029.618.059 1.152.088 1.604.04.45.084.829.133 1.133.059.304.118.559.177.765v.059h-3.524v-.06z"
37
+ })]
38
+ }));
39
+ });
40
+ export default Icon;
@@ -0,0 +1,13 @@
1
+ import Avatar from './components/Avatar';
2
+ import Color from './components/Color';
3
+ import Mono from './components/Mono';
4
+ import Text from './components/Text';
5
+ export type CompoundedIcon = typeof Mono & {
6
+ Avatar: typeof Avatar;
7
+ Color: typeof Color;
8
+ Text: typeof Text;
9
+ colorPrimary: string;
10
+ title: string;
11
+ };
12
+ declare const Icons: CompoundedIcon;
13
+ export default Icons;
@@ -0,0 +1,14 @@
1
+ 'use client';
2
+
3
+ import Avatar from "./components/Avatar";
4
+ import Color from "./components/Color";
5
+ import Mono from "./components/Mono";
6
+ import Text from "./components/Text";
7
+ import { COLOR_PRIMARY, TITLE } from "./style";
8
+ var Icons = Mono;
9
+ Icons.Color = Color;
10
+ Icons.Text = Text;
11
+ Icons.Avatar = Avatar;
12
+ Icons.colorPrimary = COLOR_PRIMARY;
13
+ Icons.title = TITLE;
14
+ export default Icons;
@@ -0,0 +1,4 @@
1
+ export declare const TITLE = "Voyage";
2
+ export declare const TEXT_MULTIPLE = 0.7;
3
+ export declare const SPACE_MULTIPLE = 0.2;
4
+ export declare const COLOR_PRIMARY = "#012E33";
@@ -0,0 +1,4 @@
1
+ export var TITLE = 'Voyage';
2
+ export var TEXT_MULTIPLE = 0.7;
3
+ export var SPACE_MULTIPLE = 0.2;
4
+ export var COLOR_PRIMARY = '#012E33';
@@ -3,7 +3,7 @@ import { type FlexboxProps } from 'react-layout-kit';
3
3
  import IconAvatar, { IconAvatarProps } from "../IconAvatar";
4
4
  import { IconType } from "../../types";
5
5
  export interface IconCombineProps extends FlexboxProps {
6
- Icon: IconType | typeof IconAvatar;
6
+ Icon?: IconType | typeof IconAvatar;
7
7
  Text?: IconType;
8
8
  color?: string;
9
9
  extra?: string;
@@ -35,7 +35,7 @@ var IconCombine = /*#__PURE__*/forwardRef(function (_ref, ref) {
35
35
  iconProps = _ref.iconProps,
36
36
  inverse = _ref.inverse,
37
37
  rest = _objectWithoutProperties(_ref, _excluded);
38
- var logo = showLogo && /*#__PURE__*/_jsx(Icon, _objectSpread(_objectSpread({
38
+ var logo = Icon && showLogo && /*#__PURE__*/_jsx(Icon, _objectSpread(_objectSpread({
39
39
  size: size
40
40
  }, iconProps), {}, {
41
41
  style: inverse ? _objectSpread({
@@ -2,6 +2,8 @@ import Adobe from "../Adobe";
2
2
  import Ai21 from "../Ai21";
3
3
  import Ai360 from "../Ai360";
4
4
  import AiMass from "../AiMass";
5
+ import AionLabs from "../AionLabs";
6
+ import AssemblyAI from "../AssemblyAI";
5
7
  import Aws from "../Aws";
6
8
  import Aya from "../Aya";
7
9
  import Baichuan from "../Baichuan";
@@ -23,9 +25,11 @@ import Google from "../Google";
23
25
  import Grok from "../Grok";
24
26
  import Hunyuan from "../Hunyuan";
25
27
  import Ideogram from "../Ideogram";
28
+ import Inflection from "../Inflection";
26
29
  import InternLM from "../InternLM";
27
30
  import Jina from "../Jina";
28
31
  import LLaVA from "../LLaVA";
32
+ import Liquid from "../Liquid";
29
33
  import Meta from "../Meta";
30
34
  import Microsoft from "../Microsoft";
31
35
  import Minimax from "../Minimax";
@@ -45,6 +49,7 @@ import Stepfun from "../Stepfun";
45
49
  import Suno from "../Suno";
46
50
  import Udio from "../Udio";
47
51
  import Upstage from "../Upstage";
52
+ import Voyage from "../Voyage";
48
53
  import Wenxin from "../Wenxin";
49
54
  import Yi from "../Yi";
50
55
 
@@ -216,4 +221,19 @@ export var modelMappings = [{
216
221
  }, {
217
222
  Icon: DeepSeek,
218
223
  keywords: ['deepseek']
224
+ }, {
225
+ Icon: Voyage,
226
+ keywords: ['voyage']
227
+ }, {
228
+ Icon: AssemblyAI,
229
+ keywords: ['assemblyai']
230
+ }, {
231
+ Icon: Liquid,
232
+ keywords: ['liquid', 'lfm']
233
+ }, {
234
+ Icon: Inflection,
235
+ keywords: ['inflection-']
236
+ }, {
237
+ Icon: AionLabs,
238
+ keywords: ['aion-']
219
239
  }];
package/es/icons.d.ts CHANGED
@@ -2,12 +2,17 @@ export { default as Adobe, type CompoundedIcon as AdobeProps } from './Adobe';
2
2
  export { default as AdobeFirefly, type CompoundedIcon as AdobeFireflyProps } from './AdobeFirefly';
3
3
  export { default as Ai21, type CompoundedIcon as Ai21Props } from './Ai21';
4
4
  export { default as Ai360, type CompoundedIcon as Ai360Props } from './Ai360';
5
+ export { default as AiHubMix, type CompoundedIcon as AiHubMixProps } from './AiHubMix';
5
6
  export { default as AiMass, type CompoundedIcon as AiMassProps } from './AiMass';
7
+ export { default as AionLabs, type CompoundedIcon as AionLabsProps } from './AionLabs';
6
8
  export { default as AiStudio, type CompoundedIcon as AiStudioProps } from './AiStudio';
9
+ export { default as AlephAlpha, type CompoundedIcon as AlephAlphaProps } from './AlephAlpha';
7
10
  export { default as Alibaba, type CompoundedIcon as AlibabaProps } from './Alibaba';
8
11
  export { default as AlibabaCloud, type CompoundedIcon as AlibabaCloudProps } from './AlibabaCloud';
9
12
  export { default as AntGroup, type CompoundedIcon as AntGroupProps } from './AntGroup';
10
13
  export { default as Anthropic, type CompoundedIcon as AnthropicProps } from './Anthropic';
14
+ export { default as Anyscale, type CompoundedIcon as AnyscaleProps } from './Anyscale';
15
+ export { default as AssemblyAI, type CompoundedIcon as AssemblyAIProps } from './AssemblyAI';
11
16
  export { default as Automatic, type CompoundedIcon as AutomaticProps } from './Automatic';
12
17
  export { default as Aws, type CompoundedIcon as AwsProps } from './Aws';
13
18
  export { default as Aya, type CompoundedIcon as AyaProps } from './Aya';
@@ -20,6 +25,7 @@ export { default as BaiduCloud, type CompoundedIcon as BaiduCloudProps } from '.
20
25
  export { default as Bedrock, type CompoundedIcon as BedrockProps } from './Bedrock';
21
26
  export { default as Bing, type CompoundedIcon as BingProps } from './Bing';
22
27
  export { default as ByteDance, type CompoundedIcon as ByteDanceProps } from './ByteDance';
28
+ export { default as CentML, type CompoundedIcon as CentMLProps } from './CentML';
23
29
  export { default as Cerebras, type CompoundedIcon as CerebrasProps } from './Cerebras';
24
30
  export { default as ChatGLM, type CompoundedIcon as ChatGLMProps } from './ChatGLM';
25
31
  export { default as Civitai, type CompoundedIcon as CivitaiProps } from './Civitai';
@@ -38,6 +44,7 @@ export { default as Copilot, type CompoundedIcon as CopilotProps } from './Copil
38
44
  export { default as Coqui, type CompoundedIcon as CoquiProps } from './Coqui';
39
45
  export { default as Coze, type CompoundedIcon as CozeProps } from './Coze';
40
46
  export { default as CrewAI, type CompoundedIcon as CrewAIrops } from './CrewAI';
47
+ export { default as Crusoe, type CompoundedIcon as CrusoeProps } from './Crusoe';
41
48
  export { default as Cursor, type CompoundedIcon as CursorProps } from './Cursor';
42
49
  export { default as Dalle, type CompoundedIcon as DalleProps } from './Dalle';
43
50
  export { default as Dbrx, type CompoundedIcon as DbrxProps } from './Dbrx';
@@ -52,11 +59,13 @@ export { default as Doubao, type CompoundedIcon as DoubaoProps } from './Doubao'
52
59
  export { default as DreamMachine, type CompoundedIcon as DreamMachineProps } from './DreamMachine';
53
60
  export { default as Exa, type CompoundedIcon as ExaProps } from './Exa';
54
61
  export { default as Fal, type CompoundedIcon as FalProps } from './Fal';
62
+ export { default as Featherless, type CompoundedIcon as FeatherlessProps } from './Featherless';
55
63
  export { default as Fireworks, type CompoundedIcon as FireworksProps } from './Fireworks';
56
64
  export { default as FishAudio, type CompoundedIcon as FishAudioProps } from './FishAudio';
57
65
  export { default as Flora, type CompoundedIcon as FloraProps } from './Flora';
58
66
  export { default as Flowith, type CompoundedIcon as FlowithProps } from './Flowith';
59
67
  export { default as Flux, type CompoundedIcon as FluxProps } from './Flux';
68
+ export { default as Friendli, type CompoundedIcon as FriendliProps } from './Friendli';
60
69
  export { default as Gemini, type CompoundedIcon as GeminiProps } from './Gemini';
61
70
  export { default as Gemma, type CompoundedIcon as GemmaProps } from './Gemma';
62
71
  export { default as GiteeAI, type CompoundedIcon as GiteeAIProps } from './GiteeAI';
@@ -75,20 +84,27 @@ export { default as Hedra, type CompoundedIcon as HedraProps } from './Hedra';
75
84
  export { default as Higress, type CompoundedIcon as HigressProps } from './Higress';
76
85
  export { default as HuggingFace, type CompoundedIcon as HuggingFaceProps } from './HuggingFace';
77
86
  export { default as Hunyuan, type CompoundedIcon as HunyuanProps } from './Hunyuan';
87
+ export { default as Hyperbolic, type CompoundedIcon as HyperbolicProps } from './Hyperbolic';
78
88
  export { default as Ideogram, type CompoundedIcon as IdeogramProps } from './Ideogram';
79
89
  export { default as IFlyTekCloud, type CompoundedIcon as IFlyTekCloudProps } from './IFlyTekCloud';
90
+ export { default as Inference, type CompoundedIcon as InferenceProps } from './Inference';
91
+ export { default as Infermatic, type CompoundedIcon as InfermaticProps } from './Infermatic';
80
92
  export { default as Infinigence, type CompoundedIcon as InfinigenceProps } from './Infinigence';
93
+ export { default as Inflection, type CompoundedIcon as InflectionProps } from './Inflection';
81
94
  export { default as InternLM, type CompoundedIcon as InternLMProps } from './InternLM';
82
95
  export { default as Jina, type CompoundedIcon as JinaProps } from './Jina';
83
96
  export { default as Kera, type CompoundedIcon as KeraProps } from './Kera';
84
97
  export { default as Kimi, type CompoundedIcon as KimiProps } from './Kimi';
85
98
  export { default as Kling, type CompoundedIcon as KlingProps } from './Kling';
99
+ export { default as Kluster, type CompoundedIcon as KlusterProps } from './Kluster';
86
100
  export { default as Lambda, type CompoundedIcon as LambdaProps } from './Lambda';
87
101
  export { default as LangChain, type CompoundedIcon as LangChainProps } from './LangChain';
88
102
  export { default as Langfuse, type CompoundedIcon as LangfuseProps } from './Langfuse';
89
103
  export { default as LangGraph, type CompoundedIcon as LangGraphProps } from './LangGraph';
90
104
  export { default as LangSmith, type CompoundedIcon as LangSmithProps } from './LangSmith';
105
+ export { default as LeptonAI, type CompoundedIcon as LeptonAIProps } from './LeptonAI';
91
106
  export { default as Lightricks, type CompoundedIcon as LightricksProps } from './Lightricks';
107
+ export { default as Liquid, type CompoundedIcon as LiquidProps } from './Liquid';
92
108
  export { default as LiveKit, type CompoundedIcon as LiveKitProps } from './LiveKit';
93
109
  export { default as LlamaIndex, type CompoundedIcon as LlamaIndexProps } from './LlamaIndex';
94
110
  export { default as LLaVA, type CompoundedIcon as LLaVAProps } from './LLaVA';
@@ -109,10 +125,12 @@ export { default as Monica, type CompoundedIcon as MonicaProps } from './Monica'
109
125
  export { default as Moonshot, type CompoundedIcon as MoonshotProps } from './Moonshot';
110
126
  export { default as MyShell, type CompoundedIcon as MyShellProps } from './MyShell';
111
127
  export { default as N8n, type CompoundedIcon as N8nProps } from './N8n';
128
+ export { default as Nebius, type CompoundedIcon as NebiusProps } from './Nebius';
112
129
  export { default as NotebookLM, type CompoundedIcon as NotebookLMProps } from './NotebookLM';
113
130
  export { default as Notion, type CompoundedIcon as NotionProps } from './Notion';
114
131
  export { default as Nova, type CompoundedIcon as NovaProps } from './Nova';
115
132
  export { default as Novita, type CompoundedIcon as NovitaProps } from './Novita';
133
+ export { default as NPLCloud, type CompoundedIcon as NPLCloudProps } from './NPLCloud';
116
134
  export { default as Nvidia, type CompoundedIcon as NvidiaProps } from './Nvidia';
117
135
  export { default as Ollama, type CompoundedIcon as OllamaProps } from './Ollama';
118
136
  export { default as OpenAI, type CompoundedIcon as OpenAIProps } from './OpenAI';
@@ -120,6 +138,7 @@ export { default as OpenChat, type CompoundedIcon as OpenChatProps } from './Ope
120
138
  export { default as OpenRouter, type CompoundedIcon as OpenRouterProps } from './OpenRouter';
121
139
  export { default as OpenWebUI, type CompoundedIcon as OpenWebUIProps } from './OpenWebUI';
122
140
  export { default as PaLM, type CompoundedIcon as PaLMProps } from './PaLM';
141
+ export { default as Parasail, type CompoundedIcon as ParasailProps } from './Parasail';
123
142
  export { default as Perplexity, type CompoundedIcon as PerplexityProps } from './Perplexity';
124
143
  export { default as Phidata, type CompoundedIcon as PhidataProps } from './Phidata';
125
144
  export { default as Pika, type CompoundedIcon as PikaProps } from './Pika';
@@ -141,12 +160,14 @@ export { default as Search1API, type CompoundedIcon as Search1APIProps } from '.
141
160
  export { default as SearchApi, type CompoundedIcon as SearchApiProps } from './SearchApi';
142
161
  export { default as SenseNova, type CompoundedIcon as SenseNovaProps } from './SenseNova';
143
162
  export { default as SiliconCloud, type CompoundedIcon as SiliconCloudProps } from './SiliconCloud';
163
+ export { default as Snowflake, type CompoundedIcon as SnowflakeProps } from './Snowflake';
144
164
  export { default as Spark, type CompoundedIcon as SparkProps } from './Spark';
145
165
  export { default as Stability, type CompoundedIcon as StabilityProps } from './Stability';
146
166
  export { default as StateCloud, type CompoundedIcon as StateCloudProps } from './StateCloud';
147
167
  export { default as Stepfun, type CompoundedIcon as StepfunProps } from './Stepfun';
148
168
  export { default as Suno, type CompoundedIcon as SunoProps } from './Suno';
149
169
  export { default as Sync, type CompoundedIcon as SyncProps } from './Sync';
170
+ export { default as Targon, type CompoundedIcon as TargonProps } from './Targon';
150
171
  export { default as Tencent, type CompoundedIcon as TencentProps } from './Tencent';
151
172
  export { default as TencentCloud, type CompoundedIcon as TencentCloudProps } from './TencentCloud';
152
173
  export { default as Tiangong, type CompoundedIcon as TiangongProps } from './Tiangong';
@@ -165,6 +186,7 @@ export { default as Vidu, type CompoundedIcon as ViduProps } from './Vidu';
165
186
  export { default as Viggle, type CompoundedIcon as ViggleProps } from './Viggle';
166
187
  export { default as Vllm, type CompoundedIcon as VllmProps } from './Vllm';
167
188
  export { default as Volcengine, type CompoundedIcon as VolcengineProps } from './Volcengine';
189
+ export { default as Voyage, type CompoundedIcon as VoyageProps } from './Voyage';
168
190
  export { default as Wenxin, type CompoundedIcon as WenxinProps } from './Wenxin';
169
191
  export { default as WorkersAI, type CompoundedIcon as WorkersAIProps } from './WorkersAI';
170
192
  export { default as XAI, type CompoundedIcon as XAIProps } from './XAI';
package/es/icons.js CHANGED
@@ -2,12 +2,17 @@ export { default as Adobe } from "./Adobe";
2
2
  export { default as AdobeFirefly } from "./AdobeFirefly";
3
3
  export { default as Ai21 } from "./Ai21";
4
4
  export { default as Ai360 } from "./Ai360";
5
+ export { default as AiHubMix } from "./AiHubMix";
5
6
  export { default as AiMass } from "./AiMass";
7
+ export { default as AionLabs } from "./AionLabs";
6
8
  export { default as AiStudio } from "./AiStudio";
9
+ export { default as AlephAlpha } from "./AlephAlpha";
7
10
  export { default as Alibaba } from "./Alibaba";
8
11
  export { default as AlibabaCloud } from "./AlibabaCloud";
9
12
  export { default as AntGroup } from "./AntGroup";
10
13
  export { default as Anthropic } from "./Anthropic";
14
+ export { default as Anyscale } from "./Anyscale";
15
+ export { default as AssemblyAI } from "./AssemblyAI";
11
16
  export { default as Automatic } from "./Automatic";
12
17
  export { default as Aws } from "./Aws";
13
18
  export { default as Aya } from "./Aya";
@@ -20,6 +25,7 @@ export { default as BaiduCloud } from "./BaiduCloud";
20
25
  export { default as Bedrock } from "./Bedrock";
21
26
  export { default as Bing } from "./Bing";
22
27
  export { default as ByteDance } from "./ByteDance";
28
+ export { default as CentML } from "./CentML";
23
29
  export { default as Cerebras } from "./Cerebras";
24
30
  export { default as ChatGLM } from "./ChatGLM";
25
31
  export { default as Civitai } from "./Civitai";
@@ -38,6 +44,7 @@ export { default as Copilot } from "./Copilot";
38
44
  export { default as Coqui } from "./Coqui";
39
45
  export { default as Coze } from "./Coze";
40
46
  export { default as CrewAI } from "./CrewAI";
47
+ export { default as Crusoe } from "./Crusoe";
41
48
  export { default as Cursor } from "./Cursor";
42
49
  export { default as Dalle } from "./Dalle";
43
50
  export { default as Dbrx } from "./Dbrx";
@@ -52,11 +59,13 @@ export { default as Doubao } from "./Doubao";
52
59
  export { default as DreamMachine } from "./DreamMachine";
53
60
  export { default as Exa } from "./Exa";
54
61
  export { default as Fal } from "./Fal";
62
+ export { default as Featherless } from "./Featherless";
55
63
  export { default as Fireworks } from "./Fireworks";
56
64
  export { default as FishAudio } from "./FishAudio";
57
65
  export { default as Flora } from "./Flora";
58
66
  export { default as Flowith } from "./Flowith";
59
67
  export { default as Flux } from "./Flux";
68
+ export { default as Friendli } from "./Friendli";
60
69
  export { default as Gemini } from "./Gemini";
61
70
  export { default as Gemma } from "./Gemma";
62
71
  export { default as GiteeAI } from "./GiteeAI";
@@ -75,20 +84,27 @@ export { default as Hedra } from "./Hedra";
75
84
  export { default as Higress } from "./Higress";
76
85
  export { default as HuggingFace } from "./HuggingFace";
77
86
  export { default as Hunyuan } from "./Hunyuan";
87
+ export { default as Hyperbolic } from "./Hyperbolic";
78
88
  export { default as Ideogram } from "./Ideogram";
79
89
  export { default as IFlyTekCloud } from "./IFlyTekCloud";
90
+ export { default as Inference } from "./Inference";
91
+ export { default as Infermatic } from "./Infermatic";
80
92
  export { default as Infinigence } from "./Infinigence";
93
+ export { default as Inflection } from "./Inflection";
81
94
  export { default as InternLM } from "./InternLM";
82
95
  export { default as Jina } from "./Jina";
83
96
  export { default as Kera } from "./Kera";
84
97
  export { default as Kimi } from "./Kimi";
85
98
  export { default as Kling } from "./Kling";
99
+ export { default as Kluster } from "./Kluster";
86
100
  export { default as Lambda } from "./Lambda";
87
101
  export { default as LangChain } from "./LangChain";
88
102
  export { default as Langfuse } from "./Langfuse";
89
103
  export { default as LangGraph } from "./LangGraph";
90
104
  export { default as LangSmith } from "./LangSmith";
105
+ export { default as LeptonAI } from "./LeptonAI";
91
106
  export { default as Lightricks } from "./Lightricks";
107
+ export { default as Liquid } from "./Liquid";
92
108
  export { default as LiveKit } from "./LiveKit";
93
109
  export { default as LlamaIndex } from "./LlamaIndex";
94
110
  export { default as LLaVA } from "./LLaVA";
@@ -109,10 +125,12 @@ export { default as Monica } from "./Monica";
109
125
  export { default as Moonshot } from "./Moonshot";
110
126
  export { default as MyShell } from "./MyShell";
111
127
  export { default as N8n } from "./N8n";
128
+ export { default as Nebius } from "./Nebius";
112
129
  export { default as NotebookLM } from "./NotebookLM";
113
130
  export { default as Notion } from "./Notion";
114
131
  export { default as Nova } from "./Nova";
115
132
  export { default as Novita } from "./Novita";
133
+ export { default as NPLCloud } from "./NPLCloud";
116
134
  export { default as Nvidia } from "./Nvidia";
117
135
  export { default as Ollama } from "./Ollama";
118
136
  export { default as OpenAI } from "./OpenAI";
@@ -120,6 +138,7 @@ export { default as OpenChat } from "./OpenChat";
120
138
  export { default as OpenRouter } from "./OpenRouter";
121
139
  export { default as OpenWebUI } from "./OpenWebUI";
122
140
  export { default as PaLM } from "./PaLM";
141
+ export { default as Parasail } from "./Parasail";
123
142
  export { default as Perplexity } from "./Perplexity";
124
143
  export { default as Phidata } from "./Phidata";
125
144
  export { default as Pika } from "./Pika";
@@ -141,12 +160,14 @@ export { default as Search1API } from "./Search1API";
141
160
  export { default as SearchApi } from "./SearchApi";
142
161
  export { default as SenseNova } from "./SenseNova";
143
162
  export { default as SiliconCloud } from "./SiliconCloud";
163
+ export { default as Snowflake } from "./Snowflake";
144
164
  export { default as Spark } from "./Spark";
145
165
  export { default as Stability } from "./Stability";
146
166
  export { default as StateCloud } from "./StateCloud";
147
167
  export { default as Stepfun } from "./Stepfun";
148
168
  export { default as Suno } from "./Suno";
149
169
  export { default as Sync } from "./Sync";
170
+ export { default as Targon } from "./Targon";
150
171
  export { default as Tencent } from "./Tencent";
151
172
  export { default as TencentCloud } from "./TencentCloud";
152
173
  export { default as Tiangong } from "./Tiangong";
@@ -165,6 +186,7 @@ export { default as Vidu } from "./Vidu";
165
186
  export { default as Viggle } from "./Viggle";
166
187
  export { default as Vllm } from "./Vllm";
167
188
  export { default as Volcengine } from "./Volcengine";
189
+ export { default as Voyage } from "./Voyage";
168
190
  export { default as Wenxin } from "./Wenxin";
169
191
  export { default as WorkersAI } from "./WorkersAI";
170
192
  export { default as XAI } from "./XAI";