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