@atlaskit/icon
Version:
An icon is a symbol representing a command, device, directory, or common action.
14 lines (11 loc) • 382 B
TypeScript
/**
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::86fdd53d985ea54359b5862beaad2093>>
* @codegenCommand yarn build:icon-glyphs
*/
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
declare const AddIcon: {
(props: NewUtilityIconProps): JSX.Element;
displayName: string;
};
export default AddIcon;