// @flow import * as React from 'react'; import AccessibleSVG from '../accessible-svg'; import type { Icon } from '../flowTypes'; const IconGraduationHat = ({ className = '', color = '#8EA6B2', height = 12, title, width = 12 }: Icon) => ( ); export default IconGraduationHat;