UNPKG

@master-c8/icons

Version:
6 lines (3 loc) 174 B
import { HTMLProps } from 'react'; export interface ChevronUpProps extends HTMLProps<SVGAElement> {} export default function ChevronUp(props: ChevronUpProps): JSX.Element;