@lobehub/icons 1.93.0 → 1.95.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 (198) hide show
  1. package/README.md +66 -62
  2. package/es/AlephAlpha/components/Avatar.d.ts +5 -0
  3. package/es/AlephAlpha/components/Avatar.js +28 -0
  4. package/es/AlephAlpha/components/Combine.d.ts +5 -0
  5. package/es/AlephAlpha/components/Combine.js +26 -0
  6. package/es/AlephAlpha/components/Mono.d.ts +3 -0
  7. package/es/AlephAlpha/components/Mono.js +41 -0
  8. package/es/AlephAlpha/components/Text.d.ts +3 -0
  9. package/es/AlephAlpha/components/Text.js +44 -0
  10. package/es/AlephAlpha/index.d.ts +13 -0
  11. package/es/AlephAlpha/index.js +14 -0
  12. package/es/AlephAlpha/style.d.ts +4 -0
  13. package/es/AlephAlpha/style.js +4 -0
  14. package/es/Anyscale/components/Avatar.d.ts +5 -0
  15. package/es/Anyscale/components/Avatar.js +30 -0
  16. package/es/Anyscale/components/Color.d.ts +3 -0
  17. package/es/Anyscale/components/Color.js +40 -0
  18. package/es/Anyscale/components/Combine.d.ts +7 -0
  19. package/es/Anyscale/components/Combine.js +32 -0
  20. package/es/Anyscale/components/Mono.d.ts +3 -0
  21. package/es/Anyscale/components/Mono.js +41 -0
  22. package/es/Anyscale/components/Text.d.ts +3 -0
  23. package/es/Anyscale/components/Text.js +40 -0
  24. package/es/Anyscale/index.d.ts +15 -0
  25. package/es/Anyscale/index.js +16 -0
  26. package/es/Anyscale/style.d.ts +4 -0
  27. package/es/Anyscale/style.js +4 -0
  28. package/es/AssemblyAI/components/Avatar.d.ts +5 -0
  29. package/es/AssemblyAI/components/Avatar.js +27 -0
  30. package/es/AssemblyAI/components/Color.d.ts +3 -0
  31. package/es/AssemblyAI/components/Color.js +43 -0
  32. package/es/AssemblyAI/components/Combine.d.ts +7 -0
  33. package/es/AssemblyAI/components/Combine.js +32 -0
  34. package/es/AssemblyAI/components/Mono.d.ts +3 -0
  35. package/es/AssemblyAI/components/Mono.js +43 -0
  36. package/es/AssemblyAI/components/Text.d.ts +3 -0
  37. package/es/AssemblyAI/components/Text.js +40 -0
  38. package/es/AssemblyAI/index.d.ts +15 -0
  39. package/es/AssemblyAI/index.js +16 -0
  40. package/es/AssemblyAI/style.d.ts +4 -0
  41. package/es/AssemblyAI/style.js +4 -0
  42. package/es/CentML/components/Avatar.d.ts +5 -0
  43. package/es/CentML/components/Avatar.js +27 -0
  44. package/es/CentML/components/BrandColor.d.ts +3 -0
  45. package/es/CentML/components/BrandColor.js +46 -0
  46. package/es/CentML/components/BrandMono.d.ts +3 -0
  47. package/es/CentML/components/BrandMono.js +47 -0
  48. package/es/CentML/components/Color.d.ts +3 -0
  49. package/es/CentML/components/Color.js +43 -0
  50. package/es/CentML/components/Combine.d.ts +7 -0
  51. package/es/CentML/components/Combine.js +30 -0
  52. package/es/CentML/components/Mono.d.ts +3 -0
  53. package/es/CentML/components/Mono.js +43 -0
  54. package/es/CentML/components/Text.d.ts +3 -0
  55. package/es/CentML/components/Text.js +47 -0
  56. package/es/CentML/index.d.ts +19 -0
  57. package/es/CentML/index.js +20 -0
  58. package/es/CentML/style.d.ts +4 -0
  59. package/es/CentML/style.js +4 -0
  60. package/es/Cerebras/components/Combine.js +2 -4
  61. package/es/Coqui/components/Avatar.d.ts +5 -0
  62. package/es/Coqui/components/Avatar.js +28 -0
  63. package/es/Coqui/components/Color.d.ts +3 -0
  64. package/es/Coqui/components/Color.js +43 -0
  65. package/es/Coqui/components/Combine.d.ts +7 -0
  66. package/es/Coqui/components/Combine.js +32 -0
  67. package/es/Coqui/components/Mono.d.ts +3 -0
  68. package/es/Coqui/components/Mono.js +43 -0
  69. package/es/Coqui/components/Text.d.ts +3 -0
  70. package/es/Coqui/components/Text.js +45 -0
  71. package/es/Coqui/index.d.ts +15 -0
  72. package/es/Coqui/index.js +16 -0
  73. package/es/Coqui/style.d.ts +4 -0
  74. package/es/Coqui/style.js +4 -0
  75. package/es/Friendli/components/Avatar.d.ts +5 -0
  76. package/es/Friendli/components/Avatar.js +28 -0
  77. package/es/Friendli/components/Combine.d.ts +5 -0
  78. package/es/Friendli/components/Combine.js +26 -0
  79. package/es/Friendli/components/Mono.d.ts +3 -0
  80. package/es/Friendli/components/Mono.js +45 -0
  81. package/es/Friendli/components/Text.d.ts +3 -0
  82. package/es/Friendli/components/Text.js +40 -0
  83. package/es/Friendli/index.d.ts +13 -0
  84. package/es/Friendli/index.js +14 -0
  85. package/es/Friendli/style.d.ts +4 -0
  86. package/es/Friendli/style.js +4 -0
  87. package/es/Hyperbolic/components/Avatar.d.ts +5 -0
  88. package/es/Hyperbolic/components/Avatar.js +30 -0
  89. package/es/Hyperbolic/components/Color.d.ts +3 -0
  90. package/es/Hyperbolic/components/Color.js +40 -0
  91. package/es/Hyperbolic/components/Combine.d.ts +7 -0
  92. package/es/Hyperbolic/components/Combine.js +32 -0
  93. package/es/Hyperbolic/components/Mono.d.ts +3 -0
  94. package/es/Hyperbolic/components/Mono.js +41 -0
  95. package/es/Hyperbolic/components/Text.d.ts +3 -0
  96. package/es/Hyperbolic/components/Text.js +40 -0
  97. package/es/Hyperbolic/index.d.ts +15 -0
  98. package/es/Hyperbolic/index.js +16 -0
  99. package/es/Hyperbolic/style.d.ts +4 -0
  100. package/es/Hyperbolic/style.js +4 -0
  101. package/es/Kluster/components/Avatar.d.ts +5 -0
  102. package/es/Kluster/components/Avatar.js +30 -0
  103. package/es/Kluster/components/Color.d.ts +3 -0
  104. package/es/Kluster/components/Color.js +43 -0
  105. package/es/Kluster/components/Combine.d.ts +7 -0
  106. package/es/Kluster/components/Combine.js +32 -0
  107. package/es/Kluster/components/Mono.d.ts +3 -0
  108. package/es/Kluster/components/Mono.js +43 -0
  109. package/es/Kluster/components/Text.d.ts +3 -0
  110. package/es/Kluster/components/Text.js +40 -0
  111. package/es/Kluster/index.d.ts +15 -0
  112. package/es/Kluster/index.js +16 -0
  113. package/es/Kluster/style.d.ts +4 -0
  114. package/es/Kluster/style.js +4 -0
  115. package/es/Liquid/components/Avatar.d.ts +5 -0
  116. package/es/Liquid/components/Avatar.js +27 -0
  117. package/es/Liquid/components/Combine.d.ts +5 -0
  118. package/es/Liquid/components/Combine.js +29 -0
  119. package/es/Liquid/components/Mono.d.ts +3 -0
  120. package/es/Liquid/components/Mono.js +41 -0
  121. package/es/Liquid/components/Text.d.ts +3 -0
  122. package/es/Liquid/components/Text.js +50 -0
  123. package/es/Liquid/index.d.ts +13 -0
  124. package/es/Liquid/index.js +14 -0
  125. package/es/Liquid/style.d.ts +4 -0
  126. package/es/Liquid/style.js +4 -0
  127. package/es/NPLCloud/components/Avatar.d.ts +5 -0
  128. package/es/NPLCloud/components/Avatar.js +30 -0
  129. package/es/NPLCloud/components/Color.d.ts +3 -0
  130. package/es/NPLCloud/components/Color.js +40 -0
  131. package/es/NPLCloud/components/Combine.d.ts +7 -0
  132. package/es/NPLCloud/components/Combine.js +32 -0
  133. package/es/NPLCloud/components/Mono.d.ts +3 -0
  134. package/es/NPLCloud/components/Mono.js +41 -0
  135. package/es/NPLCloud/components/Text.d.ts +3 -0
  136. package/es/NPLCloud/components/Text.js +40 -0
  137. package/es/NPLCloud/index.d.ts +15 -0
  138. package/es/NPLCloud/index.js +16 -0
  139. package/es/NPLCloud/style.d.ts +4 -0
  140. package/es/NPLCloud/style.js +4 -0
  141. package/es/Nebius/components/Avatar.d.ts +5 -0
  142. package/es/Nebius/components/Avatar.js +28 -0
  143. package/es/Nebius/components/Mono.d.ts +3 -0
  144. package/es/Nebius/components/Mono.js +43 -0
  145. package/es/Nebius/components/Text.d.ts +3 -0
  146. package/es/Nebius/components/Text.js +47 -0
  147. package/es/Nebius/index.d.ts +11 -0
  148. package/es/Nebius/index.js +12 -0
  149. package/es/Nebius/style.d.ts +4 -0
  150. package/es/Nebius/style.js +4 -0
  151. package/es/Snowflake/components/Avatar.d.ts +5 -0
  152. package/es/Snowflake/components/Avatar.js +30 -0
  153. package/es/Snowflake/components/Color.d.ts +3 -0
  154. package/es/Snowflake/components/Color.js +42 -0
  155. package/es/Snowflake/components/Combine.d.ts +7 -0
  156. package/es/Snowflake/components/Combine.js +32 -0
  157. package/es/Snowflake/components/Mono.d.ts +3 -0
  158. package/es/Snowflake/components/Mono.js +42 -0
  159. package/es/Snowflake/components/Text.d.ts +3 -0
  160. package/es/Snowflake/components/Text.js +41 -0
  161. package/es/Snowflake/index.d.ts +15 -0
  162. package/es/Snowflake/index.js +16 -0
  163. package/es/Snowflake/style.d.ts +4 -0
  164. package/es/Snowflake/style.js +4 -0
  165. package/es/Voyage/components/Avatar.d.ts +5 -0
  166. package/es/Voyage/components/Avatar.js +27 -0
  167. package/es/Voyage/components/Color.d.ts +3 -0
  168. package/es/Voyage/components/Color.js +40 -0
  169. package/es/Voyage/components/Mono.d.ts +3 -0
  170. package/es/Voyage/components/Mono.js +41 -0
  171. package/es/Voyage/components/Text.d.ts +3 -0
  172. package/es/Voyage/components/Text.js +40 -0
  173. package/es/Voyage/index.d.ts +13 -0
  174. package/es/Voyage/index.js +14 -0
  175. package/es/Voyage/style.d.ts +4 -0
  176. package/es/Voyage/style.js +4 -0
  177. package/es/Xinference/components/Avatar.d.ts +5 -0
  178. package/es/Xinference/components/Avatar.js +30 -0
  179. package/es/Xinference/components/Color.d.ts +3 -0
  180. package/es/Xinference/components/Color.js +101 -0
  181. package/es/Xinference/components/Combine.d.ts +7 -0
  182. package/es/Xinference/components/Combine.js +32 -0
  183. package/es/Xinference/components/Mono.d.ts +3 -0
  184. package/es/Xinference/components/Mono.js +45 -0
  185. package/es/Xinference/components/Text.d.ts +3 -0
  186. package/es/Xinference/components/Text.js +40 -0
  187. package/es/Xinference/index.d.ts +15 -0
  188. package/es/Xinference/index.js +16 -0
  189. package/es/Xinference/style.d.ts +4 -0
  190. package/es/Xinference/style.js +4 -0
  191. package/es/features/modelConfig.js +15 -3
  192. package/es/features/providerConfig.js +8 -1
  193. package/es/features/providerEnum.d.ts +1 -0
  194. package/es/features/providerEnum.js +1 -0
  195. package/es/icons.d.ts +14 -0
  196. package/es/icons.js +14 -0
  197. package/es/toc.js +252 -0
  198. package/package.json +2 -2
@@ -0,0 +1,30 @@
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 = ["background", "size"];
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 { memo } from 'react';
13
+ import IconAvatar from "../../features/IconAvatar";
14
+ import { COLOR_PRIMARY, TITLE } from "../style";
15
+ import Mono from "./Mono";
16
+ import { jsx as _jsx } from "react/jsx-runtime";
17
+ var Avatar = /*#__PURE__*/memo(function (_ref) {
18
+ var background = _ref.background,
19
+ size = _ref.size,
20
+ rest = _objectWithoutProperties(_ref, _excluded);
21
+ return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
22
+ Icon: Mono,
23
+ "aria-label": TITLE,
24
+ background: background || COLOR_PRIMARY,
25
+ color: '#fff',
26
+ iconMultiple: 0.65,
27
+ size: size
28
+ }, rest));
29
+ });
30
+ export default Avatar;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -0,0 +1,101 @@
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 _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
11
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
12
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
13
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
14
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
15
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
16
+ 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; }
17
+ 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; }
18
+ import { forwardRef } from 'react';
19
+ import { useFillIds } from "../../hooks/useFillId";
20
+ import { TITLE } from "../style";
21
+ import { jsx as _jsx } from "react/jsx-runtime";
22
+ import { jsxs as _jsxs } from "react/jsx-runtime";
23
+ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
24
+ var _ref$size = _ref.size,
25
+ size = _ref$size === void 0 ? '1em' : _ref$size,
26
+ style = _ref.style,
27
+ rest = _objectWithoutProperties(_ref, _excluded);
28
+ var _useFillIds = useFillIds(TITLE, 3),
29
+ _useFillIds2 = _slicedToArray(_useFillIds, 3),
30
+ a = _useFillIds2[0],
31
+ b = _useFillIds2[1],
32
+ c = _useFillIds2[2];
33
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
34
+ height: size,
35
+ ref: ref,
36
+ style: _objectSpread({
37
+ flex: 'none',
38
+ lineHeight: 1
39
+ }, style),
40
+ viewBox: "0 0 24 24",
41
+ width: size,
42
+ xmlns: "http://www.w3.org/2000/svg"
43
+ }, rest), {}, {
44
+ children: [/*#__PURE__*/_jsx("title", {
45
+ children: TITLE
46
+ }), /*#__PURE__*/_jsx("path", {
47
+ d: "M5.223 9.692c.652 1.795 1.925 3.376 3.396 4.573 1.482 1.229 3.254 2.17 5.122 2.653a9.99 9.99 0 002.033.302c1.302.05 2.713-.206 3.758-1.04 1.297-1.036 1.651-2.625 1.318-4.21-.209-.993-.641-1.93-1.205-2.787a10.284 10.284 0 00-.366-.525.008.008 0 01.005-.007h.004c.002 0 .004 0 .006.002l.394.405a17.227 17.227 0 012.484 3.262c.579.993 1.023 2.046 1.255 3.144.369 1.747.07 3.546-1.306 4.777-.724.648-1.655 1.041-2.59 1.235-1.297.267-2.649.228-3.965.007-.669-.112-1.315-.26-1.937-.443-2.576-.756-5.012-2.051-7.143-3.677a20.968 20.968 0 01-3.484-3.296C1.949 12.813 1.046 11.396.487 9.853.12 8.845-.087 7.725.035 6.663c.267-2.306 1.98-3.654 4.174-4.06 1.265-.234 2.594-.186 3.879.037a17.71 17.71 0 013.978 1.192v.004a.006.006 0 01-.004.004h-.004a8.907 8.907 0 00-2.869-.29c-.807.048-1.666.263-2.357.656-1.034.588-1.67 1.463-1.907 2.625a4.567 4.567 0 00-.069 1.1c.025.58.163 1.198.367 1.761z",
48
+ fill: a.fill
49
+ }), /*#__PURE__*/_jsx("path", {
50
+ d: "M18.02 7.235a.05.05 0 01-.007.03c-.461.916-.923 1.832-1.386 2.747-.424.837-.745 1.437-.965 1.8a17.877 17.877 0 01-2.98 3.707.027.027 0 01-.03.005 12.678 12.678 0 01-4.205-2.777c-.14-.14-.28-.288-.42-.447a.024.024 0 01-.005-.013c0-.005 0-.01.003-.014a17.718 17.718 0 011.68-2.379 18.27 18.27 0 012.7-2.606c.408-.32 1.39-1.094 2.95-2.323L21.652.002a.008.008 0 01.01 0 .01.01 0 01.004.005.01.01 0 010 .006l-3.648 7.222z",
51
+ fill: b.fill
52
+ }), /*#__PURE__*/_jsx("path", {
53
+ d: "M2.027 24c.002 0 .004 0 .005-.002l5.843-4.58a.02.02 0 00.008-.017.02.02 0 00-.01-.016 26.743 26.743 0 01-2.584-1.842h-.006a.014.014 0 00-.005.002.012.012 0 00-.004.005L2.02 23.987a.01.01 0 000 .006c0 .002 0 .004.002.005a.009.009 0 00.006.002z",
54
+ fill: c.fill
55
+ }), /*#__PURE__*/_jsxs("defs", {
56
+ children: [/*#__PURE__*/_jsxs("linearGradient", {
57
+ gradientUnits: "userSpaceOnUse",
58
+ id: a.id,
59
+ x1: ".478",
60
+ x2: "22.985",
61
+ y1: "3.451",
62
+ y2: "19.698",
63
+ children: [/*#__PURE__*/_jsx("stop", {
64
+ stopColor: "#6F11F4"
65
+ }), /*#__PURE__*/_jsx("stop", {
66
+ offset: "1",
67
+ stopColor: "#AA66F1"
68
+ })]
69
+ }), /*#__PURE__*/_jsxs("linearGradient", {
70
+ gradientUnits: "userSpaceOnUse",
71
+ id: b.id,
72
+ x1: "21.676",
73
+ x2: "2.034",
74
+ y1: ".006",
75
+ y2: "23.987",
76
+ children: [/*#__PURE__*/_jsx("stop", {
77
+ stopColor: "#F52C77"
78
+ }), /*#__PURE__*/_jsx("stop", {
79
+ offset: "1",
80
+ stopColor: "#E9A45F",
81
+ stopOpacity: ".996"
82
+ })]
83
+ }), /*#__PURE__*/_jsxs("linearGradient", {
84
+ gradientUnits: "userSpaceOnUse",
85
+ id: c.id,
86
+ x1: "21.676",
87
+ x2: "2.034",
88
+ y1: ".006",
89
+ y2: "23.987",
90
+ children: [/*#__PURE__*/_jsx("stop", {
91
+ stopColor: "#F52C77"
92
+ }), /*#__PURE__*/_jsx("stop", {
93
+ offset: "1",
94
+ stopColor: "#E9A45F",
95
+ stopOpacity: ".996"
96
+ })]
97
+ })]
98
+ })]
99
+ }));
100
+ });
101
+ export default Icon;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { type IconCombineProps } from "../../features/IconCombine";
3
+ export interface CombineProps extends Omit<IconCombineProps, 'Icon' | 'Text'> {
4
+ type?: 'color' | 'mono';
5
+ }
6
+ declare const Combine: import("react").NamedExoticComponent<CombineProps>;
7
+ export default Combine;
@@ -0,0 +1,32 @@
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 = ["type"];
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 { memo } from 'react';
13
+ import IconCombine from "../../features/IconCombine";
14
+ import { SPACE_MULTIPLE, TEXT_MULTIPLE, TITLE } from "../style";
15
+ import Color from "./Color";
16
+ import Mono from "./Mono";
17
+ import Text from "./Text";
18
+ import { jsx as _jsx } from "react/jsx-runtime";
19
+ var Combine = /*#__PURE__*/memo(function (_ref) {
20
+ var _ref$type = _ref.type,
21
+ type = _ref$type === void 0 ? 'mono' : _ref$type,
22
+ rest = _objectWithoutProperties(_ref, _excluded);
23
+ var Icon = type === 'color' ? Color : Mono;
24
+ return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
25
+ Icon: Icon,
26
+ Text: Text,
27
+ "aria-label": TITLE,
28
+ spaceMultiple: SPACE_MULTIPLE,
29
+ textMultiple: TEXT_MULTIPLE
30
+ }, rest));
31
+ });
32
+ export default Combine;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -0,0 +1,45 @@
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 24 24",
31
+ width: size,
32
+ xmlns: "http://www.w3.org/2000/svg"
33
+ }, rest), {}, {
34
+ children: [/*#__PURE__*/_jsx("title", {
35
+ children: TITLE
36
+ }), /*#__PURE__*/_jsx("path", {
37
+ d: "M5.223 9.692c.652 1.795 1.925 3.376 3.396 4.573 1.482 1.229 3.254 2.17 5.122 2.653a9.99 9.99 0 002.033.302c1.302.05 2.713-.206 3.758-1.04 1.297-1.036 1.651-2.625 1.318-4.21-.209-.993-.641-1.93-1.205-2.787a10.284 10.284 0 00-.366-.525.008.008 0 01.005-.007h.004c.002 0 .004 0 .006.002l.394.405a17.227 17.227 0 012.484 3.262c.579.993 1.023 2.046 1.255 3.144.369 1.747.07 3.546-1.306 4.777-.724.648-1.655 1.041-2.59 1.235-1.297.267-2.649.228-3.965.007-.669-.112-1.315-.26-1.937-.443-2.576-.756-5.012-2.051-7.143-3.677a20.968 20.968 0 01-3.484-3.296C1.949 12.813 1.046 11.396.487 9.853.12 8.845-.087 7.725.035 6.663c.267-2.306 1.98-3.654 4.174-4.06 1.265-.234 2.594-.186 3.879.037a17.71 17.71 0 013.978 1.192v.004a.006.006 0 01-.004.004h-.004a8.907 8.907 0 00-2.869-.29c-.807.048-1.666.263-2.357.656-1.034.588-1.67 1.463-1.907 2.625a4.567 4.567 0 00-.069 1.1c.025.58.163 1.198.367 1.761z"
38
+ }), /*#__PURE__*/_jsx("path", {
39
+ d: "M18.02 7.235a.05.05 0 01-.007.03c-.461.916-.923 1.832-1.386 2.747-.424.837-.745 1.437-.965 1.8a17.877 17.877 0 01-2.98 3.707.027.027 0 01-.03.005 12.678 12.678 0 01-4.205-2.777c-.14-.14-.28-.288-.42-.447a.024.024 0 01-.005-.013c0-.005 0-.01.003-.014a17.718 17.718 0 011.68-2.379 18.27 18.27 0 012.7-2.606c.408-.32 1.39-1.094 2.95-2.323L21.652.002a.008.008 0 01.01 0 .01.01 0 01.004.005.01.01 0 010 .006l-3.648 7.222z"
40
+ }), /*#__PURE__*/_jsx("path", {
41
+ d: "M2.027 24c.002 0 .004 0 .005-.002l5.843-4.58a.02.02 0 00.008-.017.02.02 0 00-.01-.016 26.743 26.743 0 01-2.584-1.842h-.006a.014.014 0 00-.005.002.012.012 0 00-.004.005L2.02 23.987a.01.01 0 000 .006c0 .002 0 .004.002.005a.009.009 0 00.006.002z"
42
+ })]
43
+ }));
44
+ });
45
+ export default Icon;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -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 158 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: "M58.176 21.653h-3.959a.054.054 0 01-.038-.015.053.053 0 01-.015-.038V9.481a.041.041 0 00-.012-.029.04.04 0 00-.029-.011h-2.188a.038.038 0 01-.038-.038V6.295c0-.018.007-.034.02-.047a.064.064 0 01.045-.019h2.155a.058.058 0 00.04-.017.056.056 0 00.017-.04c-.022-1.27-.052-2.51.281-3.673.133-.46.375-.866.727-1.215 1.057-1.048 2.56-1.33 4.037-1.278 1.047.038 2.07.207 3.072.507a.036.036 0 01.02.017.038.038 0 01.005.026l-.533 2.76a.053.053 0 01-.023.033.052.052 0 01-.04.007c-.661-.157-1.444-.25-2.12-.2-1.11.082-1.34.84-1.352 1.807-.005.406-.006.816-.002 1.229a.037.037 0 00.024.034c.004.002.009.003.014.003h2.943a.066.066 0 01.065.066v3.084a.06.06 0 01-.06.06h-2.957a.031.031 0 00-.031.031v12.116a.067.067 0 01-.068.067zM31.29.362H27.3a.046.046 0 00-.046.046v3.686c0 .025.02.046.046.046h3.99c.026 0 .047-.02.047-.046V.408a.046.046 0 00-.047-.046zM12.597 14.332l-5.696 7.462a.03.03 0 01-.025.012H2.321a.03.03 0 01-.031-.034.03.03 0 01.006-.016l8.005-10.302a.03.03 0 000-.037L2.005.976a.03.03 0 01.023-.05L6.57.868a.03.03 0 01.024.012L23.18 21.756a.03.03 0 01.007.016.03.03 0 01-.015.03.031.031 0 01-.016.004h-4.556a.03.03 0 01-.024-.012l-5.93-7.463a.03.03 0 00-.038-.008.03.03 0 00-.01.009zM15.625 10.937l-2.298-2.893a.03.03 0 010-.037L18.914.875a.03.03 0 01.025-.012l4.513.065a.03.03 0 01.024.05l-7.803 9.959a.031.031 0 01-.024.011.03.03 0 01-.013-.003.032.032 0 01-.01-.008zM100.694 16.754l3.927.66a.049.049 0 01.022.01c.007.004.013.01.017.017a.063.063 0 01.008.023.05.05 0 01-.003.025c-1.223 3.482-4.178 4.79-7.715 4.463-2.74-.254-4.803-1.628-5.825-4.266-.339-.877-.537-1.845-.596-2.904-.133-2.439.33-4.978 2.06-6.803 1.477-1.559 3.386-2.246 5.725-2.063 3.281.256 5.532 2.288 6.253 5.473a14.7 14.7 0 01.338 3.695.04.04 0 01-.011.024.035.035 0 01-.024.01H94.728a.039.039 0 00-.028.011.04.04 0 00-.011.03c.013.425.067.83.162 1.212.323 1.3 1.307 2.358 2.672 2.543 1.324.181 2.387-.335 2.9-1.598.029-.072.097-.246.203-.523a.067.067 0 01.027-.031.064.064 0 01.041-.008zm-5.898-4.133h6.016a.023.023 0 00.022-.022v-.305c0-.87-.31-1.706-.86-2.322-.551-.615-1.298-.961-2.077-.961h-.186c-.779 0-1.526.346-2.077.961-.55.616-.86 1.451-.86 2.322v.305c0 .006.003.012.007.016s.01.006.015.006zM111.996 8.408c0 .007.002.013.006.02.004.005.01.01.016.011a.035.035 0 00.021 0 .033.033 0 00.016-.01c1.419-1.815 3.237-2.659 5.456-2.532 1.058.06 2.094.387 2.96.99 1.635 1.135 1.793 3.195 1.791 5.05-.001 1.774-.002 4.996-.001 9.666a.049.049 0 01-.014.035.052.052 0 01-.035.014h-3.96a.072.072 0 01-.071-.07c.003-3.664.002-6.442-.004-8.334a21.26 21.26 0 00-.058-1.514c-.046-.657-.153-1.146-.32-1.468-.42-.81-1.112-1.229-2.077-1.256a3.223 3.223 0 00-1.709.42c-.904.514-1.428 1.317-1.573 2.41a16.86 16.86 0 00-.147 2.156c-.01 2.558-.011 5.085-.004 7.58 0 .01-.002.02-.006.03a.075.075 0 01-.069.046h-3.942a.065.065 0 01-.047-.02.064.064 0 01-.02-.046V6.294c0-.017.007-.033.019-.044a.06.06 0 01.044-.019h3.677c.013 0 .026.006.036.015.009.01.015.022.015.036v2.126zM39.277 8.41c0 .007.002.014.006.02a.034.034 0 00.037.013.033.033 0 00.017-.012c1.418-1.815 3.237-2.659 5.455-2.532 1.059.06 2.095.386 2.961.988 1.636 1.136 1.793 3.196 1.792 5.051-.001 1.775-.002 4.997 0 9.667a.048.048 0 01-.049.049h-3.96a.07.07 0 01-.07-.07c.002-3.664 0-6.442-.007-8.334a21.62 21.62 0 00-.058-1.514c-.046-.657-.153-1.146-.32-1.468-.42-.81-1.112-1.229-2.077-1.256a3.222 3.222 0 00-1.71.42c-.903.514-1.427 1.318-1.572 2.411A16.917 16.917 0 0039.575 14c-.009 2.558-.01 5.085-.003 7.582a.075.075 0 01-.075.075h-3.942a.067.067 0 01-.047-.02.065.065 0 01-.02-.046l-.001-15.293a.063.063 0 01.062-.063h3.677c.013 0 .026.005.036.014a.05.05 0 01.015.036V8.41zM72.515 16.793a.061.061 0 01.067-.038l3.926.66a.055.055 0 01.04.027.056.056 0 01.005.047c-1.224 3.482-4.18 4.788-7.716 4.46-2.74-.253-4.802-1.629-5.823-4.267-.339-.877-.537-1.844-.594-2.903-.134-2.438.33-4.978 2.06-6.802 1.478-1.558 3.387-2.245 5.726-2.062 3.28.259 5.53 2.29 6.25 5.476.264 1.168.376 2.4.337 3.694a.035.035 0 01-.035.034l-10.14-.004a.039.039 0 00-.029.012.04.04 0 00-.01.029c.012.426.066.83.16 1.213.324 1.3 1.307 2.358 2.672 2.544 1.323.181 2.387-.335 2.9-1.597l.204-.523zm-5.82-4.18l5.99.01c.01 0 .018-.004.025-.01a.036.036 0 00.01-.026l.001-.277c.002-.873-.305-1.711-.853-2.33-.548-.618-1.292-.966-2.069-.968h-.205a2.65 2.65 0 00-1.12.249 2.932 2.932 0 00-.952.712 3.346 3.346 0 00-.637 1.067c-.148.4-.224.827-.225 1.26v.277a.036.036 0 00.035.036zM80.026 21.653a.077.077 0 01-.078-.078V6.283a.047.047 0 01.047-.047h3.708c.01 0 .02.004.027.01a.037.037 0 01.011.027v2.072a.027.027 0 00.02.025.027.027 0 00.03-.012 8.261 8.261 0 011.175-1.548c1.299-1.344 3.439-1.062 4.906-.197a.094.094 0 01.041.112l-1.21 3.41a.065.065 0 01-.098.032c-.18-.12-.408-.24-.681-.362-1.106-.492-2.56-.314-3.158.895-.242.49-.396.927-.462 1.31-.151.877-.235 1.88-.25 3.01a314.356 314.356 0 00-.019 6.583.05.05 0 01-.05.05h-3.96zM136.02 15.827a.085.085 0 01.034-.054.085.085 0 01.063-.015l3.88.653c.005 0 .009.002.013.005a.028.028 0 01.01.009.033.033 0 01.006.027c-.258 1.278-.778 2.392-1.559 3.343-1.46 1.779-3.793 2.281-6.012 2.19-3.693-.153-6.211-2.494-6.8-6.117a12.359 12.359 0 01.011-3.919c.348-2.223 1.557-4.17 3.552-5.22 1.086-.572 2.313-.816 3.525-.84 2.224-.048 4.439.463 5.846 2.324a7.375 7.375 0 011.24 2.561l.001.007a.091.091 0 01-.003.007.015.015 0 01-.005.005.018.018 0 01-.006.003l-3.945.712a.056.056 0 01-.042-.01.042.042 0 01-.014-.015.05.05 0 01-.008-.02c-.281-1.784-1.67-2.61-3.382-2.317-1.525.26-2.336 1.34-2.585 2.812-.21 1.233-.192 2.529.053 3.886.287 1.58 1.326 2.73 2.998 2.824 1.109.063 2.137-.364 2.646-1.374a5.35 5.35 0 00.483-1.467zM151.867 16.793a.062.062 0 01.027-.031.06.06 0 01.04-.008l3.926.662a.06.06 0 01.023.01.053.053 0 01.024.04.066.066 0 01-.002.024c-1.224 3.482-4.18 4.788-7.715 4.46-2.741-.254-4.802-1.629-5.823-4.267-.34-.877-.538-1.845-.595-2.903-.133-2.44.33-4.979 2.061-6.803 1.478-1.558 3.386-2.245 5.725-2.06 3.281.257 5.531 2.289 6.251 5.474.264 1.168.376 2.4.336 3.695a.032.032 0 01-.011.023.034.034 0 01-.024.01l-10.14-.003a.04.04 0 00-.029.012.055.055 0 00-.008.013.041.041 0 00-.003.015c.013.426.067.83.162 1.213.323 1.3 1.307 2.358 2.672 2.544 1.322.181 2.386-.334 2.899-1.597.03-.072.098-.246.204-.523zm-5.828-4.175h6.011a.026.026 0 00.017-.007.024.024 0 00.006-.016v-.302c0-.43-.076-.857-.223-1.255a3.33 3.33 0 00-.636-1.065 2.942 2.942 0 00-.952-.71 2.67 2.67 0 00-1.123-.25h-.189c-.778 0-1.525.345-2.075.96-.55.616-.859 1.45-.859 2.32v.302c0 .006.002.012.006.016a.026.026 0 00.017.007zM31.285 6.233h-3.98a.052.052 0 00-.051.052V21.6c0 .028.023.052.052.052h3.979a.052.052 0 00.052-.052V6.285a.052.052 0 00-.052-.052z"
37
+ })]
38
+ }));
39
+ });
40
+ export default Icon;
@@ -0,0 +1,15 @@
1
+ import Avatar from './components/Avatar';
2
+ import Color from './components/Color';
3
+ import Combine from './components/Combine';
4
+ import Mono from './components/Mono';
5
+ import Text from './components/Text';
6
+ export type CompoundedIcon = typeof Mono & {
7
+ Avatar: typeof Avatar;
8
+ Color: typeof Color;
9
+ Combine: typeof Combine;
10
+ Text: typeof Text;
11
+ colorPrimary: string;
12
+ title: string;
13
+ };
14
+ declare const Icons: CompoundedIcon;
15
+ export default Icons;
@@ -0,0 +1,16 @@
1
+ 'use client';
2
+
3
+ import Avatar from "./components/Avatar";
4
+ import Color from "./components/Color";
5
+ import Combine from "./components/Combine";
6
+ import Mono from "./components/Mono";
7
+ import Text from "./components/Text";
8
+ import { COLOR_PRIMARY, TITLE } from "./style";
9
+ var Icons = Mono;
10
+ Icons.Color = Color;
11
+ Icons.Text = Text;
12
+ Icons.Combine = Combine;
13
+ Icons.Avatar = Avatar;
14
+ Icons.colorPrimary = COLOR_PRIMARY;
15
+ Icons.title = TITLE;
16
+ export default Icons;
@@ -0,0 +1,4 @@
1
+ export declare const TITLE = "Xinference";
2
+ export declare const TEXT_MULTIPLE = 0.7;
3
+ export declare const SPACE_MULTIPLE = 0.3;
4
+ export declare const COLOR_PRIMARY = "#781ff5";
@@ -0,0 +1,4 @@
1
+ export var TITLE = 'Xinference';
2
+ export var TEXT_MULTIPLE = 0.7;
3
+ export var SPACE_MULTIPLE = 0.3;
4
+ export var COLOR_PRIMARY = '#781ff5';
@@ -2,9 +2,9 @@ import Adobe from "../Adobe";
2
2
  import Ai21 from "../Ai21";
3
3
  import Ai360 from "../Ai360";
4
4
  import AiMass from "../AiMass";
5
+ import AssemblyAI from "../AssemblyAI";
5
6
  import Aws from "../Aws";
6
7
  import Aya from "../Aya";
7
- import Azure from "../Azure";
8
8
  import Baichuan from "../Baichuan";
9
9
  import ByteDance from "../ByteDance";
10
10
  import ChatGLM from "../ChatGLM";
@@ -27,7 +27,9 @@ import Ideogram from "../Ideogram";
27
27
  import InternLM from "../InternLM";
28
28
  import Jina from "../Jina";
29
29
  import LLaVA from "../LLaVA";
30
+ import Liquid from "../Liquid";
30
31
  import Meta from "../Meta";
32
+ import Microsoft from "../Microsoft";
31
33
  import Minimax from "../Minimax";
32
34
  import Mistral from "../Mistral";
33
35
  import Moonshot from "../Moonshot";
@@ -45,6 +47,7 @@ import Stepfun from "../Stepfun";
45
47
  import Suno from "../Suno";
46
48
  import Udio from "../Udio";
47
49
  import Upstage from "../Upstage";
50
+ import Voyage from "../Voyage";
48
51
  import Wenxin from "../Wenxin";
49
52
  import Yi from "../Yi";
50
53
 
@@ -181,8 +184,8 @@ export var modelMappings = [{
181
184
  Icon: Suno,
182
185
  keywords: ['suno']
183
186
  }, {
184
- Icon: Azure,
185
- keywords: ['wizardlm', 'phi3', 'phi-3', 'phi-2']
187
+ Icon: Microsoft,
188
+ keywords: ['wizardlm', 'phi3', '^/phi-', '^phi-']
186
189
  }, {
187
190
  Icon: Adobe,
188
191
  keywords: ['firefly']
@@ -216,4 +219,13 @@ export var modelMappings = [{
216
219
  }, {
217
220
  Icon: DeepSeek,
218
221
  keywords: ['deepseek']
222
+ }, {
223
+ Icon: Voyage,
224
+ keywords: ['voyage']
225
+ }, {
226
+ Icon: AssemblyAI,
227
+ keywords: ['assemblyai']
228
+ }, {
229
+ Icon: Liquid,
230
+ keywords: ['liquid', 'lfm']
219
231
  }];
@@ -69,6 +69,7 @@ import Volcengine from "../Volcengine";
69
69
  import Wenxin from "../Wenxin";
70
70
  import WorkersAI from "../WorkersAI";
71
71
  import XAI from "../XAI";
72
+ import Xinference from "../Xinference";
72
73
  import ZeroOne from "../ZeroOne";
73
74
  import Zhipu from "../Zhipu";
74
75
  import Combine from "./ProviderCombine/Combine";
@@ -362,15 +363,21 @@ export var providerMappings = [{
362
363
  keywords: [ModelProvider.Volcengine]
363
364
  }, {
364
365
  Icon: SambaNova,
365
- combineMultiple: 0.85,
366
+ combineMultiple: 0.8,
366
367
  keywords: [ModelProvider.SambaNova]
367
368
  }, {
368
369
  Icon: Cohere,
369
370
  keywords: [ModelProvider.Cohere]
370
371
  }, {
371
372
  Icon: Search1API,
373
+ combineMultiple: 0.9,
372
374
  keywords: [ModelProvider.Search1API]
373
375
  }, {
374
376
  Icon: Infinigence,
377
+ combineMultiple: 0.8,
375
378
  keywords: [ModelProvider.InfiniAI]
379
+ }, {
380
+ Icon: Xinference,
381
+ combineMultiple: 0.85,
382
+ keywords: [ModelProvider.Xinference]
376
383
  }];
@@ -50,6 +50,7 @@ export declare enum ModelProvider {
50
50
  Volcengine = "volcengine",
51
51
  Wenxin = "wenxin",
52
52
  XAI = "xai",
53
+ Xinference = "xinference",
53
54
  ZeroOne = "zeroone",
54
55
  ZhiPu = "zhipu"
55
56
  }
@@ -50,6 +50,7 @@ export var ModelProvider = /*#__PURE__*/function (ModelProvider) {
50
50
  ModelProvider["Volcengine"] = "volcengine";
51
51
  ModelProvider["Wenxin"] = "wenxin";
52
52
  ModelProvider["XAI"] = "xai";
53
+ ModelProvider["Xinference"] = "xinference";
53
54
  ModelProvider["ZeroOne"] = "zeroone";
54
55
  ModelProvider["ZhiPu"] = "zhipu";
55
56
  return ModelProvider;
package/es/icons.d.ts CHANGED
@@ -4,10 +4,13 @@ export { default as Ai21, type CompoundedIcon as Ai21Props } from './Ai21';
4
4
  export { default as Ai360, type CompoundedIcon as Ai360Props } from './Ai360';
5
5
  export { default as AiMass, type CompoundedIcon as AiMassProps } from './AiMass';
6
6
  export { default as AiStudio, type CompoundedIcon as AiStudioProps } from './AiStudio';
7
+ export { default as AlephAlpha, type CompoundedIcon as AlephAlphaProps } from './AlephAlpha';
7
8
  export { default as Alibaba, type CompoundedIcon as AlibabaProps } from './Alibaba';
8
9
  export { default as AlibabaCloud, type CompoundedIcon as AlibabaCloudProps } from './AlibabaCloud';
9
10
  export { default as AntGroup, type CompoundedIcon as AntGroupProps } from './AntGroup';
10
11
  export { default as Anthropic, type CompoundedIcon as AnthropicProps } from './Anthropic';
12
+ export { default as Anyscale, type CompoundedIcon as AnyscaleProps } from './Anyscale';
13
+ export { default as AssemblyAI, type CompoundedIcon as AssemblyAIProps } from './AssemblyAI';
11
14
  export { default as Automatic, type CompoundedIcon as AutomaticProps } from './Automatic';
12
15
  export { default as Aws, type CompoundedIcon as AwsProps } from './Aws';
13
16
  export { default as Aya, type CompoundedIcon as AyaProps } from './Aya';
@@ -20,6 +23,7 @@ export { default as BaiduCloud, type CompoundedIcon as BaiduCloudProps } from '.
20
23
  export { default as Bedrock, type CompoundedIcon as BedrockProps } from './Bedrock';
21
24
  export { default as Bing, type CompoundedIcon as BingProps } from './Bing';
22
25
  export { default as ByteDance, type CompoundedIcon as ByteDanceProps } from './ByteDance';
26
+ export { default as CentML, type CompoundedIcon as CentMLProps } from './CentML';
23
27
  export { default as Cerebras, type CompoundedIcon as CerebrasProps } from './Cerebras';
24
28
  export { default as ChatGLM, type CompoundedIcon as ChatGLMProps } from './ChatGLM';
25
29
  export { default as Civitai, type CompoundedIcon as CivitaiProps } from './Civitai';
@@ -35,6 +39,7 @@ export { default as Colab, type CompoundedIcon as ColabProps } from './Colab';
35
39
  export { default as ComfyUI, type CompoundedIcon as ComfyUIProps } from './ComfyUI';
36
40
  export { default as CommandA, type CompoundedIcon as CommandAProps } from './CommandA';
37
41
  export { default as Copilot, type CompoundedIcon as CopilotProps } from './Copilot';
42
+ export { default as Coqui, type CompoundedIcon as CoquiProps } from './Coqui';
38
43
  export { default as Coze, type CompoundedIcon as CozeProps } from './Coze';
39
44
  export { default as CrewAI, type CompoundedIcon as CrewAIrops } from './CrewAI';
40
45
  export { default as Cursor, type CompoundedIcon as CursorProps } from './Cursor';
@@ -56,6 +61,7 @@ export { default as FishAudio, type CompoundedIcon as FishAudioProps } from './F
56
61
  export { default as Flora, type CompoundedIcon as FloraProps } from './Flora';
57
62
  export { default as Flowith, type CompoundedIcon as FlowithProps } from './Flowith';
58
63
  export { default as Flux, type CompoundedIcon as FluxProps } from './Flux';
64
+ export { default as Friendli, type CompoundedIcon as FriendliProps } from './Friendli';
59
65
  export { default as Gemini, type CompoundedIcon as GeminiProps } from './Gemini';
60
66
  export { default as Gemma, type CompoundedIcon as GemmaProps } from './Gemma';
61
67
  export { default as GiteeAI, type CompoundedIcon as GiteeAIProps } from './GiteeAI';
@@ -74,6 +80,7 @@ export { default as Hedra, type CompoundedIcon as HedraProps } from './Hedra';
74
80
  export { default as Higress, type CompoundedIcon as HigressProps } from './Higress';
75
81
  export { default as HuggingFace, type CompoundedIcon as HuggingFaceProps } from './HuggingFace';
76
82
  export { default as Hunyuan, type CompoundedIcon as HunyuanProps } from './Hunyuan';
83
+ export { default as Hyperbolic, type CompoundedIcon as HyperbolicProps } from './Hyperbolic';
77
84
  export { default as Ideogram, type CompoundedIcon as IdeogramProps } from './Ideogram';
78
85
  export { default as IFlyTekCloud, type CompoundedIcon as IFlyTekCloudProps } from './IFlyTekCloud';
79
86
  export { default as Infinigence, type CompoundedIcon as InfinigenceProps } from './Infinigence';
@@ -82,12 +89,14 @@ export { default as Jina, type CompoundedIcon as JinaProps } from './Jina';
82
89
  export { default as Kera, type CompoundedIcon as KeraProps } from './Kera';
83
90
  export { default as Kimi, type CompoundedIcon as KimiProps } from './Kimi';
84
91
  export { default as Kling, type CompoundedIcon as KlingProps } from './Kling';
92
+ export { default as Kluster, type CompoundedIcon as KlusterProps } from './Kluster';
85
93
  export { default as Lambda, type CompoundedIcon as LambdaProps } from './Lambda';
86
94
  export { default as LangChain, type CompoundedIcon as LangChainProps } from './LangChain';
87
95
  export { default as Langfuse, type CompoundedIcon as LangfuseProps } from './Langfuse';
88
96
  export { default as LangGraph, type CompoundedIcon as LangGraphProps } from './LangGraph';
89
97
  export { default as LangSmith, type CompoundedIcon as LangSmithProps } from './LangSmith';
90
98
  export { default as Lightricks, type CompoundedIcon as LightricksProps } from './Lightricks';
99
+ export { default as Liquid, type CompoundedIcon as LiquidProps } from './Liquid';
91
100
  export { default as LiveKit, type CompoundedIcon as LiveKitProps } from './LiveKit';
92
101
  export { default as LlamaIndex, type CompoundedIcon as LlamaIndexProps } from './LlamaIndex';
93
102
  export { default as LLaVA, type CompoundedIcon as LLaVAProps } from './LLaVA';
@@ -108,10 +117,12 @@ export { default as Monica, type CompoundedIcon as MonicaProps } from './Monica'
108
117
  export { default as Moonshot, type CompoundedIcon as MoonshotProps } from './Moonshot';
109
118
  export { default as MyShell, type CompoundedIcon as MyShellProps } from './MyShell';
110
119
  export { default as N8n, type CompoundedIcon as N8nProps } from './N8n';
120
+ export { default as Nebius, type CompoundedIcon as NebiusProps } from './Nebius';
111
121
  export { default as NotebookLM, type CompoundedIcon as NotebookLMProps } from './NotebookLM';
112
122
  export { default as Notion, type CompoundedIcon as NotionProps } from './Notion';
113
123
  export { default as Nova, type CompoundedIcon as NovaProps } from './Nova';
114
124
  export { default as Novita, type CompoundedIcon as NovitaProps } from './Novita';
125
+ export { default as NPLCloud, type CompoundedIcon as NPLCloudProps } from './NPLCloud';
115
126
  export { default as Nvidia, type CompoundedIcon as NvidiaProps } from './Nvidia';
116
127
  export { default as Ollama, type CompoundedIcon as OllamaProps } from './Ollama';
117
128
  export { default as OpenAI, type CompoundedIcon as OpenAIProps } from './OpenAI';
@@ -140,6 +151,7 @@ export { default as Search1API, type CompoundedIcon as Search1APIProps } from '.
140
151
  export { default as SearchApi, type CompoundedIcon as SearchApiProps } from './SearchApi';
141
152
  export { default as SenseNova, type CompoundedIcon as SenseNovaProps } from './SenseNova';
142
153
  export { default as SiliconCloud, type CompoundedIcon as SiliconCloudProps } from './SiliconCloud';
154
+ export { default as Snowflake, type CompoundedIcon as SnowflakeProps } from './Snowflake';
143
155
  export { default as Spark, type CompoundedIcon as SparkProps } from './Spark';
144
156
  export { default as Stability, type CompoundedIcon as StabilityProps } from './Stability';
145
157
  export { default as StateCloud, type CompoundedIcon as StateCloudProps } from './StateCloud';
@@ -164,9 +176,11 @@ export { default as Vidu, type CompoundedIcon as ViduProps } from './Vidu';
164
176
  export { default as Viggle, type CompoundedIcon as ViggleProps } from './Viggle';
165
177
  export { default as Vllm, type CompoundedIcon as VllmProps } from './Vllm';
166
178
  export { default as Volcengine, type CompoundedIcon as VolcengineProps } from './Volcengine';
179
+ export { default as Voyage, type CompoundedIcon as VoyageProps } from './Voyage';
167
180
  export { default as Wenxin, type CompoundedIcon as WenxinProps } from './Wenxin';
168
181
  export { default as WorkersAI, type CompoundedIcon as WorkersAIProps } from './WorkersAI';
169
182
  export { default as XAI, type CompoundedIcon as XAIProps } from './XAI';
183
+ export { default as Xinference, type CompoundedIcon as XinferenceProps } from './Xinference';
170
184
  export { default as Xuanyuan, type CompoundedIcon as XuanyuanProps } from './Xuanyuan';
171
185
  export { default as Yandex, type CompoundedIcon as YandexProps } from './Yandex';
172
186
  export { default as Yi, type CompoundedIcon as YiProps } from './Yi';