@atlaskit/icon
Version:
An icon is a symbol representing a command, device, directory, or common action.
47 lines (46 loc) • 2.01 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::940e05b18f6bba27980b5c1fdf15c580>>
* @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/chart-matrix': {
message: 'The icon "chart-matrix" is deprecated in favour of "chart-bubble" from “/icon/core”'
},
'/icon/core/chart-trend': {
message: 'The icon "chart-trend" is deprecated in favour of "chart-trend-up" 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/spreadsheet': {
message: 'The icon "spreadsheet" is deprecated in favour of "table" 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”'
}
};
var _default = exports.default = deprecatedIcons;