import * as React from "react"; import { SVGProps } from "react"; const SvgBriefcaseOutline = (props: SVGProps) => ( ); export default SvgBriefcaseOutline;