import { Icon, IIconProps } from "native-base"; import * as React from "react"; import { Circle } from "react-native-svg"; const Bullet = (props: IIconProps) => ( ); export default Bullet;