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