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