UNPKG

@atlaskit/icon

Version:

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

31 lines (30 loc) 1.4 kB
/** * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen} * @codegen <<SignedSource::cc97c7eaf507670d91e48ca2520caf63>> * @codegenCommand yarn build:icon-glyphs */ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _react = _interopRequireDefault(require("react")); var _volumeHigh = _interopRequireDefault(require("@atlaskit/icon/core/volume-high")); var _outgoingSound = _interopRequireDefault(require("@atlaskit/icon/glyph/hipchat/outgoing-sound")); function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } /** * Migration Icon component for VolumeHighIcon. * This component is VolumeHighIcon, with `UNSAFE_fallbackIcon` set to "HipchatOutgoingSoundIcon". * * Category: multi-purpose * Location: @atlaskit/icon * Usage guidance: 📦 @atlaskit/icon/core/volume-high * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon) * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons) */ const VolumeHighIcon = props => /*#__PURE__*/_react.default.createElement(_volumeHigh.default, Object.assign({ LEGACY_fallbackIcon: _outgoingSound.default // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props }, props)); VolumeHighIcon.Name = 'VolumeHighIconMigration'; var _default = exports.default = VolumeHighIcon;