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