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