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

18 lines
417 B
JavaScript

/**
* lucide-react v0.292.0 - ISC
*/
import createLucideIcon from '../createLucideIcon.js';
const SquareEqual = createLucideIcon("SquareEqual", [
[
"rect",
{ width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }
],
["path", { d: "M7 10h10", key: "1101jm" }],
["path", { d: "M7 14h10", key: "1mhdw3" }]
]);
export { SquareEqual as default };
//# sourceMappingURL=square-equal.js.map