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