UNPKG

@atlaskit/icon

Version:

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

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