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