UNPKG

lucide-react-native

Version:

A Lucide icon library package for React Native applications.

24 lines (19 loc) 807 B
/** * @license lucide-react-native v1.21.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ 'use strict'; var createLucideIcon = require('../createLucideIcon.js'); const WebcamOff = createLucideIcon("WebcamOff", [ ["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" }] ]); module.exports = WebcamOff; //# sourceMappingURL=webcam-off.js.map