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