/* GENERATED FILE */ import * as React from 'react'; import Svg, { Rect, Line } from 'react-native-svg'; import { IconProps } from '../lib'; function Pill(props: IconProps) { return ( ); } export default Pill;