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