import { ArrowUpRightIcon, ChevronRightIcon, IconProps, iconSize, theme } from '@expo/styleguide';
import { externalLinkStyles, footerArrowStyle } from './styles';
export const FootnoteArrowIcon = () => (
);
export const ExternalLinkIcon = () => (
);
export const GuideIcon = ({ size = iconSize.md, color = theme.icon.secondary }: IconProps) => (
);
export const ReactIcon = ({ size = iconSize.md, color = theme.icon.secondary }: IconProps) => (
);