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