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