@elevyg/react-native-ionicons
Version:
Ionicons 5 for React Native
8 lines (6 loc) • 535 B
JavaScript
import * as React from "react";
import Svg, { Path } from "react-native-svg";
function SvgWifiSharp(props) {
return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Path d="M332.69 320a115 115 0 00-152.8 0M393.74 259a201.26 201.26 0 00-274.92 0M448 191.52a288 288 0 00-383.44 0" fill="none" stroke={props.fill} strokeLinecap="square" strokeLinejoin="round" strokeWidth={42} /><Path d="M300.67 384L256 433l-44.34-49a56.73 56.73 0 0188.92 0z" /></Svg>;
}
export default SvgWifiSharp;