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

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

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