@langchain/untitled-ui-icons 1.0.13 → 1.0.14
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 { 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";
|