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