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