UNPKG

@atlaskit/icon

Version:

An icon is a symbol representing a command, device, directory, or common action.

17 lines (14 loc) 521 B
/** * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen} * @codegen <<SignedSource::83c3dd2faff9840b062ba907231ef1fe>> * @codegenCommand yarn build:icon-glyphs */ import type { NewUtilityIconProps } from '@atlaskit/icon/base-new'; /** * @deprecated The icon "lock-unlocked" is deprecated in favour of "lock-unlocked" from “@atlaskit/icon/core” */ declare const LockUnlockedIcon: { (props: NewUtilityIconProps): JSX.Element; displayName: string; }; export default LockUnlockedIcon;