@atlaskit/icon
Version:
An icon is a symbol representing a command, device, directory, or common action.
83 lines (82 loc) • 4.83 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::c2c64d32be380c3e7cc94588fb166f0e>>
* @codegenCommand yarn build:icon-glyphs
*/
var deprecatedIcons = {
'/icon/core/align-center': {
message: 'The icon "align-center" is deprecated in favour of "align-text-center" from “/icon/core”'
},
'/icon/core/align-left': {
message: 'The icon "align-left" is deprecated in favour of "align-text-left" from “/icon/core”'
},
'/icon/core/align-right': {
message: 'The icon "align-right" is deprecated in favour of "align-text-right" from “/icon/core”'
},
'/icon/core/border-weight-medium': {
message: 'The icon "border-weight-medium" is deprecated in favour of "stroke-weight-medium" from “/icon/core”'
},
'/icon/core/border-weight-thick': {
message: 'The icon "border-weight-thick" is deprecated in favour of "stroke-weight-large" from “/icon/core”'
},
'/icon/core/border-weight-thin': {
message: 'The icon "border-weight-thin" is deprecated in favour of "stroke-weight-small" from “/icon/core”'
},
'/icon/core/content-align-center': {
message: 'The icon "content-align-center" is deprecated in favour of "align-image-center" from “/icon/core”'
},
'/icon/core/content-align-left': {
message: 'The icon "content-align-left" is deprecated in favour of "align-image-left" from “/icon/core”'
},
'/icon/core/content-align-right': {
message: 'The icon "content-align-right" is deprecated in favour of "align-image-right" from “/icon/core”'
},
'/icon/core/drag-handle': {
message: 'The icon "drag-handle" is deprecated in favour of "drag-handle-vertical" from “/icon/core”'
},
'/icon/core/issue': {
message: 'The icon "issue" is deprecated in favour of "work-item" from “/icon/core”'
},
'/icon/core/issues': {
message: 'The icon "issues" is deprecated in favour of "work-items" from “/icon/core”'
},
'/icon/core/sidebar-left': {
message: 'The icon "sidebar-left" is deprecated in favour of "drawer-left" from “/icon/core”'
},
'/icon/core/sidebar-right': {
message: 'The icon "sidebar-right" is deprecated in favour of "drawer-right" from “/icon/core”'
},
'/icon/core/migration/align-center--editor-align-center': {
message: 'The icon "align-center--editor-align-center" is deprecated in favour of "align-text-center--editor-align-center" from “/icon/core/migration”'
},
'/icon/core/migration/align-left--editor-align-left': {
message: 'The icon "align-left--editor-align-left" is deprecated in favour of "align-text-left--editor-align-left" from “/icon/core/migration”'
},
'/icon/core/migration/align-right--editor-align-right': {
message: 'The icon "align-right--editor-align-right" is deprecated in favour of "align-text-right--editor-align-right" from “/icon/core/migration”'
},
'/icon/core/migration/border-weight-thin--media-services-line': {
message: 'The icon "border-weight-thin--media-services-line" is deprecated in favour of "stroke-weight-small--media-services-line" from “/icon/core/migration”'
},
'/icon/core/migration/content-align-center--editor-align-image-center': {
message: 'The icon "content-align-center--editor-align-image-center" is deprecated in favour of "align-image-center--editor-align-image-center" from “/icon/core/migration”'
},
'/icon/core/migration/content-align-left--editor-align-image-left': {
message: 'The icon "content-align-left--editor-align-image-left" is deprecated in favour of "align-image-left--editor-align-image-left" from “/icon/core/migration”'
},
'/icon/core/migration/content-align-right--editor-align-image-right': {
message: 'The icon "content-align-right--editor-align-image-right" is deprecated in favour of "align-image-right--editor-align-image-right" from “/icon/core/migration”'
},
'/icon/core/migration/drag-handle--drag-handler': {
message: 'The icon "drag-handle--drag-handler" is deprecated in favour of "drag-handle-vertical--drag-handler" from “/icon/core/migration”'
}
};
var _default = exports.default = deprecatedIcons;