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

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

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