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