@atlaskit/icon
Version:
An icon is a symbol representing a command, device, directory, or common action.
17 lines (14 loc) • 513 B
TypeScript
/**
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::6303341cc00b32a32b035379c5f3420c>>
* @codegenCommand yarn build:icon-glyphs
*/
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
/**
* @deprecated The icon "lock-locked" is deprecated in favour of "lock-locked" from “@atlaskit/icon/core”
*/
declare const LockLockedIcon: {
(props: NewUtilityIconProps): JSX.Element;
displayName: string;
};
export default LockLockedIcon;