UNPKG

@atlaskit/icon

Version:

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

31 lines (30 loc) 1.44 kB
/** * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen} * @codegen <<SignedSource::ef3c287fd1ecc2180854973691d76a75>> * @codegenCommand yarn build:icon-glyphs */ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _react = _interopRequireDefault(require("react")); var _chevronRight = _interopRequireDefault(require("@atlaskit/icon/utility/chevron-right")); var _chevronRightCircle = _interopRequireDefault(require("@atlaskit/icon/glyph/chevron-right-circle")); function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } /** * Migration Icon component for ChevronRightIcon. * This component is ChevronRightIcon, with `UNSAFE_fallbackIcon` set to "ChevronRightCircleIcon". * * Category: utility * Location: @atlaskit/icon * Usage guidance: Reserved for menu fly outs and to indicate next in dates. * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon) * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons) */ const ChevronRightIcon = props => /*#__PURE__*/_react.default.createElement(_chevronRight.default, Object.assign({ LEGACY_fallbackIcon: _chevronRightCircle.default // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props }, props)); ChevronRightIcon.Name = 'ChevronRightIconMigration'; var _default = exports.default = ChevronRightIcon;