UNPKG

@carbon/icons-react

Version:

React components for icons in digital and software products using the Carbon Design System

21 lines (20 loc) 977 B
/** * Copyright IBM Corp. 2016, 2023 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. * * Code generated by @carbon/icon-build-helpers. DO NOT EDIT. */ import type { CarbonIconType } from '../CarbonIcon'; declare const _ZoomArea: CarbonIconType; declare const _ZoomFit: CarbonIconType; declare const _ZoomIn: CarbonIconType; declare const _ZoomInArea: CarbonIconType; declare const _ZoomOut: CarbonIconType; declare const _ZoomOutArea: CarbonIconType; declare const _ZoomReset: CarbonIconType; declare const _WatsonHealthZoomPan: CarbonIconType; declare const _Zos: CarbonIconType; declare const _ZosSysplex: CarbonIconType; export { _ZoomArea as ZoomArea, _ZoomFit as ZoomFit, _ZoomIn as ZoomIn, _ZoomInArea as ZoomInArea, _ZoomOut as ZoomOut, _ZoomOutArea as ZoomOutArea, _ZoomReset as ZoomReset, _WatsonHealthZoomPan as WatsonHealthZoomPan, _Zos as Zos, _ZosSysplex as ZosSysplex };