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