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