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