UNPKG

@massds/mayflower-react

Version:

React versions of Mayflower design system UI components

14 lines (13 loc) 374 B
import React from 'react'; export interface IconGraduationCapProps { bold?: boolean; width?: string | number; height?: string | number; className?: string; fill?: string; 'aria-hidden'?: boolean; 'aria-label'?: string; [key: string]: any; } declare const IconGraduationCap: React.FC<IconGraduationCapProps>; export default IconGraduationCap;