5 lines
131 B
TypeScript
5 lines
131 B
TypeScript
import type { SVGProps } from 'react';
|
|
export declare const FileIcon: React.FC<SVGProps<SVGSVGElement> & {
|
|
color?: string;
|
|
}>;
|