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