UNPKG

@elevyg/react-native-ionicons

Version:
8 lines (6 loc) 984 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgGlobeSharp(props) { return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Path d="M256 48C141.13 48 48 141.13 48 256s93.13 208 208 208 208-93.13 208-208S370.87 48 256 48z" fill="none" stroke={props.fill} strokeMiterlimit={10} strokeWidth={44} /><Path d="M256 48c-58.07 0-112.67 93.13-112.67 208S197.93 464 256 464s112.67-93.13 112.67-208S314.07 48 256 48z" fill="none" stroke={props.fill} strokeMiterlimit={10} strokeWidth={44} /><Path d="M117.33 121.33c38.24 27.15 86.38 43.34 138.67 43.34s100.43-16.19 138.67-43.34M394.67 390.67c-38.24-27.15-86.38-43.34-138.67-43.34s-100.43 16.19-138.67 43.34" fill="none" stroke={props.fill} strokeLinecap="round" strokeLinejoin="round" strokeWidth={44} /><Path fill="none" stroke={props.fill} strokeMiterlimit={10} strokeWidth={44} d="M256 48v416M464 256H48" /></Svg>; } export default SvgGlobeSharp;