23 lines
833 B
JavaScript
23 lines
833 B
JavaScript
/**
|
|
* @license lucide-react v1.23.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
import createLucideIcon from '../createLucideIcon.mjs';
|
|
|
|
const __iconNode = [
|
|
["path", { d: "M12 22v-4", key: "1utk9m" }],
|
|
["path", { d: "M12.754 7.096a3 3 0 0 1 2.15 2.15", key: "1v0qsm" }],
|
|
["path", { d: "M12.863 12.873a3 3 0 0 1-3.736-3.735", key: "13aqxl" }],
|
|
["path", { d: "M16.566 16.57A8 8 0 0 1 5.43 5.433", key: "1hliph" }],
|
|
["path", { d: "m2 2 20 20", key: "1ooewy" }],
|
|
["path", { d: "M7 22h10", key: "10w4w3" }],
|
|
["path", { d: "M8.478 2.817a8 8 0 0 1 10.705 10.705", key: "r097k8" }]
|
|
];
|
|
const WebcamOff = createLucideIcon("webcam-off", __iconNode);
|
|
|
|
export { __iconNode, WebcamOff as default };
|
|
//# sourceMappingURL=webcam-off.mjs.map
|