UNPKG

@atlaskit/icon

Version:

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

16 lines (13 loc) 519 B
/** * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen} * @codegen <<SignedSource::ee80edc7189390b6d3e4ede6c010ac41>> * @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 PersonOffboardIconMigration: { (props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element; displayName: string; }; export default PersonOffboardIconMigration;