iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.01 kB
JavaScript
;
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 CellTowerLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M133.37 85.32a6 6 0 00-10.74 0l-72 144a6 6 0 0010.74 5.37L75.71 206h104.58l14.34 28.68A6 6 0 00200 238a5.87 5.87 0 002.68-.64 6 6 0 002.69-8.05zm-5.37 16.1L158.29 162H97.71zM81.71 194l10-20h72.58l10 20zm79.74-99.9A33.59 33.59 0 00162 88a34 34 0 00-68 0 33.59 33.59 0 00.55 6.1 6 6 0 11-11.81 2.13 46 46 0 1190.52 0 6 6 0 01-5.89 4.94 5.64 5.64 0 01-1.08-.1 6 6 0 01-4.84-6.97zM65.75 135A78 78 0 11206 88a77.33 77.33 0 01-15.75 47 6 6 0 11-9.57-7.24A65.42 65.42 0 00194 88a66 66 0 00-132 0 65.42 65.42 0 0013.32 39.76 6 6 0 11-9.57 7.24z" }));
exports.default = CellTowerLight;