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::56892aca4678057bf1259d468dd867f8>> * @codegenCommand yarn build:icon-glyphs */ declare const deprecatedIcons: Record<string, { message: string; unfixable?: boolean; }>; export default deprecatedIcons;