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

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

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