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