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