UNPKG

@atlaskit/icon

Version:

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

16 lines (13 loc) 521 B
/** * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen} * @codegen <<SignedSource::4cf53928044d4e179e6627bc9ad6cc72>> * @codegenCommand yarn build:icon-glyphs */ import React from 'react'; import type { NewCoreIconProps } from '@atlaskit/icon/base-new'; import Icon from '@atlaskit/icon/base-new'; declare const AlignImageRightIconMigration: { (props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element; displayName: string; }; export default AlignImageRightIconMigration;