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

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

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