34 lines
959 B
JavaScript
34 lines
959 B
JavaScript
/**
|
|
* @license lucide-react v1.7.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.js';
|
|
|
|
const __iconNode = [
|
|
[
|
|
"path",
|
|
{
|
|
d: "m12.309 6.652 4.797 2.401a1 1 0 0 1 .447 1.341l-.501 1.001.605.605h2.725a1 1 0 0 1 .894 1.447l-.724 1.448",
|
|
key: "e75roo"
|
|
}
|
|
],
|
|
[
|
|
"path",
|
|
{
|
|
d: "m15.166 15.166-.719 1.439a1 1 0 0 1-1.342.447L3.61 12.3a2.92 2.92 0 0 1-1.3-3.91L3.69 5.6a2.9 2.9 0 0 1 .873-1.037",
|
|
key: "1h9o5r"
|
|
}
|
|
],
|
|
["path", { d: "M2 19h3.76a2 2 0 0 0 1.8-1.1l1.441-2.902", key: "1askrb" }],
|
|
["path", { d: "m2 2 20 20", key: "1ooewy" }],
|
|
["path", { d: "M2 21v-4", key: "l40lih" }],
|
|
["path", { d: "M7 9h.01", key: "19b3jx" }]
|
|
];
|
|
const CctvOff = createLucideIcon("cctv-off", __iconNode);
|
|
|
|
export { __iconNode, CctvOff as default };
|
|
//# sourceMappingURL=cctv-off.js.map
|