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