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