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