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