UNPKG

@atlaskit/icon

Version:

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

68 lines (67 loc) 3.55 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; /** * 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::6fe834feca147a0994d74342ff3874db>> * @codegenCommand yarn build:icon-glyphs */ var deprecatedIcons = { '@atlaskit/icon/core/capture': { message: 'The icon "capture" is deprecated in favour of "focus-area" from “@atlaskit/icon/core”' }, '@atlaskit/icon/core/close': { message: 'The icon "close" is deprecated in favour of "cross" from “@atlaskit/icon/core”' }, '@atlaskit/icon/core/discovery': { message: 'The icon "discovery" is deprecated in favour of "status-discovery" from “@atlaskit/icon/core”' }, '@atlaskit/icon/core/error': { message: 'The icon "error" is deprecated in favour of "status-error" from “@atlaskit/icon/core”' }, '@atlaskit/icon/core/information': { message: 'The icon "information" is deprecated in favour of "status-information" from “@atlaskit/icon/core”' }, '@atlaskit/icon/core/success': { message: 'The icon "success" is deprecated in favour of "status-success" from “@atlaskit/icon/core”' }, '@atlaskit/icon/core/warning': { message: 'The icon "warning" is deprecated in favour of "status-warning" from “@atlaskit/icon/core”' }, '@atlaskit/icon/core/migration/close--cross': { message: 'The icon "close--cross" is deprecated in favour of "cross" from “@atlaskit/icon/core/migration”' }, '@atlaskit/icon/core/migration/close--editor-close': { message: 'The icon "close--editor-close" is deprecated in favour of "cross--editor-close" from “@atlaskit/icon/core/migration”' }, '@atlaskit/icon/core/migration/error': { message: 'The icon "error" is deprecated in favour of "status-error--error" from “@atlaskit/icon/core/migration”' }, '@atlaskit/icon/core/migration/information--editor-info': { message: 'The icon "information--editor-info" is deprecated in favour of "status-information--editor-info" from “@atlaskit/icon/core/migration”' }, '@atlaskit/icon/core/migration/information--editor-panel': { message: 'The icon "information--editor-panel" is deprecated in favour of "status-information--editor-panel" from “@atlaskit/icon/core/migration”' }, '@atlaskit/icon/core/migration/information--info': { message: 'The icon "information--info" is deprecated in favour of "status-information--info" from “@atlaskit/icon/core/migration”' }, '@atlaskit/icon/core/migration/success--check-circle': { message: 'The icon "success--check-circle" is deprecated in favour of "status-success--check-circle" from “@atlaskit/icon/core/migration”' }, '@atlaskit/icon/core/migration/success--editor-success': { message: 'The icon "success--editor-success" is deprecated in favour of "status-success--editor-success" from “@atlaskit/icon/core/migration”' }, '@atlaskit/icon/core/migration/warning--editor-warning': { message: 'The icon "warning--editor-warning" is deprecated in favour of "status-warning--editor-warning" from “@atlaskit/icon/core/migration”' }, '@atlaskit/icon/core/migration/warning': { message: 'The icon "warning" is deprecated in favour of "status-warning--warning" from “@atlaskit/icon/core/migration”' } }; var _default = exports.default = deprecatedIcons;