UNPKG

@expo/styleguide-native

Version:

Foundational styles for Expo interfaces.

5 lines (4 loc) 199 B
/// <reference types="react" /> import { SvgProps } from "react-native-svg"; import { IconProps } from "../../types"; export default function ArrowLeftIcon(props: SvgProps & IconProps): JSX.Element;