import * as React from "react"; import { IconProps } from "../../interfaces/Interfaces"; import { Svg, Path } from "react-native-svg"; export default function SignupIcon(props: IconProps) { return ( <> ); }