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