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

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

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