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

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

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