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