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

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

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