UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 821 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Cctv = (props) => React.createElement("svg", { className: "lucide lucide-cctv", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props }, React.createElement("path", { d: "M16.75 12h3.632a1 1 0 01.894 1.447l-2.034 4.069a1 1 0 01-1.708.134l-2.124-2.97M17.106 9.053a1 1 0 01.447 1.341l-3.106 6.211a1 1 0 01-1.342.447L3.61 12.3a2.92 2.92 0 01-1.3-3.91L3.69 5.6a2.92 2.92 0 013.92-1.3zM2 19h3.76a2 2 0 001.8-1.1L9 15M2 21v-4M7 9h.01" })); exports.default = Cctv;