import { StatusSuccessIcon, theme } from '@expo/styleguide'; import * as React from 'react'; import { IconBase, DocIconProps } from './IconBase'; export const YesIcon = ({ small }: DocIconProps) => ( );