@langchain/untitled-ui-icons 1.1.2 → 1.1.3
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/dist/components/Robot.d.ts +3 -0
- package/dist/components/Robot.js +3 -0
- package/dist/index.d.ts +12 -10
- package/dist/index.js +12 -10
- package/dist/solid-components/LangsmithDeepagentsSolid.d.ts +3 -0
- package/dist/solid-components/LangsmithDeepagentsSolid.js +3 -0
- package/dist/solid-components/LangsmithDeploymentSolid.d.ts +3 -0
- package/dist/solid-components/LangsmithDeploymentSolid.js +3 -0
- package/dist/solid-components/LangsmithEngineSolid.d.ts +3 -0
- package/dist/solid-components/LangsmithEngineSolid.js +3 -0
- package/dist/solid-components/LangsmithEvaluationSolid.d.ts +3 -0
- package/dist/solid-components/LangsmithEvaluationSolid.js +3 -0
- package/dist/solid-components/LangsmithFleetSolid.d.ts +3 -0
- package/dist/solid-components/LangsmithFleetSolid.js +3 -0
- package/dist/solid-components/LangsmithLanggraphSolid.d.ts +3 -0
- package/dist/solid-components/LangsmithLanggraphSolid.js +3 -0
- package/dist/solid-components/LangsmithObservabilitySolid.d.ts +3 -0
- package/dist/solid-components/LangsmithObservabilitySolid.js +3 -0
- package/dist/solid-components/LangsmithOssSolid.d.ts +3 -0
- package/dist/solid-components/LangsmithOssSolid.js +3 -0
- package/dist/solid-components/LangsmithPromptengineeringSolid.d.ts +3 -0
- package/dist/solid-components/LangsmithPromptengineeringSolid.js +3 -0
- package/dist/solid-components/LangsmithSandboxesSolid.d.ts +3 -0
- package/dist/solid-components/LangsmithSandboxesSolid.js +3 -0
- package/dist/solid-components/RobotSolid.d.ts +3 -0
- package/dist/solid-components/RobotSolid.js +3 -0
- package/package.json +1 -1
- package/dist/components/DeepAgents.d.ts +0 -3
- package/dist/components/DeepAgents.js +0 -3
- package/dist/components/LangGraph.d.ts +0 -3
- package/dist/components/LangGraph.js +0 -3
- package/dist/components/LangSmithDeployment.d.ts +0 -3
- package/dist/components/LangSmithDeployment.js +0 -3
- package/dist/components/LangSmithEngine.d.ts +0 -3
- package/dist/components/LangSmithEngine.js +0 -3
- package/dist/components/LangSmithEvaluation.d.ts +0 -3
- package/dist/components/LangSmithEvaluation.js +0 -3
- package/dist/components/LangSmithFleet.d.ts +0 -3
- package/dist/components/LangSmithFleet.js +0 -3
- package/dist/components/LangSmithObservability.d.ts +0 -3
- package/dist/components/LangSmithObservability.js +0 -3
- package/dist/components/LangchainOss.d.ts +0 -3
- package/dist/components/LangchainOss.js +0 -3
- package/dist/components/PromptEngineering.d.ts +0 -3
- package/dist/components/PromptEngineering.js +0 -3
- package/dist/components/Sandboxes.d.ts +0 -3
- package/dist/components/Sandboxes.js +0 -3
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const Robot = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: "24px", height: "24px", ...props, children: _jsx("path", { stroke: "currentColor", d: "M12.002 4c.395 0 .78.13 1.093.368.314.238.54.572.642.95.103.377.076.777-.075 1.138a1.8 1.8 0 0 1-.76.86v.24h2.7c.954 0 1.87.374 2.545 1.04a3.53 3.53 0 0 1 1.054 2.515v.045c.508.102.965.375 1.292.772a2.206 2.206 0 0 1 0 2.81c-.327.397-.784.67-1.292.773v.933c0 .943-.379 1.848-1.054 2.515A3.62 3.62 0 0 1 15.602 20h-7.2c-.955 0-1.87-.375-2.545-1.041a3.53 3.53 0 0 1-1.055-2.515v-.933a2.26 2.26 0 0 1-1.294-.771 2.206 2.206 0 0 1 0-2.813c.328-.397.786-.67 1.294-.771v-.045c0-.943.38-1.847 1.055-2.514a3.62 3.62 0 0 1 2.545-1.041h2.7v-.24a1.8 1.8 0 0 1-.76-.86 1.76 1.76 0 0 1-.075-1.139c.102-.377.327-.71.641-.949A1.8 1.8 0 0 1 12.002 4Zm-2.7 8a.9.9 0 0 0-.636.26.88.88 0 0 0-.264.629v1.778c0 .235.095.462.264.628a.906.906 0 0 0 1.272 0 .88.88 0 0 0 .264-.628v-1.778a.88.88 0 0 0-.264-.629.9.9 0 0 0-.636-.26Zm5.4 0a.9.9 0 0 0-.637.26.88.88 0 0 0-.263.629v1.778c0 .235.095.462.263.628a.906.906 0 0 0 1.273 0 .88.88 0 0 0 .264-.628v-1.778a.88.88 0 0 0-.264-.629.9.9 0 0 0-.636-.26Z", clipRule: "evenodd" }) }));
|
|
3
|
+
export { Robot };
|
package/dist/index.d.ts
CHANGED
|
@@ -387,7 +387,6 @@ export { Dataflow01 as Dataflow01Icon } from "./components/Dataflow01";
|
|
|
387
387
|
export { Dataflow02 as Dataflow02Icon } from "./components/Dataflow02";
|
|
388
388
|
export { Dataflow03 as Dataflow03Icon } from "./components/Dataflow03";
|
|
389
389
|
export { Dataflow04 as Dataflow04Icon } from "./components/Dataflow04";
|
|
390
|
-
export { DeepAgents as DeepAgentsIcon } from "./components/DeepAgents";
|
|
391
390
|
export { Delete as DeleteIcon } from "./components/Delete";
|
|
392
391
|
export { Diamond01 as Diamond01Icon } from "./components/Diamond01";
|
|
393
392
|
export { Diamond02 as Diamond02Icon } from "./components/Diamond02";
|
|
@@ -644,13 +643,6 @@ export { Key01 as Key01Icon } from "./components/Key01";
|
|
|
644
643
|
export { Key02 as Key02Icon } from "./components/Key02";
|
|
645
644
|
export { Keyboard01 as Keyboard01Icon } from "./components/Keyboard01";
|
|
646
645
|
export { Keyboard02 as Keyboard02Icon } from "./components/Keyboard02";
|
|
647
|
-
export { LangGraph as LangGraphIcon } from "./components/LangGraph";
|
|
648
|
-
export { LangSmithDeployment as LangSmithDeploymentIcon } from "./components/LangSmithDeployment";
|
|
649
|
-
export { LangSmithEngine as LangSmithEngineIcon } from "./components/LangSmithEngine";
|
|
650
|
-
export { LangSmithEvaluation as LangSmithEvaluationIcon } from "./components/LangSmithEvaluation";
|
|
651
|
-
export { LangSmithFleet as LangSmithFleetIcon } from "./components/LangSmithFleet";
|
|
652
|
-
export { LangSmithObservability as LangSmithObservabilityIcon } from "./components/LangSmithObservability";
|
|
653
|
-
export { LangchainOss as LangchainOssIcon } from "./components/LangchainOss";
|
|
654
646
|
export { Laptop01 as Laptop01Icon } from "./components/Laptop01";
|
|
655
647
|
export { Laptop02 as Laptop02Icon } from "./components/Laptop02";
|
|
656
648
|
export { LayerSingle as LayerSingleIcon } from "./components/LayerSingle";
|
|
@@ -886,7 +878,6 @@ export { PresentationChart01 as PresentationChart01Icon } from "./components/Pre
|
|
|
886
878
|
export { PresentationChart02 as PresentationChart02Icon } from "./components/PresentationChart02";
|
|
887
879
|
export { PresentationChart03 as PresentationChart03Icon } from "./components/PresentationChart03";
|
|
888
880
|
export { Printer as PrinterIcon } from "./components/Printer";
|
|
889
|
-
export { PromptEngineering as PromptEngineeringIcon } from "./components/PromptEngineering";
|
|
890
881
|
export { PuzzlePiece01 as PuzzlePiece01Icon } from "./components/PuzzlePiece01";
|
|
891
882
|
export { PuzzlePiece02 as PuzzlePiece02Icon } from "./components/PuzzlePiece02";
|
|
892
883
|
export { QrCode01 as QrCode01Icon } from "./components/QrCode01";
|
|
@@ -916,6 +907,7 @@ export { ReverseLeft as ReverseLeftIcon } from "./components/ReverseLeft";
|
|
|
916
907
|
export { ReverseRight as ReverseRightIcon } from "./components/ReverseRight";
|
|
917
908
|
export { RightIndent01 as RightIndent01Icon } from "./components/RightIndent01";
|
|
918
909
|
export { RightIndent02 as RightIndent02Icon } from "./components/RightIndent02";
|
|
910
|
+
export { Robot as RobotIcon } from "./components/Robot";
|
|
919
911
|
export { Rocket01 as Rocket01Icon } from "./components/Rocket01";
|
|
920
912
|
export { Rocket02 as Rocket02Icon } from "./components/Rocket02";
|
|
921
913
|
export { RollerBrush as RollerBrushIcon } from "./components/RollerBrush";
|
|
@@ -931,7 +923,6 @@ export { Sale01 as Sale01Icon } from "./components/Sale01";
|
|
|
931
923
|
export { Sale02 as Sale02Icon } from "./components/Sale02";
|
|
932
924
|
export { Sale03 as Sale03Icon } from "./components/Sale03";
|
|
933
925
|
export { Sale04 as Sale04Icon } from "./components/Sale04";
|
|
934
|
-
export { Sandboxes as SandboxesIcon } from "./components/Sandboxes";
|
|
935
926
|
export { Save01 as Save01Icon } from "./components/Save01";
|
|
936
927
|
export { Save02 as Save02Icon } from "./components/Save02";
|
|
937
928
|
export { Save03 as Save03Icon } from "./components/Save03";
|
|
@@ -1834,6 +1825,16 @@ export { Key01Solid as Key01SolidIcon } from "./solid-components/Key01Solid";
|
|
|
1834
1825
|
export { Key02Solid as Key02SolidIcon } from "./solid-components/Key02Solid";
|
|
1835
1826
|
export { Keyboard01Solid as Keyboard01SolidIcon } from "./solid-components/Keyboard01Solid";
|
|
1836
1827
|
export { Keyboard02Solid as Keyboard02SolidIcon } from "./solid-components/Keyboard02Solid";
|
|
1828
|
+
export { LangsmithDeepagentsSolid as LangsmithDeepagentsSolidIcon } from "./solid-components/LangsmithDeepagentsSolid";
|
|
1829
|
+
export { LangsmithDeploymentSolid as LangsmithDeploymentSolidIcon } from "./solid-components/LangsmithDeploymentSolid";
|
|
1830
|
+
export { LangsmithEngineSolid as LangsmithEngineSolidIcon } from "./solid-components/LangsmithEngineSolid";
|
|
1831
|
+
export { LangsmithEvaluationSolid as LangsmithEvaluationSolidIcon } from "./solid-components/LangsmithEvaluationSolid";
|
|
1832
|
+
export { LangsmithFleetSolid as LangsmithFleetSolidIcon } from "./solid-components/LangsmithFleetSolid";
|
|
1833
|
+
export { LangsmithLanggraphSolid as LangsmithLanggraphSolidIcon } from "./solid-components/LangsmithLanggraphSolid";
|
|
1834
|
+
export { LangsmithObservabilitySolid as LangsmithObservabilitySolidIcon } from "./solid-components/LangsmithObservabilitySolid";
|
|
1835
|
+
export { LangsmithOssSolid as LangsmithOssSolidIcon } from "./solid-components/LangsmithOssSolid";
|
|
1836
|
+
export { LangsmithPromptengineeringSolid as LangsmithPromptengineeringSolidIcon } from "./solid-components/LangsmithPromptengineeringSolid";
|
|
1837
|
+
export { LangsmithSandboxesSolid as LangsmithSandboxesSolidIcon } from "./solid-components/LangsmithSandboxesSolid";
|
|
1837
1838
|
export { Laptop01Solid as Laptop01SolidIcon } from "./solid-components/Laptop01Solid";
|
|
1838
1839
|
export { Laptop02Solid as Laptop02SolidIcon } from "./solid-components/Laptop02Solid";
|
|
1839
1840
|
export { LayerSingleSolid as LayerSingleSolidIcon } from "./solid-components/LayerSingleSolid";
|
|
@@ -2106,6 +2107,7 @@ export { ReverseLeftSolid as ReverseLeftSolidIcon } from "./solid-components/Rev
|
|
|
2106
2107
|
export { ReverseRightSolid as ReverseRightSolidIcon } from "./solid-components/ReverseRightSolid";
|
|
2107
2108
|
export { RightIndent01Solid as RightIndent01SolidIcon } from "./solid-components/RightIndent01Solid";
|
|
2108
2109
|
export { RightIndent02Solid as RightIndent02SolidIcon } from "./solid-components/RightIndent02Solid";
|
|
2110
|
+
export { RobotSolid as RobotSolidIcon } from "./solid-components/RobotSolid";
|
|
2109
2111
|
export { Rocket01Solid as Rocket01SolidIcon } from "./solid-components/Rocket01Solid";
|
|
2110
2112
|
export { Rocket02Solid as Rocket02SolidIcon } from "./solid-components/Rocket02Solid";
|
|
2111
2113
|
export { RollerBrushSolid as RollerBrushSolidIcon } from "./solid-components/RollerBrushSolid";
|
package/dist/index.js
CHANGED
|
@@ -388,7 +388,6 @@ export { Dataflow01 as Dataflow01Icon } from "./components/Dataflow01";
|
|
|
388
388
|
export { Dataflow02 as Dataflow02Icon } from "./components/Dataflow02";
|
|
389
389
|
export { Dataflow03 as Dataflow03Icon } from "./components/Dataflow03";
|
|
390
390
|
export { Dataflow04 as Dataflow04Icon } from "./components/Dataflow04";
|
|
391
|
-
export { DeepAgents as DeepAgentsIcon } from "./components/DeepAgents";
|
|
392
391
|
export { Delete as DeleteIcon } from "./components/Delete";
|
|
393
392
|
export { Diamond01 as Diamond01Icon } from "./components/Diamond01";
|
|
394
393
|
export { Diamond02 as Diamond02Icon } from "./components/Diamond02";
|
|
@@ -645,13 +644,6 @@ export { Key01 as Key01Icon } from "./components/Key01";
|
|
|
645
644
|
export { Key02 as Key02Icon } from "./components/Key02";
|
|
646
645
|
export { Keyboard01 as Keyboard01Icon } from "./components/Keyboard01";
|
|
647
646
|
export { Keyboard02 as Keyboard02Icon } from "./components/Keyboard02";
|
|
648
|
-
export { LangGraph as LangGraphIcon } from "./components/LangGraph";
|
|
649
|
-
export { LangSmithDeployment as LangSmithDeploymentIcon } from "./components/LangSmithDeployment";
|
|
650
|
-
export { LangSmithEngine as LangSmithEngineIcon } from "./components/LangSmithEngine";
|
|
651
|
-
export { LangSmithEvaluation as LangSmithEvaluationIcon } from "./components/LangSmithEvaluation";
|
|
652
|
-
export { LangSmithFleet as LangSmithFleetIcon } from "./components/LangSmithFleet";
|
|
653
|
-
export { LangSmithObservability as LangSmithObservabilityIcon } from "./components/LangSmithObservability";
|
|
654
|
-
export { LangchainOss as LangchainOssIcon } from "./components/LangchainOss";
|
|
655
647
|
export { Laptop01 as Laptop01Icon } from "./components/Laptop01";
|
|
656
648
|
export { Laptop02 as Laptop02Icon } from "./components/Laptop02";
|
|
657
649
|
export { LayerSingle as LayerSingleIcon } from "./components/LayerSingle";
|
|
@@ -887,7 +879,6 @@ export { PresentationChart01 as PresentationChart01Icon } from "./components/Pre
|
|
|
887
879
|
export { PresentationChart02 as PresentationChart02Icon } from "./components/PresentationChart02";
|
|
888
880
|
export { PresentationChart03 as PresentationChart03Icon } from "./components/PresentationChart03";
|
|
889
881
|
export { Printer as PrinterIcon } from "./components/Printer";
|
|
890
|
-
export { PromptEngineering as PromptEngineeringIcon } from "./components/PromptEngineering";
|
|
891
882
|
export { PuzzlePiece01 as PuzzlePiece01Icon } from "./components/PuzzlePiece01";
|
|
892
883
|
export { PuzzlePiece02 as PuzzlePiece02Icon } from "./components/PuzzlePiece02";
|
|
893
884
|
export { QrCode01 as QrCode01Icon } from "./components/QrCode01";
|
|
@@ -917,6 +908,7 @@ export { ReverseLeft as ReverseLeftIcon } from "./components/ReverseLeft";
|
|
|
917
908
|
export { ReverseRight as ReverseRightIcon } from "./components/ReverseRight";
|
|
918
909
|
export { RightIndent01 as RightIndent01Icon } from "./components/RightIndent01";
|
|
919
910
|
export { RightIndent02 as RightIndent02Icon } from "./components/RightIndent02";
|
|
911
|
+
export { Robot as RobotIcon } from "./components/Robot";
|
|
920
912
|
export { Rocket01 as Rocket01Icon } from "./components/Rocket01";
|
|
921
913
|
export { Rocket02 as Rocket02Icon } from "./components/Rocket02";
|
|
922
914
|
export { RollerBrush as RollerBrushIcon } from "./components/RollerBrush";
|
|
@@ -932,7 +924,6 @@ export { Sale01 as Sale01Icon } from "./components/Sale01";
|
|
|
932
924
|
export { Sale02 as Sale02Icon } from "./components/Sale02";
|
|
933
925
|
export { Sale03 as Sale03Icon } from "./components/Sale03";
|
|
934
926
|
export { Sale04 as Sale04Icon } from "./components/Sale04";
|
|
935
|
-
export { Sandboxes as SandboxesIcon } from "./components/Sandboxes";
|
|
936
927
|
export { Save01 as Save01Icon } from "./components/Save01";
|
|
937
928
|
export { Save02 as Save02Icon } from "./components/Save02";
|
|
938
929
|
export { Save03 as Save03Icon } from "./components/Save03";
|
|
@@ -1835,6 +1826,16 @@ export { Key01Solid as Key01SolidIcon } from "./solid-components/Key01Solid";
|
|
|
1835
1826
|
export { Key02Solid as Key02SolidIcon } from "./solid-components/Key02Solid";
|
|
1836
1827
|
export { Keyboard01Solid as Keyboard01SolidIcon } from "./solid-components/Keyboard01Solid";
|
|
1837
1828
|
export { Keyboard02Solid as Keyboard02SolidIcon } from "./solid-components/Keyboard02Solid";
|
|
1829
|
+
export { LangsmithDeepagentsSolid as LangsmithDeepagentsSolidIcon } from "./solid-components/LangsmithDeepagentsSolid";
|
|
1830
|
+
export { LangsmithDeploymentSolid as LangsmithDeploymentSolidIcon } from "./solid-components/LangsmithDeploymentSolid";
|
|
1831
|
+
export { LangsmithEngineSolid as LangsmithEngineSolidIcon } from "./solid-components/LangsmithEngineSolid";
|
|
1832
|
+
export { LangsmithEvaluationSolid as LangsmithEvaluationSolidIcon } from "./solid-components/LangsmithEvaluationSolid";
|
|
1833
|
+
export { LangsmithFleetSolid as LangsmithFleetSolidIcon } from "./solid-components/LangsmithFleetSolid";
|
|
1834
|
+
export { LangsmithLanggraphSolid as LangsmithLanggraphSolidIcon } from "./solid-components/LangsmithLanggraphSolid";
|
|
1835
|
+
export { LangsmithObservabilitySolid as LangsmithObservabilitySolidIcon } from "./solid-components/LangsmithObservabilitySolid";
|
|
1836
|
+
export { LangsmithOssSolid as LangsmithOssSolidIcon } from "./solid-components/LangsmithOssSolid";
|
|
1837
|
+
export { LangsmithPromptengineeringSolid as LangsmithPromptengineeringSolidIcon } from "./solid-components/LangsmithPromptengineeringSolid";
|
|
1838
|
+
export { LangsmithSandboxesSolid as LangsmithSandboxesSolidIcon } from "./solid-components/LangsmithSandboxesSolid";
|
|
1838
1839
|
export { Laptop01Solid as Laptop01SolidIcon } from "./solid-components/Laptop01Solid";
|
|
1839
1840
|
export { Laptop02Solid as Laptop02SolidIcon } from "./solid-components/Laptop02Solid";
|
|
1840
1841
|
export { LayerSingleSolid as LayerSingleSolidIcon } from "./solid-components/LayerSingleSolid";
|
|
@@ -2107,6 +2108,7 @@ export { ReverseLeftSolid as ReverseLeftSolidIcon } from "./solid-components/Rev
|
|
|
2107
2108
|
export { ReverseRightSolid as ReverseRightSolidIcon } from "./solid-components/ReverseRightSolid";
|
|
2108
2109
|
export { RightIndent01Solid as RightIndent01SolidIcon } from "./solid-components/RightIndent01Solid";
|
|
2109
2110
|
export { RightIndent02Solid as RightIndent02SolidIcon } from "./solid-components/RightIndent02Solid";
|
|
2111
|
+
export { RobotSolid as RobotSolidIcon } from "./solid-components/RobotSolid";
|
|
2110
2112
|
export { Rocket01Solid as Rocket01SolidIcon } from "./solid-components/Rocket01Solid";
|
|
2111
2113
|
export { Rocket02Solid as Rocket02SolidIcon } from "./solid-components/Rocket02Solid";
|
|
2112
2114
|
export { RollerBrushSolid as RollerBrushSolidIcon } from "./solid-components/RollerBrushSolid";
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const LangsmithDeepagentsSolid = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: "24px", height: "24px", ...props, children: _jsx("path", { fill: "currentColor", d: "M17.764 10.335V5.398H12.67v.117c2.64.068 4.79 2.23 5.004 4.82zM12.055 5.398H6.092V15.45c0 1.857 1.432 3.012 3.737 3.012h7.938v-7.345h-5.712z" }) }));
|
|
3
|
+
export { LangsmithDeepagentsSolid };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const LangsmithDeploymentSolid = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: "24px", height: "24px", ...props, children: _jsx("path", { fill: "currentColor", d: "M10.01 7.272a6.4 6.4 0 0 0-4.463 1.877 6.4 6.4 0 0 0-1.813 3.618l4.088-.94.09-.457c.262-1.356 1.032-2.825 2.1-4.099zM16.492 13.763c-1.272 1.078-2.72 1.866-4.024 2.145l-.443.095-.64 3.96a6.4 6.4 0 0 0 3.23-1.744 6.4 6.4 0 0 0 1.876-4.457zM17.275 11.612c.968-1.204 2.453-3.638 1.521-6.431-2.822-1.123-5.292.28-6.513 1.216-.41.314-.795.666-1.155 1.04-1.203 1.257-2.083 2.79-2.353 4.183l3.427 3.427c1.316-.282 2.861-1.202 4.126-2.412.338-.324.657-.666.946-1.024" }) }));
|
|
3
|
+
export { LangsmithDeploymentSolid };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const LangsmithEngineSolid = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: "24px", height: "24px", ...props, children: _jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.223 14.526a4.97 4.97 0 0 1-3.59-1.46 4.99 4.99 0 0 1 0-7.054 4.99 4.99 0 0 1 7.054 0 4.97 4.97 0 0 1 1.46 3.59 5.2 5.2 0 0 0-2.702.938 2.495 2.495 0 1 0-4.048.763 2.496 2.496 0 0 0 3.526 0 4.97 4.97 0 0 1 3.464-1.46c1.298-.016 2.6.47 3.59 1.46a4.99 4.99 0 0 1 0 7.054 4.99 4.99 0 0 1-7.054 0 4.97 4.97 0 0 1-1.46-3.59 5.2 5.2 0 0 0 2.702-.938 2.495 2.495 0 0 0 4.048 2.764 2.495 2.495 0 0 0-2.763-4.049 2.5 2.5 0 0 0-.763.522 4.97 4.97 0 0 1-3.464 1.46", clipRule: "evenodd" }) }));
|
|
3
|
+
export { LangsmithEngineSolid };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const LangsmithEvaluationSolid = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: "24px", height: "24px", ...props, children: _jsx("path", { fill: "currentColor", d: "M5.346 18.06a3.5 3.5 0 0 1 3.5-3.501v3.5zM9.77 12.483a3.5 3.5 0 0 1 3.502-3.501v9.078H9.77zM14.196 9.21a3.5 3.5 0 0 1 3.501-3.502V18.06h-3.5z" }) }));
|
|
3
|
+
export { LangsmithEvaluationSolid };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const LangsmithFleetSolid = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: "24px", height: "24px", ...props, children: [_jsx("path", { fill: "currentColor", d: "M13.588 18.927a4.573 4.573 0 0 0 4.573-4.573h-7.739a4.573 4.573 0 0 0-4.573 4.573z" }), _jsx("path", { fill: "currentColor", d: "M13.588 14.472a4.573 4.573 0 0 0 4.573-4.573h-7.739a4.573 4.573 0 0 0-4.573 4.573z" }), _jsx("path", { fill: "currentColor", d: "M13.588 10.016a4.573 4.573 0 0 0 4.573-4.573h-7.739a4.573 4.573 0 0 0-4.573 4.573z" })] }));
|
|
3
|
+
export { LangsmithFleetSolid };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const LangsmithLanggraphSolid = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: "24px", height: "24px", ...props, children: _jsx("path", { fill: "currentColor", d: "M7.657 16.161h3.115a3.114 3.114 0 1 1-3.115-3.115zm8.507-3.115a3.114 3.114 0 1 1-3.114 3.115h3.112v-3.115zm0-8.503a3.114 3.114 0 0 1 0 6.228h-.002V7.656H13.05a3.114 3.114 0 0 1 3.114-3.113m-8.507 0a3.114 3.114 0 0 1 3.115 3.113H7.657v3.115a3.114 3.114 0 0 1 0-6.228" }) }));
|
|
3
|
+
export { LangsmithLanggraphSolid };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const LangsmithObservabilitySolid = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: "24px", height: "24px", ...props, children: [_jsx("path", { fill: "currentColor", d: "M12.09 14.13a2.65 2.65 0 1 0 0-5.3 2.65 2.65 0 0 0 0 5.3" }), _jsx("path", { fill: "currentColor", d: "M5.155 11.48s3.417 3.579 6.89 3.578c3.472 0 6.89-3.578 6.89-3.578l1.944 2.65c-4.542 5.632-13.125 5.632-17.667 0zM5.155 11.48s3.417-3.578 6.89-3.577 6.89 3.577 6.89 3.577l1.944-2.65c-4.542-5.632-13.125-5.632-17.667 0z" })] }));
|
|
3
|
+
export { LangsmithObservabilitySolid };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const LangsmithOssSolid = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: "24px", height: "24px", ...props, children: _jsx("path", { fill: "currentColor", d: "M11.908 11.908 9.78 14.036a1.435 1.435 0 0 0 2.03 2.029l2.127-2.128 2.028 2.027-2.127 2.128a4.303 4.303 0 0 1-6.085-6.084L9.88 9.88zM9.98 5.724a4.302 4.302 0 0 1 6.084 6.085l-2.128 2.127-2.027-2.027 2.128-2.127a1.436 1.436 0 0 0-2.03-2.03L9.88 9.878 7.852 7.852z" }) }));
|
|
3
|
+
export { LangsmithOssSolid };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const LangsmithPromptengineeringSolid = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: "24px", height: "24px", ...props, children: _jsx("path", { fill: "currentColor", d: "M15.222 12.042 7.147 19.2a2.677 2.677 0 0 1-.04-4.042l3.608-3.2-3.593-3.134A2.656 2.656 0 0 1 7.148 4.8zM11.5 19.2c0-.757.32-1.478.88-1.987l.112-.103a3.03 3.03 0 0 1 2.042-.79H19.2v2.88z" }) }));
|
|
3
|
+
export { LangsmithPromptengineeringSolid };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
const LangsmithSandboxesSolid = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: "24px", height: "24px", ...props, children: [_jsx("path", { fill: "currentColor", d: "M5.878 15.283a3.084 3.084 0 0 0 3.083 3.083h2.09v-1.873h-2.09a1.21 1.21 0 0 1-1.21-1.21V13.75l-1.873-1.873zM5.878 8.471a3.084 3.084 0 0 1 3.084-3.083h2.09V7.26h-2.09a1.21 1.21 0 0 0-1.21 1.21v1.533l-1.874 1.873zM18.133 15.284a3.084 3.084 0 0 1-3.083 3.083h-2.09v-1.873h2.09a1.21 1.21 0 0 0 1.21-1.21V13.75l1.873-1.873z" }), _jsx("path", { fill: "currentColor", d: "M18.133 8.472A3.084 3.084 0 0 0 15.05 5.39h-2.09v1.873h2.09c.668 0 1.21.542 1.21 1.21v1.533l1.873 1.873z" })] }));
|
|
3
|
+
export { LangsmithSandboxesSolid };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const RobotSolid = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: "24px", height: "24px", ...props, children: _jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.002 4c.395 0 .78.13 1.093.368.314.238.54.572.642.95.103.377.076.777-.075 1.138a1.8 1.8 0 0 1-.76.86v.24h2.7c.954 0 1.87.374 2.545 1.04a3.53 3.53 0 0 1 1.054 2.515v.045c.508.102.965.375 1.292.772a2.206 2.206 0 0 1 0 2.81c-.327.397-.784.67-1.292.773v.933c0 .943-.379 1.848-1.054 2.515A3.62 3.62 0 0 1 15.602 20h-7.2c-.955 0-1.87-.375-2.545-1.041a3.53 3.53 0 0 1-1.055-2.515v-.933a2.26 2.26 0 0 1-1.294-.771 2.206 2.206 0 0 1 0-2.813c.328-.397.786-.67 1.294-.771v-.045c0-.943.38-1.847 1.055-2.514a3.62 3.62 0 0 1 2.545-1.041h2.7v-.24a1.8 1.8 0 0 1-.76-.86 1.76 1.76 0 0 1-.075-1.139c.102-.377.327-.71.641-.949A1.8 1.8 0 0 1 12.002 4m-2.7 8a.9.9 0 0 0-.636.26.88.88 0 0 0-.264.629v1.778c0 .235.095.462.264.628a.906.906 0 0 0 1.272 0 .88.88 0 0 0 .264-.628v-1.778a.88.88 0 0 0-.264-.629.9.9 0 0 0-.636-.26m5.4 0a.9.9 0 0 0-.637.26.88.88 0 0 0-.263.629v1.778c0 .235.095.462.263.628a.906.906 0 0 0 1.273 0 .88.88 0 0 0 .264-.628v-1.778a.88.88 0 0 0-.264-.629.9.9 0 0 0-.636-.26", clipRule: "evenodd" }) }));
|
|
3
|
+
export { RobotSolid };
|
package/package.json
CHANGED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
const DeepAgents = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: "24px", height: "24px", ...props, children: _jsxs("g", { transform: "scale(.2449)", children: [_jsx("rect", { width: 97.25, height: 97.25, fill: "var(--lc-icon-surface, #030710)", rx: 19.485 }), _jsx("g", { fill: "var(--lc-icon-glyph, #7FC8FF)", clipPath: "url(#a)", children: _jsx("path", { d: "M72.536 42.2V22.043h-20.8v.478c10.775.278 19.556 9.103 20.434 19.68zM49.223 22.043H24.876v41.046c0 7.58 5.846 12.295 15.257 12.295h32.414V45.396H49.223z" }) }), _jsx("defs", { children: _jsx("clipPath", { id: "a", children: _jsx("path", { fill: "#fff", d: "M24.88 22.044h47.67v53.342H24.88z" }) }) })] }) }));
|
|
3
|
-
export { DeepAgents };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
const LangGraph = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: "24px", height: "24px", ...props, children: _jsxs("g", { transform: "scale(.2449)", children: [_jsx("rect", { width: 97.25, height: 97.25, x: 97.251, fill: "var(--lc-icon-surface, #030710)", rx: 19.45, transform: "rotate(90 97.25 0)" }), _jsx("path", { fill: "var(--lc-icon-glyph, #7FC8FF)", d: "M31.265 65.992h12.719c-.002 7.021-5.694 12.713-12.716 12.713-7.023 0-12.717-5.694-12.717-12.717 0-7.022 5.693-12.714 12.714-12.715zm34.738-12.72c7.023 0 12.716 5.694 12.716 12.716 0 7.023-5.693 12.717-12.716 12.717-7.021 0-12.714-5.692-12.716-12.713h12.707v-12.72zm0-34.721c7.023 0 12.716 5.694 12.716 12.717 0 7.022-5.693 12.715-12.716 12.715h-.01v-12.72H53.288c.002-7.02 5.695-12.712 12.716-12.712m-34.736 0c7.022 0 12.715 5.691 12.717 12.713H31.265v12.719c-7.022-.002-12.714-5.694-12.714-12.716 0-7.023 5.694-12.716 12.716-12.716" })] }) }));
|
|
3
|
-
export { LangGraph };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
const LangSmithDeployment = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: "24px", height: "24px", ...props, children: _jsxs("g", { transform: "scale(.24242)", children: [_jsx("rect", { width: 98.077, height: 98.077, fill: "var(--lc-icon-surface, #030710)", rx: 19.615 }), _jsx("path", { fill: "var(--lc-icon-glyph, #7FC8FF)", d: "M41.293 29.997c-6.673.073-13.323 2.652-18.411 7.741A26.36 26.36 0 0 0 15.4 52.663l16.864-3.88.368-1.882c1.084-5.595 4.262-11.654 8.663-16.908zM68.03 56.774c-5.248 4.446-11.222 7.694-16.6 8.847l-1.827.394-2.642 16.331a26.33 26.33 0 0 0 13.323-7.194c5.081-5.081 7.66-11.717 7.741-18.382zM71.258 47.898c3.994-4.964 10.119-15.005 6.276-26.528-11.644-4.633-21.832 1.154-26.866 5.02a42.4 42.4 0 0 0-4.765 4.287c-4.964 5.184-8.594 11.511-9.707 17.254l14.138 14.138c5.427-1.165 11.801-4.96 17.019-9.95a45 45 0 0 0 3.902-4.225z" })] }) }));
|
|
3
|
-
export { LangSmithDeployment };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
const LangSmithEngine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: "24px", height: "24px", ...props, children: _jsxs("g", { transform: "scale(.2449)", children: [_jsx("rect", { width: 98, height: 98, fill: "var(--lc-icon-surface, #030710)", rx: 19.6 }), _jsx("path", { fill: "var(--lc-icon-glyph, #7FC8FF)", fillRule: "evenodd", d: "M37.659 59.313a20.3 20.3 0 0 1-14.66-5.96c-7.948-7.949-7.948-20.856 0-28.804 7.95-7.949 20.856-7.949 28.805 0a20.3 20.3 0 0 1 5.96 14.659 21.3 21.3 0 0 0-11.032 3.828c1.63-3.728.92-8.237-2.129-11.286-3.974-3.975-10.428-3.975-14.402 0-3.975 3.974-3.975 10.427 0 14.402 3.049 3.049 7.558 3.759 11.286 2.13a10.2 10.2 0 0 0 3.116-2.13 20.29 20.29 0 0 1 14.145-5.96 20.3 20.3 0 0 1 14.659 5.96c7.949 7.948 7.949 20.855 0 28.804s-20.855 7.948-28.804 0a20.3 20.3 0 0 1-5.96-14.66 21.3 21.3 0 0 0 11.032-3.828c-1.63 3.729-.92 8.237 2.129 11.287 3.974 3.974 10.427 3.974 14.402 0s3.974-10.428 0-14.402c-3.05-3.05-7.558-3.76-11.287-2.13a10.2 10.2 0 0 0-3.115 2.13 20.29 20.29 0 0 1-14.145 5.96", clipRule: "evenodd" })] }) }));
|
|
3
|
-
export { LangSmithEngine };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
const LangSmithEvaluation = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: "24px", height: "24px", ...props, children: _jsxs("g", { transform: "scale(.24242)", children: [_jsx("rect", { width: 98.042, height: 98.042, fill: "var(--lc-icon-surface, #030710)", rx: 19.608 }), _jsx("path", { fill: "var(--lc-icon-glyph, #7FC8FF)", d: "M22.051 74.497c0-7.976 6.466-14.442 14.442-14.442v14.442zM40.305 51.49c0-7.975 6.466-14.441 14.442-14.441v37.448H40.305zM58.56 37.989c0-7.976 6.465-14.442 14.44-14.442v50.95H58.56z" })] }) }));
|
|
3
|
-
export { LangSmithEvaluation };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
const LangSmithFleet = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: "24px", height: "24px", ...props, children: _jsxs("g", { transform: "scale(.2353)", children: [_jsx("rect", { width: 101.192, height: 101.192, fill: "var(--lc-icon-surface, #030710)", rx: 21.082 }), _jsx("path", { fill: "var(--lc-icon-glyph, #7FC8FF)", d: "M57.75 80.44c10.733 0 19.435-8.702 19.435-19.435H44.293c-10.733 0-19.435 8.7-19.435 19.434z" }), _jsx("path", { fill: "var(--lc-icon-glyph, #7FC8FF)", d: "M57.75 61.505c10.733 0 19.435-8.702 19.435-19.435H44.293c-10.733 0-19.435 8.701-19.435 19.435z" }), _jsx("path", { fill: "var(--lc-icon-glyph, #7FC8FF)", d: "M57.75 42.57c10.733 0 19.435-8.702 19.435-19.435H44.293c-10.733 0-19.435 8.701-19.435 19.435z" })] }) }));
|
|
3
|
-
export { LangSmithFleet };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
const LangSmithObservability = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: "24px", height: "24px", ...props, children: _jsxs("g", { transform: "scale(.24242)", children: [_jsx("rect", { width: 98.077, height: 98.077, fill: "var(--lc-icon-surface, #030710)", rx: 19.615 }), _jsxs("g", { fill: "var(--lc-icon-glyph, #7FC8FF)", clipPath: "url(#a)", children: [_jsx("path", { d: "M49.872 58.288c6.038 0 10.932-4.895 10.932-10.932s-4.895-10.931-10.932-10.931-10.931 4.894-10.931 10.931 4.894 10.932 10.931 10.932" }), _jsx("path", { d: "M21.266 47.355S35.36 62.116 49.687 62.112c14.32 0 28.422-14.757 28.422-14.757l8.016 10.932c-18.736 23.232-54.14 23.232-72.875 0z" }), _jsx("path", { d: "M21.265 47.356S35.36 32.595 49.687 32.599c14.32 0 28.421 14.757 28.421 14.757l8.017-10.931c-18.737-23.233-54.14-23.233-72.876 0z" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "a", children: _jsx("path", { fill: "#fff", d: "M13.249 19h72.876v56.712H13.249z" }) }) })] }) }));
|
|
3
|
-
export { LangSmithObservability };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
const LangchainOss = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: "24px", height: "24px", ...props, children: _jsxs("g", { transform: "scale(.2449)", children: [_jsx("rect", { width: 97.25, height: 97.25, fill: "var(--lc-icon-surface, #030710)", rx: 19.45 }), _jsx("path", { stroke: "var(--lc-icon-glyph, #7FC8FF)", strokeWidth: 11.708, d: "m52.77 52.766 8.686-8.687c4.575-4.575 4.575-11.991 0-16.566-4.574-4.574-11.99-4.574-16.565 0l-8.687 8.688M44.485 44.483l-8.687 8.688c-4.575 4.574-4.575 11.99 0 16.565 4.574 4.575 11.99 4.575 16.565 0l8.688-8.687" })] }) }));
|
|
3
|
-
export { LangchainOss };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
const PromptEngineering = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: "24px", height: "24px", ...props, children: _jsxs("g", { transform: "scale(.24)", children: [_jsx("rect", { width: 100, height: 100, fill: "var(--lc-icon-surface, #030710)", rx: 20 }), _jsx("path", { fill: "var(--lc-icon-glyph, #7FC8FF)", d: "M63.425 50.173 29.78 80c-5.165-4.395-5.245-12.344-.17-16.843l15.036-13.33-14.969-13.06C24.581 32.32 24.63 24.383 29.78 20zM47.92 80c0-3.153 1.329-6.159 3.66-8.28l.471-.43A12.64 12.64 0 0 1 60.557 68H80v12z" })] }) }));
|
|
3
|
-
export { PromptEngineering };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
const Sandboxes = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: "24px", height: "24px", ...props, children: _jsxs("g", { transform: "scale(.2449)", children: [_jsx("rect", { width: 97.25, height: 97.25, fill: "var(--lc-icon-surface, #030710)", rx: 19.485 }), _jsx("path", { fill: "var(--lc-icon-glyph, #7FC8FF)", d: "M24 62.404c0 6.954 5.638 12.592 12.592 12.592h8.535v-7.65h-8.535a4.94 4.94 0 0 1-4.942-4.942v-6.257L24 48.497zM24.003 34.592C24.003 27.638 29.64 22 36.594 22h8.535v7.65h-8.535a4.94 4.94 0 0 0-4.942 4.942v6.256l-7.65 7.65zM74.043 62.408C74.043 69.362 68.406 75 61.452 75h-8.535v-7.65h8.535a4.94 4.94 0 0 0 4.942-4.942v-6.257l7.65-7.649zM74.043 34.596c0-6.954-5.637-12.592-12.591-12.592h-8.535v7.65h8.535a4.94 4.94 0 0 1 4.942 4.942v6.256l7.65 7.65z" })] }) }));
|
|
3
|
-
export { Sandboxes };
|