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