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