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