UNPKG

uyem

Version:
5 lines (4 loc) 183 B
/// <reference types="react" /> import { IconProps } from './Icon'; declare function ChevronLeftIcon(props: Omit<IconProps, 'children'>): JSX.Element; export default ChevronLeftIcon;