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