UNPKG

@atlaskit/icon

Version:

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

17 lines (14 loc) 496 B
/** * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen} * @codegen <<SignedSource::329f6b429b72e22bcb32a232fd9ff121>> * @codegenCommand yarn build:icon-glyphs */ import type { NewCoreIconProps } from '@atlaskit/icon/base-new'; /** * @deprecated The icon "capture" is deprecated in favour of "focus-area" from “@atlaskit/icon/core” */ declare const CaptureIcon: { (props: NewCoreIconProps): JSX.Element; displayName: string; }; export default CaptureIcon;