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

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

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