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