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

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

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