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