UNPKG

@clive-cudi/geist-ui

Version:

Modern and minimalist React UI library.

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