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