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