import type { INCoreUIKitIconProps } from "../../../types"; import { Path, Svg } from "react-native-svg"; const EnUsIcon = ({ size = 32, style, ...props }: INCoreUIKitIconProps) => { const pathScale = 32 / size; return ; }; export default EnUsIcon;