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