import React from 'react'; import Svg, { Path } from 'react-native-svg'; import { IconProps } from '../types'; export const EmployeeGuest: React.FC = ({ ...props }) => { return ( ); };