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