import * as React from 'react'; import AccessibleSVG from '../accessible-svg'; import { bdlGray50, white } from '../../styles/variables'; import { Icon } from '../iconTypes'; const IconGlobe = ({ className = '', color = bdlGray50, height = 20, title, width = 20 }: Icon) => ( ); export default IconGlobe;