@atlaskit/icon
Version:
An icon is a symbol representing a command, device, directory, or common action.
68 lines (67 loc) • 3.55 kB
JavaScript
"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 = {
'/icon/core/capture': {
message: 'The icon "capture" is deprecated in favour of "focus-area" from “/icon/core”'
},
'/icon/core/close': {
message: 'The icon "close" is deprecated in favour of "cross" from “/icon/core”'
},
'/icon/core/discovery': {
message: 'The icon "discovery" is deprecated in favour of "status-discovery" from “/icon/core”'
},
'/icon/core/error': {
message: 'The icon "error" is deprecated in favour of "status-error" from “/icon/core”'
},
'/icon/core/information': {
message: 'The icon "information" is deprecated in favour of "status-information" from “/icon/core”'
},
'/icon/core/success': {
message: 'The icon "success" is deprecated in favour of "status-success" from “/icon/core”'
},
'/icon/core/warning': {
message: 'The icon "warning" is deprecated in favour of "status-warning" from “/icon/core”'
},
'/icon/core/migration/close--cross': {
message: 'The icon "close--cross" is deprecated in favour of "cross" from “/icon/core/migration”'
},
'/icon/core/migration/close--editor-close': {
message: 'The icon "close--editor-close" is deprecated in favour of "cross--editor-close" from “/icon/core/migration”'
},
'/icon/core/migration/error': {
message: 'The icon "error" is deprecated in favour of "status-error--error" from “/icon/core/migration”'
},
'/icon/core/migration/information--editor-info': {
message: 'The icon "information--editor-info" is deprecated in favour of "status-information--editor-info" from “/icon/core/migration”'
},
'/icon/core/migration/information--editor-panel': {
message: 'The icon "information--editor-panel" is deprecated in favour of "status-information--editor-panel" from “/icon/core/migration”'
},
'/icon/core/migration/information--info': {
message: 'The icon "information--info" is deprecated in favour of "status-information--info" from “/icon/core/migration”'
},
'/icon/core/migration/success--check-circle': {
message: 'The icon "success--check-circle" is deprecated in favour of "status-success--check-circle" from “/icon/core/migration”'
},
'/icon/core/migration/success--editor-success': {
message: 'The icon "success--editor-success" is deprecated in favour of "status-success--editor-success" from “/icon/core/migration”'
},
'/icon/core/migration/warning--editor-warning': {
message: 'The icon "warning--editor-warning" is deprecated in favour of "status-warning--editor-warning" from “/icon/core/migration”'
},
'/icon/core/migration/warning': {
message: 'The icon "warning" is deprecated in favour of "status-warning--warning" from “/icon/core/migration”'
}
};
var _default = exports.default = deprecatedIcons;