import React from 'react'; import Svg, { Path } from 'react-native-svg'; import { IconProps } from './utils/base'; type Props = IconProps; export const UnreadIndicator = (props: Props) => ( );