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

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

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