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