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