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