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

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

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