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