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