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