/**
 * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
 * @codegen <<SignedSource::29ca9ba7abc680a0e029a2a9b6b3d00f>>
 * @codegenCommand yarn build:icon-glyphs
 */

import type { NewCoreIconProps } from '@atlaskit/icon/base-new';

declare const GlobeIcon: {
  (props: NewCoreIconProps): JSX.Element;
  displayName: string;
};
export default GlobeIcon;
