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