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