UNPKG

@zh5/react-native-remix-icon

Version:
9 lines (8 loc) 548 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgSignalWifi1Line = props => ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path d="M12.001 3c4.284 0 8.22 1.497 11.31 3.996L12 21 .691 6.997A17.925 17.925 0 0 1 12 3Zm0 12c-.693 0-1.367.117-2 .34l2 2.477 2-2.477a6.066 6.066 0 0 0-2-.34Zm0-10c-3.028 0-5.923.842-8.42 2.392l5.108 6.324A7.971 7.971 0 0 1 12.001 13c1.181 0 2.303.256 3.312.716L20.42 7.39A15.921 15.921 0 0 0 12 5Z" /> </Svg> ); export default SvgSignalWifi1Line;