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

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

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