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