import { PureComponent } from 'react';
import type { GlyphProps } from '@atlaskit/icon/types';

/**
 * @deprecated The legacy icon "world-small" is deprecated in favour of "@atlaskit/icon/core/globe" and will be removed in an upcoming major release
 * 
 * Please refer to the [migration guide](https://atlassian.design/components/icon/migration-guide) for further details.
*/
export default class extends PureComponent<GlyphProps> {}