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