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