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