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