UNPKG

@atlaskit/icon

Version:

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

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