UNPKG

@atlaskit/icon

Version:

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

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