UNPKG

@geist-ui/react

Version:

Modern and minimalist React UI library.

10 lines (9 loc) 243 B
import React from 'react'; export interface TreeStatusIconProps { color?: string; width?: number; height?: number; active?: boolean; } declare const TreeStatusIcon: React.FC<TreeStatusIconProps>; export default TreeStatusIcon;