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