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

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

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