@phosphor-icons/react
Version:
A clean and friendly icon family for React
14 lines (13 loc) • 6.2 kB
TypeScript
import { Icon } from '../lib/types';
/**
* @regular 
* @thin 
* @light 
* @bold 
* @fill 
* @duotone 
*/
declare const I: Icon;
/** @deprecated Use FolderSimpleDashedIcon */
export declare const FolderSimpleDashed: Icon;
export { I as FolderSimpleDashedIcon, I as FolderSimpleDottedIcon };