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