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

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

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