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