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