@lobehub/icons 1.83.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.
- package/README.md +26 -26
- package/es/LangChain/components/Color.js +2 -2
- package/es/LangChain/components/Mono.js +2 -2
- package/es/LangGraph/components/Avatar.d.ts +5 -0
- package/es/LangGraph/components/Avatar.js +26 -0
- package/es/LangGraph/components/Color.d.ts +3 -0
- package/es/LangGraph/components/Color.js +42 -0
- package/es/LangGraph/components/Combine.d.ts +7 -0
- package/es/LangGraph/components/Combine.js +32 -0
- package/es/LangGraph/components/Mono.d.ts +3 -0
- package/es/LangGraph/components/Mono.js +42 -0
- package/es/LangGraph/components/Text.d.ts +3 -0
- package/es/LangGraph/components/Text.js +40 -0
- package/es/LangGraph/index.d.ts +15 -0
- package/es/LangGraph/index.js +16 -0
- package/es/LangGraph/style.d.ts +4 -0
- package/es/LangGraph/style.js +4 -0
- package/es/LangSmith/components/Avatar.d.ts +5 -0
- package/es/LangSmith/components/Avatar.js +26 -0
- package/es/LangSmith/components/Color.d.ts +3 -0
- package/es/LangSmith/components/Color.js +40 -0
- package/es/LangSmith/components/Combine.d.ts +7 -0
- package/es/LangSmith/components/Combine.js +32 -0
- package/es/LangSmith/components/Mono.d.ts +3 -0
- package/es/LangSmith/components/Mono.js +41 -0
- package/es/LangSmith/components/Text.d.ts +3 -0
- package/es/LangSmith/components/Text.js +40 -0
- package/es/LangSmith/index.d.ts +15 -0
- package/es/LangSmith/index.js +16 -0
- package/es/LangSmith/style.d.ts +4 -0
- package/es/LangSmith/style.js +4 -0
- package/es/LlamaIndex/components/Avatar.d.ts +5 -0
- package/es/LlamaIndex/components/Avatar.js +27 -0
- package/es/LlamaIndex/components/Color.d.ts +3 -0
- package/es/LlamaIndex/components/Color.js +66 -0
- package/es/LlamaIndex/components/Combine.d.ts +7 -0
- package/es/LlamaIndex/components/Combine.js +29 -0
- package/es/LlamaIndex/components/Mono.d.ts +3 -0
- package/es/LlamaIndex/components/Mono.js +41 -0
- package/es/LlamaIndex/components/Text.d.ts +3 -0
- package/es/LlamaIndex/components/Text.js +55 -0
- package/es/LlamaIndex/index.d.ts +15 -0
- package/es/LlamaIndex/index.js +16 -0
- package/es/LlamaIndex/style.d.ts +4 -0
- package/es/LlamaIndex/style.js +4 -0
- package/es/icons.d.ts +3 -0
- package/es/icons.js +3 -0
- package/es/toc.js +54 -0
- package/package.json +1 -1
@@ -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;
|
package/es/icons.d.ts
CHANGED
@@ -71,8 +71,11 @@ export { default as Kling, type CompoundedIcon as KlingProps } from './Kling';
|
|
71
71
|
export { default as Lambda, type CompoundedIcon as LambdaProps } from './Lambda';
|
72
72
|
export { default as LangChain, type CompoundedIcon as LangChainProps } from './LangChain';
|
73
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';
|
74
76
|
export { default as Lightricks, type CompoundedIcon as LightricksProps } from './Lightricks';
|
75
77
|
export { default as LiveKit, type CompoundedIcon as LiveKitProps } from './LiveKit';
|
78
|
+
export { default as LlamaIndex, type CompoundedIcon as LlamaIndexProps } from './LlamaIndex';
|
76
79
|
export { default as LLaVA, type CompoundedIcon as LLaVAProps } from './LLaVA';
|
77
80
|
export { default as LmStudio, type CompoundedIcon as LmStudioProps } from './LmStudio';
|
78
81
|
export { default as LobeHub, type CompoundedIcon as LobeHubProps } from './LobeHub';
|
package/es/icons.js
CHANGED
@@ -71,8 +71,11 @@ export { default as Kling } from "./Kling";
|
|
71
71
|
export { default as Lambda } from "./Lambda";
|
72
72
|
export { default as LangChain } from "./LangChain";
|
73
73
|
export { default as Langfuse } from "./Langfuse";
|
74
|
+
export { default as LangGraph } from "./LangGraph";
|
75
|
+
export { default as LangSmith } from "./LangSmith";
|
74
76
|
export { default as Lightricks } from "./Lightricks";
|
75
77
|
export { default as LiveKit } from "./LiveKit";
|
78
|
+
export { default as LlamaIndex } from "./LlamaIndex";
|
76
79
|
export { default as LLaVA } from "./LLaVA";
|
77
80
|
export { default as LmStudio } from "./LmStudio";
|
78
81
|
export { default as LobeHub } from "./LobeHub";
|
package/es/toc.js
CHANGED
@@ -1328,6 +1328,42 @@ var toc = [{
|
|
1328
1328
|
"hasTextColor": false
|
1329
1329
|
},
|
1330
1330
|
"title": "LangChain"
|
1331
|
+
}, {
|
1332
|
+
"color": "#1C3C3C",
|
1333
|
+
"desc": "https://langchain.com/LangGraph",
|
1334
|
+
"docsUrl": "lang-graph",
|
1335
|
+
"fullTitle": "LangGraph (LangChain)",
|
1336
|
+
"group": "application",
|
1337
|
+
"id": "LangGraph",
|
1338
|
+
"param": {
|
1339
|
+
"hasAvatar": true,
|
1340
|
+
"hasBrand": false,
|
1341
|
+
"hasBrandColor": false,
|
1342
|
+
"hasColor": true,
|
1343
|
+
"hasCombine": true,
|
1344
|
+
"hasText": true,
|
1345
|
+
"hasTextCn": false,
|
1346
|
+
"hasTextColor": false
|
1347
|
+
},
|
1348
|
+
"title": "LangGraph"
|
1349
|
+
}, {
|
1350
|
+
"color": "#1C3C3C",
|
1351
|
+
"desc": "https://langchain.com/langsmith",
|
1352
|
+
"docsUrl": "lang-smith",
|
1353
|
+
"fullTitle": "LangSmith",
|
1354
|
+
"group": "application",
|
1355
|
+
"id": "LangSmith",
|
1356
|
+
"param": {
|
1357
|
+
"hasAvatar": true,
|
1358
|
+
"hasBrand": false,
|
1359
|
+
"hasBrandColor": false,
|
1360
|
+
"hasColor": true,
|
1361
|
+
"hasCombine": true,
|
1362
|
+
"hasText": true,
|
1363
|
+
"hasTextCn": false,
|
1364
|
+
"hasTextColor": false
|
1365
|
+
},
|
1366
|
+
"title": "LangSmith"
|
1331
1367
|
}, {
|
1332
1368
|
"color": "#000",
|
1333
1369
|
"desc": "https://langfuse.com",
|
@@ -1382,6 +1418,24 @@ var toc = [{
|
|
1382
1418
|
"hasTextColor": false
|
1383
1419
|
},
|
1384
1420
|
"title": "LiveKit"
|
1421
|
+
}, {
|
1422
|
+
"color": "#000",
|
1423
|
+
"desc": "https://llamaindex.ai",
|
1424
|
+
"docsUrl": "llama-index",
|
1425
|
+
"fullTitle": "LlamaIndex",
|
1426
|
+
"group": "application",
|
1427
|
+
"id": "LlamaIndex",
|
1428
|
+
"param": {
|
1429
|
+
"hasAvatar": true,
|
1430
|
+
"hasBrand": false,
|
1431
|
+
"hasBrandColor": false,
|
1432
|
+
"hasColor": true,
|
1433
|
+
"hasCombine": true,
|
1434
|
+
"hasText": true,
|
1435
|
+
"hasTextCn": false,
|
1436
|
+
"hasTextColor": false
|
1437
|
+
},
|
1438
|
+
"title": "LlamaIndex"
|
1385
1439
|
}, {
|
1386
1440
|
"color": "#4338CA",
|
1387
1441
|
"colorGradient": "linear-gradient(135deg, #6C78EF, #4F14BE)",
|