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

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

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