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