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

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

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