import type { SVGProps } from "react"; const SvgEditIcon = (props: SVGProps) => ( ); export default SvgEditIcon;