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