{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconGraduateCap2/index.tsx"],
  "sourcesContent": [
    "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n  size?: string | number;\n  ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n  CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n  children,\n  size = 24,\n  ariaLabel,\n  color,\n  ariaHidden = true,\n  style,\n  ...props\n}) => {\n  return (\n    <svg\n      {...props}\n      aria-hidden={ariaHidden}\n      role={ariaHidden ? undefined : \"img\"}\n      width={typeof size === \"number\" ? `${size}px` : size}\n      height={typeof size === \"number\" ? `${size}px` : size}\n      viewBox=\"0 0 24 24\"\n      fill=\"none\"\n      xmlns=\"http://www.w3.org/2000/svg\"\n      style={{ color, ...style }}\n    >\n      {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n      {children}\n    </svg>\n  );\n};\n",
    "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconGraduateCap2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"graduate-cap-2, study, education, academic, student\"><path d=\"M1.20028 8.90896L11.9586 4.01881C11.9849 4.00686 12.0151 4.00686 12.0414 4.01881L22.7997 8.90896C22.8779 8.94449 22.8779 9.05551 22.7997 9.09104L12.0414 13.9812C12.0151 13.9931 11.9849 13.9931 11.9586 13.9812L1.20028 9.09104C1.12212 9.05551 1.12212 8.94449 1.20028 8.90896Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><path d=\"M5 11V15.5\" stroke=\"currentColor\" strokeWidth=\"2\"/><path d=\"M5 15.5C5 17.7091 8.13401 19.5 12 19.5C12.8808 19.5 13.7236 19.407 14.5 19.2374\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><ellipse cx=\"12\" cy=\"9.0001\" rx=\"2.5\" ry=\"1.4\" fill=\"currentColor\"/><path d=\"M19.5 18H18.5C18.2239 18 18 18.2239 18 18.5V21C18 21.2761 18.2239 21.5 18.5 21.5H19.5C19.7761 21.5 20 21.2761 20 21V18.5C20 18.2239 19.7761 18 19.5 18Z\" fill=\"currentColor\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><path d=\"M12 9L16.4807 11.5604C18.0386 12.4506 19 14.1073 19 15.9016V20\" stroke=\"currentColor\" strokeWidth=\"2\"/></CentralIconBase>;\n};\n\nexport default IconGraduateCap2;\n"
  ],
  "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAAmD,CAAC,IAAU,CACzE,OAAO,gBAA4gC,EAA5gC,IAAqB,EAAO,UAAU,uDAAsD,gBAAC,OAAD,CAAM,EAAE,oRAAoR,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,OAAD,CAAM,EAAE,aAAa,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,OAAD,CAAM,EAAE,kFAAkF,OAAO,eAAe,YAAY,IAAI,cAAc,QAAO,EAAE,gBAAC,UAAD,CAAS,GAAG,KAAK,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0JAA0J,KAAK,eAAe,OAAO,eAAe,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,iEAAiE,OAAO,eAAe,YAAY,IAAG,CAAI,GAGtgC",
  "debugId": "7BE8990A2363785364756E2164756E21",
  "names": []
}