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