@atlaskit/icon-lab
Version:
An icon package for public icon contributions
14 lines (11 loc) • 378 B
TypeScript
/**
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::ff46b83dc5dddd24f9a97e770fbe24e0>>
* @codegenCommand yarn build:icon-glyphs
*/
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
declare const SyncIcon: {
(props: NewCoreIconProps): JSX.Element;
displayName: string;
};
export default SyncIcon;