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