/**
 * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
 * @codegen <<SignedSource::1094089490149adec6a818ad04a17c2e>>
 * @codegenCommand yarn build:icon-glyphs
 */

import type { NewUtilityIconProps } from '@atlaskit/icon/base-new';

/**
 * @deprecated The icon "drag-handle-vertical" is deprecated in favour of "drag-handle-vertical" from “@atlaskit/icon/core”
*/
declare const DragHandleVerticalIcon: {
  (props: NewUtilityIconProps): JSX.Element;
  displayName: string;
};
export default DragHandleVerticalIcon;
