/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
import { IconProps } from '../types'
const CellTower = (props: IconProps) => <Svg fill={props.color} viewBox="0 0 256 256" width={props.size} height={props.size} {...props}><Path d="M135.16 84.42a8 8 0 0 0-14.32 0l-72 144a8 8 0 0 0 14.31 7.16L77 208h102.1l13.79 27.58A8 8 0 0 0 200 240a8 8 0 0 0 7.15-11.58ZM128 105.89 155.06 160h-54.12Zm31.49-12.15a32 32 0 1 0-63 0 8 8 0 1 1-15.74 2.85 48 48 0 1 1 94.46 0 8 8 0 0 1-7.86 6.58 9 9 0 0 1-1.43-.13 8 8 0 0 1-6.43-9.3m-95.34 42.47a80 80 0 1 1 127.7 0 8 8 0 0 1-12.76-9.65 64 64 0 1 0-102.18 0 8 8 0 0 1-12.76 9.65" /></Svg>;
export default CellTower;