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