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