UNPKG

@atlaskit/icon

Version:

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

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