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