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