UNPKG

@atlaskit/icon

Version:

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

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