import { GenIcon, type IconBaseProps } from "../deps.ts"; export function FcGraduationCap(props: IconBaseProps) { return GenIcon({tag:"svg",attr:{version:"1",viewBox:"0 0 48 48",enableBackground:"new 0 0 48 48"},child:[{tag:"g",attr:{fill:"#37474F"},child:[{tag:"rect",attr:{x:"9",y:"20","width":"30","height":"13"}},{tag:"ellipse",attr:{"cx":"24","cy":"33","rx":"15","ry":"6"}}]},{tag:"path",attr:{fill:"#78909C",d:"M23.1,8.2L0.6,18.1c-0.8,0.4-0.8,1.5,0,1.9l22.5,9.9c0.6,0.2,1.2,0.2,1.8,0l22.5-9.9c0.8-0.4,0.8-1.5,0-1.9 L24.9,8.2C24.3,7.9,23.7,7.9,23.1,8.2z"}},{tag:"g",attr:{fill:"#37474F"},child:[{tag:"path",attr:{d:"M43.2,20.4l-20-3.4c-0.5-0.1-1.1,0.3-1.2,0.8c-0.1,0.5,0.3,1.1,0.8,1.2L42,22.2V37c0,0.6,0.4,1,1,1 s1-0.4,1-1V21.4C44,20.9,43.6,20.5,43.2,20.4z"}},{tag:"circle",attr:{"cx":"43","cy":"37","r":"2"}},{tag:"path",attr:{d:"M46,40c0,1.7-3,6-3,6s-3-4.3-3-6s1.3-3,3-3S46,38.3,46,40z"}}]}]})(props); } export default FcGraduationCap;