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

16 lines
424 B
JavaScript

/**
* lucide-react v0.292.0 - ISC
*/
import createLucideIcon from '../createLucideIcon.js';
const Webcam = createLucideIcon("Webcam", [
["circle", { cx: "12", cy: "10", r: "8", key: "1gshiw" }],
["circle", { cx: "12", cy: "10", r: "3", key: "ilqhr7" }],
["path", { d: "M7 22h10", key: "10w4w3" }],
["path", { d: "M12 22v-4", key: "1utk9m" }]
]);
export { Webcam as default };
//# sourceMappingURL=webcam.js.map