@langchain/untitled-ui-icons 1.0.13 → 1.0.15

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.
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const PanelLeftClose: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export { PanelLeftClose };
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const PanelLeftClose = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, className: "lucide lucide-panel-left-close-icon lucide-panel-left-close", viewBox: "0 0 24 24", width: "24px", height: "24px", ...props, children: [_jsx("rect", { width: 18, height: 18, x: 3, y: 3, rx: 2 }), _jsx("path", { d: "M9 3v18M16 15l-3-3 3-3" })] }));
3
+ export { PanelLeftClose };
package/dist/index.d.ts CHANGED
@@ -815,6 +815,7 @@ export { Package as PackageIcon } from "./components/Package";
815
815
  export { PaintPour as PaintPourIcon } from "./components/PaintPour";
816
816
  export { Paint as PaintIcon } from "./components/Paint";
817
817
  export { Palette as PaletteIcon } from "./components/Palette";
818
+ export { PanelLeftClose as PanelLeftCloseIcon } from "./components/PanelLeftClose";
818
819
  export { Paperclip as PaperclipIcon } from "./components/Paperclip";
819
820
  export { ParagraphSpacing as ParagraphSpacingIcon } from "./components/ParagraphSpacing";
820
821
  export { ParagraphWrap as ParagraphWrapIcon } from "./components/ParagraphWrap";
package/dist/index.js CHANGED
@@ -816,6 +816,7 @@ export { Package as PackageIcon } from "./components/Package";
816
816
  export { PaintPour as PaintPourIcon } from "./components/PaintPour";
817
817
  export { Paint as PaintIcon } from "./components/Paint";
818
818
  export { Palette as PaletteIcon } from "./components/Palette";
819
+ export { PanelLeftClose as PanelLeftCloseIcon } from "./components/PanelLeftClose";
819
820
  export { Paperclip as PaperclipIcon } from "./components/Paperclip";
820
821
  export { ParagraphSpacing as ParagraphSpacingIcon } from "./components/ParagraphSpacing";
821
822
  export { ParagraphWrap as ParagraphWrapIcon } from "./components/ParagraphWrap";
package/package.json CHANGED
@@ -1,13 +1,18 @@
1
1
  {
2
2
  "name": "@langchain/untitled-ui-icons",
3
- "version": "1.0.13",
3
+ "version": "1.0.15",
4
4
  "description": "icons from untitled ui for langsmith and langgraph frontend",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
+ "sideEffects": false,
7
8
  "exports": {
8
9
  ".": {
9
10
  "types": "./dist/index.d.ts",
10
11
  "default": "./dist/index.js"
12
+ },
13
+ "./icons/*": {
14
+ "types": "./dist/components/*.d.ts",
15
+ "default": "./dist/components/*.js"
11
16
  }
12
17
  },
13
18
  "files": [