UNPKG

@atlaskit/icon

Version:

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

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