Files
rrt-sales-wizard/node_modules/lucide-react/dist/esm/icons/split-square-horizontal.js
dnviti cc5b8b32bb
Some checks failed
Build and Deploy / build (push) Failing after 1m34s
first commit
2025-11-23 03:24:27 +01:00

15 lines
490 B
JavaScript

/**
* lucide-react v0.292.0 - ISC
*/
import createLucideIcon from '../createLucideIcon.js';
const SplitSquareHorizontal = createLucideIcon("SplitSquareHorizontal", [
["path", { d: "M8 19H5c-1 0-2-1-2-2V7c0-1 1-2 2-2h3", key: "lubmu8" }],
["path", { d: "M16 5h3c1 0 2 1 2 2v10c0 1-1 2-2 2h-3", key: "1ag34g" }],
["line", { x1: "12", x2: "12", y1: "4", y2: "20", key: "1tx1rr" }]
]);
export { SplitSquareHorizontal as default };
//# sourceMappingURL=split-square-horizontal.js.map