UNPKG

@atlaskit/icon

Version:

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

14 lines (11 loc) 386 B
/** * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen} * @codegen <<SignedSource::50c686ba2df3f78ce67eb41a1f2300a9>> * @codegenCommand yarn build:icon-glyphs */ import type { NewCoreIconProps } from '@atlaskit/icon/base-new'; declare const EditBulkIcon: { (props: NewCoreIconProps): JSX.Element; displayName: string; }; export default EditBulkIcon;