import { StatusSuccessIcon } from '@expo/styleguide-icons'; import { IconBase, DocIconProps } from './IconBase'; export const YesIcon = ({ small }: DocIconProps) => ( );