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