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