@langchain/untitled-ui-icons 1.0.7 → 1.0.8
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/BracketsSquare.js +3 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const BracketsSquare = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24px", height: "24px", fill: "none", viewBox: "0 0 24 24", ...props, children: _jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2px", d: "M5.5 4H3V20H5.5M18.5 4H21V20H18.5" }) }));
|
|
3
|
+
export { BracketsSquare };
|
package/dist/index.d.ts
CHANGED
|
@@ -178,6 +178,7 @@ export { BracketsEllipses as BracketsEllipsesIcon } from "./components/BracketsE
|
|
|
178
178
|
export { BracketsMinus as BracketsMinusIcon } from "./components/BracketsMinus";
|
|
179
179
|
export { BracketsPlus as BracketsPlusIcon } from "./components/BracketsPlus";
|
|
180
180
|
export { BracketsSlash as BracketsSlashIcon } from "./components/BracketsSlash";
|
|
181
|
+
export { BracketsSquare as BracketsSquareIcon } from "./components/BracketsSquare";
|
|
181
182
|
export { BracketsX as BracketsXIcon } from "./components/BracketsX";
|
|
182
183
|
export { Briefcase01 as Briefcase01Icon } from "./components/Briefcase01";
|
|
183
184
|
export { Briefcase02 as Briefcase02Icon } from "./components/Briefcase02";
|
package/dist/index.js
CHANGED
|
@@ -178,6 +178,7 @@ export { BracketsEllipses as BracketsEllipsesIcon } from "./components/BracketsE
|
|
|
178
178
|
export { BracketsMinus as BracketsMinusIcon } from "./components/BracketsMinus";
|
|
179
179
|
export { BracketsPlus as BracketsPlusIcon } from "./components/BracketsPlus";
|
|
180
180
|
export { BracketsSlash as BracketsSlashIcon } from "./components/BracketsSlash";
|
|
181
|
+
export { BracketsSquare as BracketsSquareIcon } from "./components/BracketsSquare";
|
|
181
182
|
export { BracketsX as BracketsXIcon } from "./components/BracketsX";
|
|
182
183
|
export { Briefcase01 as Briefcase01Icon } from "./components/Briefcase01";
|
|
183
184
|
export { Briefcase02 as Briefcase02Icon } from "./components/Briefcase02";
|