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