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