UNPKG

@atlaskit/icon

Version:

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

14 lines (13 loc) 459 B
/** * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen} * * To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx. * * @codegen <<SignedSource::8236f283e88f1b5269e1bb00e04aff39>> * @codegenCommand yarn build:icon-glyphs */ declare const deprecatedIcons: Record<string, { message: string; unfixable?: boolean; }>; export default deprecatedIcons;