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