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