@untitled-theme/icons-react
Version: 
Untitled UI icons for React
9 lines (8 loc) • 651 B
TypeScript
import * as React from 'react';
interface ChevronUpIconProps extends React.SVGProps<SVGSVGElement> {
}
/**
 * 
 */
declare const ChevronUpIcon: React.ForwardRefExoticComponent<Omit<ChevronUpIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
export default ChevronUpIcon;