UNPKG

@clive-cudi/geist-ui

Version:

Modern and minimalist React UI library.

9 lines (8 loc) 213 B
import React from 'react'; export interface TreeFileIconProps { color?: string; width?: number; height?: number; } declare const TreeFileIcon: React.FC<TreeFileIconProps>; export default TreeFileIcon;