import * as React from 'react'; export interface DragRight64Props extends React.SVGProps { ariaLabel?: string } export default function DragRight64({ ariaLabel, ...props }: DragRight64Props) { return ( ); }