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