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