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