/* GENERATED FILE */ import * as React from 'react'; import Svg, { Rect, Circle, Line, Ellipse } from 'react-native-svg'; import { IconProps } from '../lib'; function GlobeSimple(props: IconProps) { return ( ); } export default GlobeSimple;