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