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