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