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