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

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

declare const VolumeMutedIconMigration: {
  (props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
  displayName: string;
};
export default VolumeMutedIconMigration;
