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

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

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