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