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

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

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