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

19 lines
451 B
JavaScript

/**
* lucide-react v0.292.0 - ISC
*/
import createLucideIcon from '../createLucideIcon.js';
const AppWindow = createLucideIcon("AppWindow", [
[
"rect",
{ x: "2", y: "4", width: "20", height: "16", rx: "2", key: "izxlao" }
],
["path", { d: "M10 4v4", key: "pp8u80" }],
["path", { d: "M2 8h20", key: "d11cs7" }],
["path", { d: "M6 4v4", key: "1svtjw" }]
]);
export { AppWindow as default };
//# sourceMappingURL=app-window.js.map