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