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