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