import * as React from 'react'; import Svg, { SvgProps, G, Path, Defs, ClipPath } from 'react-native-svg'; import { Colors } from '../../colors'; export const WifiIcon = ({ color = Colors.Black, ...rest }: SvgProps) => ( );