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

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

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