UNPKG

lucide-static

Version:

Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.

33 lines (30 loc) 792 B
/** * @license lucide-static v1.28.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ const WebcamOff = ` <svg class="lucide lucide-webcam-off" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" > <path d="M12 22v-4" /> <path d="M12.754 7.096a3 3 0 0 1 2.15 2.15" /> <path d="M12.863 12.873a3 3 0 0 1-3.736-3.735" /> <path d="M16.566 16.57A8 8 0 0 1 5.43 5.433" /> <path d="m2 2 20 20" /> <path d="M7 22h10" /> <path d="M8.478 2.817a8 8 0 0 1 10.705 10.705" /> </svg> `; export { WebcamOff as default }; //# sourceMappingURL=webcam-off.mjs.map