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