@atlaskit/icon
Version:
An icon is a symbol representing a command, device, directory, or common action.
17 lines (14 loc) • 483 B
TypeScript
/**
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::5f9bb8d937c7c2c916cdd93fe2d14061>>
* @codegenCommand yarn build:icon-glyphs
*/
import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';
/**
* @deprecated The icon "add" is deprecated in favour of "add" from “@atlaskit/icon/core”
*/
declare const AddIcon: {
(props: NewUtilityIconProps): JSX.Element;
displayName: string;
};
export default AddIcon;