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