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