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

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

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