UNPKG

react-native-remix-icon

Version:
14 lines (11 loc) 521 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgSignalWifiOffFill(props) { return ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path fill="none" d="M0 0h24v24H0z" /> <Path d="M2.808 1.393l17.677 17.678-1.414 1.414-3.683-3.683L12 21 .69 6.997a18 18 0 012.95-1.942L1.394 2.808l1.415-1.415zM12 3c4.284 0 8.22 1.497 11.31 3.996l-5.407 6.693L7.724 3.511A18.04 18.04 0 0112 3z" /> </Svg> ); } export default SvgSignalWifiOffFill;