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