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