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

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

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