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