@atlaskit/icon
Version:
An icon is a symbol representing a command, device, directory, or common action.
16 lines (13 loc) • 523 B
TypeScript
/**
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::cba407c3ae42fe70b9a73aba3319b8ad>>
* @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 ExpandHorizontalIconMigration: {
(props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
displayName: string;
};
export default ExpandHorizontalIconMigration;