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