import React from 'react'; import { I18nManager } from 'react-native'; import Svg, { G, Path } from 'react-native-svg'; import { IconProps } from './utils/base'; export const MessageBubbleEmpty = ({ height, size, width, ...props }: IconProps) => ( );