UNPKG

@atlaskit/icon

Version:

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

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