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