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