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