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

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

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