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

21 lines
507 B
JavaScript

/**
* lucide-react v0.292.0 - ISC
*/
import createLucideIcon from '../createLucideIcon.js';
const FolderClock = createLucideIcon("FolderClock", [
["circle", { cx: "16", cy: "16", r: "6", key: "qoo3c4" }],
[
"path",
{
d: "M7 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2",
key: "1urifu"
}
],
["path", { d: "M16 14v2l1 1", key: "xth2jh" }]
]);
export { FolderClock as default };
//# sourceMappingURL=folder-clock.js.map