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