@atlaskit/icon
Version:
An icon is a symbol representing a command, device, directory, or common action.
14 lines (11 loc) • 396 B
TypeScript
/**
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::5a76a07eefb3154e295d2e6a40c0b436>>
* @codegenCommand yarn build:icon-glyphs
*/
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
declare const LockLockedIcon: {
(props: NewUtilityIconProps): JSX.Element;
displayName: string;
};
export default LockLockedIcon;