@langchain/untitled-ui-icons 1.0.12 → 1.0.13
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.
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
const Binary = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, className: "lucide lucide-binary-icon lucide-binary", viewBox: "0 0 24 24", width: "24px", height: "24px", ...props, children: [_jsx("rect", { x: 14, y: 14, rx: 2 }), _jsx("rect", { x: 6, y: 4, rx: 2 }), _jsx("path", { d: "M6 20h4M14 10h4M6 14h2v6M14 4h2v6" })] }));
|
|
2
|
+
const Binary = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, className: "lucide lucide-binary-icon lucide-binary", viewBox: "0 0 24 24", width: "24px", height: "24px", ...props, children: [_jsx("rect", { width: 4, height: 6, x: 14, y: 14, rx: 2 }), _jsx("rect", { width: 4, height: 6, x: 6, y: 4, rx: 2 }), _jsx("path", { d: "M6 20h4M14 10h4M6 14h2v6M14 4h2v6" })] }));
|
|
3
3
|
export { Binary };
|