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