@lobehub/icons 1.82.0 → 1.84.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 (63) hide show
  1. package/README.md +44 -44
  2. package/es/CommandA/components/Avatar.d.ts +5 -0
  3. package/es/CommandA/components/Avatar.js +26 -0
  4. package/es/CommandA/components/Color.d.ts +1 -0
  5. package/es/CommandA/components/Color.js +3 -0
  6. package/es/CommandA/components/Combine.d.ts +7 -0
  7. package/es/CommandA/components/Combine.js +32 -0
  8. package/es/CommandA/components/Mono.d.ts +1 -0
  9. package/es/CommandA/components/Mono.js +3 -0
  10. package/es/CommandA/components/Text.d.ts +3 -0
  11. package/es/CommandA/components/Text.js +42 -0
  12. package/es/CommandA/index.d.ts +15 -0
  13. package/es/CommandA/index.js +16 -0
  14. package/es/CommandA/style.d.ts +4 -0
  15. package/es/CommandA/style.js +4 -0
  16. package/es/LangChain/components/Color.js +2 -2
  17. package/es/LangChain/components/Mono.js +2 -2
  18. package/es/LangGraph/components/Avatar.d.ts +5 -0
  19. package/es/LangGraph/components/Avatar.js +26 -0
  20. package/es/LangGraph/components/Color.d.ts +3 -0
  21. package/es/LangGraph/components/Color.js +42 -0
  22. package/es/LangGraph/components/Combine.d.ts +7 -0
  23. package/es/LangGraph/components/Combine.js +32 -0
  24. package/es/LangGraph/components/Mono.d.ts +3 -0
  25. package/es/LangGraph/components/Mono.js +42 -0
  26. package/es/LangGraph/components/Text.d.ts +3 -0
  27. package/es/LangGraph/components/Text.js +40 -0
  28. package/es/LangGraph/index.d.ts +15 -0
  29. package/es/LangGraph/index.js +16 -0
  30. package/es/LangGraph/style.d.ts +4 -0
  31. package/es/LangGraph/style.js +4 -0
  32. package/es/LangSmith/components/Avatar.d.ts +5 -0
  33. package/es/LangSmith/components/Avatar.js +26 -0
  34. package/es/LangSmith/components/Color.d.ts +3 -0
  35. package/es/LangSmith/components/Color.js +40 -0
  36. package/es/LangSmith/components/Combine.d.ts +7 -0
  37. package/es/LangSmith/components/Combine.js +32 -0
  38. package/es/LangSmith/components/Mono.d.ts +3 -0
  39. package/es/LangSmith/components/Mono.js +41 -0
  40. package/es/LangSmith/components/Text.d.ts +3 -0
  41. package/es/LangSmith/components/Text.js +40 -0
  42. package/es/LangSmith/index.d.ts +15 -0
  43. package/es/LangSmith/index.js +16 -0
  44. package/es/LangSmith/style.d.ts +4 -0
  45. package/es/LangSmith/style.js +4 -0
  46. package/es/LlamaIndex/components/Avatar.d.ts +5 -0
  47. package/es/LlamaIndex/components/Avatar.js +27 -0
  48. package/es/LlamaIndex/components/Color.d.ts +3 -0
  49. package/es/LlamaIndex/components/Color.js +66 -0
  50. package/es/LlamaIndex/components/Combine.d.ts +7 -0
  51. package/es/LlamaIndex/components/Combine.js +29 -0
  52. package/es/LlamaIndex/components/Mono.d.ts +3 -0
  53. package/es/LlamaIndex/components/Mono.js +41 -0
  54. package/es/LlamaIndex/components/Text.d.ts +3 -0
  55. package/es/LlamaIndex/components/Text.js +55 -0
  56. package/es/LlamaIndex/index.d.ts +15 -0
  57. package/es/LlamaIndex/index.js +16 -0
  58. package/es/LlamaIndex/style.d.ts +4 -0
  59. package/es/LlamaIndex/style.js +4 -0
  60. package/es/icons.d.ts +4 -0
  61. package/es/icons.js +4 -0
  62. package/es/toc.js +74 -2
  63. package/package.json +1 -1
@@ -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,41 @@
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: "M14.09 15.207c-.067.11-.268.116-.44.015a.466.466 0 01-.19-.2c-.032-.071-.033-.138-.002-.189.035-.057.108-.086.194-.086.077 0 .165.023.246.071.17.101.259.28.192.389zM24 12c0 3.308-2.736 6-6.099 6H6.1C2.736 18 0 15.309 0 12s2.736-6 6.099-6H17.9C21.264 6 24 8.692 24 12zm-12.246 3.01c.096-.116-.348-.439-.439-.557-.184-.197-.185-.48-.31-.71-.304-.694-.654-1.383-1.143-1.97-.518-.643-1.156-1.175-1.716-1.778-.417-.421-.528-1.02-.895-1.474-.507-.735-2.108-.936-2.343.103.001.033-.009.053-.038.074-.13.093-.245.199-.342.327-.238.325-.274.877.022 1.17.01-.154.015-.3.14-.41.229.194.575.262.84.117.588.825.442 1.967.908 2.856.13.21.259.425.424.609.135.205.598.448.625.638.005.326-.034.683.184.956.102.205-.15.41-.352.385-.264.035-.585-.175-.816-.046-.082.087-.241-.009-.312.112-.024.062-.156.15-.077.21.087-.065.168-.133.286-.095-.018.095.058.108.118.135-.002.064-.04.13.01.184.058-.058.092-.14.185-.163.306.401.618-.407 1.28-.043-.134-.006-.253.01-.344.119-.023.024-.042.053-.002.085.358-.227.356.078.588-.016.178-.092.356-.206.568-.174-.206.059-.214.222-.335.36-.02.02-.03.045-.007.08.429-.036.464-.176.81-.348.258-.155.515.221.738.007.05-.046.117-.03.178-.037-.078-.41-.936.075-.923-.474.276-.185.213-.539.232-.824.317.173.67.274.982.44.157.249.403.579.732.557l.025-.072c.1.017.228.081.283-.043.148.154.367.146.561.107.144-.116-.27-.28-.326-.398zm4.452-1.936l-.653-.867c-.57.642-.95.954-.957.96-.004.003-.367.351-.698.65-.325.293-.582.524-.713.778a.763.763 0 00-.004.586c.085.2.258.342.515.423.077.024.15.034.221.034.463 0 .767-.457.769-.46.004-.006.398-.56.877-1.258.16-.232.342-.478.643-.846zm3.07 1.997a.518.518 0 00-.134-.347l-.081-.09-2.235-2.491a37.665 37.665 0 01-1.357-1.628l-.082-.168v-.296a.8.8 0 00-.065-.314l-.174-.408c-.003-.006-.004-.013-.003-.019l.007-.057c0-.009.005-.017.013-.023a2.079 2.079 0 011.426-.469c.103.004.12-.05.124-.074.014-.114-.25-.247-.494-.297-.337-.067-1.232-.247-1.947.215l-.006.004c-.462.38-.834.67-.838.674l-.008.008a.476.476 0 00-.105.357c.02.127-.046.173-.05.175-.004.003-.096.06-.19-.005-.115-.084-.314.06-.355.093l-.3.254-.006.006c-.006.006-.135.154.038.392.149.206.201.275.33.433.132.16.368.364.381.374.006.005.15.113.35-.037.163-.124.294-.235.294-.235.01-.009.106-.085.11-.199v-.086c-.003-.08-.003-.104.058-.142.03 0 .119.032.196.07a.83.83 0 00.376.104c.11.014.232.138.274.188.004.004.377.39.902 1.064.1.129.468.61.568.744l.695.931c.474.634 1.004 1.345 1.245 1.665.08.106.197.178.329.203l.09.017a.524.524 0 00.51-.18l.004-.007a.512.512 0 00.11-.32v-.08zm.42-5.694l-.105-.102a.155.155 0 00-.227.01l-.653.76a.111.111 0 01-.074.038l-.232.023a.113.113 0 01-.083-.025l-.371-.31a.109.109 0 01-.04-.079l-.005-.183a.107.107 0 01.025-.073l.636-.753a.15.15 0 000-.196l-.065-.074a.156.156 0 00-.171-.044 7.53 7.53 0 00-.803.348c-.387.205-.656.531-.702.85-.034.234-.02.62-.008.828a.443.443 0 01-.055.238c-.05.091-.138.237-.271.413-.069.092-.112.127-.17.195l.719.832c.173-.199.325-.35.457-.495.241-.264.316-.267.517-.273.124-.005.294-.01.563-.076.734-.18.966-.962.976-.997l.182-.71a.151.151 0 00-.04-.144zM8.41 14.333c-.08.303-.105.82-.506.835-.033.175.123.241.265.185.141-.064.208.05.256.164.217.031.54-.072.551-.325-.325-.184-.425-.535-.567-.86h.001z"
38
+ })]
39
+ }));
40
+ });
41
+ 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 127 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: "M2 .175v18.308h12.613V15.72h-9.75V.175H2zM21.335 4.52c-2.749 0-4.805 1.288-5.639 3.534l-.214.577 2.356 1.524.32-.834c.546-1.423 1.556-2.086 3.177-2.086 1.62 0 2.548.786 2.53 2.335l-.004.252s-2.145.348-3.029.535c-3.771.797-5.35 2.237-5.35 4.592 0 1.254.696 2.613 1.968 3.375.763.456 1.76.63 2.86.63.723 0 1.425-.108 2.077-.306 1.479-.492 1.892-1.458 1.892-1.458v1.263h2.45v-9.03c0-3.07-2.017-4.904-5.394-4.904zm2.54 9.636c0 .95-1.033 2.286-3.441 2.286-.68 0-1.162-.18-1.483-.448a1.467 1.467 0 01-.512-1.33c.025-.197.145-.624.588-.993.453-.378 1.253-.649 2.49-.918a85.289 85.289 0 012.36-.465v1.87l-.002-.002zM35.789 4.52c-.34 0-.673.023-.995.068-2.194.33-2.837 1.444-2.837 1.444l.002-1.114h-2.746v13.538h2.864v-7.51c0-2.551 1.86-3.713 3.59-3.713 1.87 0 2.778 1.005 2.778 3.073v8.15h2.863V9.913c0-3.329-2.115-5.395-5.518-5.395l-.001.001zM53.257 4.908v1.395s-.702-1.784-3.894-1.784c-3.966 0-6.43 2.737-6.43 7.144 0 2.486.795 4.444 2.197 5.68 1.09.962 2.547 1.454 4.281 1.488 1.206.023 1.988-.305 2.476-.616.937-.596 1.285-1.163 1.285-1.163s-.04.444-.112 1.044c-.052.434-.15.74-.15.74-.436 1.552-1.712 2.45-3.571 2.45-1.86 0-2.987-.613-3.21-1.82l-2.784.831c.48 2.319 2.657 3.703 5.82 3.703 2.152 0 3.838-.584 5.013-1.739 1.185-1.164 1.786-2.842 1.786-4.986V4.906h-2.707v.001zm-.18 6.876c0 2.71-1.324 4.329-3.541 4.329-2.376 0-3.738-1.623-3.738-4.452 0-2.828 1.362-4.427 3.737-4.427 2.165 0 3.521 1.611 3.542 4.205v.345zM72.748 15.689c.386-.702.582-1.529.582-2.46s-.165-1.646-.493-2.225a4.268 4.268 0 00-1.254-1.411 6.863 6.863 0 00-1.594-.842c-.551-.2-1.057-.362-1.503-.48l-3.269-.911a10.08 10.08 0 01-1.23-.415 2.937 2.937 0 01-1.027-.685c-.28-.294-.423-.676-.423-1.138 0-.486.166-.917.49-1.281.323-.361.753-.642 1.28-.834a4.76 4.76 0 011.712-.276c.63.017 1.233.146 1.79.385.559.24 1.04.592 1.428 1.048.378.445.64.986.78 1.61l3.161-.55c-.27-1.081-.728-2.02-1.366-2.788a6.377 6.377 0 00-2.434-1.8C68.41.221 67.293.008 66.055 0c-1.217-.008-2.344.186-3.34.579-.994.391-1.794.988-2.38 1.773-.585.783-.882 1.766-.882 2.92 0 .79.132 1.46.393 1.995.26.535.601.98 1.01 1.323.412.346.854.619 1.316.814.465.197.903.357 1.304.472l4.712 1.394c.34.103.645.226.905.366.262.141.48.3.647.473.17.174.3.375.386.597.087.222.13.466.13.725 0 .578-.185 1.074-.553 1.472-.364.393-.843.698-1.424.902a5.567 5.567 0 01-1.858.308c-1.105 0-2.095-.302-2.941-.897-.835-.587-1.399-1.425-1.677-2.49l-3.053.463c.189 1.15.622 2.158 1.289 2.996a6.7 6.7 0 002.61 1.977c1.056.46 2.262.692 3.58.692.928 0 1.828-.118 2.676-.352a7.2 7.2 0 002.268-1.056 5.216 5.216 0 001.572-1.76l.002.003zM87.747 7.499c.396-.226.85-.341 1.348-.341.808 0 1.459.27 1.932.805.472.533.713 1.278.713 2.219v8.175h2.932v-8.94c0-1.443-.402-2.623-1.194-3.507-.791-.881-1.946-1.33-3.433-1.33-.898 0-1.723.201-2.454.596a4.544 4.544 0 00-1.666 1.535l-.056.086-.048-.09a3.966 3.966 0 00-1.4-1.489c-.676-.422-1.529-.637-2.533-.637-.915 0-1.751.203-2.486.601a4.692 4.692 0 00-1.432 1.186l-.108.134V4.92h-2.577v13.437h2.958V10.07c0-.857.242-1.563.719-2.1.478-.538 1.121-.81 1.914-.81.792 0 1.47.272 1.945.81.472.537.712 1.294.712 2.25v8.136h2.918V10.07c0-.602.118-1.128.35-1.567a2.45 2.45 0 01.947-1.003v-.001zM104.002 14.917a4.04 4.04 0 00.487 1.785 3.142 3.142 0 001.529 1.398c.674.295 1.448.456 2.302.476.841.02 1.713-.05 2.591-.211v-2.438c-.826.118-1.575.15-2.224.091-.685-.06-1.19-.356-1.504-.877-.165-.268-.255-.62-.268-1.043-.012-.414-.019-.9-.019-1.445V7.07h4.015V4.797h-4.015v-4.6h-2.919v4.6h-2.483V7.07h2.483v5.76c0 .776.008 1.479.025 2.088zM119.581 4.499c-.314 0-.619.02-.917.059-2.159.337-2.794 1.437-2.794 1.437v-.322h-.001V.155h-2.864v18.282h2.864v-7.509c0-2.568 1.861-3.737 3.59-3.737 1.87 0 2.778 1.004 2.778 3.073v8.174h2.863V9.87c0-3.261-2.166-5.37-5.518-5.37l-.001-.001zM99.57 4.917h-2.849v13.55h2.85V4.917zM98.145 3.908a1.856 1.856 0 100-3.712 1.856 1.856 0 000 3.712z"
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 = "LangSmith";
2
+ export declare const TEXT_MULTIPLE = 0.5;
3
+ export declare const SPACE_MULTIPLE = 0.2;
4
+ export declare const COLOR_PRIMARY = "#1C3C3C";
@@ -0,0 +1,4 @@
1
+ export var TITLE = 'LangSmith';
2
+ export var TEXT_MULTIPLE = 0.5;
3
+ export var SPACE_MULTIPLE = 0.2;
4
+ export var COLOR_PRIMARY = '#1C3C3C';
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { type IconAvatarProps } from "../../features/IconAvatar";
3
+ export type AvatarProps = Omit<IconAvatarProps, 'Icon'>;
4
+ declare const Avatar: import("react").NamedExoticComponent<AvatarProps>;
5
+ export default Avatar;
@@ -0,0 +1,27 @@
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"];
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 Color from "./Color";
16
+ import { jsx as _jsx } from "react/jsx-runtime";
17
+ var Avatar = /*#__PURE__*/memo(function (_ref) {
18
+ var background = _ref.background,
19
+ rest = _objectWithoutProperties(_ref, _excluded);
20
+ return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
21
+ Icon: Color,
22
+ "aria-label": TITLE,
23
+ background: background || COLOR_PRIMARY,
24
+ iconMultiple: 0.7
25
+ }, rest));
26
+ });
27
+ 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,66 @@
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 { useFillId } from "../../hooks/useFillId";
14
+ import { TITLE } from "../style";
15
+ import { jsx as _jsx } from "react/jsx-runtime";
16
+ import { jsxs as _jsxs } from "react/jsx-runtime";
17
+ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
18
+ var _ref$size = _ref.size,
19
+ size = _ref$size === void 0 ? '1em' : _ref$size,
20
+ style = _ref.style,
21
+ rest = _objectWithoutProperties(_ref, _excluded);
22
+ var _useFillId = useFillId(TITLE),
23
+ id = _useFillId.id,
24
+ fill = _useFillId.fill;
25
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
26
+ height: size,
27
+ ref: ref,
28
+ style: _objectSpread({
29
+ flex: 'none',
30
+ lineHeight: 1
31
+ }, style),
32
+ viewBox: "0 0 24 24",
33
+ width: size,
34
+ xmlns: "http://www.w3.org/2000/svg"
35
+ }, rest), {}, {
36
+ children: [/*#__PURE__*/_jsx("title", {
37
+ children: TITLE
38
+ }), /*#__PURE__*/_jsx("path", {
39
+ d: "M15.855 17.122c-2.092.924-4.358.545-5.23.24 0 .21-.01.857-.048 1.78-.038.924-.332 1.507-.475 1.684.016.577.029 1.837-.047 2.26a1.93 1.93 0 01-.476.914H8.295c.114-.577.555-.946.761-1.058.114-1.193-.11-2.229-.238-2.597-.126.449-.437 1.49-.665 2.068a6.418 6.418 0 01-.713 1.299h-.951c-.048-.578.27-.77.475-.77.095-.177.323-.731.476-1.54.152-.807-.064-2.324-.19-2.981v-2.068c-1.522-.818-2.092-1.636-2.473-2.55-.304-.73-.222-1.843-.142-2.308-.096-.176-.373-.625-.476-1.25-.142-.866-.063-1.491 0-1.828-.095-.096-.285-.587-.285-1.78 0-1.192.349-1.811.523-1.972v-.529c-.666-.048-1.331-.336-1.712-.721-.38-.385-.095-.962.143-1.154.238-.193.475-.049.808-.145.333-.096.618-.192.76-.48C4.512 1.403 4.287.448 4.16 0c.57.077.935.577 1.046.818V0c.713.337 1.997 1.154 2.425 2.934.342 1.424.586 4.409.665 5.723 1.823.016 4.137-.26 6.229.193 1.901.412 2.757 1.25 3.755 1.25.999 0 1.57-.577 2.282-.096.714.481 1.094 1.828.999 2.838-.076.808-.697 1.074-.998 1.106-.38 1.27 0 2.485.237 2.934v1.827c.111.16.333.655.333 1.347 0 .693-.222 1.154-.333 1.299.19 1.077-.08 2.18-.238 2.597h-1.283c.152-.385.412-.481.523-.481.228-1.193.063-2.293-.048-2.693-.722-.424-1.188-1.17-1.331-1.491.016.272-.029 1.029-.333 1.875-.304.847-.76 1.347-.95 1.491v1.01h-1.284c0-.615.348-.737.523-.721.222-.4.76-1.01.76-2.212 0-1.015-.713-1.492-1.236-2.405-.248-.434-.127-.978-.047-1.203z",
40
+ fill: fill
41
+ }), /*#__PURE__*/_jsx("defs", {
42
+ children: /*#__PURE__*/_jsxs("linearGradient", {
43
+ gradientUnits: "userSpaceOnUse",
44
+ id: id,
45
+ x1: "4.021",
46
+ x2: "24.613",
47
+ y1: "2.02",
48
+ y2: "19.277",
49
+ children: [/*#__PURE__*/_jsx("stop", {
50
+ offset: ".062",
51
+ stopColor: "#F6DCD9"
52
+ }), /*#__PURE__*/_jsx("stop", {
53
+ offset: ".326",
54
+ stopColor: "#FFA5EA"
55
+ }), /*#__PURE__*/_jsx("stop", {
56
+ offset: ".589",
57
+ stopColor: "#45DFF8"
58
+ }), /*#__PURE__*/_jsx("stop", {
59
+ offset: "1",
60
+ stopColor: "#BC8DEB"
61
+ })]
62
+ })
63
+ })]
64
+ }));
65
+ });
66
+ 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,29 @@
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
+ 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; }
5
+ 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; }
6
+ 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; }
7
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
8
+ 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); }
9
+ function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure " + obj); }
10
+ import { memo } from 'react';
11
+ import IconCombine from "../../features/IconCombine";
12
+ import { SPACE_MULTIPLE, TEXT_MULTIPLE, TITLE } from "../style";
13
+ import Avatar from "./Avatar";
14
+ import Text from "./Text";
15
+ import { jsx as _jsx } from "react/jsx-runtime";
16
+ var Combine = /*#__PURE__*/memo(function (_ref) {
17
+ var rest = Object.assign({}, (_objectDestructuringEmpty(_ref), _ref));
18
+ return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
19
+ Icon: Avatar,
20
+ Text: Text,
21
+ "aria-label": TITLE,
22
+ iconProps: {
23
+ shape: 'square'
24
+ },
25
+ spaceMultiple: SPACE_MULTIPLE,
26
+ textMultiple: TEXT_MULTIPLE
27
+ }, rest));
28
+ });
29
+ 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,41 @@
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: "M15.855 17.122c-2.092.924-4.358.545-5.23.24 0 .21-.01.857-.048 1.78-.038.924-.332 1.507-.475 1.684.016.577.029 1.837-.047 2.26a1.93 1.93 0 01-.476.914H8.295c.114-.577.555-.946.761-1.058.114-1.193-.11-2.229-.238-2.597-.126.449-.437 1.49-.665 2.068a6.418 6.418 0 01-.713 1.299h-.951c-.048-.578.27-.77.475-.77.095-.177.323-.731.476-1.54.152-.807-.064-2.324-.19-2.981v-2.068c-1.522-.818-2.092-1.636-2.473-2.55-.304-.73-.222-1.843-.142-2.308-.096-.176-.373-.625-.476-1.25-.142-.866-.063-1.491 0-1.828-.095-.096-.285-.587-.285-1.78 0-1.192.349-1.811.523-1.972v-.529c-.666-.048-1.331-.336-1.712-.721-.38-.385-.095-.962.143-1.154.238-.193.475-.049.808-.145.333-.096.618-.192.76-.48C4.512 1.403 4.287.448 4.16 0c.57.077.935.577 1.046.818V0c.713.337 1.997 1.154 2.425 2.934.342 1.424.586 4.409.665 5.723 1.823.016 4.137-.26 6.229.193 1.901.412 2.757 1.25 3.755 1.25.999 0 1.57-.577 2.282-.096.714.481 1.094 1.828.999 2.838-.076.808-.697 1.074-.998 1.106-.38 1.27 0 2.485.237 2.934v1.827c.111.16.333.655.333 1.347 0 .693-.222 1.154-.333 1.299.19 1.077-.08 2.18-.238 2.597h-1.283c.152-.385.412-.481.523-.481.228-1.193.063-2.293-.048-2.693-.722-.424-1.188-1.17-1.331-1.491.016.272-.029 1.029-.333 1.875-.304.847-.76 1.347-.95 1.491v1.01h-1.284c0-.615.348-.737.523-.721.222-.4.76-1.01.76-2.212 0-1.015-.713-1.492-1.236-2.405-.248-.434-.127-.978-.047-1.203z"
38
+ })]
39
+ }));
40
+ });
41
+ 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,55 @@
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 183 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: "M19.605 21.765V0h4.627v21.765h-4.627z"
37
+ }), /*#__PURE__*/_jsx("path", {
38
+ clipRule: "evenodd",
39
+ d: "M133.462 22c-1.504 0-2.858-.332-4.064-.997a7.679 7.679 0 01-2.877-2.846c-.692-1.212-1.038-2.64-1.038-4.282 0-1.662.346-3.1 1.038-4.312a7.462 7.462 0 012.877-2.816c1.206-.665 2.56-.998 4.064-.998 1.344 0 2.521.294 3.53.88.462.27.877.603 1.244 1V0h4.628v21.765h-4.419v-1.822a5.244 5.244 0 01-1.394 1.177c-.989.587-2.186.88-3.589.88zm.801-3.755c.751 0 1.432-.176 2.046-.528a3.802 3.802 0 001.453-1.496c.376-.665.564-1.447.564-2.346 0-.92-.188-1.702-.564-2.347a3.801 3.801 0 00-1.453-1.496 4.037 4.037 0 00-2.046-.528c-.771 0-1.464.176-2.077.528a4.008 4.008 0 00-1.483 1.496c-.356.645-.533 1.428-.533 2.347 0 .9.177 1.681.533 2.346.375.646.87 1.144 1.483 1.496.613.352 1.306.528 2.077.528zM150.261 20.944c1.385.704 2.987 1.056 4.806 1.056 1.443 0 2.719-.215 3.827-.645 1.107-.45 2.026-1.086 2.758-1.907l-2.462-2.64a5.418 5.418 0 01-1.78 1.144c-.633.254-1.374.381-2.225.381-.949 0-1.779-.166-2.491-.498a3.994 3.994 0 01-1.631-1.496 4.218 4.218 0 01-.447-1.174h12.074l.009-.087.051-.529c.019-.234.029-.44.029-.616 0-1.701-.366-3.158-1.097-4.37a7.26 7.26 0 00-2.996-2.816c-1.246-.665-2.65-.998-4.212-.998-1.622 0-3.075.352-4.36 1.056a7.803 7.803 0 00-3.056 2.875c-.732 1.212-1.097 2.61-1.097 4.195 0 1.564.375 2.962 1.127 4.194.751 1.213 1.809 2.171 3.173 2.875zm.301-8.448c.077-.489.224-.929.442-1.32.335-.626.8-1.105 1.393-1.437.613-.352 1.315-.528 2.107-.528.79 0 1.483.176 2.076.528a3.55 3.55 0 011.394 1.408c.222.402.372.852.447 1.349h-7.859z"
40
+ }), /*#__PURE__*/_jsx("path", {
41
+ d: "M169.548 13.806l-6.14 7.96h5.043l3.625-4.834 3.494 4.834h5.251l-6.174-8.064 5.936-7.718h-4.923l-3.468 4.61-3.385-4.61h-5.191l5.932 7.822zM119.066 6.512c-.989-.509-2.116-.763-3.382-.763-1.364 0-2.58.284-3.648.85a5.949 5.949 0 00-1.632 1.26V5.984h-4.419v15.781h4.627v-7.802c0-.978.158-1.78.475-2.406.336-.626.79-1.085 1.365-1.378.593-.313 1.255-.47 1.987-.47 1.028 0 1.819.303 2.372.91.575.606.861 1.544.861 2.816v8.33h4.627v-9.034c0-1.604-.286-2.914-.86-3.931-.574-1.037-1.365-1.8-2.373-2.288zM96.578 21.765V1.232h4.805v20.533h-4.805z"
42
+ }), /*#__PURE__*/_jsx("path", {
43
+ clipRule: "evenodd",
44
+ d: "M87.733 19.805v1.96h4.33V12.76c0-2.405-.672-4.175-2.016-5.31-1.344-1.134-3.233-1.7-5.665-1.7-1.266 0-2.512.165-3.738.498-1.226.332-2.274.802-3.144 1.408l1.66 3.197c.574-.45 1.266-.802 2.078-1.056.83-.274 1.67-.41 2.52-.41 1.246 0 2.166.273 2.76.821.612.547.918 1.31.918 2.288h-3.678c-1.622 0-2.936.205-3.944.616-1.009.391-1.751.939-2.225 1.643-.455.704-.682 1.525-.682 2.464 0 .9.237 1.71.712 2.434.474.724 1.156 1.3 2.046 1.73.89.412 1.958.617 3.203.617 1.404 0 2.551-.264 3.441-.792a4.029 4.029 0 001.424-1.403zm-.297-4.64h-3.173c-1.088 0-1.839.176-2.254.528a1.691 1.691 0 00-.593 1.32c0 .587.227 1.056.681 1.408.475.333 1.117.499 1.929.499.77 0 1.463-.176 2.076-.528.612-.372 1.058-.91 1.334-1.613v-1.614z"
45
+ }), /*#__PURE__*/_jsx("path", {
46
+ d: "M67.271 5.75c1.265 0 2.382.253 3.352.762.988.489 1.76 1.251 2.313 2.288.573 1.017.861 2.327.861 3.93v9.035H69.17v-8.33c0-1.272-.267-2.21-.802-2.816-.534-.607-1.285-.91-2.254-.91-.673 0-1.275.157-1.81.47-.533.293-.948.743-1.245 1.349-.296.606-.445 1.379-.445 2.317v7.92h-4.627v-8.33c0-1.272-.267-2.21-.8-2.816-.516-.607-1.257-.91-2.226-.91-.673 0-1.275.157-1.81.47-.533.293-.949.743-1.245 1.349-.297.606-.445 1.379-.445 2.317v7.92h-4.627V5.984h4.42v1.82c.429-.488.933-.89 1.512-1.204 1.029-.567 2.195-.85 3.5-.85 1.463 0 2.739.37 3.827 1.114a4.732 4.732 0 011.428 1.455 6.532 6.532 0 011.686-1.484c1.186-.724 2.54-1.086 4.064-1.086z"
47
+ }), /*#__PURE__*/_jsx("path", {
48
+ clipRule: "evenodd",
49
+ d: "M38.315 19.804v1.961h4.33V12.76c0-2.405-.672-4.175-2.016-5.31-1.345-1.134-3.233-1.7-5.666-1.7-1.265 0-2.511.165-3.738.498-1.225.332-2.273.802-3.144 1.408l1.662 3.197c.573-.45 1.265-.802 2.076-1.056.83-.274 1.67-.41 2.521-.41 1.246 0 2.165.273 2.759.821.613.547.92 1.31.92 2.288H34.34c-1.621 0-2.936.205-3.945.616-1.008.391-1.75.939-2.225 1.643-.455.704-.682 1.525-.682 2.464 0 .9.237 1.71.712 2.434.475.724 1.157 1.3 2.047 1.73.89.412 1.958.617 3.203.617 1.405 0 2.551-.264 3.441-.792a4.03 4.03 0 001.424-1.404zm-.297-4.639h-3.173c-1.088 0-1.84.176-2.255.528a1.693 1.693 0 00-.593 1.32c0 .587.227 1.056.682 1.408.475.333 1.117.499 1.928.499.772 0 1.464-.176 2.077-.528.612-.372 1.057-.91 1.334-1.613v-1.614z"
50
+ }), /*#__PURE__*/_jsx("path", {
51
+ d: "M2 1.232v20.533h15.217v-3.872H6.805V1.232H2z"
52
+ })]
53
+ }));
54
+ });
55
+ 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 = "LlamaIndex";
2
+ export declare const TEXT_MULTIPLE = 0.65;
3
+ export declare const SPACE_MULTIPLE = 0.3;
4
+ export declare const COLOR_PRIMARY = "#000";
@@ -0,0 +1,4 @@
1
+ export var TITLE = 'LlamaIndex';
2
+ export var TEXT_MULTIPLE = 0.65;
3
+ export var SPACE_MULTIPLE = 0.3;
4
+ export var COLOR_PRIMARY = '#000';
package/es/icons.d.ts CHANGED
@@ -30,6 +30,7 @@ export { default as CogView, type CompoundedIcon as CogViewProps } from './CogVi
30
30
  export { default as Cohere, type CompoundedIcon as CohereProps } from './Cohere';
31
31
  export { default as Colab, type CompoundedIcon as ColabProps } from './Colab';
32
32
  export { default as ComfyUI, type CompoundedIcon as ComfyUIProps } from './ComfyUI';
33
+ export { default as CommandA, type CompoundedIcon as CommandAProps } from './CommandA';
33
34
  export { default as Copilot, type CompoundedIcon as CopilotProps } from './Copilot';
34
35
  export { default as Coze, type CompoundedIcon as CozeProps } from './Coze';
35
36
  export { default as Cursor, type CompoundedIcon as CursorProps } from './Cursor';
@@ -70,8 +71,11 @@ export { default as Kling, type CompoundedIcon as KlingProps } from './Kling';
70
71
  export { default as Lambda, type CompoundedIcon as LambdaProps } from './Lambda';
71
72
  export { default as LangChain, type CompoundedIcon as LangChainProps } from './LangChain';
72
73
  export { default as Langfuse, type CompoundedIcon as LangfuseProps } from './Langfuse';
74
+ export { default as LangGraph, type CompoundedIcon as LangGraphProps } from './LangGraph';
75
+ export { default as LangSmith, type CompoundedIcon as LangSmithProps } from './LangSmith';
73
76
  export { default as Lightricks, type CompoundedIcon as LightricksProps } from './Lightricks';
74
77
  export { default as LiveKit, type CompoundedIcon as LiveKitProps } from './LiveKit';
78
+ export { default as LlamaIndex, type CompoundedIcon as LlamaIndexProps } from './LlamaIndex';
75
79
  export { default as LLaVA, type CompoundedIcon as LLaVAProps } from './LLaVA';
76
80
  export { default as LmStudio, type CompoundedIcon as LmStudioProps } from './LmStudio';
77
81
  export { default as LobeHub, type CompoundedIcon as LobeHubProps } from './LobeHub';
package/es/icons.js CHANGED
@@ -30,6 +30,7 @@ export { default as CogView } from "./CogView";
30
30
  export { default as Cohere } from "./Cohere";
31
31
  export { default as Colab } from "./Colab";
32
32
  export { default as ComfyUI } from "./ComfyUI";
33
+ export { default as CommandA } from "./CommandA";
33
34
  export { default as Copilot } from "./Copilot";
34
35
  export { default as Coze } from "./Coze";
35
36
  export { default as Cursor } from "./Cursor";
@@ -70,8 +71,11 @@ export { default as Kling } from "./Kling";
70
71
  export { default as Lambda } from "./Lambda";
71
72
  export { default as LangChain } from "./LangChain";
72
73
  export { default as Langfuse } from "./Langfuse";
74
+ export { default as LangGraph } from "./LangGraph";
75
+ export { default as LangSmith } from "./LangSmith";
73
76
  export { default as Lightricks } from "./Lightricks";
74
77
  export { default as LiveKit } from "./LiveKit";
78
+ export { default as LlamaIndex } from "./LlamaIndex";
75
79
  export { default as LLaVA } from "./LLaVA";
76
80
  export { default as LmStudio } from "./LmStudio";
77
81
  export { default as LobeHub } from "./LobeHub";