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